| Commit | Date | |
|---|---|---|
| 2007-11-19 09:29:16 | Tree | |
| 2007-11-16 14:55:13 | Tree | |
| 2007-11-16 12:52:53 | Tree | |
|
[r6163]
by
cboos
Fixed a traceback while checking for a missing global permission 'BROWSER_VIEW' in the changeset timeline event provider. The cause of this traceback was that a `Resource(None)` object was being created. Therefore the `Resource.__new__` method has been adjusted to take care of this special case. The documentation for that method as well as the unit tests have been expanded a bit. |
2007-11-16 11:05:28 | Tree |
|
[r6162]
by
cboos
Add missing ATTACHMENT_VIEW permission check while rendering an attachment. (patch by osimons) |
2007-11-16 11:04:43 | Tree |
| 2007-11-16 10:43:55 | Tree | |
|
[r6160]
by
cboos
New interface `trac.attachment.ILegacyAttachmentPolicyDelegate` added. This enables plugin to benefit from the !LegacyAttachmentPolicy handling of attachment permissions, without having to write their own `IPermissionPolicy` implementation. |
2007-11-15 18:05:55 | Tree |
|
[r6159]
by
cboos
Fixing permission checks for attachments so that they always occur on an attachment resource, even for ATTACHMENT_CREATE. In that case, the attachment `.id` is simply `None`. |
2007-11-15 15:42:31 | Tree |
|
[r6158]
by
cboos
Merging [source:sandbox/timeline-refactoring@... timeline-refactoring] branch in trunk. |
2007-11-15 15:01:06 | Tree |
| 2007-11-15 14:45:46 | Tree |