You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/07/02 16:28:38 UTC

svn commit: r208834 - in /forrest/trunk: main/webapp/resources/stylesheets/rssissues2document.xsl site-author/content/xdocs/site.xml

Author: crossley
Date: Sat Jul  2 07:28:38 2005
New Revision: 208834

URL: http://svn.apache.org/viewcvs?rev=208834&view=rev
Log:
Revert to calling the list of issues "open issues for the next release".
Changed URLs from issues.cocoondev.org

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/rssissues2document.xsl
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/main/webapp/resources/stylesheets/rssissues2document.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/stylesheets/rssissues2document.xsl?rev=208834&r1=208833&r2=208834&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/rssissues2document.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/rssissues2document.xsl Sat Jul  2 07:28:38 2005
@@ -20,13 +20,13 @@
 <xsl:template match="rss">
   <document>
     <header>
-      <title>Issues for this release</title>
+      <title>Open issues for the next release</title>
     </header>
     <body>
-      <note>These are the issues for this release that are scheduled in our
-       <link href="http://issues.cocoondev.org/secure/BrowseProject.jspa?id=10000">issue tracking system</link>
+      <note>These are the top 25 open issues for the next release that are scheduled in our
+       <link href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=12310000">issue tracking system</link>
        (see 
-       <link href="http://issues.cocoondev.org/secure/IssueNavigator.jspa?pid=10000&amp;resolutionIds=-1&amp;tempMax=1000&amp;reset=true">all</link> open issues).
+       <link href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?pid=12310000&amp;resolutionIds=-1&amp;tempMax=1000&amp;reset=true">all</link> open issues).
       The listing below is regenerated on each Forrest run.</note>
       <xsl:apply-templates select="channel/item"/>
     </body>

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?rev=208834&r1=208833&r2=208834&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Sat Jul  2 07:28:38 2005
@@ -47,7 +47,7 @@
       <forrest-svn href="#forrest-svn"/>
     </mail-lists>
     <bugs label="Bugs and Issues" href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=12310000"/>
-    <forrest-issues label="Release Issues" href="forrest-issues.html"/>
+    <forrest-issues label="Open Issues" href="forrest-issues.html"/>
     <gump-forrest label="Gump Integration" href="http://vmgump.apache.org/gump/public/forrest/"/>
     <guidelines label="Project guidelines" href="guidelines.html"/>
   </getting-involved>