Modify ↓
Opened 14 years ago
Closed 14 years ago
#7810 closed enhancement (fixed)
Uploader, type, version,... should not be used as tags
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
When adding some files to the download plugin, the uploader's name, the type, version and so on all appear as tags, both in the tag "cloud" page and on the page belonging to a specific tag. Only the tags specified during upload should be used (not the uploader name and so on), otherwise the tag cloud get's too polluted with irrelevant tags... this is a very annoying bug...
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|---|
Type: | defect → enhancement |
comment:2 Changed 14 years ago by
I think that would be a good idea. The current behavior got me so annoyed that I removed all uploads, patched the plugin (i.e. removing the troublesome lines of code) and now got me re-uploading the files again... :)
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented in r9282.
Note: See
TracTickets for help on using
tickets.
It's a feature. I can implement
additional_tags
configuration option similarly as in ScreenshotsPlugin.