MantisBT: master da551105

Author Committer Branch Timestamp Parent
dhx master 2009-03-29 07:55 master e9185997
Affected Issues  0010263: Implement g_bug_closed_status_threshold option to allow custom closed status
Changeset

Create new g_bug_closed_status_threshold setting to allow for
custom installations where there may exist different or multiple
closed statuses (COMPLETED vs NOT COMPLETED, IMPLEMENTED, etc).

The summary page used to use hardcoded defaults such as CLOSED
and RESOLVED. This patch replaces those hardcoded defaults with
the thresholds set in the Mantis configuration. The summary page
will now show the number of resolved and closed tickets
correctly in a custom installation where the default RESOLVED
and or CLOSED statuses are not being used.

<span class="signoff">Signed-off-by: John Reese jreese@leetcode.net</span>

mod - core/summary_api.php Diff File
mod - config_defaults_inc.php Diff File
mod - lang/strings_english.txt Diff File