@@ -15,7 +15,6 @@ pending hyperdb: range searching of values (dates in particular)
1515pending hyperdb: make creator, creation and activity available pre-commit
1616pending hyperdb: migrate "id" property to be Number type
1717pending instance: split instance.open() into open() and login()
18- pending instance: rename to "instance" to "tracker"
1918pending mailgw: allow commands (feature request #556996)
2019 like "help", "dump issue123" (would send all info about
2120 issue123, including a digest of all messages, but probably
@@ -28,11 +27,11 @@ pending mailgw: Allow multiple email addresses at one gw with different default
2827 vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
2928pending project: switch to a Roundup instance for Roundup bug/feature tracking
3029pending project: have the demo allow anonymous login
31- pending security: at least an LDAP user database implementation
30+ pending security: an LDAP user database implementation
3231pending security: authenticate over a secure connection
3332pending security: optionally auth with Basic HTTP auth instead of cookies
3433pending security: use digital signatures in mailgw
35- pending security: submission protection
34+ pending security: submission protection (ok, I've forgotten what this is)
3635pending web: I18N
3736pending web: Better message summary display (feature request #520244)
3837pending web: Navigating around the issues (feature request #559149)
@@ -45,7 +44,6 @@ pending web: search "refinement"
4544 - pre-fill the search page with the current search parameters)
4645 - add a drop-down with all queries which fills form with selected
4746 query values
48- pending web: have roundup.cgi pick up instance config from the environment
4947pending web: UNIX init.d script for roundup-server
5048pending web: rewritten documentation (can come after the beta though so stuff
5149 is settled) ... including relevant file names in customisation doc
@@ -54,16 +52,9 @@ pending admin: add "unset" command
5452pending dist: include the HTML in docs
5553
5654bug web: request.url is incorrect in cgi-bin environments
57- bug web: query editing not translated to new templating
5855bug web: need to indicate that generated pages shouldn't be cached
5956
60- done web: Re-enable link backrefs from messages (feature request #568714)
61- done web: have the page layout (header/footer) be templatable
62- done web: fixing the templating so it works
63- done web: re-work cgi interface to abstract out the explicit "issue"
64- interface
65- done web: have index page handle mid-page errors better so header and
66- footer are still visible
57+ done instance: rename to "instance" to "tracker"
6758done hyperdb: write a backend for gadfly (it's as done as it's going to get)
6859done hyperdb: full-text search also search certain String properties
6960done hyperdb: further split the *dbm backends from the core code, allowing
@@ -76,11 +67,19 @@ done mailgw: better help message (feature request #558562)
7667done security: add info from doc/security.txt to design doc
7768done security: switch to sessions for web authentication
7869done security: implement and use the new logical control mechanisms
70+ done web: Re-enable link backrefs from messages (feature request #568714)
71+ done web: have the page layout (header/footer) be templatable
72+ done web: fixing the templating so it works
73+ done web: re-work cgi interface to abstract out the explicit "issue"
74+ interface
75+ done web: have index page handle mid-page errors better so header and
76+ footer are still visible
7977done web: saving of named queries (GM, RJ)
8078done web: handle "not found", access and item page render errors better
8179done web: fix double-submit by having new-item-submit redirect at end
8280done web: daemonify roundup-server (fork, logfile, pidfile)
8381done web: modify cgitb to display PageTemplate errors better
82+ done web: have roundup.cgi pick up instance config from the environment
8483
8584rejected instance: the use of non-Python configuration files (ConfigParser)
8685
0 commit comments