Menu

Trac Commit Log


Commit Date  
[r4593] by cmlenz

Simplify the about page: show system information and configuration all on the same page, ''if'' the user has `CONFIG_VIEW` permissions.

2007-01-18 11:03:56 Tree
[r4592] by cboos

PermissionPolicy: second part of fine grained permissions for attachments
- converted the !AttachmentModule
- check for ATTACHMENT_DELETE, but dropped support for its equivalence with 'ADMIN' permission on the parent context; this eventually needs to be re-enabled.

The example plugin (sample-plugins/authz_policy.py) has been updated to accept simple verbs instead of full permission names (e.g. DELETE instead of ATTACHMENT_DELETE).

2007-01-18 10:59:11 Tree
[r4591] by mgood

remove tab indentations added in r4451

2007-01-17 23:47:54 Tree
[r4590] by cmlenz

Updated to [http://jquery.com/blog/2007/01/14/jquery-birthday-11-new-site-new-docs/ jQuery 1.1].

2007-01-17 23:06:28 Tree
[r4589] by cboos

PermissionPolicy: add a sample plugin for the IPermissionPolicy interface. This is the one I was using for testing r4586 and for that I've added support for attachments to Alec's prototype.

2007-01-17 19:48:52 Tree
[r4588] by cboos

PermissionPolicy: merged latest changes from trunk [4564:4587/trunk]

2007-01-17 19:18:03 Tree
[r4587] by cboos

Remove remnants of old-style macros, as we couldn't support them anyway anymore.

The wiki-macros folder should be kept, though, at least for 0.11, as it now contains a README documenting the need for a conversion to the new-style macros. Likewise, the example macros (!HelloWorld and Timestamp) have been converted as single file plugins, and placed in the new `sample-plugins` folder.

The `sample-plugins` folder could be used for other, small, useful or otherwise illustrative plugin examples.

2007-01-17 19:09:59 Tree
[r4586] by cboos

PermissionPolicy: first part of fine grained permissions for attachments
- use ATTACHMENT_CREATE and ATTACHMENT_VIEW
- the checks for ATTACHMENT_VIEW is now done directly in the `list_of_attachments` macro, not in the individual modules

The check for an attachment related permission is done by checking a specific verb against an 'attachmnent'-realm subcontext of the given context, e.g. `'CREATE' in context('attachment').perm`.

An example plugin demonstrating the new mechanism will follow shortly.

2007-01-17 17:43:34 Tree
[r4585] by mgood

use `urlparse` module to handle conversion between relative and absolute timeline URLs (re #4287)

2007-01-17 15:32:35 Tree
[r4584] by cboos

PermissionPolicy: apply permission checks to individual tickets for the timeline events and search results

2007-01-17 10:37:36 Tree
Older >
Auth0 Logo