comparison TODO.txt @ 1055:cf72eae57a2c

Fixed instance installation ... moved the htmlbase module into templates and call it <template>_htmlbase.py ... no more try/except in instance __init__! Added :required to form handling. Handle multiple values for single form items with decent error report.
author Richard Jones <richard@users.sourceforge.net>
date Thu, 05 Sep 2002 23:39:14 +0000
parents d7ded699095a
children a55ef5a98fd3
comparison
equal deleted inserted replaced
1054:3d8ea16347aa 1055:cf72eae57a2c
45 - pre-fill the search page with the current search parameters) 45 - pre-fill the search page with the current search parameters)
46 - add a drop-down with all queries which fills form with selected 46 - add a drop-down with all queries which fills form with selected
47 query values 47 query values
48 pending web: have roundup.cgi pick up instance config from the environment 48 pending web: have roundup.cgi pick up instance config from the environment
49 pending web: UNIX init.d script for roundup-server 49 pending web: UNIX init.d script for roundup-server
50 pending web: rewritten documentation (can come after the beta though so stuff
51 is settled)
52 pending web: modify cgitb to handle PageTemplate errors better (see how
53 Zope handles __traceback_supplement__ and __traceback_info__)
54 pending web: title is stoopid
50 55
51 New templating TODO:
52 . rewritten documentation (can come after the beta though so stuff is settled)
53 . modify cgitb to handle PageTemplate errors better
54 . add :required to edit action
55 active web: title is stoopid
56 active hyperdb: full-text searching doesn't appear to match stuff in titles,
57 even though they're supposed to be indexed...
58
59 ongoing: any bugs
60 bug: request.url is incorrect in cgi-bin environments 56 bug: request.url is incorrect in cgi-bin environments
61 57
62 rejected instance: the use of non-Python configuration files (ConfigParser)
63 done web: Re-enable link backrefs from messages (feature request #568714) (RJ) 58 done web: Re-enable link backrefs from messages (feature request #568714) (RJ)
64 done web: have the page layout (header/footer) be templatable (RJ) 59 done web: have the page layout (header/footer) be templatable (RJ)
65 done web: fixing the templating so it works (RJ) 60 done web: fixing the templating so it works (RJ)
66 done web: re-work cgi interface to abstract out the explicit "issue" 61 done web: re-work cgi interface to abstract out the explicit "issue"
67 interface (RJ) 62 interface (RJ)
77 done hyperdb: entire database export and import (incl files) (RJ) 72 done hyperdb: entire database export and import (incl files) (RJ)
78 done mailgw: better help message (feature request #558562) (RJ) 73 done mailgw: better help message (feature request #558562) (RJ)
79 done security: add info from doc/security.txt to design doc (RJ) 74 done security: add info from doc/security.txt to design doc (RJ)
80 done security: switch to sessions for web authentication (RJ) 75 done security: switch to sessions for web authentication (RJ)
81 done security: implement and use the new logical control mechanisms 76 done security: implement and use the new logical control mechanisms
82 done web: saving of named queries (GM) 77 done web: saving of named queries (GM, RJ)
83 done web: handle "not found", access and item page render errors better (RJ) 78 done web: handle "not found", access and item page render errors better (RJ)
84 done web: fix double-submit by having new-item-submit redirect at end (RJ) 79 done web: fix double-submit by having new-item-submit redirect at end (RJ)
85 done web: daemonify roundup-server (fork, logfile, pidfile) 80 done web: daemonify roundup-server (fork, logfile, pidfile) (RJ)
81
82 rejected instance: the use of non-Python configuration files (ConfigParser)
83

Roundup Issue Tracker: http://roundup-tracker.org/