Mercurial > p > roundup > code
diff doc/whatsnew-0.8.txt @ 2983:9614a101b68f
Stuff from the train ride this morning:
- Extend the property concept in Permissions to allow a list of properties
- Fix the cgi templating code to check the correct permission when
rendering edit fields
- A swag of changes (just the start) fixing up the customisation doc for
the new tracker layout and permissions setup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 30 Nov 2004 08:32:57 +0000 |
| parents | 7d97c75e7cba |
| children | 08a17fc4dc01 |
line wrap: on
line diff
--- a/doc/whatsnew-0.8.txt Mon Nov 29 14:34:10 2004 +0000 +++ b/doc/whatsnew-0.8.txt Tue Nov 30 08:32:57 2004 +0000 @@ -12,15 +12,33 @@ Logging of internal messages ============================ -XXX +Roundup's previously ad-hoc logging of events has been cleaned up and is +now configured in a single place in the tracker configuration file. + +The `customisation documentation`_ has more details on how this is +configured. + Security Changes ================ +Password Storage +---------------- + Added MD5 scheme for password hiding. This extends the existing SHA and crypt methods and is useful if you have an existing MD5 password database. +Permission Definitions +---------------------- + +Permissions may now be defined on a per-property basis, allowing access to +only specific properties on items. + +Permissions may also have code attached which is executed to check whether +the Permission is valid for the current user and item. + + Extending Roundup =================
