Skip to content

Commit c3e3539

Browse files
author
Richard Jones
committed
Updated documents
1 parent d2cb415 commit c3e3539

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ are given with the most recent entry first.
55
Fixed:
66
. #576086 ] dumb copying mistake (frontends/ZRoundup.py)
77
. installation instructions now mention "python2" in "testing your python".
8+
. made the unit tests run again - they were quite b0rken
9+
10+
Feature:
811
. cleaned up the indexer code:
912
- it splits more words out
1013
- removed code we'll never use (roundup.roundup_indexer has the full
@@ -27,9 +30,10 @@ Fixed:
2730
set up in the dbinit.
2831
- new "reindex" command in roundup-admin used to force regeneration of the
2932
index
30-
. made the unit tests run again - they were quite b0rken
3133
. added email display function - mangles email addrs so they're not so easily
3234
scraped from the web
35+
. added sorting of checklist HTML display
36+
. switched to using a session-based web login
3337

3438

3539
2002-06-24 0.4.2

TODO.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ pending journalling: fix the journal bloat
1515
related: Re-enable link backrefs from messages
1616
feature request #568714
1717
pending alternative user auth: at least an LDAP implementation
18-
pending security overhaul: see doc/security.txt
18+
active security overhaul: see doc/security.txt
19+
done - switch to sessions for web authentication (RJ)
20+
- authenticate over a secure connection
21+
- implement and use the new logical control mechanisms
22+
- use digital signatures in mailgw
1923
pending fix double-submit by having new-item-submit redirect at end
2024
pending split instance.open() into open() and login()
2125
pending range searching of values (dates in particular)
@@ -37,7 +41,11 @@ pending Allow multiple email addresses at one mailgw, with different default
3741
the mailgw as invoked in the mail delivery "aliases" file) eg:
3842
roundup: "|/roundup/bin/roundup-mailgw /roundup/instances/dev"
3943
vmbugs: "|/roundup/bin/roundup-mailgw /roundup/instances/dev component=voicemail"
40-
active Have the full-text search also search certain String properties (RJ)
44+
pending Quick help links on web interface next to the property labels giving
45+
a description of the property. Combine with help for the actual form
46+
element too, eg. how to use the nosy list edit box.
4147

4248
ongoing any bugs
4349

50+
done Have the full-text search also search certain String properties (RJ)
51+

doc/security.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Security Mechanisms
33
===================
44

5-
:Version: $Revision: 1.4 $
5+
:Version: $Revision: 1.5 $
66

77
Current situation
88
=================
@@ -234,7 +234,7 @@ The CGI interface must be changed to:
234234
- authenticate over a secure connection
235235
- use unique tokens as a result of authentication, rather than pass the user's
236236
real credentials (username/password) around for each request (this means
237-
sessions :)
237+
sessions and hence a session database)
238238
- use the new logical control mechanisms
239239

240240
The mail gateway must be changed to:

0 commit comments

Comments
 (0)