Skip to content

Commit 38d4f94

Browse files
author
Richard Jones
committed
current state
1 parent e059ad2 commit 38d4f94

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

TODO.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pending example: meta/parent bug implementation (feature request #506815)
88
pending example: replace the "extended" example with a "help desk" one, and
99
rename "classic" to "bug tracker"
1010
pending example: script for retrieval of "mbox" archive of all messages
11-
pending hyperdb: write a backend for gadfly
1211
pending 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"
3332
pending project: switch to a Roundup instance for Roundup bug/feature tracking
33+
pending project: have the demo allow anonymous login
3434
pending security: at least an LDAP user database implementation
3535
pending security: authenticate over a secure connection
3636
pending security: use digital signatures in mailgw
3737
pending web: I18N
3838
pending web: Better message summary display (feature request #520244)
3939
pending web: Navigating around the issues (feature request #559149)
4040
pending web: Re-enable link backrefs from messages (feature request #568714)
41-
pending web: fix double-submit by having new-item-submit redirect at end
4241
pending 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.
4544
pending 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)
5457
done hyperdb: full-text search also search certain String properties (RJ)
5558
done 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)
6467
done security: implement and use the new logical control mechanisms
6568
done web: saving of named queries (GM)
6669
done 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

Comments
 (0)