Code

Move '<input type="hidden">' elements into a block, it is invalid HTML4 Strict
[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. When stuff is
4 done, it's moved to the CHANGES file.
6 ======= ========= ============================================================
7 State   Component Description
8 ======= ========= ============================================================
9 pending example   script for retrieval of "mbox" archive of all messages
10 pending hyperdb   migrate "id" property to be Number type
11 pending tracker   split instance.open() into open() and login()
12 pending mailgw    Use in-reply-to for determining message lineage when subject
13                   line lets us down
14 pending mailgw    Have mailgw detect reply email with rego OTKs and complete
15                   the rego.
16 pending email     email sig could use a "remove me from this list"
17                   <URL>/<designator>?:remove:nosy=me
18 pending project   switch to a Roundup instance for Roundup bug/feature tracking
19 pending security  authenticate over a secure connection
20 pending security  optionally auth with Basic HTTP auth instead of cookies
21 pending security  use digital signatures in mailgw
22 pending admin     "roundup-admin list" should list all the classnames
23 pending web       Allow responding to specific messages (incl. in-reply-to)
24 pending web       Quick help links next to the property labels giving a
25                   description of the property. Combine with help for the actual
26                   form element too, eg. how to use the nosy list edit box.
27 pending web       clicking on a group header should filter for that type of
28                   entry
29 pending web       column-heading sort stuff isn't implemented
30 pending web       allow multilink selections to select a "none" element to allow
31                   people with broken browsers to select nothing?
32 pending web       search "refinement" - pre-fill the search page with the
33                   current search parameters
34 pending web       multilink item removal action with retirement
35 pending web       implement a python dict version of the form values
36 pending web       implement the request.url attribute?
38 bug     hyperdb   need unit tests for firing of auditors and reactors
39 ======= ========= =============================================================