MantisBT: master 176c9bba

Author Committer Branch Timestamp Parent
dregad dregad master 2014-05-22 14:14 master fb76435b
Affected Issues  0017370: Roadmap+Changelog display "0" instead of project name in error message
Changeset

Fix 'project not found' message from roadmap/changelog

The Roadmap and Change Log can receive indication of a project either as
an id or a name. In the latter case, if the project is not found the
error message printed "0" instead of the actual value of the project
parameter.

This commit fixes the error message to allow strings instead of decimal,
and adds error_parameters() calls to send the project name to the error
handler.

Fixes 0017370

mod - changelog_page.php Diff File
mod - lang/strings_english.txt Diff File
mod - roadmap_page.php Diff File