haul 2003/07/01 04:53:50
Modified: . status.xml
Log:
reflect changes
Revision Changes Path
1.70 +19 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- status.xml 1 Jul 2003 05:31:51 -0000 1.69
+++ status.xml 1 Jul 2003 11:53:50 -0000 1.70
@@ -183,6 +183,24 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="CH" type="fix" due-to="Michael Gerzabek" due-to-email="[EMAIL
PROTECTED]">
+ Web3: Fix extra close element on connectivity loss.
+ </action>
+ <action dev="CH" type="update">
+ SimpleFormTransformer: Make complete form protectable, ability to use more
+ than one transformation with different fixed attributes, optionally let
+ error elements pass, configure prefix, suffix, separator at configuration
+ time, add optional use of form name, formating.
+ </action>
+ <action dev="CH" type="update">
+ Added feature to allow a database action (i.e. delete) not to fail if no
+ row was affected. Formating. Use toString() to convert to String rather
+ than cast.
+ </action>
+ <action dev="CH" type="add">
+ Added SimpleSelector that operates just on Strings. Useful in conjunction
+ with a sitemap variable or input module.
+ </action>
<action dev="JH" type="fix" fixes-bug="19104" due-to="Johan Stuyts"
due-to-email="[EMAIL PROTECTED]">
Fixed SchematronValidator.evalRule() in xmlforms block: create a relative
context instead of an absolute one.
This allows to refer to another form field by using relative paths
(../password) instead of choosing a common root.