Andrey Gusev : Add Changed column to Regressions page.

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


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Oct 15 14:54:29 2018 +0300

Add Changed column to Regressions page.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 template/en/default/global/sidebar.html.tmpl | 2 +-
 template/en/default/index.html.tmpl          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl
index fd0de99..453bf70 100644
--- a/template/en/default/global/sidebar.html.tmpl
+++ b/template/en/default/global/sidebar.html.tmpl
@@ -23,7 +23,7 @@
 [% INCLUDE global/menu_start.html.tmpl
     bt = 'Task Lists'
 %]
-    <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=STAGED&product=Wine&keywords=regression&columnlist=bug_severity,priority,bug_status,cf_regression_sha1sum,short_desc&keywords_type=anywords">Regressions</a></p></li>
+    <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=STAGED&product=Wine&keywords=regression&columnlist=bug_severity,priority,bug_status,cf_regression_sha1sum,short_desc,changeddate&keywords_type=anywords">Regressions</a></p></li>
     <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=STAGED&product=Wine&keywords=download&keywords_type=anywords">With download</a></p></li>
     <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=STAGED&product=Wine&keywords=patch&keywords_type=anywords">With patch</a></p></li>
 [% INCLUDE global/menu_end.html.tmpl %]
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index d60c46a..7934785 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -150,7 +150,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
     <p>The bugs we are currently working on are organized into Task lists.</p>
     
     <ol class="wine_index_list">
-      <li><a href="//bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=STAGED&product=Wine&columnlist=bug_severity,priority,bug_status,cf_regression_sha1sum,short_desc&keywords=regression&keywords_type=anywords">Regressions</a><br>
+      <li><a href="//bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=STAGED&product=Wine&columnlist=bug_severity,priority,bug_status,cf_regression_sha1sum,short_desc,changeddate&keywords=regression&keywords_type=anywords">Regressions</a><br>
       Bugs introduced as result of a regression.
       </li>
 




More information about the wine-cvs mailing list