@@ -8,7 +8,6 @@ pending example: meta/parent bug implementation (feature request #506815)
88pending example: replace the "extended" example with a "help desk" one, and
99 rename "classic" to "bug tracker"
1010pending example: script for retrieval of "mbox" archive of all messages
11- pending hyperdb: write a backend for gadfly
1211pending hyperdb: range searching of values (dates in particular)
1312 - filter specifies {property: (comparison function, value)}
1413 comparison functions: lt, le, eq, ge, gt. eq and
@@ -31,26 +30,30 @@ pending mailgw: Allow multiple email addresses at one gw with different default
3130 roundup: "|roundup-mailgw /instances/dev"
3231 vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
3332pending project: switch to a Roundup instance for Roundup bug/feature tracking
33+ pending project: have the demo allow anonymous login
3434pending security: at least an LDAP user database implementation
3535pending security: authenticate over a secure connection
3636pending security: use digital signatures in mailgw
3737pending web: I18N
3838pending web: Better message summary display (feature request #520244)
3939pending web: Navigating around the issues (feature request #559149)
4040pending web: Re-enable link backrefs from messages (feature request #568714)
41- pending web: fix double-submit by having new-item-submit redirect at end
4241pending web: Quick help links next to the property labels giving a
4342 description of the property. Combine with help for the actual
4443 form element too, eg. how to use the nosy list edit box.
4544pending web: clicking on a group header should filter for that type of entry
46- pending web: have the page layout (header/footer) be templatable
47- pending web: have index page handle mid-page errors better so header and
48- footer are still visible
49- pending web: re-work cgi interface to abstract out the explicit "issue"
50- interface
45+ pending web: re-enable auth by basic http auth
5146
52- ongoing any bugs
47+ active web: have the page layout (header/footer) be templatable
48+ active web: fixing the templating so it works (GM / RJ)
49+ active web: re-work cgi interface to abstract out the explicit "issue"
50+ interface
51+ active web: have index page handle mid-page errors better so header and
52+ footer are still visible
5353
54+ ongoing: any bugs
55+
56+ done hyperdb: write a backend for gadfly (it's as done as it's going to get)
5457done hyperdb: full-text search also search certain String properties (RJ)
5558done hyperdb: further split the *dbm backends from the core code, allowing
5659 easier non-dict-like backends (eg metakit, RDB) (RJ)
@@ -64,4 +67,5 @@ done security: switch to sessions for web authentication (RJ)
6467done security: implement and use the new logical control mechanisms
6568done web: saving of named queries (GM)
6669done web: handle "not found", access and item page render errors better (RJ)
70+ done web: fix double-submit by having new-item-submit redirect at end (RJ)
6771
0 commit comments