You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2006/04/30 19:07:35 UTC

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

Author: simoneg
Date: Sun Apr 30 10:07:33 2006
New Revision: 398385

URL: http://svn.apache.org/viewcvs?rev=398385&view=rev
Log:
COCOON-1685, COCOON-1781, COCOON-1801 : updated status actions

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=398385&r1=398384&r2=398385&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sun Apr 30 10:07:33 2006
@@ -214,6 +214,17 @@
       That generates smaller bytecode allowing to compiler larger XSPs before hitting the
       64k limit for the size of the generate() method.
     </action>
+    <action dev="SG" type="add" fixes-bug="COCOON-1781 COCOON-1685">
+      Forms block: modified ProcessingPhase to add a PROCESSING_INITIALIZE phase instead of the spurious 
+      double READ_FROM_REQUEST_VALUE sent before. Made a ProcessingPhaseListener configurable from 
+      form definition with on-processing-phase and adapted the JavaScript widget listener to support
+      processing phase events.
+    </action>
+    <action dev="SG" type="add" fixes-bug="COCOON-1801">
+      Forms block: added repeater events. Repeater now sends row added, deleted etc.. events. 
+      The listener can be added in definition with an on-repeater-modified element. Added support
+      for these events in JavaScript listener.
+    </action>
   </release>
   <release version="2.1.9" date="April 7 2006">
     <action dev="JBQ" type="fix">