haul 2002/08/09 01:41:16
Modified: . changes.xml
Log:
Revision Changes Path
1.231 +34 -1 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- changes.xml 7 Aug 2002 06:50:05 -0000 1.230
+++ changes.xml 9 Aug 2002 08:41:16 -0000 1.231
@@ -39,6 +39,39 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="CH" type="add">
+ Added some more types understood by modular database actions.
+ </action>
+ <action dev="CH" type="fix">
+ Request logicsheet: Fix session tags.
+ </action>
+ <action dev="CH" type="add">
+ Added some more InputModules.
+ </action>
+ <action dev="CH" type="update">
+ Changed existing OutputModules to not use ":" to separate key prefix from
+ suffix if prefix is an empty string.
+ </action>
+ <action dev="CH" type="add">
+ Simple Formvalidation: FormValidatorAction sets attribute "*" to indicate
+ overall validation status. Added SimpleFormTransformer that fills XHTML form
+ fields with values from request parameters and allows conditional error tags
+ depending on validation result. This removes the requirement for
+ XSP. Changed ordering of error levels: "notpresent" (indicates that no
+ validation result is present for this parameter) moves between "ok" and
+ "error". New error level "maxerror" used in conjunction with the
+ transformer, is never set, used as upper bound.
+ </action>
+ <action dev="CH" type="fix">
+ (Modular) DatabaseActions: select produced wrong result if no rows were
+ found, query action returned broken result.
+ </action>
+ <action dev="CH" type="update">
+ ESQL: Allow arbitrary types for prepared and callable statements via
+ dynamically loading classes like the SQLTransformer does. Is-null now uses
+ dynamic colum specification. Fixed skip-row feature, which was off by one.
+ Added tag to get connection meta data.
+ </action>
<action dev="CZ" type="add" due-to="Ilya A. Kriveshko"
due-to-email="[EMAIL PROTECTED]">
RequestGenerator does optionally output request parameters.
</action>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]