Mercurial > p > roundup > code
diff TODO.txt @ 902:b0d3d3535998
Bugger it. Here's the current shape of the new security implementation.
Still to do:
. call the security funcs from cgi and mailgw
. change shipped templates to include correct initialisation and remove
the old config vars
... that seems like a lot. The bulk of the work has been done though. Honest :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 25 Jul 2002 07:14:06 +0000 |
| parents | a568596dbea7 |
| children | 407c979501cd |
line wrap: on
line diff
--- a/TODO.txt Thu Jul 25 04:14:46 2002 +0000 +++ b/TODO.txt Thu Jul 25 07:14:06 2002 +0000 @@ -11,6 +11,7 @@ comparison functions: lt, le, eq, ge, gt. eq and [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: cleanup to support config (feature request #498658) @@ -28,7 +29,7 @@ roundup: "|roundup-mailgw /instances/dev" vmbugs: "|roundup-mailgw /instances/dev component=voicemail" pending project: switch to a Roundup instance for Roundup bug/feature tracking -active security: finish doc/security.txt (RJ) +active security: finish doc/security.txt pending security: implement and use the new logical control mechanisms pending security: at least an LDAP user database implementation pending security: authenticate over a secure connection @@ -42,7 +43,6 @@ description of the property. Combine with help for the actual form element too, eg. how to use the nosy list edit box. pending web: feature request #507842 -active web: saving of named queries (GM) ongoing any bugs @@ -53,4 +53,5 @@ done hyperdb: add Boolean and Number types (GM) done mailgw: better help message (feature request #558562) (RJ) done security: switch to sessions for web authentication (RJ) +done web: saving of named queries (GM)
