jon 01/03/19 13:21:09
Modified: . TODO-1.0.txt
Log:
finished the MEP
punt on CCRU until after 1.0
Revision Changes Path
1.17 +14 -23 jakarta-velocity/TODO-1.0.txt
Index: TODO-1.0.txt
===================================================================
RCS file: /home/cvs/jakarta-velocity/TODO-1.0.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- TODO-1.0.txt 2001/03/19 08:13:55 1.16
+++ TODO-1.0.txt 2001/03/19 21:21:08 1.17
@@ -36,29 +36,6 @@
STATUS:
[NONE]
-o Control Caching Resource Usage
-
- Change resource caching to limit cache size and expire
- least-recently-used. This is needed to prevent Vel from
- sucking up RAM uncontrollably for content-centric or
- other sites that may use #include() or #parse()
- extensively.
-
- PLAN:
- Fix code.
-
- STATUS:
- [GMJ] Will start once the config stuff is set in stone.
-
-o Method Exception Propogation
-
- Need to propgate errors out from methods called in user objects
- when rendering.
-
- STATUS :
- [GMJ] working
-
-
+------------- Not Critical For Release -------------+
o Speed testing suite
@@ -71,3 +48,17 @@
STATUS:
None
+
+o Control Caching Resource Usage
+
+ Change resource caching to limit cache size and expire
+ least-recently-used. This is needed to prevent Vel from
+ sucking up RAM uncontrollably for content-centric or
+ other sites that may use #include() or #parse()
+ extensively.
+
+ PLAN:
+ Fix code.
+
+ STATUS:
+ [GMJ] Punt for next release.