@@ -14,8 +14,6 @@ pending hyperdb: range searching of values (dates in particular)
1414 [value, value, ...] implies "in"
1515pending hyperdb: make creator, creation and activity available pre-commit
1616pending hyperdb: migrate "id" property to be Number type
17- pending instance: including much simpler upgrade path and the use of
18- non-Python configuration files (ConfigParser)
1917pending instance: split instance.open() into open() and login()
2018pending instance: rename to "instance" to "tracker"
2119pending mailgw: allow commands (feature request #556996)
@@ -32,6 +30,7 @@ pending project: switch to a Roundup instance for Roundup bug/feature tracking
3230pending project: have the demo allow anonymous login
3331pending security: at least an LDAP user database implementation
3432pending security: authenticate over a secure connection
33+ pending security: optionally auth with Basic HTTP auth instead of cookies
3534pending security: use digital signatures in mailgw
3635pending security: submission protection
3736pending web: I18N
@@ -47,6 +46,7 @@ pending web: search "refinement"
4746 - add a drop-down with all queries which fills form with selected
4847 query values
4948pending web: have roundup.cgi pick up instance config from the environment
49+ pending web: UNIX init.d script for roundup-server
5050
5151New templating TODO:
5252. rewritten documentation (can come after the beta though so stuff is settled)
@@ -55,10 +55,10 @@ New templating TODO:
5555active web: title is stoopid
5656active hyperdb: full-text searching doesn't appear to match stuff in titles,
5757 even though they're supposed to be indexed...
58- active web: UNIX init.d script for roundup-server
5958
6059ongoing: any bugs
6160
61+ rejected instance: the use of non-Python configuration files (ConfigParser)
6262done web: Re-enable link backrefs from messages (feature request #568714) (RJ)
6363done web: have the page layout (header/footer) be templatable (RJ)
6464done web: fixing the templating so it works (RJ)
@@ -82,4 +82,3 @@ done web: saving of named queries (GM)
8282done web: handle "not found", access and item page render errors better (RJ)
8383done web: fix double-submit by having new-item-submit redirect at end (RJ)
8484done web: daemonify roundup-server (fork, logfile, pidfile)
85-
0 commit comments