Project

General

Profile

Plugins Directory » Redmine Attachment Categories

Author: Stephan Wenzel
Website: https://github.com/HugoHasenbein/redmine_attachment_categories
Code repository: https://github.com/HugoHasenbein/redmine_attachment_categories
Registered on: 2018-07-06 (almost 6 years ago)
Current version: 2.0.0
Compatible with: Redmine 4.1.x, 4.0.x, 3.4.x
User ratings:   (1)

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.

Special feature: in the edit attachments dialogue check in all attachments from an issue to a default file repository by one click. If issue has a custom field with a folder name or any other string, then issue attachments will be stored in <repository>/<custom_field_string>/<category_name>. To use this feature, a custom field name can be configured under Adiminstration->Plugins->Redmine Attachment Category

Installation notes

Install

1. go to plugins folder

git clone https://github.com/HugoHasenbein/redmine_attachment_categories.git

2. go to redmine root folder

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

3. restart server f.i.

sudo /etc/init.s/apache2 restart

Uninstall

1. go to redmine root folder

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

2. go to plugins folder

rm -r redmine_attributes_quickies

3. restart server f.i.

sudo /etc/init.s/apache2 restart

Changelog

2.0.0 (2020-12-05)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.

compatible with Redmine 4+

1.0.3 (2018-07-06)

Compatible with Redmine 3.4.x.

added enhanced compatibility with my other plugins

Overview.gif (235 KB) Overview.gif Stephan Wenzel, 2018-07-06 18:55

User ratings

  by Richard LEHAUT over 4 years ago