vgritsenko 2003/12/10 07:46:58
Modified: . status.xml
Log:
Deprecate MirrorRecorder. Add a TODO for EventRecorder classes.
Revision Changes Path
1.208 +10 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- status.xml 10 Dec 2003 14:33:16 -0000 1.207
+++ status.xml 10 Dec 2003 15:46:58 -0000 1.208
@@ -148,6 +148,12 @@
<actions priority="medium">
<action context="code">
+ EventRecorder classes in o.a.c.transformation.helpers package are
similar
+ to SaxBuffer. SaxBuffer should be extended (if it misses some
functionality),
+ and EventRecorder deprecated and removed.
+ </action>
+
+ <action context="code">
XMLize exception handling so that error pages can become more
semantically meaningful. Currently all XSP compilation errors are
stored in a single string. With XMLized exceptions we could display
@@ -183,6 +189,9 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="VG" type="update">
+ Deprecate MirrorRecorder. It will be removed starting with Cocoon 2.2
+ </action>
<action dev="VG" type="add">
In XMLDBTransformer, create operation now is able to create collections.
It will create collection if oid attribute value ends with '/',
otherwise