Plugins Directory » Redmine Issue Attachments
Author: | Stephan Wenzel | |
---|---|---|
Website: | https://github.com/HugoHasenbein/redmine_issue_attachments | |
Code repository: | https://github.com/HugoHasenbein/redmine_issue_attachments | |
Registered on: | 2018-07-01 (over 6 years ago) | |
Current version: | 1.0.4 | |
Compatible with: | Redmine 3.4.x | |
User ratings: |
Browse all issue attachments of all issues in current project in arbitrary queries. Queries can be saved like issue queries. Download bulk pdf attachments as combined pdf's, combined pdf's for double sided printing or as zip archive. Other bulk attachments can be downloaded as zip archives. In zip archives and combined pdf the order of the selected files adheres to the order in the index list.
Installation notes
Install¶
1. go to your plugins folder
git clone https://github.com/HugoHasenbein/redmine_issue_attachments.git
2. go to Redmine root folder and install gems
bundle install
3. restart Redmine, f.i.
/etc/init.d/apache2 restart
Uninstall¶
1. go to your plugins folder
rm -r redmine_issue_attachments
2. restart Redmine, f.i.
/etc/init.d/apache2 restart
Changelog
1.0.4 (2018-07-22)
Compatible with Redmine 3.4.x.
- 1.0.4 added bulk delete, bulk categorize (if Redmine Attachment Categories is installed)
- 1.0.3 enhanced support for Redmine Attachment Categories plugin, enhanced themes support
- 1.0.2 July 1st commit