comparison CHANGES.txt @ 270:a4241ddd22d7

Added the Password property type. See "pydoc roundup.password" for implementation details. Have updated some of the documentation too.
author Richard Jones <richard@users.sourceforge.net>
date Tue, 09 Oct 2001 07:25:59 +0000
parents dcc1ed25e6bc
children ab74a46c3a9d
comparison
equal deleted inserted replaced
269:82cfd78f3c4e 270:a4241ddd22d7
16 handling has been moved into cgi_client.Client.main() 16 handling has been moved into cgi_client.Client.main()
17 . The "extended" schema is now the default in roundup init. 17 . The "extended" schema is now the default in roundup init.
18 . The schemas have had their page headings modified to cope with the new 18 . The schemas have had their page headings modified to cope with the new
19 login handling. Existing installations should copy the interfaces.py 19 login handling. Existing installations should copy the interfaces.py
20 file from the roundup lib directory to their instance home. 20 file from the roundup lib directory to their instance home.
21 . Passwords are now encoded by default (except exising databases which
22 will only be encoded when the passwords are changed). The scheme used
23 at the moment is SHA - but the code is flexible enough to take any
24 number of encoding systems.
25 . The roundup-admin tool always operates as the "admin" user now. Database
26 protection should be achieved using file system protections (see the
27 documentation for details.)
21 28
22 Fixed: 29 Fixed:
23 . Incorrectly had a Bizar Software copyright on the cgitb.py module from 30 . Incorrectly had a Bizar Software copyright on the cgitb.py module from
24 Ping - has been removed. 31 Ping - has been removed.
25 . Pretty time interval wasn't handling > 1 month properly. 32 . Pretty time interval wasn't handling > 1 month properly.
28 . Fixed a whole bunch of places in the CGI interface where we should have 35 . Fixed a whole bunch of places in the CGI interface where we should have
29 been returning Not Found instead of throwing an exception. 36 been returning Not Found instead of throwing an exception.
30 . Fixed a deviation from the spec: trying to modify the 'id' property of 37 . Fixed a deviation from the spec: trying to modify the 'id' property of
31 an item now throws an exception. 38 an item now throws an exception.
32 . The plain() template function now html-escapes the content. 39 . The plain() template function now html-escapes the content.
33 40 . Change message was stuffing up for multilinks with no key property.
34 -------------------- 41
35 42
36 2001-08-30 - 0.2.8 43 2001-08-30 - 0.2.8
37 Fixed: 44 Fixed:
38 . Wasn't handling unguessable mime types for file uploads. 45 . Wasn't handling unguessable mime types for file uploads.
39 . Missing import in mailgw. 46 . Missing import in mailgw.

Roundup Issue Tracker: http://roundup-tracker.org/