Drop artificial section headings and reformat. (quixote/TODO)
Greg Ward <gward-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 20 Nov 2002 11:24:45 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote In directory hewson:/tmp/cvs-serv18380 Modified Files: TODO Log Message: Drop artificial section headings and reformat. Index: TODO =================================================================== RCS file: /home/cvs/quixote/TODO,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- TODO 20 Nov 2002 16:23:57 -0000 1.11 +++ TODO 20 Nov 2002 16:24:43 -0000 1.12 @@ -1,20 +1,15 @@ -Short-term TODO list -==================== - -Add a simple User class (ID, e-mail, password) to Quixote +* Add a simple User class (ID, e-mail, password) to Quixote. +* Extend HTTPRequest to support single/multiple-valued fields. -Other issues -============ -Extend HTTPRequest to support single/multiple-valued fields -Add way to strip redundant whitespace from output HTML (or pipe it - through Tidy, or other transformations) +* Add way to strip redundant whitespace from output HTML (or pipe it + through Tidy, or other transformations). -Logging doesn't work with CGI scripts (something about our - log-opening code depends on how fastcgi.py fiddles stdout +* Logging doesn't work with CGI scripts (something about our + log-opening code depends on how fastcgi.py fiddles stdout. -Make bare return statements inside of PTL templates work as expected. +* Make bare return statements inside of PTL templates work as expected. -Allow __init__.ptl files to be used as package markers. It looks like -something is wrong with the way ihooks handles __init__ modules. +* Allow __init__.ptl files to be used as package markers. It looks like + something is wrong with the way ihooks handles __init__ modules.