From 7bb569f9b33736c4ed1b02c809dff0e00d9141ad Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 27 Jan 2011 11:58:28 +0000 Subject: Allow addition/removal of descriptions of statuses and resolutions. r=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=616453 --- template/en/default/pages/fields.html.tmpl | 46 +++++++++++++++++------------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'template/en/default/pages') diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 9c905abad..312941875 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -57,10 +57,10 @@
-
+
[% display_value("bug_status", "UNCONFIRMED") FILTER html %]
-
+
This [% terms.bug %] has recently been added to the database. Nobody has confirmed that this [% terms.bug %] is valid. Users who have the "canconfirm" permission set may confirm @@ -70,10 +70,10 @@ [% display_value("bug_status", "RESOLVED") FILTER html %].
-
+
[% display_value("bug_status", "CONFIRMED") FILTER html %]
-
+
This [% terms.bug %] is valid and has recently been filed. [%+ terms.Bugs %] in this state become [% display_value("bug_status", "IN_PROGRESS") FILTER html %] @@ -81,10 +81,10 @@ [% display_value("bug_status", "RESOLVED") FILTER html %].
-
+
[% display_value("bug_status", "IN_PROGRESS") FILTER html %]
-
+
This [% terms.bug %] is not yet resolved, but is assigned to the proper person who is working on the [% terms.bug %]. From here, [%+ terms.bugs %] can be given to another person and become @@ -92,6 +92,8 @@ resolved and become [% display_value("bug_status", "RESOLVED") FILTER html %].
+ + [% Hook.process('open-status') %]
@@ -108,56 +110,58 @@
-
+
[% display_value("bug_status", "RESOLVED") FILTER html %]
-
+
A resolution has been performed, and it is awaiting verification by QA. From here [% terms.bugs %] are either reopened and given some open status, or are verified by QA and marked [% display_value("bug_status", "VERIFIED") FILTER html %].
-
+
[% display_value("bug_status", "VERIFIED") FILTER html %]
-
+
QA has looked at the [% terms.bug %] and the resolution and agrees that the appropriate resolution has been taken. This is the final status for [% terms.bugs %].
+ + [% Hook.process('closed-status') %]
-
+
[% display_value("resolution", "FIXED") FILTER html %]
-
+
A fix for this [% terms.bug %] is checked into the tree and tested.
-
+
[% display_value("resolution", "INVALID") FILTER html %]
-
+
The problem described is not [% terms.abug %].
-
+
[% display_value("resolution", "WONTFIX") FILTER html %]
-
+
The problem described is [% terms.abug %] which will never be fixed.
-
+
[% display_value("resolution", "DUPLICATE") FILTER html %]
-
+
The problem is a duplicate of an existing [% terms.bug %]. When [% terms.abug %] is marked as a [% display_value("resolution", "DUPLICATE") FILTER html %], @@ -165,15 +169,17 @@ next to the resolution.
-
+
[% display_value("resolution", "WORKSFORME") FILTER html %]
-
+
All attempts at reproducing this [% terms.bug %] were futile, and reading the code produces no clues as to why the described behavior would occur. If more information appears later, the [% terms.bug %] can be reopened.
+ + [% Hook.process('resolution') %]
-- cgit v1.2.3-24-g4f1b