Module: bugzilla Branch: master Commit: b3ecd5793b73fabadea3fbbb926fea979117d8f4 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=b3ecd5793b73fabadea3fb...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 11 11:45:28 2008 +0100
Get rid of the 1.0.1 task list.
---
template/en/default/global/sidebar.html.tmpl | 1 - template/en/default/index.html.tmpl | 4 ---- 2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl index 5e46559..4c19f78 100644 --- a/template/en/default/global/sidebar.html.tmpl +++ b/template/en/default/global/sidebar.html.tmpl @@ -23,7 +23,6 @@ [% INCLUDE global/menu_start.html.tmpl bt = 'Task Lists' %] - <li><p><a href="buglist.cgi?product=Wine&target_milestone=1.0.1&order=bugs.bug_severity">Wine 1.0.1</a></p></li> <li><p><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">Wine 1.2</a></p></li> <li><p><a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=regression&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&product=Wine&keywords=tasklist&keywords_type=anywords">Tasklist</a></p></li> diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index f4fac45..6a44c03 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -168,10 +168,6 @@ 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?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>