Revert r28215: incorrectly moved files
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 670bd06..ec533ff 100644 (file)
@@ -7,6 +7,8 @@ ini_set('unserialize_callback_func', '__autoload' );
 function __autoload($className) {
        global $wgAutoloadClasses;
 
+       # Locations of core classes
+       # Extension classes are specified with $wgAutoloadClasses
        static $localClasses = array(
                # Includes
                'AjaxDispatcher' => 'includes/AjaxDispatcher.php',
@@ -55,6 +57,8 @@ function __autoload($className) {
                'Diff' => 'includes/DifferenceEngine.php',
                'MappedDiff' => 'includes/DifferenceEngine.php',
                'DiffFormatter' => 'includes/DifferenceEngine.php',
+               'UnifiedDiffFormatter' => 'includes/DifferenceEngine.php',
+               'ArrayDiffFormatter' => 'includes/DifferenceEngine.php',
                'DjVuImage' => 'includes/DjVuImage.php',
                '_HWLDF_WordAccumulator' => 'includes/DifferenceEngine.php',
                'WordLevelDiff' => 'includes/DifferenceEngine.php',
@@ -96,11 +100,11 @@ function __autoload($className) {
                'HTMLCacheUpdate' => 'includes/HTMLCacheUpdate.php',
                'Http' => 'includes/HttpFunctions.php',
                'IP' => 'includes/IP.php',
-               'ThumbnailImage' => 'includes/Image.php',
                'ImageGallery' => 'includes/ImageGallery.php',
                'ImagePage' => 'includes/ImagePage.php',
                'ImageHistoryList' => 'includes/ImagePage.php',
-               'ImageRemote' => 'includes/ImageRemote.php',
+               'FileDeleteForm' => 'includes/FileDeleteForm.php',
+               'FileRevertForm' => 'includes/FileRevertForm.php',
                'Job' => 'includes/JobQueue.php',
                'EmaillingJob' => 'includes/EmaillingJob.php',
                'EnotifNotifyJob' => 'includes/EnotifNotifyJob.php',
@@ -117,6 +121,7 @@ function __autoload($className) {
                'LogPage' => 'includes/LogPage.php',
                'MacBinary' => 'includes/MacBinary.php',
                'MagicWord' => 'includes/MagicWord.php',
+               'MagicWordArray' => 'includes/MagicWord.php',
                'MathRenderer' => 'includes/Math.php',
                'MediaTransformOutput' => 'includes/MediaTransformOutput.php',
                'ThumbnailImage' => 'includes/MediaTransformOutput.php',
@@ -132,9 +137,11 @@ function __autoload($className) {
                'ReverseChronologicalPager' => 'includes/Pager.php',
                'TablePager' => 'includes/Pager.php',
                'Parser' => 'includes/Parser.php',
+               'Parser_OldPP' => 'includes/Parser_OldPP.php',
+               'Parser_DiffTest' => 'includes/Parser_DiffTest.php',
+               'ParserCache' => 'includes/ParserCache.php',
                'ParserOutput' => 'includes/ParserOutput.php',
                'ParserOptions' => 'includes/ParserOptions.php',
-               'ParserCache' => 'includes/ParserCache.php',
                'PatrolLog' => 'includes/PatrolLog.php',
                'ProfilerSimple' => 'includes/ProfilerSimple.php',
                'ProfilerSimpleUDP' => 'includes/ProfilerSimpleUDP.php',
@@ -205,6 +212,7 @@ function __autoload($className) {
                'PopularPagesPage' => 'includes/SpecialPopularpages.php',
                'PreferencesForm' => 'includes/SpecialPreferences.php',
                'SpecialPrefixindex' => 'includes/SpecialPrefixindex.php',
+               'RandomPage' => 'includes/SpecialRandompage.php',
                'PasswordResetForm' => 'includes/SpecialResetpass.php',
                'RevisionDeleteForm' => 'includes/SpecialRevisiondelete.php',
                'RevisionDeleter' => 'includes/SpecialRevisiondelete.php',
@@ -240,6 +248,7 @@ function __autoload($className) {
                'User' => 'includes/User.php',
                'MailAddress' => 'includes/UserMailer.php',
                'EmailNotification' => 'includes/UserMailer.php',
+               'UserMailer' => 'includes/UserMailer.php',
                'WatchedItem' => 'includes/WatchedItem.php',
                'WebRequest' => 'includes/WebRequest.php',
                'WebResponse' => 'includes/WebResponse.php',
@@ -252,16 +261,20 @@ function __autoload($className) {
                'ZhClient' => 'includes/ZhClient.php',
                'memcached' => 'includes/memcached-client.php',
                'EmaillingJob' => 'includes/JobQueue.php',
+               'WatchlistEditor' => 'includes/WatchlistEditor.php',
 
                # filerepo
                'ArchivedFile' => 'includes/filerepo/ArchivedFile.php',
                'File' => 'includes/filerepo/File.php',
                'FileRepo' => 'includes/filerepo/FileRepo.php',
+               'FileRepoStatus' => 'includes/filerepo/FileRepoStatus.php',
                'ForeignDBFile' => 'includes/filerepo/ForeignDBFile.php',
                'ForeignDBRepo' => 'includes/filerepo/ForeignDBRepo.php',
                'FSRepo' => 'includes/filerepo/FSRepo.php',
                'Image' => 'includes/filerepo/LocalFile.php',
                'LocalFile' => 'includes/filerepo/LocalFile.php',
+               'LocalFileDeleteBatch' => 'includes/filerepo/LocalFile.php',
+               'LocalFileRestoreBatch' => 'includes/filerepo/LocalFile.php',
                'LocalRepo' => 'includes/filerepo/LocalRepo.php',
                'OldLocalFile' => 'includes/filerepo/OldLocalFile.php',
                'RepoGroup' => 'includes/filerepo/RepoGroup.php',
@@ -284,10 +297,10 @@ function __autoload($className) {
 
                # Languages
                'Language' => 'languages/Language.php',
-               'RandomPage' => 'includes/SpecialRandompage.php',
 
                # API
                'ApiBase' => 'includes/api/ApiBase.php',
+               'ApiExpandTemplates' => 'includes/api/ApiExpandTemplates.php',
                'ApiFormatFeedWrapper' => 'includes/api/ApiFormatBase.php',
                'ApiFeedWatchlist' => 'includes/api/ApiFeedWatchlist.php',
                'ApiFormatBase' => 'includes/api/ApiFormatBase.php',
@@ -303,8 +316,11 @@ function __autoload($className) {
                'ApiMain' => 'includes/api/ApiMain.php',
                'ApiOpenSearch' => 'includes/api/ApiOpenSearch.php',
                'ApiPageSet' => 'includes/api/ApiPageSet.php',
+               'ApiParse' => 'includes/api/ApiParse.php',
                'ApiQuery' => 'includes/api/ApiQuery.php',
                'ApiQueryAllpages' => 'includes/api/ApiQueryAllpages.php',
+               'ApiQueryAllLinks' => 'includes/api/ApiQueryAllLinks.php',
+               'ApiQueryAllUsers' => 'includes/api/ApiQueryAllUsers.php',
                'ApiQueryBase' => 'includes/api/ApiQueryBase.php',
                'ApiQueryGeneratorBase' => 'includes/api/ApiQueryBase.php',
                'ApiQueryBacklinks' => 'includes/api/ApiQueryBacklinks.php',
@@ -312,17 +328,34 @@ function __autoload($className) {
                'ApiQueryCategoryMembers' => 'includes/api/ApiQueryCategoryMembers.php',
                'ApiQueryContributions' => 'includes/api/ApiQueryUserContributions.php',
                'ApiQueryExternalLinks' => 'includes/api/ApiQueryExternalLinks.php',
+               'ApiQueryExtLinksUsage' => 'includes/api/ApiQueryExtLinksUsage.php',
                'ApiQueryImages' => 'includes/api/ApiQueryImages.php',
+               'ApiQueryImageInfo' => 'includes/api/ApiQueryImageInfo.php',
                'ApiQueryInfo' => 'includes/api/ApiQueryInfo.php',
                'ApiQueryLangLinks' => 'includes/api/ApiQueryLangLinks.php',
                'ApiQueryLinks' => 'includes/api/ApiQueryLinks.php',
                'ApiQueryLogEvents' => 'includes/api/ApiQueryLogEvents.php',
                'ApiQueryRecentChanges'=> 'includes/api/ApiQueryRecentChanges.php',
                'ApiQueryRevisions' => 'includes/api/ApiQueryRevisions.php',
+               'ApiQuerySearch' => 'includes/api/ApiQuerySearch.php',
+               'ApiQueryAllmessages' => 'includes/api/ApiQueryAllmessages.php',
                'ApiQuerySiteinfo' => 'includes/api/ApiQuerySiteinfo.php',
+               'ApiQueryUserInfo' => 'includes/api/ApiQueryUserInfo.php',
                'ApiQueryWatchlist' => 'includes/api/ApiQueryWatchlist.php',
+               'ApiRender' => 'includes/api/ApiRender.php',
                'ApiResult' => 'includes/api/ApiResult.php',
-               'ApiRollback' => 'includes/api/ApiRollback.php'
+
+               # apiedit branch
+               'ApiBlock' => 'includes/api/ApiBlock.php',
+               'ApiChangeRights' => 'includes/api/ApiChangeRights.php',
+               'ApiDelete' => 'includes/api/ApiDelete.php',
+               'ApiMove' => 'includes/api/ApiMove.php',
+               'ApiProtect' => 'includes/api/ApiProtect.php',
+               'ApiQueryBlocks' => 'includes/api/ApiQueryBlocks.php',
+               'ApiQueryDeletedrevs' => 'includes/api/ApiQueryDeletedrevs.php',
+               'ApiRollback' => 'includes/api/ApiRollback.php',
+               'ApiUnblock' => 'includes/api/ApiUnblock.php',
+               'ApiUndelete' => 'includes/api/ApiUndelete.php'
        );
        
        wfProfileIn( __METHOD__ );
@@ -373,5 +406,3 @@ function wfLoadAllExtensions() {
                }
        }
 }
-
-