github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

ruz / RT-Extension-SummaryByUser

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 3
    • 2
  • Source
  • Commits
  • Network (2)
  • Issues (0)
  • Downloads (4)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (4)
    • 0.03_01
    • 0.03
    • 0.02
    • 0.01
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

portlets to show ticket counters per user — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

bump version, 0.04 
ruz (author)
Thu Jan 28 12:21:24 -0800 2010
commit  8bdcea53040c99b2124df5841d411380047a95dd
tree    ab5d60bbe6ae3c5ed47b599c87a6bcd728b8d8ae
parent  e006ab86e305876a11ad12ba40b7564e296c92bb
RT-Extension-SummaryByUser /
name age
history
message
file .gitignore Loading commit data...
file CHANGES Thu Jan 28 12:09:55 -0800 2010 update change log [ruz]
file MANIFEST Mon Jan 25 04:14:26 -0800 2010 make manifest [ruz]
file META.yml
file Makefile.PL Thu Jul 16 15:34:15 -0700 2009 * describe requirements in Makefile [ruz]
file README Mon Jan 25 04:13:36 -0800 2010 update inc/ and other generated files [ruz]
directory html/
directory inc/ Mon Jan 25 04:13:36 -0800 2010 update inc/ and other generated files [ruz]
directory lib/ Thu Jan 28 12:21:24 -0800 2010 bump version, 0.04 [ruz]
directory patches/ Thu Jul 16 15:32:43 -0700 2009 * add another patch, fixes groupings by multipl... [ruz]
README
NAME
    RT::Extension::SummaryByUser - portlets to show ticket counters per user

DESCRIPTION
    This extension ships with OwnerSummary and RequestorSummary portlets you
    can use in a dashboard and/or RT at glance. Summary can be displayed not
    only by user, but by users' organization or other fields. For example
    RequestorSummary portlet displays summary by requestors' organization.
    Read more about this below in "CONFIGURATION" section.

INSTALLATION
    Installation goes as usual for RT extensions, but for older RT versions
    you have to apply patches. For more correct results and work without
    errors in any version prior to RT 3.8.5 you must apply patches that are
    shipped with this distribution in the patches directory. First of all
    apply RT-3.8.4-chart-improvements.patch then
    RT-3.8-use_distinct_count_for_charts_when_required-2.patch. Also,
    DBIx::SearchBuilder has been updated as well, and you need 1.56 or
    newer.

    Don't forget to register plugin in the @Plugins config option.

    To make a portlet available in the Web UI you must register it in the RT
    config using $HomepageComponents option.

    More portlets can be created using this extension. Look into the
    RequestorSummary file, it just calls OwnerSummary with arguments:

        <%INIT>
        return $m->comp( 'OwnerSummary', Role => 'Requestor', Field => 'Organization' );
        </%INIT>

    As you can see there is two arguments: 'Role' and 'Field'. Role can be
    'Owner', 'Creator', 'Requestor', 'Cc' and 'AdminCc'. Field can be any
    column from Users table or empty. The following fields make sence:
    'Organization', 'Country', 'State' or 'City'. Empty value means that the
    report is groupped by particular users.

    You can copy this file into local/html/Elements directory with different
    name, for example with RequestorCountrySummary, change arguments,
    register the new portlet in $HomepageComponents, restart server and use
    new portlet.

REPOSITORY
        http://github.com/ruz/RT-Extension-SummaryByUser

AUTHOR
    Ruslan Zakirov <Ruslan.Zakirov@gmail.com>

LICENSE
    Under the same terms as perl itself.

POD ERRORS
    Hey! The above document had some coding errors, which are explained
    below:

    Around line 31:
        Unknown directive: =head

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server