Menu

Trac Commit Log


Commit Date  
[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
[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
Older >
Auth0 Logo