Code

more doc
[roundup.git] / TODO.txt
1 General Roundup project TODO list. Note that some of these are semi-formed
2 ideas. Those ideas that don't make the cutoff for the next major release are
3 punted automatically into the subsequent major release TODO.
5 State   Description
6 ------------------------------------------------------------------------------
7 pending example: meta/parent bug implementation (feature request #506815)
8 pending example: replace the "extended" example with a "help desk" one, and
9                  rename "classic" to "bug tracker"
10 pending example: script for retrieval of "mbox" archive of all messages
11 pending hyperdb: range searching of values (dates in particular)
12         - filter specifies {property: (comparison function, value)}
13           comparison functions: lt, le, eq, ge, gt. eq and
14           [value, value, ...] implies "in"
15 pending hyperdb: make creator, creation and activity available pre-commit
16 pending hyperdb: migrate "id" property to be Number type
17 pending instance: split instance.open() into open() and login()
18 pending mailgw: allow commands (feature request #556996)
19                 like "help", "dump issue123" (would send all info about
20                 issue123, including a digest of all messages, but probably
21                 not all files...), "list issue", ...
22 pending mailgw: Allow multiple email addresses at one gw with different default
23                 classes and property values (possibly through command-line
24                 args to the mailgw as invoked in the mail delivery "aliases"
25                 file) eg:
26                   roundup: "|roundup-mailgw /instances/dev"
27                   vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
28 pending project: switch to a Roundup instance for Roundup bug/feature tracking
29 pending project: have the demo allow anonymous login
30 pending security: an LDAP user database implementation
31 pending security: authenticate over a secure connection
32 pending security: optionally auth with Basic HTTP auth instead of cookies
33 pending security: use digital signatures in mailgw
34 pending security: submission protection (ok, I've forgotten what this is)
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: Quick help links next to the property labels giving a
39              description of the property. Combine with help for the actual
40              form element too, eg. how to use the nosy list edit box.
41 pending web: clicking on a group header should filter for that type of entry
42 pending web: re-enable auth by basic http auth
43 pending web: search "refinement"
44              - pre-fill the search page with the current search parameters)
45              - add a drop-down with all queries which fills form with selected
46                query values
47 pending web: UNIX init.d script for roundup-server
48 pending web: rewritten documentation (can come after the beta though so stuff
49              is settled) ... including relevant file names in customisation doc
50 pending admin: have "set" command be applicable to all items in a class
51 pending admin: add "unset" command
52 pending dist: include the HTML in docs
54 bug web: request.url is incorrect in cgi-bin environments
55 bug web: need to indicate that generated pages shouldn't be cached
57 done instance: rename to "instance" to "tracker"
58 done hyperdb: write a backend for gadfly (it's as done as it's going to get)
59 done hyperdb: full-text search also search certain String properties
60 done hyperdb: further split the *dbm backends from the core code, allowing
61               easier non-dict-like backends (eg metakit, RDB)
62 done hyperdb: fix the journal bloat
63 done hyperdb: add Boolean and Number types (GM)
64 done hyperdb: update design document
65 done hyperdb: entire database export and import (incl files)
66 done mailgw: better help message (feature request #558562)
67 done security: add info from doc/security.txt to design doc
68 done security: switch to sessions for web authentication
69 done security: implement and use the new logical control mechanisms
70 done web: Re-enable link backrefs from messages (feature request #568714)
71 done web: have the page layout (header/footer) be templatable
72 done web: fixing the templating so it works
73 done web: re-work cgi interface to abstract out the explicit "issue"
74           interface
75 done web: have index page handle mid-page errors better so header and
76           footer are still visible
77 done web: saving of named queries (GM, RJ)
78 done web: handle "not found", access and item page render errors better
79 done web: fix double-submit by having new-item-submit redirect at end
80 done web: daemonify roundup-server (fork, logfile, pidfile)
81 done web: modify cgitb to display PageTemplate errors better
82 done web: have roundup.cgi pick up instance config from the environment 
84 rejected instance: the use of non-Python configuration files (ConfigParser)