Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 4f612ea..1f2d111 100644 (file)
@@ -24,7 +24,6 @@ $wgAutoloadLocalClasses = array(
        'AuthPluginUser' => 'includes/AuthPlugin.php',
        'Autopromote' => 'includes/Autopromote.php',
        'BacklinkCache' => 'includes/BacklinkCache.php',
-       'BadTitle' => 'includes/Title.php',
        'BaseTemplate' => 'includes/SkinTemplate.php',
        'Block' => 'includes/Block.php',
        'Category' => 'includes/Category.php',
@@ -49,6 +48,8 @@ $wgAutoloadLocalClasses = array(
        'ConfEditorToken' => 'includes/ConfEditor.php',
        'Cookie' => 'includes/Cookie.php',
        'CookieJar' => 'includes/Cookie.php',
+       'DeferrableUpdate' => 'includes/DeferredUpdates.php',
+       'DeferredUpdates' => 'includes/DeferredUpdates.php',
        'DiffHistoryBlob' => 'includes/HistoryBlob.php',
        'DjVuImage' => 'includes/DjVuImage.php',
        'DoubleReplacer' => 'includes/StringUtils.php',
@@ -82,7 +83,6 @@ $wgAutoloadLocalClasses = array(
        'FeedItem' => 'includes/Feed.php',
        'FeedUtils' => 'includes/FeedUtils.php',
        'FileDeleteForm' => 'includes/FileDeleteForm.php',
-       'FileRevertForm' => 'includes/FileRevertForm.php',
        'ForkController' => 'includes/ForkController.php',
        'FormlessAction' => 'includes/Action.php',
        'FormAction' => 'includes/Action.php',
@@ -116,6 +116,7 @@ $wgAutoloadLocalClasses = array(
        'Http' => 'includes/HttpFunctions.php',
        'HttpRequest' => 'includes/HttpFunctions.old.php',
        'IcuCollation' => 'includes/Collation.php',
+       'IdentityCollation' => 'includes/Collation.php',
        'ImageGallery' => 'includes/ImageGallery.php',
        'ImageHistoryList' => 'includes/ImagePage.php',
        'ImageHistoryPseudoPager' => 'includes/ImagePage.php',
@@ -141,7 +142,6 @@ $wgAutoloadLocalClasses = array(
        'LogEventsList' => 'includes/LogEventsList.php',
        'LogPage' => 'includes/LogPage.php',
        'LogPager' => 'includes/LogEventsList.php',
-       'MacBinary' => 'includes/MacBinary.php',
        'MagicWord' => 'includes/MagicWord.php',
        'MagicWordArray' => 'includes/MagicWord.php',
        'MailAddress' => 'includes/UserMailer.php',
@@ -158,12 +158,12 @@ $wgAutoloadLocalClasses = array(
        'MWNamespace' => 'includes/Namespace.php',
        'OldChangesList' => 'includes/ChangesList.php',
        'OutputPage' => 'includes/OutputPage.php',
+       'Page' =>  'includes/WikiPage.php',
        'PageHistory' => 'includes/HistoryPage.php',
        'PageHistoryPager' => 'includes/HistoryPage.php',
        'PageQueryPage' => 'includes/PageQueryPage.php',
        'Pager' => 'includes/Pager.php',
        'PasswordError' => 'includes/User.php',
-       'PatrolLog' => 'includes/PatrolLog.php',
        'PermissionsError' => 'includes/Exception.php',
        'PhpHttpRequest' => 'includes/HttpFunctions.php',
        'PoolCounter' => 'includes/PoolCounter.php',
@@ -184,9 +184,11 @@ $wgAutoloadLocalClasses = array(
        'RegexlikeReplacer' => 'includes/StringUtils.php',
        'ReplacementArray' => 'includes/StringUtils.php',
        'Replacer' => 'includes/StringUtils.php',
-       'RequestContext' => 'includes/RequestContext.php',
        'ReverseChronologicalPager' => 'includes/Pager.php',
+       'RevisionItemBase' => 'includes/RevisionList.php',
+       'RevisionListBase' => 'includes/RevisionList.php',
        'Revision' => 'includes/Revision.php',
+       'RevisionList' => 'includes/RevisionList.php',
        'RSSFeed' => 'includes/Feed.php',
        'Sanitizer' => 'includes/Sanitizer.php',
        'SiteConfiguration' => 'includes/SiteConfiguration.php',
@@ -202,12 +204,14 @@ $wgAutoloadLocalClasses = array(
        'SpecialMycontributions' => 'includes/SpecialPage.php',
        'SpecialMypage' => 'includes/SpecialPage.php',
        'SpecialMytalk' => 'includes/SpecialPage.php',
+       'SpecialMyuploads' => 'includes/SpecialPage.php',
        'SpecialPage' => 'includes/SpecialPage.php',
        'SpecialPageFactory' => 'includes/SpecialPageFactory.php',
        'SpecialRedirectToSpecial' => 'includes/SpecialPage.php',
        'SquidPurgeClient' => 'includes/SquidPurgeClient.php',
        'SquidPurgeClientPool' => 'includes/SquidPurgeClient.php',
        'Status' => 'includes/Status.php',
+       'StreamFile' => 'includes/StreamFile.php',
        'StringUtils' => 'includes/StringUtils.php',
        'StubContLang' => 'includes/StubObject.php',
        'StubObject' => 'includes/StubObject.php',
@@ -231,10 +235,13 @@ $wgAutoloadLocalClasses = array(
        'WebRequest' => 'includes/WebRequest.php',
        'WebRequestUpload' => 'includes/WebRequest.php',
        'WebResponse' => 'includes/WebResponse.php',
+       'WikiCategoryPage' => 'includes/WikiCategoryPage.php',
        'WikiError' => 'includes/WikiError.php',
        'WikiErrorMsg' => 'includes/WikiError.php',
        'WikiExporter' => 'includes/Export.php',
+       'WikiFilePage' =>  'includes/WikiFilePage.php',
        'WikiImporter' => 'includes/Import.php',
+       'WikiPage' =>  'includes/WikiPage.php',
        'WikiRevision' => 'includes/Import.php',
        'WikiMap' => 'includes/WikiMap.php',
        'WikiReference' => 'includes/WikiMap.php',
@@ -249,7 +256,14 @@ $wgAutoloadLocalClasses = array(
 
        # includes/actions
        'CreditsAction' => 'includes/actions/CreditsAction.php',
+       'DeletetrackbackAction' => 'includes/actions/DeletetrackbackAction.php',
+       'InfoAction' => 'includes/actions/InfoAction.php',
+       'MarkpatrolledAction' => 'includes/actions/MarkpatrolledAction.php',
        'PurgeAction' => 'includes/actions/PurgeAction.php',
+       'RevertAction' => 'includes/actions/RevertAction.php',
+       'RevertFileAction' => 'includes/actions/RevertAction.php',
+       'RevisiondeleteAction' => 'includes/actions/RevisiondeleteAction.php',
+       'RollbackAction' => 'includes/actions/RollbackAction.php',
        'UnwatchAction' => 'includes/actions/WatchAction.php',
        'WatchAction' => 'includes/actions/WatchAction.php',
 
@@ -262,6 +276,7 @@ $wgAutoloadLocalClasses = array(
        'ApiEditPage' => 'includes/api/ApiEditPage.php',
        'ApiEmailUser' => 'includes/api/ApiEmailUser.php',
        'ApiExpandTemplates' => 'includes/api/ApiExpandTemplates.php',
+       'ApiFeedContributions' => 'includes/api/ApiFeedContributions.php',
        'ApiFeedWatchlist' => 'includes/api/ApiFeedWatchlist.php',
        'ApiFileRevert' => 'includes/api/ApiFileRevert.php',
        'ApiFormatBase' => 'includes/api/ApiFormatBase.php',
@@ -365,6 +380,12 @@ $wgAutoloadLocalClasses = array(
        'DatabaseConf' => 'includes/conf/DatabaseConf.php',
        'DefaultSettings' => 'includes/conf/DefaultSettings.php',
 
+       # includes/context
+       'ContextSource' => 'includes/context/ContextSource.php',
+       'DerivativeContext' => 'includes/context/DerivativeContext.php',
+       'IContextSource' => 'includes/context/IContextSource.php',
+       'RequestContext' => 'includes/context/RequestContext.php',
+
        # includes/db
        'Blob' => 'includes/db/DatabaseUtility.php',
        'ChronologyProtector' => 'includes/db/LBFactory.php',
@@ -382,6 +403,7 @@ $wgAutoloadLocalClasses = array(
        'DBConnectionError' => 'includes/db/DatabaseError.php',
        'DBError' => 'includes/db/DatabaseError.php',
        'DBObject' => 'includes/db/DatabaseUtility.php',
+       'DBMasterPos' => 'includes/db/DatabaseUtility.php',
        'DBQueryError' => 'includes/db/DatabaseError.php',
        'DBUnexpectedError' => 'includes/db/DatabaseError.php',
        'FakeResultWrapper' => 'includes/db/DatabaseUtility.php',
@@ -397,6 +419,7 @@ $wgAutoloadLocalClasses = array(
        'LoadBalancer_Single' => 'includes/db/LBFactory_Single.php',
        'LoadMonitor' => 'includes/db/LoadMonitor.php',
        'LoadMonitor_MySQL' => 'includes/db/LoadMonitor.php',
+       'LoadMonitor_Null' => 'includes/db/LoadMonitor.php',
        'MySQLField' => 'includes/db/DatabaseMysql.php',
        'MySQLMasterPos' => 'includes/db/DatabaseMysql.php',
        'ORAField' => 'includes/db/DatabaseOracle.php',
@@ -455,6 +478,7 @@ $wgAutoloadLocalClasses = array(
        'DatabaseUpdater' => 'includes/installer/DatabaseUpdater.php',
        'Ibm_db2Installer' => 'includes/installer/Ibm_db2Installer.php',
        'Ibm_db2Updater' => 'includes/installer/Ibm_db2Updater.php',
+       'InstallDocFormatter' => 'includes/installer/InstallDocFormatter.php',
        'Installer' => 'includes/installer/Installer.php',
        'LBFactory_InstallerFake' => 'includes/installer/Installer.php',
        'LocalSettingsGenerator' => 'includes/installer/LocalSettingsGenerator.php',
@@ -505,8 +529,25 @@ $wgAutoloadLocalClasses = array(
        # includes/libs
        'CSSJanus' => 'includes/libs/CSSJanus.php',
        'CSSMin' => 'includes/libs/CSSMin.php',
+       'HttpStatus' => 'includes/libs/HttpStatus.php',
        'IEContentAnalyzer' => 'includes/libs/IEContentAnalyzer.php',
+       'IEUrlExtension' => 'includes/libs/IEUrlExtension.php',
        'JavaScriptMinifier' => 'includes/libs/JavaScriptMinifier.php',
+       'JSMinPlus' => 'includes/libs/jsminplus.php',
+       'JSParser' => 'includes/libs/jsminplus.php',
+
+       # includes/logging
+       'DatabaseLogEntry' => 'includes/logging/LogEntry.php',
+       'DeleteLogFormatter' => 'includes/logging/LogFormatter.php',
+       'LegacyLogFormatter' => 'includes/logging/LogFormatter.php',
+       'LogEntry' => 'includes/logging/LogEntry.php',
+       'LogEntryBase' => 'includes/logging/LogEntry.php',
+       'LogFormatter' => 'includes/logging/LogFormatter.php',
+       'ManualLogEntry' => 'includes/logging/LogEntry.php',
+       'MoveLogFormatter' => 'includes/logging/LogFormatter.php',
+       'PatrolLog' => 'includes/logging/PatrolLog.php',
+       'PatrolLogFormatter' => 'includes/logging/LogFormatter.php',
+       'RCDatabaseLogEntry' => 'includes/logging/LogEntry.php',
 
        # includes/media
        'BitmapHandler' => 'includes/media/Bitmap.php',
@@ -515,6 +556,7 @@ $wgAutoloadLocalClasses = array(
        'BmpHandler' => 'includes/media/BMP.php',
        'DjVuHandler' => 'includes/media/DjVu.php',
        'Exif' => 'includes/media/Exif.php',
+       'GlobalUsageQuery' => 'includes/GlobalUsageQuery.php',
        'FormatExif' => 'includes/media/FormatMetadata.php',
        'FormatMetadata' => 'includes/media/FormatMetadata.php',
        'GIFHandler' => 'includes/media/GIF.php',
@@ -523,7 +565,7 @@ $wgAutoloadLocalClasses = array(
        'IPTC' => 'includes/media/IPTC.php',
        'JpegHandler' => 'includes/media/Jpeg.php',
        'JpegMetadataExtractor' => 'includes/media/JpegMetadataExtractor.php',
-       'JpegOrTiffHandler' => 'includes/media/JpegOrTiff.php',
+       'ExifBitmapHandler' => 'includes/media/ExifBitmap.php',
        'MediaHandler' => 'includes/media/Generic.php',
        'MediaTransformError' => 'includes/media/MediaTransformOutput.php',
        'MediaTransformOutput' => 'includes/media/MediaTransformOutput.php',
@@ -569,35 +611,47 @@ $wgAutoloadLocalClasses = array(
        'LinkHolderArray' => 'includes/parser/LinkHolderArray.php',
        'LinkMarkerReplacer' => 'includes/parser/Parser_LinkHooks.php',
        'MWTidy' => 'includes/parser/Tidy.php',
-       'Parser' => 'includes/parser/Parser.php',
-       'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php',
-       'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php',
-       'ParserCache' => 'includes/parser/ParserCache.php',
-       'ParserOptions' => 'includes/parser/ParserOptions.php',
-       'ParserOutput' => 'includes/parser/ParserOutput.php',
        'PPCustomFrame_DOM' => 'includes/parser/Preprocessor_DOM.php',
        'PPCustomFrame_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'PPCustomFrame_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
        'PPDAccum_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'PPDAccum_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
        'PPDPart' => 'includes/parser/Preprocessor_DOM.php',
        'PPDPart_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'PPDPart_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
        'PPDStack' => 'includes/parser/Preprocessor_DOM.php',
-       'PPDStack_Hash' => 'includes/parser/Preprocessor_Hash.php',
        'PPDStackElement' => 'includes/parser/Preprocessor_DOM.php',
        'PPDStackElement_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'PPDStackElement_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
+       'PPDStack_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'PPDStack_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
        'PPFrame' => 'includes/parser/Preprocessor.php',
        'PPFrame_DOM' => 'includes/parser/Preprocessor_DOM.php',
        'PPFrame_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'PPFrame_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
        'PPNode' => 'includes/parser/Preprocessor.php',
        'PPNode_DOM' => 'includes/parser/Preprocessor_DOM.php',
        'PPNode_Hash_Array' => 'includes/parser/Preprocessor_Hash.php',
        'PPNode_Hash_Attr' => 'includes/parser/Preprocessor_Hash.php',
        'PPNode_Hash_Text' => 'includes/parser/Preprocessor_Hash.php',
        'PPNode_Hash_Tree' => 'includes/parser/Preprocessor_Hash.php',
+       'PPNode_HipHop_Array' => 'includes/parser/Preprocessor_HipHop.hphp',
+       'PPNode_HipHop_Attr' => 'includes/parser/Preprocessor_HipHop.hphp',
+       'PPNode_HipHop_Text' => 'includes/parser/Preprocessor_HipHop.hphp',
+       'PPNode_HipHop_Tree' => 'includes/parser/Preprocessor_HipHop.hphp',
        'PPTemplateFrame_DOM' => 'includes/parser/Preprocessor_DOM.php',
        'PPTemplateFrame_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'PPTemplateFrame_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
+       'Parser' => 'includes/parser/Parser.php',
+       'ParserCache' => 'includes/parser/ParserCache.php',
+       'ParserOptions' => 'includes/parser/ParserOptions.php',
+       'ParserOutput' => 'includes/parser/ParserOutput.php',
+       'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php',
+       'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php',
        'Preprocessor' => 'includes/parser/Preprocessor.php',
        'Preprocessor_DOM' => 'includes/parser/Preprocessor_DOM.php',
        'Preprocessor_Hash' => 'includes/parser/Preprocessor_Hash.php',
+       'Preprocessor_HipHop' => 'includes/parser/Preprocessor_HipHop.hphp',
        'StripState' => 'includes/parser/StripState.php',
 
        # includes/profiler
@@ -612,6 +666,7 @@ $wgAutoloadLocalClasses = array(
        'ResourceLoader' => 'includes/resourceloader/ResourceLoader.php',
        'ResourceLoaderContext' => 'includes/resourceloader/ResourceLoaderContext.php',
        'ResourceLoaderFileModule' => 'includes/resourceloader/ResourceLoaderFileModule.php',
+       'ResourceLoaderFilePageModule' => 'includes/resourceloader/ResourceLoaderFilePageModule.php',
        'ResourceLoaderModule' => 'includes/resourceloader/ResourceLoaderModule.php',
        'ResourceLoaderNoscriptModule' => 'includes/resourceloader/ResourceLoaderNoscriptModule.php',
        'ResourceLoaderSiteModule' => 'includes/resourceloader/ResourceLoaderSiteModule.php',
@@ -707,6 +762,7 @@ $wgAutoloadLocalClasses = array(
        'SpecialBlockme' => 'includes/specials/SpecialBlockme.php',
        'SpecialBookSources' => 'includes/specials/SpecialBooksources.php',
        'SpecialCategories' => 'includes/specials/SpecialCategories.php',
+       'SpecialChangeEmail' => 'includes/specials/SpecialChangeEmail.php',
        'SpecialChangePassword' => 'includes/specials/SpecialChangePassword.php',
        'SpecialComparePages' => 'includes/specials/SpecialComparePages.php',
        'SpecialContributions' => 'includes/specials/SpecialContributions.php',
@@ -714,6 +770,8 @@ $wgAutoloadLocalClasses = array(
        'SpecialEmailUser' => 'includes/specials/SpecialEmailuser.php',
        'SpecialExport' => 'includes/specials/SpecialExport.php',
        'SpecialFilepath' => 'includes/specials/SpecialFilepath.php',
+       'SpecialGlobalFileUsage' => 'includes/specials/SpecialGlobalFileUsage.php',
+       'SpecialGlobalTemplateUsage' => 'includes/specials/SpecialGlobalTemplateUsage.php',
        'SpecialImport' => 'includes/specials/SpecialImport.php',
        'SpecialListFiles' => 'includes/specials/SpecialListfiles.php',
        'SpecialListGroupRights' => 'includes/specials/SpecialListgrouprights.php',
@@ -725,6 +783,7 @@ $wgAutoloadLocalClasses = array(
        'SpecialNewFiles' => 'includes/specials/SpecialNewimages.php',
        'SpecialNewpages' => 'includes/specials/SpecialNewpages.php',
        'SpecialPasswordReset' => 'includes/specials/SpecialPasswordReset.php',
+       'SpecialPermanentLink' => 'includes/SpecialPage.php',
        'SpecialPreferences' => 'includes/specials/SpecialPreferences.php',
        'SpecialPrefixindex' => 'includes/specials/SpecialPrefixindex.php',
        'SpecialProtectedpages' => 'includes/specials/SpecialProtectedpages.php',
@@ -793,7 +852,11 @@ $wgAutoloadLocalClasses = array(
        'DeleteArchivedFilesImplementation' => 'maintenance/deleteArchivedFiles.inc',
        'DeleteArchivedRevisionsImplementation' => 'maintenance/deleteArchivedRevisions.inc',
        'DeleteDefaultMessages' => 'maintenance/deleteDefaultMessages.php',
+       'FakeMaintenance' => 'maintenance/Maintenance.php',
+       'LoggedUpdateMaintenance' => 'maintenance/Maintenance.php',
+       'Maintenance' => 'maintenance/Maintenance.php',
        'PopulateCategory' => 'maintenance/populateCategory.php',
+       'PopulateImageSha1' => 'maintenance/populateImageSha1.php',
        'PopulateLogSearch' => 'maintenance/populateLogSearch.php',
        'PopulateLogUsertext' => 'maintenance/populateLogUsertext.php',
        'PopulateParentId' => 'maintenance/populateParentId.php',
@@ -815,7 +878,6 @@ $wgAutoloadLocalClasses = array(
        'DbTestPreviewer' => 'tests/testHelpers.inc',
        'DbTestRecorder' => 'tests/testHelpers.inc',
        'DummyTermColorer' => 'tests/testHelpers.inc',
-       'RemoteTestRecorder' => 'tests/testHelpers.inc',
        'TestFileIterator' => 'tests/testHelpers.inc',
        'TestRecorder' => 'tests/testHelpers.inc',