Detlef Riekenberg : Add "Bugs with patch" to the sidebar and tasklist.

Alexandre Julliard julliard at winehq.org
Tue Aug 14 13:42:21 CDT 2018


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

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Thu Aug  2 23:33:22 2018 +0200

Add "Bugs with patch" to the sidebar and tasklist.

Wine Staging is mentioned in the tasklist.

Signed-off-by: Detlef Riekenberg <wine.dev at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 template/en/default/global/sidebar.html.tmpl | 1 +
 template/en/default/index.html.tmpl          | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl
index 6a0032c..fd0de99 100644
--- a/template/en/default/global/sidebar.html.tmpl
+++ b/template/en/default/global/sidebar.html.tmpl
@@ -25,6 +25,7 @@
 %]
     <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=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 %]
 
 [% IF user.id %]
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index f58f3dc..3014fcd 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -158,6 +158,10 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
       Bugs in downloadable Applications.
       </li>
 
+      <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&keywords=patch&keywords_type=anywords">With patch</a><br>
+      Bugs with a patch. Please check also Wine Staging.
+      </li>
+
     </ol>
     
     <p><a href="http://www.bugzilla.org/docs/3.0/html/">More Help</a> on using Bugzilla.</p>




More information about the wine-cvs mailing list