Code

. #576241 ] MultiLink problems in parsePropsFromForm
[roundup.git] / TODO.txt
1 Implementation plan for 0.5 release:
3 State    Description
4 ------------------------------------------------------------------------------
5 pending  configuration: including much simpler upgrade path and the use of
6          non-Python configuration files (ConfigParser)
7          instance dir: cleanup to support config
8          feature request #498658
9 pending  meta/parent bug support/implementation
10          feature request #506815
11 pending  user preferences
12          feature request #507842
13 pending  rename to "instance" to "tracker"
14 pending  journalling: fix the journal bloat
15          related: Re-enable link backrefs from messages
16                   feature request #568714
17 pending  alternative user auth: at least an LDAP implementation
18 active   security overhaul: see doc/security.txt
19 done     - switch to sessions for web authentication (RJ)
20          - authenticate over a secure connection
21          - implement and use the new logical control mechanisms
22          - use digital signatures in mailgw
23 pending  fix double-submit by having new-item-submit redirect at end
24 pending  split instance.open() into open() and login()
25 pending  range searching of values (dates in particular)
26          - filter specifies {property: (comparison function, value)}
27            comparison functions: lt, le, eq, ge, gt
28          - eq and [value, value, ...] implies "in"
29 pending  switch to a Roundup instance for Roundup bug/feature tracking
30 pending  I18N of web interface
31 pending  Better web message summary display
32          feature request #520244
33 pending  Allow commands through mail gateway
34          feature request #556996
35 pending  better help message for mailgw
36          feature request #558562
37 pending  Navigating around the issues
38          feature request #559149
39 pending  Allow multiple email addresses at one mailgw, with different default
40          classes and property values (possibly through command-line args to
41          the mailgw as invoked in the mail delivery "aliases" file) eg:
42            roundup: "|/roundup/bin/roundup-mailgw /roundup/instances/dev"
43            vmbugs: "|/roundup/bin/roundup-mailgw /roundup/instances/dev component=voicemail"
44 pending  Quick help links on web interface next to the property labels giving
45          a description of the property. Combine with help for the actual form
46          element too, eg. how to use the nosy list edit box.
48 ongoing  any bugs
50 done     Have the full-text search also search certain String properties (RJ)