Andrey Gusev : Update bug status descriptions.

Alexandre Julliard julliard at winehq.org
Tue Oct 16 15:51:45 CDT 2018


Module: bugzilla
Branch: master
Commit: badd254b430da88f414a39e91df9d51c38640358
URL:    https://source.winehq.org/git/bugzilla.git/?a=commit;h=badd254b430da88f414a39e91df9d51c38640358

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Oct 16 18:13:19 2018 +0300

Update bug status descriptions.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39470
Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 template/en/default/pages/fields.html.tmpl | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index f7437a0..2e78fd3 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -90,6 +90,26 @@
           either marked <b>[% display_value("bug_status", "ASSIGNED") FILTER html %]</b> or
           <b>[% display_value("bug_status", "RESOLVED") FILTER html %]</b>.
         </dd>
+
+        <dt>
+          [% display_value("bug_status", "NEEDINFO") FILTER html %]
+        </dt>
+        <dd>
+          This [% terms.bug %] has an unclear description, or the
+          reporter didn't provide requested information. If no new
+          information is supplied, after some time the [% terms.bug %]
+          can be closed as
+          <b>[% display_value("resolution", "ABANDONED") FILTER html %]</b>.
+        </dd>
+
+        <dt>
+          [% display_value("bug_status", "STAGED") FILTER html %]
+        </dt>
+        <dd>
+          This [% terms.bug %] has an experimental patch in
+          wine-staging for testing before integration into the
+          development branch.
+        </dd>
       </dl>
     </td>
 
@@ -186,13 +206,12 @@
         </dd>
 
         <dt>
-          [% display_value("resolution", "UPSTREAM") FILTER html %]
+          [% display_value("resolution", "NOTOURBUG") FILTER html %]
         </dt>
         <dd>
           The problem is not a [% terms.bug %] in Wine,
           but in some upstream software Wine depends on or broken
           packages in distributions.
-          Note: Most other bug trackers call this "NOTOURBUG".
         </dd>
       </dl>
     </td>




More information about the wine-cvs mailing list