Mercurial > p > roundup > code
comparison CHANGES.txt @ 3126:a2889d22db4a
the cgi templating code now checks item-level
permissions (per alex's suggestion).
The templates themselves do not have row-level checks now.
Cleaned up the msg and file index templates to use batching.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 04 Feb 2005 05:25:50 +0000 |
| parents | c26f2ba69c78 |
| children | 7308c3c5a943 |
comparison
equal
deleted
inserted
replaced
| 3123:5894c7bea8ce | 3126:a2889d22db4a |
|---|---|
| 5 Fixed: | 5 Fixed: |
| 6 - fix roundup-server log and PID file paths to be absolute | 6 - fix roundup-server log and PID file paths to be absolute |
| 7 - fix initialisation of roundup-server in daemon mode so initialisation | 7 - fix initialisation of roundup-server in daemon mode so initialisation |
| 8 errors are visible | 8 errors are visible |
| 9 - have Permissions only test the check function if itemid is suppled | 9 - have Permissions only test the check function if itemid is suppled |
| 10 - modify index templates to check for row-level Permission | 10 - modify cgi templating system to check item-level permissions in listings |
| 11 - enable batching in message and file listings | |
| 11 - more documentation of security mechanisms | 12 - more documentation of security mechanisms |
| 12 - better unit tests for security mechanisms | 13 - better unit tests for security mechanisms |
| 13 | 14 |
| 14 | 15 |
| 15 2005-01-13 0.8.0b2 | 16 2005-01-13 0.8.0b2 |
