Skip to content

Commit 8bf978e

Browse files
author
Richard Jones
committed
TODO changes
1 parent 791f654 commit 8bf978e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

TODO.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ punted automatically into the subsequent major release TODO.
55
State Description
66
------------------------------------------------------------------------------
77
pending 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"
810
pending hyperdb: write a backend for gadfly
911
pending 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)
1315
pending hyperdb: make creator, creation and activity available pre-commit
1416
pending hyperdb: migrate "id" property to be Number type
1517
pending hyperdb: allow classes to define their ordering (properties, asc/desc)
16-
pending hyperdb: entire database export and import (files, journals and all)
1718
pending 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)
2120
pending instance: split instance.open() into open() and login()
2221
pending instance: rename to "instance" to "tracker"
23-
pending instance: sanity check instance setup after all these changes
2422
pending 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
4341
pending 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
4744
pending web: clicking on a group header should filter for that type of entry
45+
pending web: have the page layout (header/footer) be templatable
4846
pending 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

5152
ongoing any bugs
5253

@@ -56,6 +57,7 @@ done hyperdb: further split the *dbm backends from the core code, allowing
5657
done hyperdb: fix the journal bloat (RJ)
5758
done hyperdb: add Boolean and Number types (GM)
5859
done hyperdb: update design document (RJ)
60+
done hyperdb: entire database export and import (incl files) (RJ)
5961
done mailgw: better help message (feature request #558562) (RJ)
6062
done security: add info from doc/security.txt to design doc (RJ)
6163
done security: switch to sessions for web authentication (RJ)

0 commit comments

Comments
 (0)