Module: bugzilla Branch: master Commit: bf8f8c423d0ce73b5134ddaab60e1366e04c9064 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=bf8f8c423d0ce73b5134dd...
Author: Detlef Riekenberg wine.dev@web.de Date: Sun Sep 14 13:54:59 2008 +0200
bugzilla: Fix Wine 1.01 buglist and update Wine 1.0 to 1.2
Fix the output for the Wine 1.0.1 bugs The Main Page has still a query for: bugs to be fixed for Wine 1.0
--
By by ... Detlef
From a84868405532f4fd3d3eb0cf4d15422e6a0dec28 Mon Sep 17 00:00:00 2001
From: Detlef Riekenberg wine.dev@web.de Date: Sun, 14 Sep 2008 13:51:13 +0200 Subject: [PATCH] bugzilla: Fix Wine 1.01 buglist and update Wine 1.0 to 1.2
---
template/en/default/global/sidebar.html.tmpl | 2 +- template/en/default/index.html.tmpl | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl index 7682ff9..d74f9bc 100644 --- a/template/en/default/global/sidebar.html.tmpl +++ b/template/en/default/global/sidebar.html.tmpl @@ -32,7 +32,7 @@ [% INCLUDE global/menu_start.html.tmpl bt = 'Task Lists' %] - <tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&target_milestone=1.0.1&order=bugs.bug_severity" class="menuItem">Wine 1.0.1</a></span></td></tr> + <tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?product=Wine&target_milestone=1.0.1&order=bugs.bug_severity" class="menuItem">Wine 1.0.1</a></span></td></tr> <tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&target_milestone=1.2.0&order=bugs.bug_severity" class="menuItem">Wine 1.2</a></span></td></tr> <tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=regression&keywords_type=anywords" class="menuItem">Regressions</a></span></td></tr> <tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=tasklist&keywords_type=anywords" class="menuItem">Tasklist</a></span></td></tr> diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 9e13783..cce37cf 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -168,8 +168,12 @@ function addSidebar() { <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&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&target_milestone=1.0.0&order=bugs.bug_severity">Wine 1.0</a><br> - These bugs are scheduled to be fixed before Wine 1.0 is released. + <li><a href="http://bugs.winehq.org/buglist.cgi?product=Wine&target_milestone=1.0.1&order=bugs.bug_severity">Wine 1.0.1</a><br> + These bugs are scheduled to be backported to the stable Wine 1.0 Tree, before Wine 1.0.1 is released. + </li> + + <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&target_milestone=1.2.0&order=bugs.bug_severity">Wine 1.2</a><br> + These bugs are scheduled to be fixed before Wine 1.2 is released. </li>
<li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=regression&keywords_type=anywords">Regressions</a><br>