RTx-Tags
view release on metacpan or search on metacpan
Update documentation DESCRIPTION to remove outdated information
about patching.
0.04 2008-09-15
Added <p> around Simple Search blurb.
Fixed typo in keyword matching that meant some rare strings might
be misinterpreted as custom field searches.
Created a Googleish_Local overlay to avoid the need for patching.
Updated documentation.
0.02 2008-09-14
Convert to plugin.
0.01 2008-09-8&14
Local modifications.
RTx::Tags - Tag Cloud support for RT with simple-searchable custom
fields.
DESCRIPTION
This module uses portions of HTML::TagCloud to provide a tag cloud on
Search/Simple.html The cloud consists of the values (split on commas,
semi-colons and whitespace) for all objects with the `Tags' custom
field.
In addition to the cloud, this module provides support for Simple
Searchable Custom Fields witha Local overlay. An explanation of this
feature is also shown on Search/Simple.html
INSTALL
# Install HTML::TagCloud
# Install this module i.e; extract to local/plugins/RTx-Tags & amend
RT_SiteConfig.pm to include *RTx::Tags* to `@Plugins'.
These first steps may be accomplished via CPAN(PLUS) with
auto-dependencies.
inc/Module/Install/RTx/Factory.pm view on Meta::CPAN
eval \"require ${class}_Local\";
if (\$@ && \$@ !~ qr{^Can't locate ${path}_Local.pm}) {
die \$@;
};
^head1 SEE ALSO
This class allows \"overlay\" methods to be placed
into the following files _Overlay is for a System overlay by the original author,
_Vendor is for 3rd-party vendor add-ons, while _Local is for site-local customizations.
These overlay files can contain new subs or subs to replace existing subs in this module.
If you'll be working with perl 5.6.0 or greater, each of these files should begin with the line
no warnings qw(redefine);
so that perl does not kick and scream when you redefine a subroutine or variable in your overlay.
${class}_Overlay, ${class}_Vendor, ${class}_Local
^cut
1;
.
return $content;
( run in 1.943 second using v1.01-cache-2.11-cpan-39bf76dae61 )