From 74fc751d045c7104d81526f3a417d470235422fa Mon Sep 17 00:00:00 2001 From: rurban Date: Thu, 4 Jan 2007 16:40:47 +0000 Subject: [PATCH] Add more action pages git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5379 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/IniConfig.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/lib/IniConfig.php b/lib/IniConfig.php index 3b4a287dc..5fd1f8230 100644 --- a/lib/IniConfig.php +++ b/lib/IniConfig.php @@ -1,5 +1,5 @@ pushErrorHandler(new WikiFunctionCb('_ignore_unknown_charset_warning')); } - + // Used by SetupWiki to pull in required pages, if not translated, then in english. + // Real actionpages react on page=[] + // These here contain also other important requirements, linked from elsewhere. + // Also used by _WikiTranslation $AllActionPages = explode(':', 'AllPages:BackLinks:CreatePage:DebugInfo:EditMetaData:FindPage:' .'FullRecentChanges:FullTextSearch:FuzzyPages:InterWikiSearch:' - .'LikePages:MostPopular:' + .'LeastPopular:LikePages:MostPopular:' .'OrphanedPages:PageDump:PageHistory:PageInfo:RandomPage:RateIt:' .'RecentChanges:RecentEdits:RecentComments:RelatedChanges:TitleSearch:' .'TranslateText:UpLoad:UserPreferences:WantedPages:WhoIsOnline:' .'PhpWikiAdministration/Remove:PhpWikiAdministration/Chmod:' .'PhpWikiAdministration/Rename:PhpWikiAdministration/Replace:' .'PhpWikiAdministration/SetAcl:PhpWikiAdministration/Chown' + .'SemanticRelations:SemanticSearch:SearchHighlight:LinkSearch:' + .'AppendText:AuthorHistory' ); - // If user has not defined PHPWIKI_DIR, and we need it if (!defined('PHPWIKI_DIR') and !file_exists("themes/default")) { $themes_dir = FindFile("themes"); @@ -913,6 +917,9 @@ function fixup_dynamic_configs($file) { } // $Log: not supported by cvs2svn $ +// Revision 1.108 2007/01/03 21:22:22 rurban +// Add DISABLE_UNITS. +// // Revision 1.107 2006/12/22 17:45:28 rurban // add USE_BYTEA // -- 2.45.0