![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | RT-Extension-QuickDelete-0.05.tar.gz |
NAME RT::Extension::QuickDelete - Adds a "quick delete" button to RT's standard ticket search interface SYNOPSIS perl Makefile.PL make install make initdb Add RT::Extension::QuickDelete to your existin @Plugins line, or create a new @Plugins line: Set(@Plugins, qw(RT::Extension::QuickDelete)); # If you're using RT 3.6.0 or RT 3.6.1, copy etc/3.6.1/ShowSear more»
#line 1 package Module::Install::ReadmeFromPod; use 5.006; use strict; use warnings; use base qw(Module::Install::Base); use vars qw($VERSION); $VERSION = '0.12'; sub readme_from { my $self = shift; return unless $self->is_admin; my $file = shift || $self->_all_from or die "Can't determine file to make readme_from"; my $clean = shift; print "Writing README from $file\n"; requ more»
0.05 Fix a UI bug that broke ColumnMap and made the Delete link it ticket lists look awful Check for DeleteTicket before displaying a link RT4 compat notes
[DIR] | RT-Extension-QuickDelete-0.05/ (10) |