-
Notifications
You must be signed in to change notification settings - Fork 1
tbrumm/RT-Extension-AttachmentZip
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAME RT::Extension::AttachmentZip - Download Attachments from RT Ticket DESCRIPTION This is an extension for Best Practical's Request Tracker http://www.bestpractical.com/rt This extension permits you to download the attachments associated with a ticket as a zip file. There are two options: 1) current 2) all Current mode downloads just the most recent revision of the attached file All mode downloads _all_ the revisions, and prepends the revision id number to the filename. INSTALLATION perl Makefile.PL make make install May need root permissions You need at least (https://github.com/bestpractical/rt/commit/e5333f93a2a544b541cca662abcc06ac23d8785b) to get it working for now Edit your /opt/rt4/etc/RT_SiteConfig.pm If you are using RT 4.2 or greater, add this line: Plugin('RT::Extension::AttachmentZip'); For RT 4.0, add this line: Set(@Plugins, qw(RT::Extension::AttachmentZip)); or add RT::Extension::AttachmentZip to your existing @Plugins line. Clear your mason cache rm -rf /opt/rt4/var/mason_data/obj Restart your webserver AUTHORS Torsten Brumm <technik@picturepunxx.de> Richard Harman <richard+rtx-attachmentzip@richardharman.com> LICENCE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. THANKS Torsten Brumm Gregor Wolter Richard Harman
About
This extension permits you to download the attachments associated with a ticket as a zip file.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published