summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2003-05-13 06:12:13 +0000
committerhierro <hierro>2003-05-13 06:12:13 +0000
commit7822fa3b4277601d003765719290f457da89ad04 (patch)
tree02481889cea61855b77c637178afda3013d0c03f /TODO
parent7714276b274c227a0869c1709486a2f7e732627d (diff)
downloadpython-cheetah-7822fa3b4277601d003765719290f457da89ad04.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index b087d93..8cf15f3 100644
--- a/TODO
+++ b/TODO
@@ -41,9 +41,16 @@ Other TODO Items
method(s) to stdout, with line numbers based on the .py template module.
Make a Template method to do the same thing, a la .generatedModuleCode().
* Refactor, make compile/fill/code routines callbacks using a bundle arg.
+ * If an input file ends in a dot, intelligently add the input extension if
+ not found.
- Debugging tools. See section below.
+- Add --error option to compiled templates and "cheetah fill". It would
+ activate the Echo error catcher for debugging. (Maybe --list-errors to
+ suppress output and instead list the not found placeholders? Less
+ important.)
+
- Provide a utility to list the names of all placeholders in the template.
Requested by Tracy Ruggles on Feb 21, 2003.
@@ -81,8 +88,8 @@ Other TODO Items
http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixC.stx
http://www.owlfish.com/software/simpleTAL/index.html
-Dump Tools
-==========
+Debugging Tools (Dump Tools)
+============================
It would be nice to provide debugging tools for users who can't figure
out why a certain placeholder value isn't found or is being overridden.
My idea is to define $dumpSearchList() and $dumpSearchListFlat() in