[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.20-13-g1133ba4

Alex Vandiver alexmv at bestpractical.com
Thu May 22 13:00:33 EDT 2014


The branch, 4.0-trunk has been updated
       via  1133ba4cba56df0d1986af64b16e2ea62c889f74 (commit)
       via  5e473ab55ba1353890bb53ca8f83e239bfff46f8 (commit)
      from  2f420f0e5d4a059c458613427aa9fab0ed00f9f5 (commit)

Summary of changes:
 etc/RT_Config.pm.in  | 2 +-
 etc/RT_SiteConfig.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 5e473ab55ba1353890bb53ca8f83e239bfff46f8
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu May 22 10:36:16 2014 -0500

    Stop mentioning QuickDelete, as it was last useful and working in 3.8

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index c294d49..8e7a84d 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -121,7 +121,7 @@ installed).
 
 Example:
 
-C<Set(@Plugins, (qw(Extension::QuickDelete RT::Extension::CommandByMail)));>
+C<Set(@Plugins, (qw(RT::Extension::CommandByMail)));>
 
 =cut
 
diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index 45bff0e..dee12a1 100755
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -21,6 +21,6 @@ Set( $rtname, 'example.com');
 # You must install Plugins on your own, this is only an example
 # of the correct syntax to use when activating them.
 # There should only be one @Plugins declaration in your config file.
-#Set(@Plugins,(qw(RT::Extension::QuickDelete RT::Extension::CommandByMail)));
+#Set(@Plugins,(qw(RT::Extension::CommandByMail)));
 
 1;

commit 1133ba4cba56df0d1986af64b16e2ea62c889f74
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu May 22 10:49:33 2014 -0500

    Switch to more canonically useful example plugins

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 8e7a84d..76511d2 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -121,7 +121,7 @@ installed).
 
 Example:
 
-C<Set(@Plugins, (qw(RT::Extension::CommandByMail)));>
+C<Set(@Plugins, (qw(RT::Extension::SLA RT::Authen::ExternalAuth)));>
 
 =cut
 
diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index dee12a1..4d2ef35 100755
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -21,6 +21,6 @@ Set( $rtname, 'example.com');
 # You must install Plugins on your own, this is only an example
 # of the correct syntax to use when activating them.
 # There should only be one @Plugins declaration in your config file.
-#Set(@Plugins,(qw(RT::Extension::CommandByMail)));
+#Set(@Plugins,(qw(RT::Extension::SLA RT::Authen::ExternalAuth)));
 
 1;

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


More information about the rt-commit mailing list