@@ -12,7 +12,6 @@ pending hyperdb: range searching of values (dates in particular)
1212 [value, value, ...] implies "in"
1313pending hyperdb: make creator, creation and activity available pre-commit
1414pending hyperdb: migrate "id" property to be Number type
15- active hyperdb: modify design document to include all the changes made
1615pending instance: including much simpler upgrade path and the use of
1716 non-Python configuration files (ConfigParser)
1817pending instance: cleanup to support config (feature request #498658)
@@ -30,7 +29,6 @@ pending mailgw: Allow multiple email addresses at one gw with different default
3029 roundup: "|roundup-mailgw /instances/dev"
3130 vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
3231pending project: switch to a Roundup instance for Roundup bug/feature tracking
33- active security: add info from doc/security.txt to design doc
3432pending security: at least an LDAP user database implementation
3533pending security: authenticate over a secure connection
3634pending security: use digital signatures in mailgw
@@ -44,6 +42,8 @@ pending web: Quick help links next to the property labels giving a
4442 form element too, eg. how to use the nosy list edit box.
4543pending web: feature request #507842
4644pending web: clicking on a group header should filter for that type of entry
45+ pending web: have index page handle mid-page errors better so header and footer are
46+ still visible!
4747
4848ongoing any bugs
4949
@@ -52,7 +52,9 @@ done hyperdb: further split the *dbm backends from the core code, allowing
5252 easier non-dict-like backends (eg metakit, RDB) (RJ)
5353done hyperdb: fix the journal bloat (RJ)
5454done hyperdb: add Boolean and Number types (GM)
55+ done hyperdb: update design document (RJ)
5556done mailgw: better help message (feature request #558562) (RJ)
57+ done security: add info from doc/security.txt to design doc (RJ)
5658done security: switch to sessions for web authentication (RJ)
5759done security: implement and use the new logical control mechanisms
5860done web: saving of named queries (GM)
0 commit comments