Author: nicolaken
Date: Thu Jun 10 10:32:49 2004
New Revision: 21027
Modified:
forrest/trunk/forrest.properties
forrest/trunk/src/core/context/issues.xmap
Log:
Use the forrest.properties file to get the bug tracking url (fix regression)
Make our bugs show the bugs to fix *for* a certain release, not the one reported *no* a certain
release.
This shows our roadmap for the release.
Modified: forrest/trunk/forrest.properties
==============================================================================
--- forrest/trunk/forrest.properties (original)
+++ forrest/trunk/forrest.properties Thu Jun 10 10:32:49 2004
@@ -22,4 +22,4 @@
project.skin=krysalis-site
#project.skin=tigris-style
-project.bugtracking-url=http://issues.cocoondev.org/jira/secure/ViewIssue.jspa?key=
+project.bugtracking-url=http://issues.cocoondev.org/jira/secure/IssueNavigator.jspa?pid=10000&fixfor=10030&resolutionIds=-1&tempMax=25&view=rss&reset=true
Modified: forrest/trunk/src/core/context/issues.xmap
==============================================================================
--- forrest/trunk/src/core/context/issues.xmap (original)
+++ forrest/trunk/src/core/context/issues.xmap Thu Jun 10 10:32:49 2004
@@ -38,7 +38,7 @@
<map:pipeline>
<map:match pattern="**.xml">
- <map:generate type="file" src="http://issues.cocoondev.org/jira/secure/IssueNavigator.jspa?pid=10000&version=10030&resolutionIds=-1&tempMax=50&view=rss&reset=true"
/>
+ <map:generate type="file" src="{forrest:bugtracking-url}" />
<map:transform src="{forrest:stylesheets}/rssissues2document.xsl" />
<map:serialize type="xml-document"/>
</map:match>
|