HugoHasenbein / redmine_attachment_categories

Redmine plugin to add a freely configurable category tag to attachments.
https://www.redmine.org/plugins/redmine_attachment_categories
GNU General Public License v2.0
13 stars 5 forks source link
attachment attachment-property attachments-dialog category mark-attachments redmine redmine-attachment-categories redmine-plugin tags

redmine_attachment_categories

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.

GIF that represents a quick overview

Use case(s)

Install

  1. download plugin and copy plugin folder redmine_attachment_categories go to Redmine's plugins folder

  2. go to redmine root folder

bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attachment_categories

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

Uninstall

  1. go to redmine root folder

bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attachment_categories VERSION=0

  1. go to plugins folder, delete plugin folder redmine_attachment_categories

rm -r redmine_attributes_quickies

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

Use

PNG that shows edit attachment categories dialog

Click Attachment Categories and edit existing categories or create new one by providing a name and a color. Save the new created Attachment Categories.

PNG that shows edit attachment form

PNG that shows choose category tag style

PNG that shows issue attachments with tags

Have fun!

Localisations

Change-Log*

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