You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/01/25 16:03:40 UTC

svn commit: r499811 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: vgritsenko
Date: Thu Jan 25 07:03:39 2007
New Revision: 499811

URL: http://svn.apache.org/viewvc?view=rev&rev=499811
Log:
chronological order

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?view=diff&rev=499811&r1=499810&r2=499811
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Thu Jan 25 07:03:39 2007
@@ -212,15 +212,6 @@
     <action dev="JH" type="fix" fixes-bug="COCOON-1976" due-to="Rob Berens">
       POI Block: Prevent NPE in ElementProcessorSerializer on characters before first startElement.
     </action>
-    <action dev="CZ" type="fix" fixes-bug="COCOON-1776" due-to="Vincent Demay">
-      Portal Block: Applied and improved patch for reloading bookmarks based on their (file) validity.
-    </action>
-    <action dev="CZ" type="fix">
-      Portal Block: Fix handling of missing special parameters for forms in NewEventLinkTransformer.
-    </action>
-    <action dev="CZ" type="fix">
-      Auth Block: Make isUserInRole a static method.
-    </action>
     <action dev="JQ" type="update">
       Updating Dojo to 0.4.1.
       <ul>
@@ -229,6 +220,15 @@
       	<li>deprecation and replacement of functions in forms_lib.js cocoon.js CFormsForm.js</li>
       	<li>all cforms forms now use a dojo widget (forms:SimpleForm or forms:AjaxForm)</li>
       </ul>
+    </action>
+    <action dev="CZ" type="fix" fixes-bug="COCOON-1776" due-to="Vincent Demay">
+      Portal Block: Applied and improved patch for reloading bookmarks based on their (file) validity.
+    </action>
+    <action dev="CZ" type="fix">
+      Portal Block: Fix handling of missing special parameters for forms in NewEventLinkTransformer.
+    </action>
+    <action dev="CZ" type="fix">
+      Auth Block: Make isUserInRole a static method.
     </action>
     <action dev="JQ" type="fix">
       Fixes to forms and ajax samples.