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/30 02:54:14 UTC

svn commit: r523895 - in /forrest/trunk/whiteboard/plugins: org.apache.forrest.plugin.internal.dispatcher/status.xml org.apache.forrest.themes.core/status.xml

Author: gmcdonald
Date: Thu Mar 29 17:54:13 2007
New Revision: 523895

URL: http://svn.apache.org/viewvc?view=rev&rev=523895
Log:
Add Jira entries for fixes in dispatcher and themes.core

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml

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=523895&r1=523894&r2=523895
==============================================================================
--- 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 Thu Mar 29 17:54:13 2007
@@ -40,6 +40,12 @@
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
+      <action context="code" type="add" dev="TS" fixes-bug="FOR-937" due-to="Sjur Moshagen">
+        More i18n work by Sjur on Dispatcher. This patch correctly localizes menus &amp; tabs.
+      </action>
+      <action context="code" type="fix" dev="DC" fixes-bug="FOR-939" due-to="Sjur Moshagen">
+        Rename to ContractsMessages_en.xml, part of i18n changes by Sjur.
+      </action>
       <action context="code" type="add" dev="RDG">
         Add ability to get a list of contracts provided by a plugin. For
         this to work the plugin name must have "plugin" within it, e.g.

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml?view=diff&rev=523895&r1=523894&r2=523895
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml Thu Mar 29 17:54:13 2007
@@ -22,6 +22,7 @@
   <developers>
     <person name="Thorsten Scherler" email="thorsten@apache.org" id="TS"/>
     <person name="David Crossley" email="crossley@apache.org" id="DC" />
+    <person name="Cyriaque Dupoirieu" email="cdupoirieu@apache.org" id="CD" />
     <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
@@ -40,6 +41,12 @@
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
+      <action context="code" type="fix" dev="CD" due-to="Paul Bolger" fixes-bug="FOR-830">
+        Fix error where XML link was actually outputting PDF instead.
+      </action>
+      <action context="code" type="fix" dev="CD" due-to="David Crossley" fixes-bug="FOR-929">
+        Fix whitespace errors in xml sources.
+      </action>
       <action context="code" type="update" dev="DC" due-to="Brian Dube" fixes-bug="FOR-895">
        Resolve img/@border, input/@onBlur, and input/@onFocus validation issues for pelt theme. 
       </action>