Mercurial > p > roundup > code
diff TODO.txt @ 864:76c6db876c14
Some more TODOs
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 14 Jul 2002 06:14:40 +0000 |
| parents | e07e5903c3b4 |
| children | 6d98bec4e52e |
line wrap: on
line diff
--- a/TODO.txt Sun Jul 14 06:11:16 2002 +0000 +++ b/TODO.txt Sun Jul 14 06:14:40 2002 +0000 @@ -1,4 +1,8 @@ -Implementation plan for 0.5 release: +General Roundup project TODO list. Note that some of these are semi-formed +ideas. Those ideas that don't make the cutoff for the next major release are +punted automatically into the subsequent major release TODO. + +For 0.5 release: State Description ------------------------------------------------------------------------------ @@ -15,11 +19,15 @@ related: Re-enable link backrefs from messages feature request #568714 pending alternative user auth: at least an LDAP implementation -active security overhaul: see doc/security.txt -done - switch to sessions for web authentication (RJ) +active security overhaul: see doc/security.txt (RJ) +done - switch to sessions for web authentication - authenticate over a secure connection - implement and use the new logical control mechanisms - use digital signatures in mailgw +active implement an RDB backend (RJ) +done - further split the *dbm backends from the core code, allowing + easier non-dict-like backends (eg metakit, RDB) + - write a backend for gadfly pending fix double-submit by having new-item-submit redirect at end pending split instance.open() into open() and login() pending range searching of values (dates in particular)
