Skip to content

Commit 45fbad5

Browse files
author
Richard Jones
committed
more doc
1 parent b6731c6 commit 45fbad5

File tree

5 files changed

+581
-295
lines changed

5 files changed

+581
-295
lines changed

TODO.txt

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pending hyperdb: range searching of values (dates in particular)
1515
pending hyperdb: make creator, creation and activity available pre-commit
1616
pending hyperdb: migrate "id" property to be Number type
1717
pending instance: split instance.open() into open() and login()
18-
pending instance: rename to "instance" to "tracker"
1918
pending mailgw: allow commands (feature request #556996)
2019
like "help", "dump issue123" (would send all info about
2120
issue123, including a digest of all messages, but probably
@@ -28,11 +27,11 @@ pending mailgw: Allow multiple email addresses at one gw with different default
2827
vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
2928
pending project: switch to a Roundup instance for Roundup bug/feature tracking
3029
pending project: have the demo allow anonymous login
31-
pending security: at least an LDAP user database implementation
30+
pending security: an LDAP user database implementation
3231
pending security: authenticate over a secure connection
3332
pending security: optionally auth with Basic HTTP auth instead of cookies
3433
pending security: use digital signatures in mailgw
35-
pending security: submission protection
34+
pending security: submission protection (ok, I've forgotten what this is)
3635
pending web: I18N
3736
pending web: Better message summary display (feature request #520244)
3837
pending web: Navigating around the issues (feature request #559149)
@@ -45,7 +44,6 @@ pending web: search "refinement"
4544
- pre-fill the search page with the current search parameters)
4645
- add a drop-down with all queries which fills form with selected
4746
query values
48-
pending web: have roundup.cgi pick up instance config from the environment
4947
pending web: UNIX init.d script for roundup-server
5048
pending web: rewritten documentation (can come after the beta though so stuff
5149
is settled) ... including relevant file names in customisation doc
@@ -54,16 +52,9 @@ pending admin: add "unset" command
5452
pending dist: include the HTML in docs
5553

5654
bug web: request.url is incorrect in cgi-bin environments
57-
bug web: query editing not translated to new templating
5855
bug web: need to indicate that generated pages shouldn't be cached
5956

60-
done web: Re-enable link backrefs from messages (feature request #568714)
61-
done web: have the page layout (header/footer) be templatable
62-
done web: fixing the templating so it works
63-
done web: re-work cgi interface to abstract out the explicit "issue"
64-
interface
65-
done web: have index page handle mid-page errors better so header and
66-
footer are still visible
57+
done instance: rename to "instance" to "tracker"
6758
done hyperdb: write a backend for gadfly (it's as done as it's going to get)
6859
done hyperdb: full-text search also search certain String properties
6960
done hyperdb: further split the *dbm backends from the core code, allowing
@@ -76,11 +67,19 @@ done mailgw: better help message (feature request #558562)
7667
done security: add info from doc/security.txt to design doc
7768
done security: switch to sessions for web authentication
7869
done security: implement and use the new logical control mechanisms
70+
done web: Re-enable link backrefs from messages (feature request #568714)
71+
done web: have the page layout (header/footer) be templatable
72+
done web: fixing the templating so it works
73+
done web: re-work cgi interface to abstract out the explicit "issue"
74+
interface
75+
done web: have index page handle mid-page errors better so header and
76+
footer are still visible
7977
done web: saving of named queries (GM, RJ)
8078
done web: handle "not found", access and item page render errors better
8179
done web: fix double-submit by having new-item-submit redirect at end
8280
done web: daemonify roundup-server (fork, logfile, pidfile)
8381
done web: modify cgitb to display PageTemplate errors better
82+
done web: have roundup.cgi pick up instance config from the environment
8483

8584
rejected instance: the use of non-Python configuration files (ConfigParser)
8685

0 commit comments

Comments
 (0)