> Author: thorsten
> Date: Wed Jun  7 17:41:59 2006
> New Revision: 412626
> 
> URL: http://svn.apache.org/viewvc?rev=412626&view=rev
> Log:
> Adding status entries of various changes I committed.
> 
> Modified:
>     forrest/trunk/site-author/status.xml
>
> +      <action dev="TS" type="update" context="docs"> Added information about 
> +        how to debug forrest java classes to the faq <link 
> +        
> href="http://svn.apache.org/viewcvs.cgi?rev=291361&amp;view=rev";>Diff</link> 
> +        </action>
>  
> +      <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. 
> +        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> 
> +        </action>

Great. I will add another status entry later to advise that
our Cocoon build and integration process is only valid
up until a certain version of their trunk. After that we
wrestle with Maven.

> +      <action dev="TS" type="update" context="code" fixes-bug="FOR-253"> 
> Added new 
> +        seed targets seed-basic and seed-sample. That closes FOR-253. <link 
> +        
> href="http://svn.apache.org/viewcvs.cgi?rev=231130&amp;view=rev";>Diff</link> 
> +        </action>
> +        
> +      <action dev="TS" type="update" context="code" fixes-bug="FOR-670" 
> due-to="kevin"> Fixed sample 
> +        sites from the seedTestBusiness FOR-670: forrest seedTestBusiness; 
> +        forrest site fails resume dtd validation <link 
> +        
> href="http://svn.apache.org/viewcvs.cgi?rev=279892&amp;view=rev";>Diff</link> 
> +        </action>

Ah, we already have entries for those two.

-David

> +      <action dev="TS" type="update" context="code"> Added a new 
> +        {defaults:view-internal} to better reuse the internal code of views. 
> +        has the benefit that I only need to change the forrest-core.conf 
> when 
> +        we move views in to the core. The change in 
> +        includes-viewLocationmap.xsl allows us to parse the views extension 
> as 
> +        paramater. That allows us to easily change '.fv' to '.fv.xml' via 
> the 
> +        forrest.properties. <link 
> +        
> href="http://svn.apache.org/viewcvs.cgi?rev=215902&amp;view=rev";>Diff</link> 
> +        </action>