haul 02/05/28 06:40:39 Modified: . changes.xml Log: Changed modules from using the request object to using objectModel instead. This entails some larger modifications to the modular database actions as they used to inherit the setColumn method which doesn't work anymore. Some code has been put to a utility class and the modular datbase action are now no subclass of the original ones anymore. Revision Changes Path 1.175 +9 -1 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- changes.xml 27 May 2002 14:02:29 -0000 1.174 +++ changes.xml 28 May 2002 13:40:39 -0000 1.175 @@ -4,7 +4,7 @@ <!-- History of Cocoon changes - $Id: changes.xml,v 1.174 2002/05/27 14:02:29 cziegeler Exp $ + $Id: changes.xml,v 1.175 2002/05/28 13:40:39 haul Exp $ --> <changes title="History of Changes"> @@ -38,6 +38,14 @@ </devs> <release version="@version@" date="@date@"> + <action dev="CH" type="update"> + Changed modules to use objectModel instead of just the request object. + </action> + <action dev="CH" type="update"> + Modular database actions now don't inherit from original database actions + anymore. Some custom datatypes got lost during this process as they should + be handled be specialized input modules instead. + </action> <action dev="CZ" type="add"> Replaced event pipeline and stream pipeline with one single component, the processing pipeline. Added configurable pipelines to sitemap.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]