[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-96-g95182cb

Emmanuel Lacour elacour at bestpractical.com
Tue Nov 24 09:31:12 EST 2009


The branch, 3.8-trunk has been updated
       via  95182cbc4c5b469c176d83fe5e1489c42713b4dd (commit)
      from  c39ee41af11ee3a52a9bd998e6ab5c887edf1bd9 (commit)

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

- Log -----------------------------------------------------------------
commit 95182cbc4c5b469c176d83fe5e1489c42713b4dd
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Tue Nov 24 15:30:50 2009 +0100

    Add doc about @Plugins configuration variable.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 8f06b93..5d28e71 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1561,6 +1561,19 @@ Hide links/portlets related to Reminders by setting this to 0
 
 Set($EnableReminders,1);
 
+
+=item C<@Plugins>
+
+Set C<@Plugins> to a list of external RT plugins that should be enabled (those
+plugins have to be previously downloaded and installed).
+Example:
+
+C<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));>
+
+=cut
+
+Set(@Plugins, ());
+
 =back
 
 =head1 Development Configuration

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


More information about the Rt-commit mailing list