You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/12 15:10:59 UTC

svn commit: rev 22842 - in forrest/trunk: . src/core/context/resources/stylesheets

Author: brondsem
Date: Mon Jul 12 06:10:58 2004
New Revision: 22842

Modified:
   forrest/trunk/src/core/context/resources/stylesheets/faq2document.xsl
   forrest/trunk/status.xml
Log:
FAQ page does not provide it's own extra index. fixes FOR-154

Modified: forrest/trunk/src/core/context/resources/stylesheets/faq2document.xsl
==============================================================================
--- forrest/trunk/src/core/context/resources/stylesheets/faq2document.xsl	(original)
+++ forrest/trunk/src/core/context/resources/stylesheets/faq2document.xsl	Mon Jul 12 06:10:58 2004
@@ -29,12 +29,6 @@
     <body>
       <section>
        <title>Questions</title>
-       <ol>
-        <xsl:apply-templates select="faq|part" mode="index"/>
-       </ol>
-      </section>
-      <section>
-       <title>Answers</title>
         <xsl:apply-templates select="faq|part"/>
       </section>
     </body>

Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Mon Jul 12 06:10:58 2004
@@ -49,6 +49,9 @@
         Added new document to facilitate
         <link href="site:upgrading_06">upgrading to v0.6</link>
       </action>
+      <action dev="DB" type="fix" context="code" fixes-bug="FOR-154">
+        FAQ page does not provide it's own extra index.
+      </action>
       <action dev="JJP" type="fix" context="code" fixes-bug="FOR-165">
         Brokenlinks file is now generated in project.home rather than forrest.home
       </action>