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/08 08:28:44 UTC

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

Author: crossley
Date: Wed Jun  7 23:28:43 2006
New Revision: 412672

URL: http://svn.apache.org/viewvc?rev=412672&view=rev
Log:
Add some more missing status entries:
* The xml comments from source files were not being generated to the output.
* Note some times that our Cocoon was updated and state the most recent version.

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=412672&r1=412671&r2=412672&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Wed Jun  7 23:28:43 2006
@@ -41,6 +41,7 @@
     <person name="Cyriaque Dupoirieux"  email="cdupoirieux@apache.org"  id="CD"/>
     <person name="Bertrand Delacretaz"  email="bdelacretaz@apache.org"  id="BD"/>
     <person name="Tim Williams"         email="twilliams@apache.org"    id="TWW"/>
+    <person name="Diwaker Gupta"        email="diwaker@apache.org"      id="DG"/>
 
     <person name="Volunteer needed"   email="dev@forrest.apache.org" id="open"/>
   </developers>
@@ -193,6 +194,11 @@
       <action dev="TS" type="add" context="code"> Added first implementation of 
         the dispatcher. Including contract bean implementation and interface; 
         dispatcher exception and dispatcher transformers. </action>
+
+      <action context="code" type="update" dev="DC">
+        Upgrade our packaged Cocoon to cocoon-2.2.0-dev-r351990 and enhanced the notes
+        about how to upgrade.
+      </action>
       
       <action dev="DC" type="update" context="code">
         New skinconf parameter "disable-copyright-footer" (default=false)
@@ -255,6 +261,11 @@
 
 <!-- 2005-10 -->
 
+      <action context="code" type="update" dev="JJP">
+        Upgrade our packaged Cocoon to cocoon-2.2.0-dev-r279987 and enhanced the notes
+        about how to upgrade.
+      </action>
+
       <action context="code" type="add" dev="TS">
         The "dispatcher" development work has moved to two new plugins.
         See <link href="site:v0.80//dispatcher-concept">dispatcher development</link> and
@@ -265,6 +276,9 @@
         <link href="site:faq/rawHTML">raw HTML</link>
         docs with no decoration.
       </action>
+      <action context="code" type="update" dev="DG" fixes-bug="FOR-555">
+        The xml comments from source files were not being generated to the output.
+      </action>
       <action context="code" type="add" dev="DC" due-to="Pier Fumagalli">
         Add Validation Block. Uses transformers to enable RELAX NG validation and
         W3C XML Schema validation using Jing and Xerces.
@@ -380,7 +394,7 @@
 
       <action dev="TS" type="add" context="code"> Added a shell script to 
         do some steps of the cocoon update process. Still there are some steps 
-        that should rather be done by a script then committer interaction. 
+        that should rather be done by a script, rather than committer interaction. 
         Updated the readme to state that some steps could be done by the 
         script. <link 
         href="http://svn.apache.org/viewcvs.cgi?rev=280710&amp;view=rev">Diff</link>