[Rt-commit] r5879 - in rt/branches/3.7-EXPERIMENTAL: html/Admin/Tools/Shredder/Elements

ruz at bestpractical.com ruz at bestpractical.com
Wed Sep 6 21:34:18 EDT 2006


Author: ruz
Date: Wed Sep  6 21:34:17 2006
New Revision: 5879

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Admin/Tools/Shredder/Elements/PluginHelp

Log:
 r3708 at cubic-pc:  cubic | 2006-09-07 03:37:31 +0400
 Shredder's web UI
 * return back help about generic arguments for search plugins
 ** we need better way to do it


Modified: rt/branches/3.7-EXPERIMENTAL/html/Admin/Tools/Shredder/Elements/PluginHelp
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Admin/Tools/Shredder/Elements/PluginHelp	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Tools/Shredder/Elements/PluginHelp	Wed Sep  6 21:34:17 2006
@@ -20,5 +20,9 @@
 my $text = '';
 open my $io_handle, ">:scalar", \$text or die "Can't open scalar for write: $!";
 RT::Shredder::POD::plugin_html( $file, $io_handle );
+if ( $Plugin eq 'Base' ) {
+    $file =~ s/\.pm$/\/Search.pm/;
+    RT::Shredder::POD::plugin_html( $file, $io_handle );
+}
 close $io_handle;
 </%INIT>


More information about the Rt-commit mailing list