You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jani Averbach <ja...@cc.jyu.fi> on 2002/12/11 18:20:05 UTC

PATCH: www/project_status.html won't find old milestone's issues

Hi!

When you update project_status.html, you should update also old
milestone's search condition. I think that there is only target_milestone
field which is valid after closing milestone, but if there is other,
please tell.

BR, Jani

Log message:

Link "see issues marked with the "0.XX" milestone" in the
project_status.html won't find old milestone's issues because search term
has not been updated when milestone has been shifted to "done"  category.

* www/project_status.html: modified

Index: www/project_status.html
===================================================================
--- www/project_status.html	(revision 4089)
+++ www/project_status.html	(working copy)
@@ -63,13 +63,13 @@
       <li>
 	<b>Subversion 0.16</b> (Tuesday, 3 December 2002): Interim
         release; <a
-        href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&target_milestone=0.16">see
+        href="http://subversion.tigris.org/issues/buglist.cgi?target_milestone=0.16">see
         issues marked with the "0.16" milestone</a>.
       </li>
       <li>
 	<b>Subversion 0.15</b> (Thursday, 7 November 2002): Interim
         release; <a
-        href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&target_milestone=0.15">see
+        href="http://subversion.tigris.org/issues/buglist.cgi?target_milestone=0.15">see
         issues marked with the "0.15" milestone</a>.
       </li>
       <li>

--
Jani Averbach


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org