From: <var...@us...> - 2010-05-04 13:32:46
|
Revision: 7375 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7375&view=rev Author: vargenau Date: 2010-05-04 13:32:35 +0000 (Tue, 04 May 2010) Log Message: ----------- Add RateIt for Gforge Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2010-05-04 13:30:52 UTC (rev 7374) +++ trunk/lib/IniConfig.php 2010-05-04 13:32:35 UTC (rev 7375) @@ -609,6 +609,7 @@ .'NewPagesPerUser:' .'OrphanedPages:' .'PageDump:PageHistory:PageInfo:PluginManager:' + .'RateIt:' // RateIt works only in wikilens derived themes .'RandomPage:RecentChanges:RelatedChanges:' .'SearchHighlight:SemanticRelations:SemanticSearch:SystemInfo:' .'TitleSearch:' @@ -644,7 +645,6 @@ $AllActionPages[] = 'LdapSearch'; $AllActionPages[] = 'PasswordReset'; $AllActionPages[] = 'PhpWikiAdministration/Markup'; - $AllActionPages[] = 'RateIt'; // RateIt works only in wikilens derived themes $AllActionPages[] = 'RecentComments'; $AllActionPages[] = 'TranslateText'; $AllActionPages[] = 'UriResolver'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |