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 2006/06/10 13:07:56 UTC

svn commit: r413284 - /forrest/trunk/site-author/status.xml

Author: crossley
Date: Sat Jun 10 04:07:56 2006
New Revision: 413284

URL: http://svn.apache.org/viewvc?rev=413284&view=rev
Log:
Add some more missing status entries:
* Finish renaming of files for a-to-b.xsl naming convention.
* Clarify some confusing notes about site/@href in seeds xdocs/site.xml files.
* Add section about managing the plugins descriptors to "Howto Build Plugins".
* Add section about using new/experimental features (e.g. Locationmap, Dispatcher) together with plugins to "Howto Build Plugins".
* Enhance etc/RELEASE_NOTES.txt
* Improve symlink resolution and fix incorrect argument passing in bin/forrest shell script.

Modified:
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=413284&r1=413283&r2=413284&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Sat Jun 10 04:07:56 2006
@@ -213,6 +213,10 @@
       <action dev="TS" type="update" context="docs"> Added lenya.zone 
         site to the dispatcher section in the live sites. 
       </action>
+      <action context="code" type="update" dev="RDG" due-to="Richard Calmbach" fixes-bug="FOR-771">
+        Improve symlink resolution and fix incorrect argument passing
+        in the bin/forrest shell script.
+      </action>
       
 <!-- 2005-12 -->
 
@@ -227,6 +231,9 @@
         Enable use of common character entities in skinconf.xml,
         e.g. accented characters and trademark symbols.
       </action>
+      <action dev="DC" type="update" context="docs">
+        Enhance etc/RELEASE_NOTES.txt
+      </action>
   
         <action dev="FSO" type="update" context="code">
             Changed handling of table elements with class-attributes in source:
@@ -240,8 +247,16 @@
         <action dev="FSO" type="update" context="code">
             Fixed problems with disappearing of id-attributes in img-element and several others.    
         </action>
+      <action dev="RDG" type="update" context="docs">
+        Add section about using new/experimental features (e.g. Locationmap, Dispatcher) together with plugins.
+        See <link href="site:buildPlugin">Howto Build Plugins</link> doc.
+      </action>
+      <action dev="DC" type="update" context="docs">
+        Add section about managing the plugins descriptors to
+        <link href="site:buildPlugin">Howto Build Plugins</link> doc.
+      </action>
         
-      <action dev="DC" type="update" context="code" importance="high">
+      <action dev="DC" type="add" context="code" importance="high">
         Added new "clean" targets. Doing 'forrest clean-site' will remove
         the contents of the project's generated documents directory.
         Doing 'forrest clean-work' will remove the project's work directories
@@ -276,9 +291,19 @@
         replace character in a string) <link 
         href="http://svn.apache.org/viewcvs.cgi?rev=358150&amp;view=rev">Diff</link> 
         </action>
+      <action context="code" type="add" dev="DC">
+        Clarify some confusing notes about site/@href in seeds xdocs/site.xml files.
+      </action>
 
 <!-- 2005-11 -->
   
+      <action context="code" type="add" dev="DG" fixes-bug="FOR-697">
+       Finish renaming of files for a-to-b.xsl naming convention. 
+      </action>
+      <action context="code" type="add" dev="CD">
+        Add a Devs menu to tools/forrestbar to help with testing intermediate
+        Cocoon pipelines.
+      </action>
       <action context="code" type="update" dev="DC" due-to="Sjur N. Moshagen"
           fixes-bug="FOR-581,FOR-720">
         Fixed and enhanced the Forrest plugin for the XMLmind XML Editor at tools/xxe
@@ -358,7 +383,7 @@
         </action>
       <action context="docs" type="update" dev="RDG" fixes-bug="FOR-666">
         Clarify the FAQ about using
-        <link href="site:faq/rawHTML">raw HTML</link>
+        <link href="1ite:faq/rawHTML">raw HTML</link>
         docs with no decoration.
       </action>
       <action context="code" type="update" dev="DG" fixes-bug="FOR-555">