Modify ↓
Opened 14 years ago
Last modified 5 years ago
#7796 new enhancement
[Patch] User capabilities to edit description and tags after upload
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.12 |
Description
Currently only the admin can modify the tags/description of the uploaded files. I (as a normal user) just uploaded a file and forgot to enter the tags, now I have to go to the TRAC admin to have that fixed...
Attachments (1)
Change History (9)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Priority: | normal → high |
---|
Changed 13 years ago by
Attachment: | downloads_modify.zip added |
---|
comment:3 Changed 13 years ago by
Added a patch that does this. There is a new DOWNLOADS_MODIFY permission and I cleaned up the downloads list. By clicking on the ID, a modify page can be reached. I've tried to test it as much as I could but no guarantees that there isn't still a but in there that might damage your data. So use at own risk!
comment:4 Changed 13 years ago by
Summary: | User capabilities to edit description and tags after upload → [Patch] User capabilities to edit description and tags after upload |
---|
comment:5 Changed 11 years ago by
Owner: | changed from Radek Bartoň to Ryan J Ollos |
---|
comment:6 Changed 8 years ago by
Status: | assigned → new |
---|---|
Type: | defect → enhancement |
comment:7 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:8 Changed 5 years ago by
Keywords: | patch added |
---|
Note: See
TracTickets for help on using
tickets.
I'll add a new DOWNLOADS_EDIT permission that will display edit button that will lead to edit form some day.