From 4b000bc073069c487d7fd809e00f3b44149af2a6 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 10 Jul 2002 00:22:49 +0000 Subject: [PATCH] Updated documents git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@854 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 6 +++++- TODO.txt | 12 ++++++++++-- doc/security.txt | 4 ++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index c8e4fdb..e3b47ac 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,9 @@ are given with the most recent entry first. Fixed: . #576086 ] dumb copying mistake (frontends/ZRoundup.py) . installation instructions now mention "python2" in "testing your python". + . made the unit tests run again - they were quite b0rken + +Feature: . cleaned up the indexer code: - it splits more words out - removed code we'll never use (roundup.roundup_indexer has the full @@ -27,9 +30,10 @@ Fixed: set up in the dbinit. - new "reindex" command in roundup-admin used to force regeneration of the index - . made the unit tests run again - they were quite b0rken . added email display function - mangles email addrs so they're not so easily scraped from the web + . added sorting of checklist HTML display + . switched to using a session-based web login 2002-06-24 0.4.2 diff --git a/TODO.txt b/TODO.txt index 471e082..0c89321 100644 --- a/TODO.txt +++ b/TODO.txt @@ -15,7 +15,11 @@ 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 split instance.open() into open() and login() pending range searching of values (dates in particular) @@ -37,7 +41,11 @@ pending Allow multiple email addresses at one mailgw, with different default 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" -active Have the full-text search also search certain String properties (RJ) +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) + diff --git a/doc/security.txt b/doc/security.txt index 356a24b..2d6906e 100644 --- a/doc/security.txt +++ b/doc/security.txt @@ -2,7 +2,7 @@ Security Mechanisms =================== -:Version: $Revision: 1.4 $ +:Version: $Revision: 1.5 $ Current situation ================= @@ -234,7 +234,7 @@ The CGI interface must be changed to: - authenticate over a secure connection - use unique tokens as a result of authentication, rather than pass the user's real credentials (username/password) around for each request (this means - sessions :) + sessions and hence a session database) - use the new logical control mechanisms The mail gateway must be changed to: -- 2.30.2