The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RT::Extension::HistoryFilter - Filter history by type on ticket display page

SYNOPSIS

This plugin filter the history on the ticket display page by transaction types that are defined in the user preferences. By default it shows only the transaction types create, correspond and comment that are defined in etc/HistoryFilter_Config.pm.

The history page shows always the full history.

It was created after an article in the Best Practical wiki and an discussion in the rt-user mailing list (look at SEE ALSO) and is an extended version of RT::Extension::BriefHistory

INSTALLATION

Installation instructions for RT-Extension-HistoryFilter:

        1. perl Makefile.PL
        2. make
        3. make install
        4. Add 'RT::Extension::HistoryFilter' to @Plugins in /opt/rt3/etc/RT_SiteConfig.pm
        5. Clear mason cache: rm -rf /opt/rt3/var/mason_data/obj
        6. Restart webserver

AUTHOR

Christian Loos <cloos@netsandbox.de>

COPYRIGHT AND LICENCE

Copyright (C) 2010-2011, Christian Loos.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://bestpractical.com/rt/

http://wiki.bestpractical.com/view/HideTransactions

http://lists.bestpractical.com/pipermail/rt-users/2010-May/064720.html