You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2007/03/26 14:16:27 UTC

svn commit: r522492 - in /forrest/trunk: plugins/org.apache.forrest.plugin.input.projectInfo/status.xml plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml

Author: gmcdonald
Date: Mon Mar 26 05:16:23 2007
New Revision: 522492

URL: http://svn.apache.org/viewvc?view=rev&rev=522492
Log:
Entries that were removed from main status.xml now put into their respective plugins status.xml file, related to FOR-865

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?view=diff&rev=522492&r1=522491&r2=522492
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Mon Mar 26 05:16:23 2007
@@ -107,6 +107,9 @@
         Use locationmap for resolution of resources and files. Resources are exposed via
         {lm:projectInfo.*}
       </action>
+      <action context="code" type="update" dev="jjp" due-to="cyriaque dupoirieux" fixes-bug="for-514">
+          do not limit status.xml contexts in projectinfo plugin.
+       </action>
       <action dev="RDG" type="add" context="code">
         Added RSS changes feeds for individual versions.
       </action>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml?view=diff&rev=522492&r1=522491&r2=522492
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml Mon Mar 26 05:16:23 2007
@@ -49,6 +49,15 @@
         Created the initial plugin by copying map snippets and
         samples from Forrest Core.
       </action>
+      <action dev="JJP" type="fix" context="code"   due-to="Sean Wheller" fixes-bug="FOR-317">
+        docbook2document.xsl: remove unnecessary / from template matches.
+      </action>
+      <action dev="JJP" type="fix" context="code"   due-to="Sean Wheller" fixes-bug="FOR-316">
+        docbook2document.xsl: docinfo element. never in OASIS Docbook XML DTD 
+      </action>
+      <action dev="DC" type="fix" context="code"   due-to="Sean Wheller" fixes-bug="FOR-308">
+        docbook2document.xsl: handle the xref and xreflabel.
+      </action>
     </release>
   </changes>
 

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml?view=diff&rev=522492&r1=522491&r2=522492
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml Mon Mar 26 05:16:23 2007
@@ -83,6 +83,17 @@
       <action context="code" dev="TS" type="add">
         Adding the dispatcher concept documentation from the site-author.
       </action>
+      <action dev="TS" type="update" context="docs" fixes-bug="FOR-768" 
+        due-to="Paul Bolger">
+       Added section "linking to external css files" to howto-structurer-dsl doc.
+      </action>
+      <action dev="TS" type="add" context="code">
+        Activated multiple output formats to be configured via a View.
+      </action>
+      <action dev="TS" type="add" context="code">
+        Added contracts and nuggets to the "view" plugins.
+      </action>
+
     </release>
   </changes>
 



Re: atomic commits (Was: svn commit: r522492)

Posted by David Crossley <cr...@apache.org>.
Gav.... wrote:
> From: David Crossley
> > > Author: gmcdonald
> > >
> > > Log:
> > > Entries that were removed from main status.xml now put into their
> > > respective plugins status.xml file, related to FOR-865
> > 
> > Note for the future that is is better to do stuff like this
> > in the same commit action, i.e. removing from status.xml (r522257)
> > and adding to plugins/*/status.xml (r522492) should be one step.
> 
> Yep sorry will do, I ran out of time and so committed what I had done,
> I'll wait next time and do it in one go.

Only wait with the stuff that should logically go in
one commit, such as moving stuff from one file to another.

-David

RE: atomic commits (Was: svn commit: r522492)

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: David Crossley [mailto:crossley@apache.org]
> Sent: Tuesday, 27 March 2007 6:56 AM
> To: Forrest Developers List
> Subject: atomic commits (Was: svn commit: r522492)
> 
> > Author: gmcdonald
> > Date: Mon Mar 26 05:16:23 2007
> > New Revision: 522492
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=522492
> > Log:
> > Entries that were removed from main status.xml now put into their
> respective plugins status.xml file, related to FOR-865
> >
> > Modified:
> >
> forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.x
> ml
> >
> forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/st
> atus.xml
> >
> forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispat
> cher/status.xml
> 
> Note for the future that is is better to do stuff like this
> in the same commit action, i.e. removing from status.xml (r522257)
> and adding to plugins/*/status.xml (r522492) should be one step.
> 
> -David

Yep sorry will do, I ran out of time and so committed what I had done,
I'll wait next time and do it in one go.

Gav...

> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.446 / Virus Database: 268.18.17/730 - Release Date: 3/22/2007
> 7:44 AM


atomic commits (Was: svn commit: r522492)

Posted by David Crossley <cr...@apache.org>.
> Author: gmcdonald
> Date: Mon Mar 26 05:16:23 2007
> New Revision: 522492
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=522492
> Log:
> Entries that were removed from main status.xml now put into their respective plugins status.xml file, related to FOR-865
> 
> Modified:
>     forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
>     forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml

Note for the future that is is better to do stuff like this
in the same commit action, i.e. removing from status.xml (r522257)
and adding to plugins/*/status.xml (r522492) should be one step.

-David