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 2004/07/13 12:55:48 UTC

svn commit: rev 22869 - forrest/trunk

Author: crossley
Date: Tue Jul 13 03:55:47 2004
New Revision: 22869

Modified:
   forrest/trunk/status.xml
Log:
Tidy some of the status entries. Grab some more words from issue reports.


Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Tue Jul 13 03:55:47 2004
@@ -53,15 +53,15 @@
         Improve look of PDF pages.
       </action>
       <action dev="DB" type="fix" context="code" fixes-bug="FOR-138">
-        PDF pages recieve skinconf properly (through the skinconf pipeline).
+        PDF pages receive skinconf properly (through the skinconf pipeline).
       </action>
       <action dev="DB" type="fix" context="code" fixes-bug="FOR-154">
-        FAQ page does not provide it's own extra index.
+        FAQ page does not need to 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>
-      <action dev="DC" type="add" context="skins" fixes-bug="FOR-107">
+      <action dev="DC" type="add" context="docs" fixes-bug="FOR-107">
         Added a mechanism to enable impoverished XML tools that do not use
         the Catalog Entity Resolver to fetch the DTDs direct from the website.
         See <link href="site:upgrading_06">upgrading to v0.6</link>
@@ -76,7 +76,7 @@
         Remove 'template' skin; better to base a new skin on an existing one.
       </action>
       <action dev="JJP" type="fix" context="docs" >
-        Move url to http://forrest.apache.org/
+        Replace URLs in all docs to be http://forrest.apache.org/
       </action>
       <action dev="JJP" type="fix" context="code" fixes-bug="FOR-130">
         Add missing xdocs from the validate.exclude property. Allowing to exclude files. 
@@ -88,6 +88,10 @@
         Now CSS files are parsed internally, so that the urls are included in the static
         site generation.
       </action>
+      <action dev="DC" type="update" context="docs" >
+        Forrest is now a top-level Apache project. The new website is at
+        <link href="http://forrest.apache.org/">http://forrest.apache.org/</link>
+      </action>
       <action dev="JJP" type="fix" context="code">
         Lucene-index target works. If search@provider="lucene" is set create a search index.
         Build site and run targets as per project directory instead of forrest.home.
@@ -96,17 +100,20 @@
          Fix relative links and image references in aggregate pages.
       </action>
       <action dev="JJP" type="update" context="code" due-to="Florian G. Haas" fixes-bug="FOR-9">
-         Fix Issue with krysalis-site skin.
+          Worked search functionality into all skins.
+          Fixed query parameters for Google site search.
+          Lateral search box was incompatible with new skinconf.xml format.
       </action>
       <action dev="JJP" type="add" context="docs" due-to="Florian G. Haas" fixes-bug="FOR-9">
          Added new documentation about
         <link href="site:searching">Searching Forrest-built documentation</link>
+        which describes both Lucene and Google search.
       </action>
       <action dev="JJP" type="update" context="code" >
          Upgrade to cocoon 2.1.5
       </action>
       <action dev="JJP" type="remove" context="code" >
-         Clean up first Lucene Implementation on Forrest.
+         Clean up first Lucene search implementation in Forrest.
       </action>
       <action dev="NKB" type="add" context="code" due-to="Unico Hommes">
         Locationmap modules added.  Not in use yet.
@@ -118,7 +125,7 @@
         Removed author and cvs-id tags from code and xdocs.
       </action>
       <action dev="JJP" type="update" context="core">
-        Repack jetty without JSP support. Now we can remove org.apache.jasper.jar
+        Repack Jetty without JSP support. Now we can remove org.apache.jasper.jar
       </action>
       <action dev="DB" type="update" context="forrestbot">
         Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
@@ -154,12 +161,12 @@
         Add &lt;copyright-link&gt; element to skinconf
       </action>
       <action dev="DB" type="remove" context="core" fixes-bug="FOR-131">
-        .ehtml files have been deprecated.  Use .ihtml instead.  Future html input support will be
+        The .ehtml files have been deprecated.  Use .ihtml instead.  Future html input support will be
         based on <link href="http://issues.apache.org/eyebrowse/BrowseList?listId=65&amp;by=thread&amp;from=748321">this
         discussion</link>
       </action>
       <action dev="JJP" type="fix" context="core" >
-        Remove Misleading Error message. Reported a cocoon bug #28939 
+        Remove misleading error message. Reported a cocoon bug #28939 
       </action>
       <action dev="JJP" type="remove" context="core" >
        Revert the changes to access skinconf using "skinconf//" done on r10259