[Bps-public-commit] rt-extension-exampletheme branch, master, updated. 143e9f41ead1cdece4ea0529a4dc888dd1f9afd3

Maureen Mirville maureen at bestpractical.com
Fri Sep 1 16:29:38 EDT 2017


The branch, master has been updated
       via  143e9f41ead1cdece4ea0529a4dc888dd1f9afd3 (commit)
      from  c34bcd49f7097de4056d369c36106e0a8cc92ac2 (commit)

Summary of changes:
 lib/RT/Extension/ExampleTheme.pm | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

- Log -----------------------------------------------------------------
commit 143e9f41ead1cdece4ea0529a4dc888dd1f9afd3
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date:   Fri Sep 1 16:24:45 2017 -0400

    Remove RT 4.0 information
    
    Updated docs as this extension is not compatible with RT prior to
    version 4.2.

diff --git a/lib/RT/Extension/ExampleTheme.pm b/lib/RT/Extension/ExampleTheme.pm
index 1cbb589..ca62269 100644
--- a/lib/RT/Extension/ExampleTheme.pm
+++ b/lib/RT/Extension/ExampleTheme.pm
@@ -9,18 +9,11 @@ RT->AddStyleSheets('example-theme.css');
 
 =head1 NAME
 
-RT-Extension-ExampleTheme - [One line description of module's purpose here]
-
-=head1 DESCRIPTION
-
-[Why would someone install this extension? What does it do? What problem
-does it solve?]
+RT-Extension-ExampleTheme - Example Theme Extension
 
 =head1 RT VERSION
 
-Works with RT [What versions of RT is this known to work with?]
-
-[Make sure to use requires_rt and rt_too_new in Makefile.PL]
+Works with RT 4.2, 4.4, 4.6
 
 =head1 INSTALLATION
 
@@ -35,17 +28,10 @@ Works with RT [What versions of RT is this known to work with?]
 May need root permissions
 
 =item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
-
-If you are using RT 4.2 or greater, add this line:
+Add this line:
 
     Plugin('RT::Extension::ExampleTheme');
 
-For RT 4.0, add this line:
-
-    Set(@Plugins, qw(RT::Extension::ExampleTheme));
-
-or add C<RT::Extension::ExampleTheme> to your existing C<@Plugins> line.
-
 =item Clear your mason cache
 
     rm -rf /opt/rt4/var/mason_data/obj
@@ -70,7 +56,7 @@ or via the web at
 
 =head1 LICENSE AND COPYRIGHT
 
-This software is Copyright (c) 2017 by Maureen
+This extension is Copyright (c) 2017 Best Practical Solutions, LLC.
 
 This is free software, licensed under:
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list