Mercurial > p > roundup > code
diff TODO.txt @ 1051:a0c7df67dd9c
Allow a page request to include a :contentonly variable.
If it exists, we only render the content of the page, and not the
surrounding "page" template.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 05 Sep 2002 01:27:42 +0000 |
| parents | 6a6801d896c3 |
| children | d7ded699095a |
line wrap: on
line diff
--- a/TODO.txt Thu Sep 05 00:38:11 2002 +0000 +++ b/TODO.txt Thu Sep 05 01:27:42 2002 +0000 @@ -14,8 +14,6 @@ [value, value, ...] implies "in" pending hyperdb: make creator, creation and activity available pre-commit pending hyperdb: migrate "id" property to be Number type -pending instance: including much simpler upgrade path and the use of - non-Python configuration files (ConfigParser) pending instance: split instance.open() into open() and login() pending instance: rename to "instance" to "tracker" pending mailgw: allow commands (feature request #556996) @@ -32,6 +30,7 @@ pending project: have the demo allow anonymous login pending security: at least an LDAP user database implementation pending security: authenticate over a secure connection +pending security: optionally auth with Basic HTTP auth instead of cookies pending security: use digital signatures in mailgw pending security: submission protection pending web: I18N @@ -47,6 +46,7 @@ - add a drop-down with all queries which fills form with selected query values pending web: have roundup.cgi pick up instance config from the environment +pending web: UNIX init.d script for roundup-server New templating TODO: . rewritten documentation (can come after the beta though so stuff is settled) @@ -55,10 +55,10 @@ active web: title is stoopid active hyperdb: full-text searching doesn't appear to match stuff in titles, even though they're supposed to be indexed... -active web: UNIX init.d script for roundup-server ongoing: any bugs +rejected instance: the use of non-Python configuration files (ConfigParser) done web: Re-enable link backrefs from messages (feature request #568714) (RJ) done web: have the page layout (header/footer) be templatable (RJ) done web: fixing the templating so it works (RJ) @@ -82,4 +82,3 @@ done web: handle "not found", access and item page render errors better (RJ) done web: fix double-submit by having new-item-submit redirect at end (RJ) done web: daemonify roundup-server (fork, logfile, pidfile) -
