Author: crossley
Date: Sat May 29 02:22:55 2004
New Revision: 20585
Modified:
xml/forrest/trunk/src/core/context/issues.xmap
Log:
Increase the limit of open issues to 50. By default it was only showing
20 issues, which was misleading about the state of open issues.
Modified: xml/forrest/trunk/src/core/context/issues.xmap
==============================================================================
--- xml/forrest/trunk/src/core/context/issues.xmap (original)
+++ xml/forrest/trunk/src/core/context/issues.xmap Sat May 29 02:22:55 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&resolutionIds=-1&view=rss&reset=true"
/>
+ <map:generate type="file" src="http://issues.cocoondev.org/jira/secure/IssueNavigator.jspa?pid=10000&resolutionIds=-1&tempMax=50&view=rss&reset=true"
/>
<map:transform src="{forrest:stylesheets}/rssissues2document.xsl" />
<map:serialize type="xml-document"/>
</map:match>
|