From: <var...@us...> - 2014-07-16 14:00:24
|
Revision: 8965 http://sourceforge.net/p/phpwiki/code/8965 Author: vargenau Date: 2014-07-16 14:00:21 +0000 (Wed, 16 Jul 2014) Log Message: ----------- Make <?plugin-form FullTextSearch ?> work Modified Paths: -------------- trunk/lib/plugin/FullTextSearch.php trunk/pgsrc/Help%2FFullTextSearchPlugin Modified: trunk/lib/plugin/FullTextSearch.php =================================================================== --- trunk/lib/plugin/FullTextSearch.php 2014-07-16 13:53:10 UTC (rev 8964) +++ trunk/lib/plugin/FullTextSearch.php 2014-07-16 14:00:21 UTC (rev 8965) @@ -49,8 +49,8 @@ function getDefaultArguments() { - return array_merge - ( + // All PageList::supportedArgs, except 'pagename' + $args = array_merge( PageList::supportedArgs(), // paging and more. array('s' => false, 'hilight' => true, @@ -60,6 +60,8 @@ 'noheader' => false, 'exclude' => false, // comma-separated list of glob 'quiet' => true)); // be less verbose + unset($args['pagename']); + return $args; } function run($dbi, $argstr, &$request, $basepage) Modified: trunk/pgsrc/Help%2FFullTextSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FFullTextSearchPlugin 2014-07-16 13:53:10 UTC (rev 8964) +++ trunk/pgsrc/Help%2FFullTextSearchPlugin 2014-07-16 14:00:21 UTC (rev 8965) @@ -1,4 +1,4 @@ -Date: Fri, 11 Jan 2013 11:16:51 +0000 +Date: Wed, 16 Jul 2014 15:48:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FFullTextSearchPlugin; @@ -15,7 +15,8 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones: +All [[Help:PageList|PageList]] arguments (except //paganame//), +plus the following ones: {| class="bordered" |- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |