Mercurial > p > roundup > code
annotate TODO.txt @ 904:02763530b9e8
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 25 Jul 2002 07:53:44 +0000 |
| parents | 407c979501cd |
| children | a8d80ffe37cc |
| 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" | |
|
889
52c05cab7955
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
885
diff
changeset
|
13 pending hyperdb: make creator, creation and activity available pre-commit |
|
902
b0d3d3535998
Bugger it. Here's the current shape of the new security implementation.
Richard Jones <richard@users.sourceforge.net>
parents:
890
diff
changeset
|
14 pending hyperdb: migrate "id" property to be Number type |
| 884 | 15 pending instance: including much simpler upgrade path and the use of |
| 16 non-Python configuration files (ConfigParser) | |
| 17 pending instance: cleanup to support config (feature request #498658) | |
| 18 pending instance: split instance.open() into open() and login() | |
| 19 pending instance: rename to "instance" to "tracker" | |
| 20 pending instance: sanity check instance setup after all these changes | |
| 21 pending mailgw: allow commands (feature request #556996) | |
| 22 like "help", "dump issue123" (would send all info about | |
| 23 issue123, including a digest of all messages, but probably | |
| 24 not all files...), "list issue", ... | |
| 25 pending mailgw: Allow multiple email addresses at one gw with different default | |
| 26 classes and property values (possibly through command-line | |
| 27 args to the mailgw as invoked in the mail delivery "aliases" | |
| 28 file) eg: | |
| 29 roundup: "|roundup-mailgw /instances/dev" | |
| 30 vmbugs: "|roundup-mailgw /instances/dev component=voicemail" | |
| 31 pending project: switch to a Roundup instance for Roundup bug/feature tracking | |
|
902
b0d3d3535998
Bugger it. Here's the current shape of the new security implementation.
Richard Jones <richard@users.sourceforge.net>
parents:
890
diff
changeset
|
32 active security: finish doc/security.txt |
|
903
407c979501cd
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
902
diff
changeset
|
33 active security: implement and use the new logical control mechanisms |
| 884 | 34 pending security: at least an LDAP user database implementation |
| 35 pending security: authenticate over a secure connection | |
| 36 pending security: use digital signatures in mailgw | |
| 37 pending web: I18N | |
| 38 pending web: Better message summary display (feature request #520244) | |
| 39 pending web: Navigating around the issues (feature request #559149) | |
| 40 pending web: Re-enable link backrefs from messages (feature request #568714) | |
| 41 pending web: fix double-submit by having new-item-submit redirect at end | |
| 42 pending web: Quick help links next to the property labels giving a | |
| 43 description of the property. Combine with help for the actual | |
| 44 form element too, eg. how to use the nosy list edit box. | |
| 45 pending web: feature request #507842 | |
|
904
02763530b9e8
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
903
diff
changeset
|
46 pending web: clicking on a group header should filter for that type of entry |
| 813 | 47 |
|
810
c274377f0b8f
Cleaned up the TODO for 0.5
Richard Jones <richard@users.sourceforge.net>
parents:
801
diff
changeset
|
48 ongoing any bugs |
| 813 | 49 |
| 884 | 50 done hyperdb: full-text search also search certain String properties (RJ) |
| 51 done hyperdb: further split the *dbm backends from the core code, allowing | |
| 52 easier non-dict-like backends (eg metakit, RDB) (RJ) | |
| 53 done hyperdb: fix the journal bloat (RJ) | |
| 54 done hyperdb: add Boolean and Number types (GM) | |
| 55 done mailgw: better help message (feature request #558562) (RJ) | |
| 56 done security: switch to sessions for web authentication (RJ) | |
|
902
b0d3d3535998
Bugger it. Here's the current shape of the new security implementation.
Richard Jones <richard@users.sourceforge.net>
parents:
890
diff
changeset
|
57 done web: saving of named queries (GM) |
|
840
e07e5903c3b4
Updated documents
Richard Jones <richard@users.sourceforge.net>
parents:
823
diff
changeset
|
58 |
