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
Received on Wed Dec 11 19:20:49 2002