#1453 closed enhancement (fixed)
Give higher ticket edit permissions to plugin owners
| Reported by: | Emmanuel Blot | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | TracHacksPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
It would be really great and useful if the plugin owners were allowed to modify the ticket descriptions (for example to fix the Wiki syntax), as well as deleting some comments (such as spam).
I guess this would require some Trac tweaking as a plugin owner should get higher permissions for his plugins - only.
Attachments (0)
Change History (15)
comment:1 follow-up: 2 Changed 19 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 16 years ago by
Replying to athomas:
This would be awesome. Once t:wiki:WorkFlow and t:wiki:PermissionPolicy come in this should be easily doable.
I believe both of these features have been implemented as of 0.11.
comment:3 Changed 16 years ago by
| Owner: | changed from Alec Thomas to osimons |
|---|---|
| Status: | assigned → new |
Yep, however TracHacks hasn't been ported to 0.11 yet :\
comment:4 Changed 16 years ago by
| Owner: | changed from osimons to Michael Renzmann |
|---|
Err, wrong person!
comment:5 Changed 16 years ago by
| Summary: | Give higher permissions to plugin owners → Give higher ticket edit permissions to plugin owners |
|---|
comment:6 Changed 16 years ago by
| Type: | defect → enhancement |
|---|
comment:7 Changed 16 years ago by
It would also be very nice if plugin owners had permissions to:
- Delete attachments from wiki pages
- Delete ticket attachments.
comment:9 Changed 9 years ago by
| Owner: | Michael Renzmann deleted |
|---|
comment:10 Changed 9 years ago by
A variation of CookBook/PermissionPolicies#GrantapermissiontotheTicketOwner can be used to implement this.
comment:11 Changed 9 years ago by
| Component: | TracHacks → TracHacksPlugin |
|---|---|
| Owner: | set to Ryan J Ollos |
| Status: | new → accepted |
comment:13 Changed 9 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Changes documented in blog:2017-03-10-elevated-permission.
comment:14 Changed 9 years ago by
Replying to Emmanuel Blot:
... as well as deleting some comments (such as spam).
I didn't add ability for project admins to delete comments since we have the Report spam contextual navigation item.



This would be awesome. Once t:wiki:WorkFlow and t:wiki:PermissionPolicy come in this should be easily doable.