Mercurial > p > roundup > code
annotate TODO.txt @ 884:eacc09520b01
update
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 18 Jul 2002 11:28:22 +0000 |
| parents | 6d98bec4e52e |
| children | 35bef54c463e |
| rev | line source |
|---|---|
|
864
76c6db876c14
Some more TODOs
Richard Jones <richard@users.sourceforge.net>
parents:
840
diff
changeset
|
1 General Roundup project TODO list. Note that some of these are semi-formed |
|
76c6db876c14
Some more TODOs
Richard Jones <richard@users.sourceforge.net>
parents:
840
diff
changeset
|
2 ideas. Those ideas that don't make the cutoff for the next major release are |
|
76c6db876c14
Some more TODOs
Richard Jones <richard@users.sourceforge.net>
parents:
840
diff
changeset
|
3 punted automatically into the subsequent major release TODO. |
|
76c6db876c14
Some more TODOs
Richard Jones <richard@users.sourceforge.net>
parents:
840
diff
changeset
|
4 |
|
810
c274377f0b8f
Cleaned up the TODO for 0.5
Richard Jones <richard@users.sourceforge.net>
parents:
801
diff
changeset
|
5 State Description |
|
c274377f0b8f
Cleaned up the TODO for 0.5
Richard Jones <richard@users.sourceforge.net>
parents:
801
diff
changeset
|
6 ------------------------------------------------------------------------------ |
| 884 | 7 pending example: meta/parent bug implementation (feature request #506815) |
| 8 pending hyperdb: write a backend for gadfly | |
| 9 pending hyperdb: range searching of values (dates in particular) | |
|
810
c274377f0b8f
Cleaned up the TODO for 0.5
Richard Jones <richard@users.sourceforge.net>
parents:
801
diff
changeset
|
10 - filter specifies {property: (comparison function, value)} |
| 884 | 11 comparison functions: lt, le, eq, ge, gt. eq and |
| 12 [value, value, ...] implies "in" | |
| 13 pending instance: including much simpler upgrade path and the use of | |
| 14 non-Python configuration files (ConfigParser) | |
| 15 pending instance: cleanup to support config (feature request #498658) | |
| 16 pending instance: split instance.open() into open() and login() | |
| 17 pending instance: rename to "instance" to "tracker" | |
| 18 pending instance: sanity check instance setup after all these changes | |
| 19 pending mailgw: allow commands (feature request #556996) | |
| 20 like "help", "dump issue123" (would send all info about | |
| 21 issue123, including a digest of all messages, but probably | |
| 22 not all files...), "list issue", ... | |
| 23 pending mailgw: Allow multiple email addresses at one gw with different default | |
| 24 classes and property values (possibly through command-line | |
| 25 args to the mailgw as invoked in the mail delivery "aliases" | |
| 26 file) eg: | |
| 27 roundup: "|roundup-mailgw /instances/dev" | |
| 28 vmbugs: "|roundup-mailgw /instances/dev component=voicemail" | |
| 29 pending project: switch to a Roundup instance for Roundup bug/feature tracking | |
| 30 active security: finish doc/security.txt (RJ) | |
| 31 pending security: implement and use the new logical control mechanisms | |
| 32 pending security: at least an LDAP user database implementation | |
| 33 pending security: authenticate over a secure connection | |
| 34 pending security: use digital signatures in mailgw | |
| 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: Re-enable link backrefs from messages (feature request #568714) | |
| 39 pending web: fix double-submit by having new-item-submit redirect at end | |
| 40 pending web: Quick help links next to the property labels giving a | |
| 41 description of the property. Combine with help for the actual | |
| 42 form element too, eg. how to use the nosy list edit box. | |
| 43 pending web: feature request #507842 | |
| 44 active web: saving of named queries (GM) | |
| 813 | 45 |
|
810
c274377f0b8f
Cleaned up the TODO for 0.5
Richard Jones <richard@users.sourceforge.net>
parents:
801
diff
changeset
|
46 ongoing any bugs |
| 813 | 47 |
| 884 | 48 done hyperdb: full-text search also search certain String properties (RJ) |
| 49 done hyperdb: further split the *dbm backends from the core code, allowing | |
| 50 easier non-dict-like backends (eg metakit, RDB) (RJ) | |
| 51 done hyperdb: fix the journal bloat (RJ) | |
| 52 done hyperdb: add Boolean and Number types (GM) | |
| 53 done mailgw: better help message (feature request #558562) (RJ) | |
| 54 done security: switch to sessions for web authentication (RJ) | |
|
840
e07e5903c3b4
Updated documents
Richard Jones <richard@users.sourceforge.net>
parents:
823
diff
changeset
|
55 |
