bloritsch 01/02/27 11:42:00
Modified: . Tag: xml-cocoon2 todo.xml changes.xml
Log:
Added a todo (will do later if noone else does), and recorded a change.
Revision Changes Path
No revision
No revision
1.6.2.18 +5 -5 xml-cocoon/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/todo.xml,v
retrieving revision 1.6.2.17
retrieving revision 1.6.2.18
diff -u -r1.6.2.17 -r1.6.2.18
--- todo.xml 2001/02/24 21:16:42 1.6.2.17
+++ todo.xml 2001/02/27 19:41:58 1.6.2.18
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: todo.xml,v 1.6.2.17 2001/02/24 21:16:42 dims Exp $
+ $Id: todo.xml,v 1.6.2.18 2001/02/27 19:41:58 bloritsch Exp $
-->
@@ -23,14 +23,14 @@
</devs>
<actions priority="high">
-
<action context="code">
- Finish writing the command line interface and design the link rewriting
- behavior that cannot work with views.
+ Create a form validation Action that uses an external configuration file
+ to validate the form and make sure that values are within acceptable
ranges.
</action>
<action context="code">
- Write URLHandler for the protocols defined in the sitemap, e.g. class://.
cvs://
+ Finish writing the command line interface and design the link rewriting
+ behavior that cannot work with views.
</action>
<action context="code">
1.9.2.24 +5 -1 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.9.2.23
retrieving revision 1.9.2.24
diff -u -r1.9.2.23 -r1.9.2.24
--- changes.xml 2001/02/24 21:16:42 1.9.2.23
+++ changes.xml 2001/02/27 19:41:59 1.9.2.24
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.9.2.23 2001/02/24 21:16:42 dims Exp $
+ $Id: changes.xml,v 1.9.2.24 2001/02/27 19:41:59 bloritsch Exp $
-->
<changes title="History of Changes">
@@ -22,6 +22,10 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="BL" type="add">
+ Added form to database Actions. Using these Actions, you can quickly
+ generate a webapp that functions in _very_ little time.
+ </action>
<action dev="DM" type="update">
Added command line code generation and compilation of XSP's and the
Sitemap.
</action>