[Rt-commit] rt branch, 4.2/installing-extensions, repushed
Alex Vandiver
alexmv at bestpractical.com
Tue Dec 23 15:04:36 EST 2014
The branch 4.2/installing-extensions was deleted and repushed:
was 85c7b2500c608facaff720b05ab58d888835b754
now d3dd89914fd428babdb9363e8a78421b038b8f6a
1: 85c7b25 ! 1: d3dd899 Add documentation on finding and installing plugins
@@ -61,16 +61,18 @@
+
+=item 5.
+
-+B<Add the plugin to RT's configuration.> By default, newly installed
-+plugins are not enabled. On RT 4.0, enabling them requires adding them
-+to the C<@Plugins> configuration:
-+
-+ Set( @Plugins, 'RT::Extension::Example', 'RT::Extension::Sample' );
-+
-+On RT 4.2, each plugin can instead be enabled by the C<Plugin()> command:
++B<Add the plugin to RT's configuration.> By default, newly installed
++plugins are not enabled. On RT 4.2, each plugin should be enabled by
++the C<Plugin()> command:
+
+ Plugin( 'RT::Extension::Example' );
+ Plugin( 'RT::Extension::Sample' );
++
++
++On RT 4.0, enabling them instead requires adding them to the C<@Plugins>
++configuration:
++
++ Set( @Plugins, 'RT::Extension::Example', 'RT::Extension::Sample' );
+
+=item 6.
+
More information about the rt-commit
mailing list