Skip to content

Commit b6994f2

Browse files
author
Richard Jones
committed
update
1 parent c2f7f72 commit b6994f2

File tree

1 file changed

+44
-48
lines changed

1 file changed

+44
-48
lines changed

TODO.txt

Lines changed: 44 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,54 @@ General Roundup project TODO list. Note that some of these are semi-formed
22
ideas. Those ideas that don't make the cutoff for the next major release are
33
punted automatically into the subsequent major release TODO.
44

5-
For 0.5 release:
6-
75
State Description
86
------------------------------------------------------------------------------
9-
pending configuration: including much simpler upgrade path and the use of
10-
non-Python configuration files (ConfigParser)
11-
instance dir: cleanup to support config
12-
feature request #498658
13-
pending meta/parent bug support/implementation
14-
feature request #506815
15-
pending user preferences
16-
feature request #507842
17-
pending rename to "instance" to "tracker"
18-
done journalling: fix the journal bloat
19-
pending related: Re-enable link backrefs from messages
20-
feature request #568714
21-
pending alternative user auth: at least an LDAP implementation
22-
active security overhaul: see doc/security.txt (RJ)
23-
done - switch to sessions for web authentication
24-
- implement and use the new logical control mechanisms
25-
- authenticate over a secure connection
26-
- use digital signatures in mailgw
27-
active implement an RDB backend (RJ)
28-
done - further split the *dbm backends from the core code, allowing
29-
easier non-dict-like backends (eg metakit, RDB)
30-
- write a backend for gadfly
31-
pending fix double-submit by having new-item-submit redirect at end
32-
pending split instance.open() into open() and login()
33-
pending range searching of values (dates in particular)
7+
pending example: meta/parent bug implementation (feature request #506815)
8+
pending hyperdb: write a backend for gadfly
9+
pending hyperdb: range searching of values (dates in particular)
3410
- filter specifies {property: (comparison function, value)}
35-
comparison functions: lt, le, eq, ge, gt
36-
- eq and [value, value, ...] implies "in"
37-
pending switch to a Roundup instance for Roundup bug/feature tracking
38-
pending I18N of web interface
39-
pending Better web message summary display
40-
feature request #520244
41-
pending Allow commands through mail gateway
42-
feature request #556996
43-
pending better help message for mailgw
44-
feature request #558562
45-
pending Navigating around the issues
46-
feature request #559149
47-
pending Allow multiple email addresses at one mailgw, with different default
48-
classes and property values (possibly through command-line args to
49-
the mailgw as invoked in the mail delivery "aliases" file) eg:
50-
roundup: "|/roundup/bin/roundup-mailgw /roundup/instances/dev"
51-
vmbugs: "|/roundup/bin/roundup-mailgw /roundup/instances/dev component=voicemail"
52-
pending Quick help links on web interface next to the property labels giving
53-
a description of the property. Combine with help for the actual form
54-
element too, eg. how to use the nosy list edit box.
11+
comparison functions: lt, le, eq, ge, gt. eq and
12+
[value, value, ...] implies "in"
13+
pending instance: including much simpler upgrade path and the use of
14+
non-Python configuration files (ConfigParser)
15+
pending instance: cleanup to support config (feature request #498658)
16+
pending instance: split instance.open() into open() and login()
17+
pending instance: rename to "instance" to "tracker"
18+
pending instance: sanity check instance setup after all these changes
19+
pending mailgw: allow commands (feature request #556996)
20+
like "help", "dump issue123" (would send all info about
21+
issue123, including a digest of all messages, but probably
22+
not all files...), "list issue", ...
23+
pending mailgw: Allow multiple email addresses at one gw with different default
24+
classes and property values (possibly through command-line
25+
args to the mailgw as invoked in the mail delivery "aliases"
26+
file) eg:
27+
roundup: "|roundup-mailgw /instances/dev"
28+
vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
29+
pending project: switch to a Roundup instance for Roundup bug/feature tracking
30+
active security: finish doc/security.txt (RJ)
31+
pending security: implement and use the new logical control mechanisms
32+
pending security: at least an LDAP user database implementation
33+
pending security: authenticate over a secure connection
34+
pending security: use digital signatures in mailgw
35+
pending web: I18N
36+
pending web: Better message summary display (feature request #520244)
37+
pending web: Navigating around the issues (feature request #559149)
38+
pending web: Re-enable link backrefs from messages (feature request #568714)
39+
pending web: fix double-submit by having new-item-submit redirect at end
40+
pending web: Quick help links next to the property labels giving a
41+
description of the property. Combine with help for the actual
42+
form element too, eg. how to use the nosy list edit box.
43+
pending web: feature request #507842
44+
active web: saving of named queries (GM)
5545

5646
ongoing any bugs
5747

58-
done Have the full-text search also search certain String properties (RJ)
48+
done hyperdb: full-text search also search certain String properties (RJ)
49+
done hyperdb: further split the *dbm backends from the core code, allowing
50+
easier non-dict-like backends (eg metakit, RDB) (RJ)
51+
done hyperdb: fix the journal bloat (RJ)
52+
done hyperdb: add Boolean and Number types (GM)
53+
done mailgw: better help message (feature request #558562) (RJ)
54+
done security: switch to sessions for web authentication (RJ)
5955

0 commit comments

Comments
 (0)