Skip to content

jromine/rt-extension-attachmentzip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    RT-Extension-AttachmentZip - Download attachments archive

DESCRIPTION
    This extension displays a Download All Attachments link in the
    attachment sections. Three options are offered: Download all attachments
    as zip, Download all attachments including all revisions as zip, Combine
    all attachments into one PDF download.

RT VERSION
    Works with RT 4.4

INSTALLATION
    perl Makefile.PL
    make
    make install
        May need root permissions

    Edit your /opt/rt4/etc/RT_SiteConfig.pm
        Add this line:

            Plugin('RT::Extension::AttachmentsZip');

    Clear your mason cache
            rm -rf /opt/rt4/var/mason_data/obj

    Restart your webserver

CONFIGURATION
    None.

DEPENDENCIES
    Archive::Zip, CAM::PDF

AUTHOR
    Best Practical Solutions, LLC <[email protected]>

    Richard G Harman Jr <[email protected]>

    John Romine, School of Engineering, University of California, Irvine
    <[email protected]>

LICENSE AND COPYRIGHT
    This software is Copyright (c) 2018 by Best Practical Solutions, LLC

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991

About

Download ticket attachments all at once in a ZIP file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%