Menu

Trac Commit Log


Commit Date  
[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
[r4583] by cboos

PermissionPolicy: use single word permission name for `TicketContext` permission checks

2007-01-17 08:13:44 Tree
[r4582] by cboos

PermissionPolicy: the Ticket module now also uses context-based permissions

The API of most module methods are now using directly a `context` argument.

Make it possible to create a new ticket object out of a `TicketContext` having an unspecified `id`.

2007-01-16 22:34:17 Tree
[r4581] by cboos

PermissionPolicy: prepare the way for permission checks for Attachments
- follow-up to r4569 (i.e. make `TicketContext` really work)
- simplify `Attachment.get_timeline_events`
- fix `Context.__call__(id=...)` so that the realm of the parent is used

2007-01-16 20:46:24 Tree
[r4580] by mgood

Ported r4570 to 0.10-stable (fixes #4546)

2007-01-16 18:49:56 Tree
[r4579] by mgood

add "host" parameter handling to Postgres connection strings for connecting via a socket (fixes #4546, thanks to pacopablo for the patch)

2007-01-16 18:47:36 Tree
[r4578] by cboos

Forgotten to fix the `field-summary` id in the Javascript, after the rename. Closes #4550.

2007-01-16 14:56:10 Tree
[r4577] by mgood

cleaner implementation of the line breaking in the error page "System Information" table

2007-01-16 05:51:52 Tree
Older >
Auth0 Logo