Code

Cleaned up the TODO for 0.5 (note, one of the issues is "switch to a
[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 pending  security overhaul: see doc/security.txt
19 pending  fix double-submit by having new-item-submit redirect at end
20 pending  investigate splitting instance.open() into open() and login()
21 pending  range searching of values (dates in particular)
22          - filter specifies {property: (comparison function, value)}
23            comparison functions: lt, le, eq, ge, gt
24          - eq and [value, value, ...] implies "in"
25 pending  switch to a Roundup instance for Roundup bug/feature tracking
26 pending  I18N of web interface
27 pending  Better web message summary display
28          feature request #520244
29 pending  Allow commands through mail gateway
30          feature request #556996
31 pending  better help message for mailgw
32          feature request #558562
33 pending  Navigating around the issues
34          feature request #559149
35 ongoing  any bugs