X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAutoLoader.php;h=5ac74a1f3b4048d6e621a3161d0900c7a52a6eb5;hb=a40a045f5f04a6287e90d46555956698abaa0025;hp=ee1d195378d5c41cb256a5ebf0236e3e50ec26c1;hpb=930ccf282c7889f8c6fbba67d7c64d7bbe5262ca;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index ee1d195378..5ac74a1f3b 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -24,13 +24,12 @@ $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', 'Categoryfinder' => 'includes/Categoryfinder.php', 'CategoryPage' => 'includes/CategoryPage.php', - 'CategoryViewer' => 'includes/CategoryPage.php', + 'CategoryViewer' => 'includes/CategoryViewer.php', 'CdbFunctions' => 'includes/Cdb_PHP.php', 'CdbReader' => 'includes/Cdb.php', 'CdbReader_DBA' => 'includes/Cdb.php', @@ -47,11 +46,12 @@ $wgAutoloadLocalClasses = array( 'ConfEditor' => 'includes/ConfEditor.php', 'ConfEditorParseError' => 'includes/ConfEditor.php', 'ConfEditorToken' => 'includes/ConfEditor.php', - 'ContextSource' => 'includes/RequestContext.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', 'DummyLinker' => 'includes/Linker.php', 'Dump7ZipOutput' => 'includes/Export.php', @@ -83,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', @@ -94,8 +93,6 @@ $wgAutoloadLocalClasses = array( 'HistoryBlob' => 'includes/HistoryBlob.php', 'HistoryBlobCurStub' => 'includes/HistoryBlob.php', 'HistoryBlobStub' => 'includes/HistoryBlob.php', - 'HistoryPage' => 'includes/HistoryPage.php', - 'HistoryPager' => 'includes/HistoryPage.php', 'Hooks' => 'includes/Hooks.php', 'Html' => 'includes/Html.php', 'HTMLCheckField' => 'includes/HTMLForm.php', @@ -115,9 +112,10 @@ $wgAutoloadLocalClasses = array( 'HTMLTextAreaField' => 'includes/HTMLForm.php', 'HTMLTextField' => 'includes/HTMLForm.php', 'Http' => 'includes/HttpFunctions.php', + 'HttpError' => 'includes/Exception.php', 'HttpRequest' => 'includes/HttpFunctions.old.php', - 'IContextSource' => 'includes/RequestContext.php', 'IcuCollation' => 'includes/Collation.php', + 'IdentityCollation' => 'includes/Collation.php', 'ImageGallery' => 'includes/ImageGallery.php', 'ImageHistoryList' => 'includes/ImagePage.php', 'ImageHistoryPseudoPager' => 'includes/ImagePage.php', @@ -129,6 +127,7 @@ $wgAutoloadLocalClasses = array( 'IndexPager' => 'includes/Pager.php', 'Interwiki' => 'includes/interwiki/Interwiki.php', 'IP' => 'includes/IP.php', + 'LCStore_Accel' => 'includes/LocalisationCache.php', 'LCStore_CDB' => 'includes/LocalisationCache.php', 'LCStore_DB' => 'includes/LocalisationCache.php', 'LCStore_Null' => 'includes/LocalisationCache.php', @@ -159,13 +158,10 @@ $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', + 'Page' => 'includes/WikiPage.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', @@ -177,7 +173,6 @@ $wgAutoloadLocalClasses = array( 'ProtectionForm' => 'includes/ProtectionForm.php', 'QueryPage' => 'includes/QueryPage.php', 'QuickTemplate' => 'includes/SkinTemplate.php', - 'RawPage' => 'includes/RawPage.php', 'RCCacheEntry' => 'includes/ChangesList.php', 'RdfMetaData' => 'includes/Metadata.php', 'ReadOnlyError' => 'includes/Exception.php', @@ -186,9 +181,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', @@ -211,6 +208,7 @@ $wgAutoloadLocalClasses = array( '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', @@ -234,13 +232,13 @@ $wgAutoloadLocalClasses = array( 'WebRequest' => 'includes/WebRequest.php', 'WebRequestUpload' => 'includes/WebRequest.php', 'WebResponse' => 'includes/WebResponse.php', - 'WikiCategoryPage' => 'includes/WikiCategoryPage.php', + 'WikiCategoryPage' => 'includes/WikiCategoryPage.php', 'WikiError' => 'includes/WikiError.php', 'WikiErrorMsg' => 'includes/WikiError.php', 'WikiExporter' => 'includes/Export.php', - 'WikiFilePage' => 'includes/WikiFilePage.php', + 'WikiFilePage' => 'includes/WikiFilePage.php', 'WikiImporter' => 'includes/Import.php', - 'WikiPage' => 'includes/WikiPage.php', + 'WikiPage' => 'includes/WikiPage.php', 'WikiRevision' => 'includes/Import.php', 'WikiMap' => 'includes/WikiMap.php', 'WikiReference' => 'includes/WikiMap.php', @@ -256,10 +254,18 @@ $wgAutoloadLocalClasses = array( # includes/actions 'CreditsAction' => 'includes/actions/CreditsAction.php', 'DeletetrackbackAction' => 'includes/actions/DeletetrackbackAction.php', + 'HistoryAction' => 'includes/actions/HistoryAction.php', + 'HistoryPage' => 'includes/actions/HistoryAction.php', + 'HistoryPager' => 'includes/actions/HistoryAction.php', 'InfoAction' => 'includes/actions/InfoAction.php', 'MarkpatrolledAction' => 'includes/actions/MarkpatrolledAction.php', 'PurgeAction' => 'includes/actions/PurgeAction.php', + 'RawAction' => 'includes/actions/RawAction.php', + 'RawPage' => 'includes/actions/RawAction.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', @@ -359,6 +365,7 @@ $wgAutoloadLocalClasses = array( 'CacheDependency' => 'includes/cache/CacheDependency.php', 'ConstantDependency' => 'includes/cache/CacheDependency.php', 'DependencyWrapper' => 'includes/cache/CacheDependency.php', + 'FileCacheBase' => 'includes/cache/FileCacheBase.php', 'FileDependency' => 'includes/cache/CacheDependency.php', 'GlobalDependency' => 'includes/cache/CacheDependency.php', 'HTMLCacheUpdate' => 'includes/cache/HTMLCacheUpdate.php', @@ -367,6 +374,8 @@ $wgAutoloadLocalClasses = array( 'LinkBatch' => 'includes/cache/LinkBatch.php', 'LinkCache' => 'includes/cache/LinkCache.php', 'MessageCache' => 'includes/cache/MessageCache.php', + 'ObjectFileCache' => 'includes/cache/ObjectFileCache.php', + 'ResourceFileCache' => 'includes/cache/ResourceFileCache.php', 'SquidUpdate' => 'includes/cache/SquidUpdate.php', 'TitleDependency' => 'includes/cache/CacheDependency.php', 'TitleListDependency' => 'includes/cache/CacheDependency.php', @@ -376,6 +385,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', @@ -458,6 +473,7 @@ $wgAutoloadLocalClasses = array( 'LocalFileMoveBatch' => 'includes/filerepo/LocalFile.php', 'LocalFileRestoreBatch' => 'includes/filerepo/LocalFile.php', 'LocalRepo' => 'includes/filerepo/LocalRepo.php', + 'NullRepo' => 'includes/filerepo/NullRepo.php', 'OldLocalFile' => 'includes/filerepo/OldLocalFile.php', 'RepoGroup' => 'includes/filerepo/RepoGroup.php', 'UnregisteredLocalFile' => 'includes/filerepo/UnregisteredLocalFile.php', @@ -519,15 +535,33 @@ $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', + 'NewUsersLogFormatter' => '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', 'BitmapHandler_ClientOnly' => 'includes/media/Bitmap_ClientOnly.php', 'BitmapMetadataHandler' => 'includes/media/BitmapMetadataHandler.php', 'BmpHandler' => 'includes/media/BMP.php', + 'DjVuImage' => 'includes/media/DjVuImage.php', 'DjVuHandler' => 'includes/media/DjVu.php', 'Exif' => 'includes/media/Exif.php', 'FormatExif' => 'includes/media/FormatMetadata.php', @@ -735,6 +769,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', @@ -753,7 +788,7 @@ $wgAutoloadLocalClasses = array( 'SpecialNewFiles' => 'includes/specials/SpecialNewimages.php', 'SpecialNewpages' => 'includes/specials/SpecialNewpages.php', 'SpecialPasswordReset' => 'includes/specials/SpecialPasswordReset.php', - 'SpecialPermanentLink' => 'includes/specials/SpecialPage.php', + 'SpecialPermanentLink' => 'includes/SpecialPage.php', 'SpecialPreferences' => 'includes/specials/SpecialPreferences.php', 'SpecialPrefixindex' => 'includes/specials/SpecialPrefixindex.php', 'SpecialProtectedpages' => 'includes/specials/SpecialProtectedpages.php', @@ -823,12 +858,15 @@ $wgAutoloadLocalClasses = array( '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', 'PopulateRevisionLength' => 'maintenance/populateRevisionLength.php', + 'PopulateRevisionSha1' => 'maintenance/populateRevisionSha1.php', 'SevenZipStream' => 'maintenance/7zip.inc', 'Sqlite' => 'maintenance/sqlite.inc', 'UpdateCollation' => 'maintenance/updateCollation.php', @@ -837,6 +875,8 @@ $wgAutoloadLocalClasses = array( # maintenance/language 'csvStatsOutput' => 'maintenance/language/StatOutputs.php', + 'languages' => 'maintenance/language/languages.inc', + 'MessageWriter' => 'maintenance/language/writeMessagesArray.inc', 'statsOutput' => 'maintenance/language/StatOutputs.php', 'textStatsOutput' => 'maintenance/language/StatOutputs.php', 'wikiStatsOutput' => 'maintenance/language/StatOutputs.php', @@ -846,7 +886,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',