summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-11-27 17:59:34 +0000
committerhierro <hierro>2002-11-27 17:59:34 +0000
commit655c7cd33bd54fd97a6f92148df115e579a718d1 (patch)
tree433d04c1cfe0b88a7f1e945004590b2bddc0bc13 /TODO
parente188d470383faab7e4683b31239169e8e43d5067 (diff)
downloadpython-cheetah-655c7cd33bd54fd97a6f92148df115e579a718d1.tar.gz
*** empty log message ***
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
==========