@@ -5,6 +5,8 @@ punted automatically into the subsequent major release TODO.
55State Description
66------------------------------------------------------------------------------
77pending 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"
810pending hyperdb: write a backend for gadfly
911pending hyperdb: range searching of values (dates in particular)
1012 - filter specifies {property: (comparison function, value)}
@@ -13,14 +15,10 @@ pending hyperdb: range searching of values (dates in particular)
1315pending hyperdb: make creator, creation and activity available pre-commit
1416pending hyperdb: migrate "id" property to be Number type
1517pending hyperdb: allow classes to define their ordering (properties, asc/desc)
16- pending hyperdb: entire database export and import (files, journals and all)
1718pending instance: including much simpler upgrade path and the use of
1819 non-Python configuration files (ConfigParser)
19- pending instance: move the header link config out into an html template
20- pending instance: cleanup to support config (feature request #498658)
2120pending instance: split instance.open() into open() and login()
2221pending instance: rename to "instance" to "tracker"
23- pending instance: sanity check instance setup after all these changes
2422pending mailgw: allow commands (feature request #556996)
2523 like "help", "dump issue123" (would send all info about
2624 issue123, including a digest of all messages, but probably
@@ -43,10 +41,13 @@ pending web: fix double-submit by having new-item-submit redirect at end
4341pending web: Quick help links next to the property labels giving a
4442 description of the property. Combine with help for the actual
4543 form element too, eg. how to use the nosy list edit box.
46- pending web: feature request #507842
4744pending web: clicking on a group header should filter for that type of entry
45+ pending web: have the page layout (header/footer) be templatable
4846pending web: have index page handle mid-page errors better so header and
49- footer are still visible!
47+ footer are still visible
48+ pending web: re-work cgi interface to abstract out the explicit "issue"
49+ interface
50+ pending admin/web?: retrieval of "mbox" archive of all messages
5051
5152ongoing any bugs
5253
@@ -56,6 +57,7 @@ done hyperdb: further split the *dbm backends from the core code, allowing
5657done hyperdb: fix the journal bloat (RJ)
5758done hyperdb: add Boolean and Number types (GM)
5859done hyperdb: update design document (RJ)
60+ done hyperdb: entire database export and import (incl files) (RJ)
5961done mailgw: better help message (feature request #558562) (RJ)
6062done security: add info from doc/security.txt to design doc (RJ)
6163done security: switch to sessions for web authentication (RJ)
0 commit comments