bruno 2004/04/10 06:49:33
Modified: . status.xml
Log:
Added some recent updates done by me.
Revision Changes Path
1.298 +11 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- status.xml 4 Apr 2004 04:44:09 -0000 1.297
+++ status.xml 10 Apr 2004 13:49:33 -0000 1.298
@@ -212,6 +212,16 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="BRD" type="fix">
+ CForms: <fi:styling type="date"/> is not needed (nor supported)
+ anymore, the required information about the datatype and the pattern is
+ now included in the widget instance XML.
+ </action>
+ <action dev="BRD" type="add">
+ CForms: it is now possible to store arbitrary data with each widget
+ instance by using the new setAttribute and getAttribute methods of the
+ Widget interface.
+ </action>
<action dev="AG" type="add">
Groovy script generator support in BSF block
</action>