Code Monkey home page Code Monkey logo

rt-extension-historyfilter's Introduction

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

DESCRIPTION
    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
    perl Makefile.PL
    make
    make install
        May need root permissions

    Edit your /opt/rt4/etc/RT_SiteConfig.pm
        If you are using RT 4.2 or greater, add this line:

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

        For RT 4.0, add this line:

            Set(@Plugins, qw(RT::Extension::HistoryFilter));

        or add RT::Extension::HistoryFilter to your existing @Plugins line.

    For RT 4.2.3 or older, install a patch
        This step is required only for RT versions 4.2.3 or older. Versions
        4.2.4 and newer have the changes included in the patch.

        Apply the patch as follows:

            patch -p1 -d /path/to/rt < patches/select-widget-add-multiple.patch

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

    Restart your webserver

AUTHOR
    Christian Loos <[email protected]>

LICENCE AND COPYRIGHT
    Copyright (C) 2010-2021, 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/064649.html>

rt-extension-historyfilter's People

Contributors

bdragon300 avatar cbrandtbuffalo avatar neilb avatar netsandbox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rt-extension-historyfilter's Issues

Doesn't work with RT-4.4.X

I tried to simply overrule your restriction but indeed it doesn't seem to work. Before I dive in, can you tell me if its possible to get it to work together with rt-4.4.0
I don't see any errors in the logs.

Joop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.