summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6221cfe..5a9d447 100644
--- a/TODO
+++ b/TODO
@@ -63,6 +63,13 @@ Other TODO Items
- 'errorCatcher None' to stop catching errors in the middle of a template.
+- Utils.WebInputMixin: factor out Cheetah-specific code so it can be used in
+ non-Cheetah applications. Don't modify the searchList: have a Template
+ wrapper method do that. Consider turning it into a function that does not
+ require 'self'. Consider making Webware-specific code into plugins so that,
+ e.g., other cookie-handling methods can be grafted in. Maybe use callback
+ classes like the planned rewrite for CheetahWrapper. Low priority. (MO)
+
Dump Tools
==========