[PATCH] bugzilla: Simplify the Task Lists after Wine 1.2 was released

Detlef Riekenberg wine.dev at web.de
Fri Sep 3 08:27:31 CDT 2010


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

diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl
index e52cd05..7ad714a 100644
--- a/template/en/default/global/sidebar.html.tmpl
+++ b/template/en/default/global/sidebar.html.tmpl
@@ -23,9 +23,9 @@
 [% INCLUDE global/menu_start.html.tmpl
     bt = 'Task Lists'
 %]
-    <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Wine&amp;target_milestone=1.2.0&amp;order=bugs.bug_severity">Wine 1.2</a></p></li>
-    <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Wine&amp;keywords=regression&amp;keywords_type=anywords">Regressions</a></p></li>
-    <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Wine&amp;keywords=download&amp;keywords_type=anywords">With download</a></p></li>
+    <li><p><a href="buglist.cgi?order=bugs.bug_severity&amp;resolution=---&amp;target_milestone=1.2.0">Wine 1.2</a></p></li>
+    <li><p><a href="buglist.cgi?order=bugs.bug_severity&amp;resolution=---&amp;keywords=regression">Regressions</a></p></li>
+    <li><p><a href="buglist.cgi?order=bugs.bug_severity&amp;resolution=---&amp;keywords=download">With download</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 b197b9f..3d85419 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -190,15 +190,15 @@ 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="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Wine&amp;target_milestone=1.2.0&amp;order=bugs.bug_severity">Wine 1.2</a><br>
-      These bugs are scheduled to be fixed before Wine 1.2 is released.
+      <li><a href="http://bugs.winehq.org/buglist.cgi?order=bugs.bug_severity&amp;resolution=---&amp;target_milestone=1.2.0">Wine 1.2</a><br>
+      These bugs where scheduled to be fixed before Wine 1.2 was released, but they are still not fixed.
       </li>
 
-      <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Wine&amp;keywords=regression&amp;keywords_type=anywords">Regressions</a><br>
+      <li><a href="http://bugs.winehq.org/buglist.cgi?order=bugs.bug_severity&amp;resolution=---&amp;keywords=regression">Regressions</a><br>
       Bugs introduced as result of a regression.
       </li>
 
-      <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Wine&amp;keywords=download&amp;keywords_type=anywords">With download</a><br>
+      <li><a href="http://bugs.winehq.org/buglist.cgi?order=bugs.bug_severity&amp;resolution=---&amp;keywords=download">With download</a><br>
       Bugs in downloadable Applications.
       </li>
 
-- 
1.7.0.4




More information about the wine-patches mailing list