summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-12-26 19:31:07 +0000
committerhierro <hierro>2002-12-26 19:31:07 +0000
commitc93f5a875e21e40b26664fb20359bedab0dc1ea0 (patch)
treeb1e413976a4eb763cb07bff3d41423b8379227c9 /TODO
parent50ca0ccede7c2d0f4652a8601edd354359c81bf6 (diff)
downloadpython-cheetah-c93f5a875e21e40b26664fb20359bedab0dc1ea0.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index f2f0a8d..2aef667 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,10 @@ Requirements for 1.0
attributes/methods when searching for match of first chunk in searchList
lookup). Modify _namemapper.c to conform. Make valueForKey error
messages more meaningful: for $placeholder.html it raises "NotFound: html";
- it should raise "NotFound: 'html' in $placeholder.html". (TR)
+ it should raise "NotFound: 'html' in $placeholder.html". Consider passing
+ the entire unparsed placeholder tag to all NameMapper functions for use in
+ a potential error message, the same way we're passing it to the output
+ filter. Also consider passing it to the errorCatcher. (TR)
- update User's Guide about changes to SkeletonPage (no more #settings,
etc) (TR)
- Decide on Cheetah's 1.0 license and update the Users' Guide. Cheetah