Mercurial > p > roundup > code
diff TODO.txt @ 1098:c5819344714c
more doc
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 07:07:16 +0000 |
| parents | 711f2ecee20f |
| children | d759c3cb1f06 |
line wrap: on
line diff
--- a/TODO.txt Tue Sep 10 03:57:50 2002 +0000 +++ b/TODO.txt Tue Sep 10 07:07:16 2002 +0000 @@ -15,7 +15,6 @@ pending hyperdb: make creator, creation and activity available pre-commit pending hyperdb: migrate "id" property to be Number type pending instance: split instance.open() into open() and login() -pending instance: rename to "instance" to "tracker" pending mailgw: allow commands (feature request #556996) like "help", "dump issue123" (would send all info about issue123, including a digest of all messages, but probably @@ -28,11 +27,11 @@ vmbugs: "|roundup-mailgw /instances/dev component=voicemail" pending project: switch to a Roundup instance for Roundup bug/feature tracking pending project: have the demo allow anonymous login -pending security: at least an LDAP user database implementation +pending security: an LDAP user database implementation pending security: authenticate over a secure connection pending security: optionally auth with Basic HTTP auth instead of cookies pending security: use digital signatures in mailgw -pending security: submission protection +pending security: submission protection (ok, I've forgotten what this is) pending web: I18N pending web: Better message summary display (feature request #520244) pending web: Navigating around the issues (feature request #559149) @@ -45,7 +44,6 @@ - pre-fill the search page with the current search parameters) - add a drop-down with all queries which fills form with selected query values -pending web: have roundup.cgi pick up instance config from the environment pending web: UNIX init.d script for roundup-server pending web: rewritten documentation (can come after the beta though so stuff is settled) ... including relevant file names in customisation doc @@ -54,16 +52,9 @@ pending dist: include the HTML in docs bug web: request.url is incorrect in cgi-bin environments -bug web: query editing not translated to new templating bug web: need to indicate that generated pages shouldn't be cached -done web: Re-enable link backrefs from messages (feature request #568714) -done web: have the page layout (header/footer) be templatable -done web: fixing the templating so it works -done web: re-work cgi interface to abstract out the explicit "issue" - interface -done web: have index page handle mid-page errors better so header and - footer are still visible +done instance: rename to "instance" to "tracker" done hyperdb: write a backend for gadfly (it's as done as it's going to get) done hyperdb: full-text search also search certain String properties done hyperdb: further split the *dbm backends from the core code, allowing @@ -76,11 +67,19 @@ done security: add info from doc/security.txt to design doc done security: switch to sessions for web authentication done security: implement and use the new logical control mechanisms +done web: Re-enable link backrefs from messages (feature request #568714) +done web: have the page layout (header/footer) be templatable +done web: fixing the templating so it works +done web: re-work cgi interface to abstract out the explicit "issue" + interface +done web: have index page handle mid-page errors better so header and + footer are still visible done web: saving of named queries (GM, RJ) done web: handle "not found", access and item page render errors better done web: fix double-submit by having new-item-submit redirect at end done web: daemonify roundup-server (fork, logfile, pidfile) done web: modify cgitb to display PageTemplate errors better +done web: have roundup.cgi pick up instance config from the environment rejected instance: the use of non-Python configuration files (ConfigParser)
