summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-12-26 19:23:04 +0000
committerhierro <hierro>2002-12-26 19:23:04 +0000
commit50ca0ccede7c2d0f4652a8601edd354359c81bf6 (patch)
treefbccaa33d65aeab1800de4ec79948823d00476cb /TODO
parentadf2d0545b6108704643017b4f7533ef62cea039 (diff)
downloadpython-cheetah-50ca0ccede7c2d0f4652a8601edd354359c81bf6.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 44b3fc9..f2f0a8d 100644
--- a/TODO
+++ b/TODO
@@ -10,9 +10,11 @@ Cheetah TODO list
Requirements for 1.0
=========================================================================
-- Modify _namemapper.c to reflect new changes in NameMapper.py: ignore
- dictionary attributes/methods for the first chunk in a searchList
- lookup. (TR)
+- Simplify NameMapper.py while maintaining new behavior (ignore dictionary
+ 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)
- 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