comparison TODO.txt @ 1636:ed7bc7cca114

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Fri, 09 May 2003 03:50:38 +0000
parents 5a01e90b7dc9
children adc076b825a1
comparison
equal deleted inserted replaced
1635:b0ffb474716e 1636:ed7bc7cca114
4 done, it's moved to the CHANGES file. 4 done, it's moved to the CHANGES file.
5 5
6 ======= ========= ============================================================ 6 ======= ========= ============================================================
7 State Component Description 7 State Component Description
8 ======= ========= ============================================================ 8 ======= ========= ============================================================
9 pending example meta/parent bug implementation (feature request #506815)
10 pending example script for retrieval of "mbox" archive of all messages 9 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 migrate "id" property to be Number type 10 pending hyperdb migrate "id" property to be Number type
16 pending tracker split instance.open() into open() and login() 11 pending tracker split instance.open() into open() and login()
17 pending mailgw allow commands (feature request #556996)
18 like "help", "dump issue123" (would send all info about
19 issue123, including a digest of all messages, but probably
20 not all files...), "list issue", ...
21 pending mailgw Identification of users should have a configurable degree of
22 strictness (ie. turn off username==address matching)
23 pending mailgw Use in-reply-to for determining message lineage when subject 12 pending mailgw Use in-reply-to for determining message lineage when subject
24 line lets us down 13 line lets us down
25 pending mailgw Allow different brackets delimiting [issueNNN] in Subject
26 pending mailgw Have mailgw detect reply email with rego OTKs and complete 14 pending mailgw Have mailgw detect reply email with rego OTKs and complete
27 the rego. 15 the rego.
28 pending email email sig could use a "remove me from this list" 16 pending email email sig could use a "remove me from this list"
29 <URL>/<designator>?:remove:nosy=me 17 <URL>/<designator>?:remove:nosy=me
30 pending project switch to a Roundup instance for Roundup bug/feature tracking 18 pending project switch to a Roundup instance for Roundup bug/feature tracking
31 pending security authenticate over a secure connection 19 pending security authenticate over a secure connection
32 pending security optionally auth with Basic HTTP auth instead of cookies 20 pending security optionally auth with Basic HTTP auth instead of cookies
33 pending security use digital signatures in mailgw 21 pending security use digital signatures in mailgw
34 pending admin "roundup-admin list" should list all the classnames 22 pending admin "roundup-admin list" should list all the classnames
35 pending admin the find command in roundup-admin could do more than equality
36 checks != for instance. Also the ability to check =None.
37 pending web I18N
38 pending web Better message summary display (feature request #520244)
39 pending web Allow responding to specific messages (incl. in-reply-to) 23 pending web Allow responding to specific messages (incl. in-reply-to)
40 pending web Navigating around the issues (feature request #559149)
41 pending web Quick help links next to the property labels giving a 24 pending web Quick help links next to the property labels giving a
42 description of the property. Combine with help for the actual 25 description of the property. Combine with help for the actual
43 form element too, eg. how to use the nosy list edit box. 26 form element too, eg. how to use the nosy list edit box.
44 pending web clicking on a group header should filter for that type of 27 pending web clicking on a group header should filter for that type of
45 entry 28 entry
29 pending web column-heading sort stuff isn't implemented
46 pending web allow multilink selections to select a "none" element to allow 30 pending web allow multilink selections to select a "none" element to allow
47 people with broken browsers to select nothing? 31 people with broken browsers to select nothing?
48 pending web search "refinement" - pre-fill the search page with the 32 pending web search "refinement" - pre-fill the search page with the
49 current search parameters 33 current search parameters
50 pending web query editing isn't fully implemented
51 pending web column-heading sort stuff isn't implemented
52 pending web multilink item removal action with retirement 34 pending web multilink item removal action with retirement
53 pending web implement a python dict version of the form values 35 pending web implement a python dict version of the form values
54 pending web implement the request.url attribute? 36 pending web implement the request.url attribute?
55 pending web UNIX init.d script for roundup-server 37 pending web UNIX init.d script for roundup-server
56 38

Roundup Issue Tracker: http://roundup-tracker.org/