Skip to content

Commit 8683017

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 4aac087 commit 8683017

File tree

1 file changed

+43
-41
lines changed

1 file changed

+43
-41
lines changed

TODO.txt

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,49 @@ 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-
State Description
5+
State Description
66
------------------------------------------------------------------------------
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)
10-
- filter specifies {property: (comparison function, value)}
11-
comparison functions: lt, le, eq, ge, gt. eq and
12-
[value, value, ...] implies "in"
13-
pending hyperdb: make creator, creation and activity available pre-commit
14-
pending hyperdb: migrate "id" property to be Number type
15-
pending instance: including much simpler upgrade path and the use of
16-
non-Python configuration files (ConfigParser)
17-
pending instance: cleanup to support config (feature request #498658)
18-
pending instance: split instance.open() into open() and login()
19-
pending instance: rename to "instance" to "tracker"
20-
pending instance: sanity check instance setup after all these changes
21-
pending mailgw: allow commands (feature request #556996)
22-
like "help", "dump issue123" (would send all info about
23-
issue123, including a digest of all messages, but probably
24-
not all files...), "list issue", ...
25-
pending mailgw: Allow multiple email addresses at one gw with different default
26-
classes and property values (possibly through command-line
27-
args to the mailgw as invoked in the mail delivery "aliases"
28-
file) eg:
29-
roundup: "|roundup-mailgw /instances/dev"
30-
vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
31-
pending project: switch to a Roundup instance for Roundup bug/feature tracking
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-
pending web: clicking on a group header should filter for that type of entry
45-
pending web: have index page handle mid-page errors better so header and footer are
46-
still visible!
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)
10+
- filter specifies {property: (comparison function, value)}
11+
comparison functions: lt, le, eq, ge, gt. eq and
12+
[value, value, ...] implies "in"
13+
pending hyperdb: make creator, creation and activity available pre-commit
14+
pending hyperdb: migrate "id" property to be Number type
15+
pending hyperdb: allow classes to define their ordering (properties, asc/desc)
16+
pending instance: including much simpler upgrade path and the use of
17+
non-Python configuration files (ConfigParser)
18+
pending instance: cleanup to support config (feature request #498658)
19+
pending instance: split instance.open() into open() and login()
20+
pending instance: rename to "instance" to "tracker"
21+
pending instance: sanity check instance setup after all these changes
22+
pending mailgw: allow commands (feature request #556996)
23+
like "help", "dump issue123" (would send all info about
24+
issue123, including a digest of all messages, but probably
25+
not all files...), "list issue", ...
26+
pending mailgw: Allow multiple email addresses at one gw with different default
27+
classes and property values (possibly through command-line
28+
args to the mailgw as invoked in the mail delivery "aliases"
29+
file) eg:
30+
roundup: "|roundup-mailgw /instances/dev"
31+
vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
32+
pending project: switch to a Roundup instance for Roundup bug/feature tracking
33+
pending security: at least an LDAP user database implementation
34+
pending security: authenticate over a secure connection
35+
pending security: use digital signatures in mailgw
36+
pending web: I18N
37+
pending web: Better message summary display (feature request #520244)
38+
pending web: Navigating around the issues (feature request #559149)
39+
pending web: Re-enable link backrefs from messages (feature request #568714)
40+
pending web: fix double-submit by having new-item-submit redirect at end
41+
pending web: Quick help links next to the property labels giving a
42+
description of the property. Combine with help for the actual
43+
form element too, eg. how to use the nosy list edit box.
44+
pending web: feature request #507842
45+
pending web: clicking on a group header should filter for that type of entry
46+
pending web: have index page handle mid-page errors better so header and
47+
footer are still visible!
4748

4849
ongoing any bugs
4950

@@ -58,4 +59,5 @@ done security: add info from doc/security.txt to design doc (RJ)
5859
done security: switch to sessions for web authentication (RJ)
5960
done security: implement and use the new logical control mechanisms
6061
done web: saving of named queries (GM)
62+
done web: handle "not found", access and item page render errors better (RJ)
6163

0 commit comments

Comments
 (0)