From: <var...@us...> - 2009-03-27 10:48:35
|
Revision: 6725 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6725&view=rev Author: vargenau Date: 2009-03-27 10:48:28 +0000 (Fri, 27 Mar 2009) Log Message: ----------- No InterWikiSearch and UriResolver in Gforge Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2009-03-27 10:07:24 UTC (rev 6724) +++ trunk/lib/IniConfig.php 2009-03-27 10:48:28 UTC (rev 6725) @@ -608,7 +608,6 @@ .'BackLinks:BlogArchives:BlogJournal:' .'CreatePage:' .'FindPage:FullTextSearch:FuzzyPages:' - .'InterWikiSearch:' .'LikePages:LinkDatabase:LinkSearch:ListRelations:' .'ModeratedPage:MostPopular:' .'OrphanedPages:' @@ -617,7 +616,7 @@ .'RecentChanges:RecentComments:RelatedChanges:' .'SearchHighlight:SemanticRelations:SemanticSearch:SystemInfo:' .'TitleSearch:' - .'UpLoad:UriResolver:UserPreferences:' + .'UpLoad:UserPreferences:' .'WantedPages:WatchPage:WhoIsOnline:WikiAdminSelect:WikiBlog:' // plus some derivations .'AllPagesCreatedByMe:AllPagesLastEditedByMe:AllPagesOwnedByMe:AllUserPages:' @@ -643,10 +642,12 @@ $AllActionPages[] = 'PhpWikiAdministration/Chmod'; } if (!defined('GFORGE') or !GFORGE) { + $AllActionPages[] = 'InterWikiSearch'; $AllActionPages[] = 'LdapSearch'; $AllActionPages[] = 'PasswordReset'; $AllActionPages[] = 'RateIt'; // RateIt works only in wikilens theme $AllActionPages[] = 'TranslateText'; + $AllActionPages[] = 'UriResolver'; } // If user has not defined PHPWIKI_DIR, and we need it This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |