From: <var...@us...> - 2011-06-01 12:33:32
|
Revision: 8090 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8090&view=rev Author: vargenau Date: 2011-06-01 12:33:26 +0000 (Wed, 01 Jun 2011) Log Message: ----------- In AllPages, include_empty is false by default Modified Paths: -------------- trunk/lib/plugin/AllPages.php trunk/pgsrc/Help%2FAllPagesPlugin Modified: trunk/lib/plugin/AllPages.php =================================================================== --- trunk/lib/plugin/AllPages.php 2011-06-01 12:21:26 UTC (rev 8089) +++ trunk/lib/plugin/AllPages.php 2011-06-01 12:33:26 UTC (rev 8090) @@ -44,8 +44,7 @@ PageList::supportedArgs(), array( 'noheader' => false, - 'include_empty' => true, // is faster - //'pages' => false, // DONT, this would be ListPages then. + 'include_empty' => false, 'info' => '', 'debug' => false, 'userpages' => false Modified: trunk/pgsrc/Help%2FAllPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FAllPagesPlugin 2011-06-01 12:21:26 UTC (rev 8089) +++ trunk/pgsrc/Help%2FAllPagesPlugin 2011-06-01 12:33:26 UTC (rev 8090) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 1 Jun 2011 14:29:50 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -26,11 +26,11 @@ ! Default value |- | **noheader** -| Boolean header should be omitted. +| Boolean. If true, header should be omitted. | false |- | **include_empty** -| Boolean +| Boolean. If true, pages that are referenced but not yet created are included in the list. | false |- | **info** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |