haul 2002/07/02 01:36:35
Modified: . changes.xml
Log:
Revision Changes Path
1.202 +16 -1 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- changes.xml 1 Jul 2002 08:54:57 -0000 1.201
+++ changes.xml 2 Jul 2002 08:36:35 -0000 1.202
@@ -39,6 +39,21 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="CH" type="add">
+ Added support for actions and In-/OutputModules to the JavaScript
+ Flow. Caveat: Modifications of the Redirector object are ignored.
+ </action>
+ <action dev="CH" type="add">
+ Support for writing xLOBs to database through modular.DatabaseActions. Does
+ not include a required InputModule that returns a JDBCxlobHelper to be
+ passed to the action.
+ </action>
+ <action dev="CH" type="add">
+ New DatabaseAction: DatabaseQueryAction. It works like the other modular
+ DatabaseActions but does not auto-generate the query. The query has to be
+ provided conforming to PreparedStatement syntax. Unlike the name might
+ suggest, it can be a select, update, or delete query.
+ </action>
<action dev="JQ" type="update">
Updated SourceWritingTransformer. Changed the tag set so that source:write and
source:insert each share the same way of taking parameters.
Added results from source:insert tag like source:write.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]