X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=TODO.txt;h=0c893219ff71e3ac4dbb8a103d9f3382ddb83ffd;hb=2484bfe7139d184af57a0da1e2e29016a1c2467a;hp=de6ddb85ddf2ca6a2acb93e7f89db1b1ea338d46;hpb=d0f03d4bc529d0cd1f8197ff1322380c5897dce1;p=roundup.git diff --git a/TODO.txt b/TODO.txt index de6ddb8..0c89321 100644 --- a/TODO.txt +++ b/TODO.txt @@ -15,9 +15,13 @@ pending journalling: fix the journal bloat related: Re-enable link backrefs from messages feature request #568714 pending alternative user auth: at least an LDAP implementation -pending security overhaul: see doc/security.txt +active security overhaul: see doc/security.txt +done - switch to sessions for web authentication (RJ) + - authenticate over a secure connection + - implement and use the new logical control mechanisms + - use digital signatures in mailgw pending fix double-submit by having new-item-submit redirect at end -pending investigate splitting instance.open() into open() and login() +pending split instance.open() into open() and login() pending range searching of values (dates in particular) - filter specifies {property: (comparison function, value)} comparison functions: lt, le, eq, ge, gt @@ -33,5 +37,15 @@ pending better help message for mailgw pending Navigating around the issues feature request #559149 pending Allow multiple email addresses at one mailgw, with different default - classes and property values + classes and property values (possibly through command-line args to + the mailgw as invoked in the mail delivery "aliases" file) eg: + roundup: "|/roundup/bin/roundup-mailgw /roundup/instances/dev" + vmbugs: "|/roundup/bin/roundup-mailgw /roundup/instances/dev component=voicemail" +pending Quick help links on web interface next to the property labels giving + a description of the property. Combine with help for the actual form + element too, eg. how to use the nosy list edit box. + ongoing any bugs + +done Have the full-text search also search certain String properties (RJ) +