greenrd 00/10/23 13:30:26
Modified: . todo.xml
Log:
even more todo
Revision Changes Path
1.38 +18 -8 xml-cocoon/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/todo.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- todo.xml 2000/10/23 10:44:08 1.37
+++ todo.xml 2000/10/23 20:30:26 1.38
@@ -3,7 +3,7 @@
<!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
<!--
- $Id: todo.xml,v 1.37 2000/10/23 10:44:08 greenrd Exp $
+ $Id: todo.xml,v 1.38 2000/10/23 20:30:26 greenrd Exp $
-->
<todo title="Things To Do for Cocoon 1.x">
@@ -16,6 +16,13 @@
</devs>
<actions priority="high">
+ <action context="code" assigned-to="RDG">
+ Apply patch to let XSP compile on Tomcat >3.1
+ </action>
+ <action context="code">
+ Make ESQL default to inner-method=false but make this configurable
+ in cocoon.properties.
+ </action>
<action context="code">
Track down cause of OutOfMemoryError.
</action>
@@ -27,14 +34,6 @@
<action context="docs" assigned-to="RDG">
Fix dead links in docs.
</action>
- <action context="docs" assigned-to="RDG">
- Write a full guide to logicsheets, including: (1) What they are and how
- they work - explaining why XSP results can't be assigned to XSLT
variables;
- (2) What all the supplied logicsheets do (long-term aim: document every
tag
- and every attribute); (3) How to write your own and use it; (4) How to
- specify logicsheet execution order with the as-yet-undocumented
- <?xml-logicsheet?> processing instruction. Partial contributions
welcome! :-)
- </action>
<action context="code" assigned-to="RDG">
Workaround redirect problem with Tomcat and IE and Cocoon
(code written; just needs to be merged in.) I marked this high-priority
@@ -44,6 +43,17 @@
</actions>
<actions priority="medium">
+ <action context="code" assigned-to="RDG">
+ Make cocoon.properties (i.e. Configurations objects) easily accessible
from XSP.
+ </action>
+ <action context="docs" assigned-to="RDG">
+ Write a full guide to logicsheets, including: (1) What they are and how
+ they work - explaining why XSP results can't be assigned to XSLT
variables;
+ (2) What all the supplied logicsheets do (long-term aim: document every
tag
+ and every attribute); (3) How to write your own and use it; (4) How to
+ specify logicsheet execution order with the as-yet-undocumented
+ <?xml-logicsheet?> processing instruction. Partial contributions
welcome! :-)
+ </action>
<action context="code">
Fix remaining caching bugs. Cleanup caching code, which is messy.
</action>