bruno 2003/10/31 04:36:01
Modified: . status.xml
Log:
Added FormHandler changes
Revision Changes Path
1.178 +7 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- status.xml 31 Oct 2003 11:21:44 -0000 1.177
+++ status.xml 31 Oct 2003 12:36:01 -0000 1.178
@@ -192,6 +192,12 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="BRD" type="update">
+ Woody: did some cleanup of the FormHandler interface: moved it to the
event subpackage,
+ made it handle all types of WidgetEvents (there's an
AbstractFormHandler which splits
+ ActionEvents from ValueChangedEvents). Removed the deprecated
RepeaterHandler class,
+ and the unused CarSelectorHandler class.
+ </action>
<action dev="SW" type="update">
Serializers now can optionnaly implement the SitemapModelComponent
interface, meaning then can
be given a "src" attribute and parameters using <map:parameter>.