Plugin for Redmine. Add free configurable categories to attachments. In all attachment views the category tag is shown next to the filename or the thumbnail. Also, it adds a suggestion auto complete for attachment description in edit attachment form.
- Mark attachments as "confidential"
- Mark attachments as invoices, which must not be forgotten
- Mark an attachment the way you want it
-
download plugin and copy plugin folder redmine_attachment_categories go to Redmine's plugins folder
-
go to redmine root folder
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attachment_categories
- restart server f.i.
sudo /etc/init.d/apache2 restart
- go to redmine root folder
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attachment_categories VERSION=0
- go to plugins folder, delete plugin folder redmine_attachment_categories
rm -r redmine_attributes_quickies
- restart server f.i.
sudo /etc/init.d/apache2 restart
- Go to Administration and find a new Attachment Categories Link.
Click Attachment Categories and edit existing categories or create new one by providing a name and a color. Save the new created Attachment Categories.
- In an issue click on the edit attachments link. Find to the right of the attachments dialog a new drop down list with your categories. As you choose the category changes to the left. Save your attachments.
- In plugin settings choose category tag style
- In show issue see the category tag next to the attachment.
Have fun!
- English
- German
2.0.0 compatible with redmine 4+
1.0.3 enhanced compatibility with my other plugins
1.0.2 Cosmetic fixes
1.0.1 Running on Redmine 3.4.6