From: <var...@us...> - 2009-03-08 14:26:09
|
Revision: 6663 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6663&view=rev Author: vargenau Date: 2009-03-08 14:25:56 +0000 (Sun, 08 Mar 2009) Log Message: ----------- RandomPage now works Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2009-03-08 13:00:48 UTC (rev 6662) +++ trunk/lib/IniConfig.php 2009-03-08 14:25:56 UTC (rev 6663) @@ -613,6 +613,7 @@ .'ModeratedPage:MostPopular:' .'OrphanedPages:' .'PageDump:PageHistory:PageInfo:PluginManager:' + .'RandomPage:' .'RecentChanges:RecentComments:RelatedChanges:' .'SearchHighlight:SemanticRelations:SemanticSearch:SystemInfo:' .'TitleSearch:' @@ -638,7 +639,6 @@ if (defined('DEBUG') and DEBUG) { $AllActionPages[] = 'DebugInfo'; $AllActionPages[] = 'EditMetaData'; - $AllActionPages[] = 'RandomPage'; // RandomPage does not work $AllActionPages[] = 'SpellCheck'; // SpellCheck does not work $AllActionPages[] = 'PhpWikiAdministration/Chmod'; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |