X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=4c8f5a43f82bf63db9fdd17608f943610b057d04;hb=420c0e0f42509be4b404c74efeb6f77e93bf9599;hp=be4a1de25c9ccc46daaf3c9009c1df6a7ef3be8f;hpb=b8ec4a8ff8fe917fd69ecfa6d2a07e031848e197;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index be4a1de25c..4c8f5a43f8 100644 --- a/autoload.php +++ b/autoload.php @@ -27,6 +27,7 @@ $wgAutoloadLocalClasses = [ 'ApiAuthManagerHelper' => __DIR__ . '/includes/api/ApiAuthManagerHelper.php', 'ApiBase' => __DIR__ . '/includes/api/ApiBase.php', 'ApiBlock' => __DIR__ . '/includes/api/ApiBlock.php', + 'ApiBlockInfoTrait' => __DIR__ . '/includes/api/ApiBlockInfoTrait.php', 'ApiCSPReport' => __DIR__ . '/includes/api/ApiCSPReport.php', 'ApiChangeAuthenticationData' => __DIR__ . '/includes/api/ApiChangeAuthenticationData.php', 'ApiCheckToken' => __DIR__ . '/includes/api/ApiCheckToken.php', @@ -39,7 +40,7 @@ $wgAutoloadLocalClasses = [ 'ApiEditPage' => __DIR__ . '/includes/api/ApiEditPage.php', 'ApiEmailUser' => __DIR__ . '/includes/api/ApiEmailUser.php', 'ApiErrorFormatter' => __DIR__ . '/includes/api/ApiErrorFormatter.php', - 'ApiErrorFormatter_BackCompat' => __DIR__ . '/includes/api/ApiErrorFormatter.php', + 'ApiErrorFormatter_BackCompat' => __DIR__ . '/includes/api/ApiErrorFormatter_BackCompat.php', 'ApiExpandTemplates' => __DIR__ . '/includes/api/ApiExpandTemplates.php', 'ApiFeedContributions' => __DIR__ . '/includes/api/ApiFeedContributions.php', 'ApiFeedRecentChanges' => __DIR__ . '/includes/api/ApiFeedRecentChanges.php', @@ -262,7 +263,7 @@ $wgAutoloadLocalClasses = [ 'CheckLess' => __DIR__ . '/maintenance/checkLess.php', 'CheckStorage' => __DIR__ . '/maintenance/storage/checkStorage.php', 'CheckUsernames' => __DIR__ . '/maintenance/checkUsernames.php', - 'ClassCollector' => __DIR__ . '/includes/utils/AutoloadGenerator.php', + 'ClassCollector' => __DIR__ . '/includes/utils/ClassCollector.php', 'CleanupAncientTables' => __DIR__ . '/maintenance/cleanupAncientTables.php', 'CleanupBlocks' => __DIR__ . '/maintenance/cleanupBlocks.php', 'CleanupCaps' => __DIR__ . '/maintenance/cleanupCaps.php', @@ -395,15 +396,15 @@ $wgAutoloadLocalClasses = [ 'DerivativeRequest' => __DIR__ . '/includes/DerivativeRequest.php', 'DerivativeResourceLoaderContext' => __DIR__ . '/includes/resourceloader/DerivativeResourceLoaderContext.php', 'DescribeFileOp' => __DIR__ . '/includes/libs/filebackend/fileop/DescribeFileOp.php', - 'Diff' => __DIR__ . '/includes/diff/DairikiDiff.php', + 'Diff' => __DIR__ . '/includes/diff/Diff.php', 'DiffEngine' => __DIR__ . '/includes/diff/DiffEngine.php', 'DiffFormatter' => __DIR__ . '/includes/diff/DiffFormatter.php', 'DiffHistoryBlob' => __DIR__ . '/includes/historyblob/DiffHistoryBlob.php', - 'DiffOp' => __DIR__ . '/includes/diff/DairikiDiff.php', - 'DiffOpAdd' => __DIR__ . '/includes/diff/DairikiDiff.php', - 'DiffOpChange' => __DIR__ . '/includes/diff/DairikiDiff.php', - 'DiffOpCopy' => __DIR__ . '/includes/diff/DairikiDiff.php', - 'DiffOpDelete' => __DIR__ . '/includes/diff/DairikiDiff.php', + 'DiffOp' => __DIR__ . '/includes/diff/DiffOp.php', + 'DiffOpAdd' => __DIR__ . '/includes/diff/DiffOpAdd.php', + 'DiffOpChange' => __DIR__ . '/includes/diff/DiffOpChange.php', + 'DiffOpCopy' => __DIR__ . '/includes/diff/DiffOpCopy.php', + 'DiffOpDelete' => __DIR__ . '/includes/diff/DiffOpDelete.php', 'DifferenceEngine' => __DIR__ . '/includes/diff/DifferenceEngine.php', 'DifferenceEngineSlotDiffRenderer' => __DIR__ . '/includes/diff/DifferenceEngineSlotDiffRenderer.php', 'Digit2Html' => __DIR__ . '/maintenance/language/digit2html.php', @@ -487,10 +488,10 @@ $wgAutoloadLocalClasses = [ 'ExternalUserNames' => __DIR__ . '/includes/user/ExternalUserNames.php', 'FSFile' => __DIR__ . '/includes/libs/filebackend/fsfile/FSFile.php', 'FSFileBackend' => __DIR__ . '/includes/libs/filebackend/FSFileBackend.php', - 'FSFileBackendDirList' => __DIR__ . '/includes/libs/filebackend/FSFileBackend.php', - 'FSFileBackendFileList' => __DIR__ . '/includes/libs/filebackend/FSFileBackend.php', - 'FSFileBackendList' => __DIR__ . '/includes/libs/filebackend/FSFileBackend.php', - 'FSFileOpHandle' => __DIR__ . '/includes/libs/filebackend/FSFileBackend.php', + 'FSFileBackendDirList' => __DIR__ . '/includes/libs/filebackend/fileiteration/FSFileBackendDirList.php', + 'FSFileBackendFileList' => __DIR__ . '/includes/libs/filebackend/fileiteration/FSFileBackendFileList.php', + 'FSFileBackendList' => __DIR__ . '/includes/libs/filebackend/fileiteration/FSFileBackendList.php', + 'FSFileOpHandle' => __DIR__ . '/includes/libs/filebackend/fileophandle/FSFileOpHandle.php', 'FSLockManager' => __DIR__ . '/includes/libs/lockmanager/FSLockManager.php', 'FakeConverter' => __DIR__ . '/languages/FakeConverter.php', 'FakeMaintenance' => __DIR__ . '/maintenance/Maintenance.php', @@ -507,14 +508,14 @@ $wgAutoloadLocalClasses = [ 'FileAwareNodeVisitor' => __DIR__ . '/maintenance/findDeprecated.php', 'FileBackend' => __DIR__ . '/includes/libs/filebackend/FileBackend.php', 'FileBackendDBRepoWrapper' => __DIR__ . '/includes/filerepo/FileBackendDBRepoWrapper.php', - 'FileBackendError' => __DIR__ . '/includes/libs/filebackend/FileBackendError.php', + 'FileBackendError' => __DIR__ . '/includes/libs/filebackend/exception/FileBackendError.php', 'FileBackendGroup' => __DIR__ . '/includes/filebackend/FileBackendGroup.php', 'FileBackendMultiWrite' => __DIR__ . '/includes/libs/filebackend/FileBackendMultiWrite.php', 'FileBackendStore' => __DIR__ . '/includes/libs/filebackend/FileBackendStore.php', - 'FileBackendStoreOpHandle' => __DIR__ . '/includes/libs/filebackend/FileBackendStore.php', - 'FileBackendStoreShardDirIterator' => __DIR__ . '/includes/libs/filebackend/FileBackendStore.php', - 'FileBackendStoreShardFileIterator' => __DIR__ . '/includes/libs/filebackend/FileBackendStore.php', - 'FileBackendStoreShardListIterator' => __DIR__ . '/includes/libs/filebackend/FileBackendStore.php', + 'FileBackendStoreOpHandle' => __DIR__ . '/includes/libs/filebackend/fileophandle/FileBackendStoreOpHandle.php', + 'FileBackendStoreShardDirIterator' => __DIR__ . '/includes/libs/filebackend/fileiteration/FileBackendStoreShardDirIterator.php', + 'FileBackendStoreShardFileIterator' => __DIR__ . '/includes/libs/filebackend/fileiteration/FileBackendStoreShardFileIterator.php', + 'FileBackendStoreShardListIterator' => __DIR__ . '/includes/libs/filebackend/fileiteration/FileBackendStoreShardListIterator.php', 'FileBasedSiteLookup' => __DIR__ . '/includes/site/FileBasedSiteLookup.php', 'FileCacheBase' => __DIR__ . '/includes/cache/FileCacheBase.php', 'FileContentHandler' => __DIR__ . '/includes/content/FileContentHandler.php', @@ -527,7 +528,6 @@ $wgAutoloadLocalClasses = [ 'FileOpBatch' => __DIR__ . '/includes/libs/filebackend/FileOpBatch.php', 'FileOpPerfTest' => __DIR__ . '/maintenance/fileOpPerfTest.php', 'FileRepo' => __DIR__ . '/includes/filerepo/FileRepo.php', - 'FileRepoStatus' => __DIR__ . '/includes/filerepo/FileRepoStatus.php', 'FindDeprecated' => __DIR__ . '/maintenance/findDeprecated.php', 'FindHooks' => __DIR__ . '/maintenance/findHooks.php', 'FindMissingFiles' => __DIR__ . '/maintenance/findMissingFiles.php', @@ -563,7 +563,10 @@ $wgAutoloadLocalClasses = [ 'GenerateJsonI18n' => __DIR__ . '/maintenance/generateJsonI18n.php', 'GenerateNormalizerDataAr' => __DIR__ . '/maintenance/language/generateNormalizerDataAr.php', 'GenerateNormalizerDataMl' => __DIR__ . '/maintenance/language/generateNormalizerDataMl.php', + 'GeneratePhpCharToUpperMappings' => __DIR__ . '/maintenance/mediawiki.Title/generatePhpCharToUpperMappings.php', 'GenerateSitemap' => __DIR__ . '/maintenance/generateSitemap.php', + 'GenerateUcfirstOverrides' => __DIR__ . '/maintenance/language/generateUcfirstOverrides.php', + 'GenerateUpperCharTable' => __DIR__ . '/maintenance/language/generateUpperCharTable.php', 'GenericArrayObject' => __DIR__ . '/includes/libs/GenericArrayObject.php', 'GenericParameterJob' => __DIR__ . '/includes/jobqueue/GenericParameterJob.php', 'GetConfiguration' => __DIR__ . '/maintenance/getConfiguration.php', @@ -589,11 +592,11 @@ $wgAutoloadLocalClasses = [ 'HTMLFileCache' => __DIR__ . '/includes/cache/HTMLFileCache.php', 'HTMLFloatField' => __DIR__ . '/includes/htmlform/fields/HTMLFloatField.php', 'HTMLForm' => __DIR__ . '/includes/htmlform/HTMLForm.php', - 'HTMLFormActionFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormElement.php', + 'HTMLFormActionFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormActionFieldLayout.php', 'HTMLFormElement' => __DIR__ . '/includes/htmlform/HTMLFormElement.php', 'HTMLFormField' => __DIR__ . '/includes/htmlform/HTMLFormField.php', 'HTMLFormFieldCloner' => __DIR__ . '/includes/htmlform/fields/HTMLFormFieldCloner.php', - 'HTMLFormFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormElement.php', + 'HTMLFormFieldLayout' => __DIR__ . '/includes/htmlform/HTMLFormFieldLayout.php', 'HTMLFormFieldRequiredOptionsException' => __DIR__ . '/includes/htmlform/HTMLFormFieldRequiredOptionsException.php', 'HTMLFormFieldWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLFormFieldWithButton.php', 'HTMLHiddenField' => __DIR__ . '/includes/htmlform/fields/HTMLHiddenField.php', @@ -622,7 +625,6 @@ $wgAutoloadLocalClasses = [ 'HTMLUserTextField' => __DIR__ . '/includes/htmlform/fields/HTMLUserTextField.php', 'HTMLUsersMultiselectField' => __DIR__ . '/includes/htmlform/fields/HTMLUsersMultiselectField.php', 'HTTPFileStreamer' => __DIR__ . '/includes/libs/filebackend/HTTPFileStreamer.php', - 'HWLDFWordAccumulator' => __DIR__ . '/includes/diff/DairikiDiff.php', 'HashBagOStuff' => __DIR__ . '/includes/libs/objectcache/HashBagOStuff.php', 'HashConfig' => __DIR__ . '/includes/config/HashConfig.php', 'HashRing' => __DIR__ . '/includes/libs/HashRing.php', @@ -871,6 +873,7 @@ $wgAutoloadLocalClasses = [ 'MediaWikiVersionFetcher' => __DIR__ . '/includes/MediaWikiVersionFetcher.php', 'MediaWiki\\ChangeTags\\Taggable' => __DIR__ . '/includes/changetags/Taggable.php', 'MediaWiki\\Config\\ConfigRepository' => __DIR__ . '/includes/config/ConfigRepository.php', + 'MediaWiki\\Config\\ServiceOptions' => __DIR__ . '/includes/config/ServiceOptions.php', 'MediaWiki\\DB\\PatchFileLocation' => __DIR__ . '/includes/db/PatchFileLocation.php', 'MediaWiki\\Diff\\ComplexityException' => __DIR__ . '/includes/diff/ComplexityException.php', 'MediaWiki\\Diff\\WordAccumulator' => __DIR__ . '/includes/diff/WordAccumulator.php', @@ -1037,7 +1040,6 @@ $wgAutoloadLocalClasses = [ 'ORAField' => __DIR__ . '/includes/db/ORAField.php', 'ORAResult' => __DIR__ . '/includes/db/ORAResult.php', 'ObjectCache' => __DIR__ . '/includes/objectcache/ObjectCache.php', - 'ObjectFactory' => __DIR__ . '/includes/compat/ObjectFactory.php', 'OldChangesList' => __DIR__ . '/includes/changes/OldChangesList.php', 'OldLocalFile' => __DIR__ . '/includes/filerepo/file/OldLocalFile.php', 'OldRevisionImporter' => __DIR__ . '/includes/import/OldRevisionImporter.php', @@ -1050,28 +1052,28 @@ $wgAutoloadLocalClasses = [ 'PHPVersionCheck' => __DIR__ . '/includes/PHPVersionCheck.php', 'PNGHandler' => __DIR__ . '/includes/media/PNGHandler.php', 'PNGMetadataExtractor' => __DIR__ . '/includes/media/PNGMetadataExtractor.php', - 'PPCustomFrame_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPCustomFrame_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPDPart' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPDPart_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPDStack' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPDStackElement' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPDStackElement_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPDStack_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPFrame' => __DIR__ . '/includes/parser/Preprocessor.php', - 'PPFrame_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPFrame_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', + 'PPCustomFrame_DOM' => __DIR__ . '/includes/parser/PPCustomFrame_DOM.php', + 'PPCustomFrame_Hash' => __DIR__ . '/includes/parser/PPCustomFrame_Hash.php', + 'PPDPart' => __DIR__ . '/includes/parser/PPDPart.php', + 'PPDPart_Hash' => __DIR__ . '/includes/parser/PPDPart_Hash.php', + 'PPDStack' => __DIR__ . '/includes/parser/PPDStack.php', + 'PPDStackElement' => __DIR__ . '/includes/parser/PPDStackElement.php', + 'PPDStackElement_Hash' => __DIR__ . '/includes/parser/PPDStackElement_Hash.php', + 'PPDStack_Hash' => __DIR__ . '/includes/parser/PPDStack_Hash.php', + 'PPFrame' => __DIR__ . '/includes/parser/PPFrame.php', + 'PPFrame_DOM' => __DIR__ . '/includes/parser/PPFrame_DOM.php', + 'PPFrame_Hash' => __DIR__ . '/includes/parser/PPFrame_Hash.php', 'PPFuzzTest' => __DIR__ . '/maintenance/preprocessorFuzzTest.php', 'PPFuzzTester' => __DIR__ . '/maintenance/preprocessorFuzzTest.php', 'PPFuzzUser' => __DIR__ . '/maintenance/preprocessorFuzzTest.php', - 'PPNode' => __DIR__ . '/includes/parser/Preprocessor.php', - 'PPNode_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPNode_Hash_Array' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPNode_Hash_Attr' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPNode_Hash_Text' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPNode_Hash_Tree' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', - 'PPTemplateFrame_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', - 'PPTemplateFrame_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', + 'PPNode' => __DIR__ . '/includes/parser/PPNode.php', + 'PPNode_DOM' => __DIR__ . '/includes/parser/PPNode_DOM.php', + 'PPNode_Hash_Array' => __DIR__ . '/includes/parser/PPNode_Hash_Array.php', + 'PPNode_Hash_Attr' => __DIR__ . '/includes/parser/PPNode_Hash_Attr.php', + 'PPNode_Hash_Text' => __DIR__ . '/includes/parser/PPNode_Hash_Text.php', + 'PPNode_Hash_Tree' => __DIR__ . '/includes/parser/PPNode_Hash_Tree.php', + 'PPTemplateFrame_DOM' => __DIR__ . '/includes/parser/PPTemplateFrame_DOM.php', + 'PPTemplateFrame_Hash' => __DIR__ . '/includes/parser/PPTemplateFrame_Hash.php', 'PackedHoverImageGallery' => __DIR__ . '/includes/gallery/PackedHoverImageGallery.php', 'PackedImageGallery' => __DIR__ . '/includes/gallery/PackedImageGallery.php', 'PackedOverlayImageGallery' => __DIR__ . '/includes/gallery/PackedOverlayImageGallery.php', @@ -1105,7 +1107,7 @@ $wgAutoloadLocalClasses = [ 'PerRowAugmentor' => __DIR__ . '/includes/search/PerRowAugmentor.php', 'PermissionsError' => __DIR__ . '/includes/exception/PermissionsError.php', 'PhpHttpRequest' => __DIR__ . '/includes/http/PhpHttpRequest.php', - 'PhpXmlBugTester' => __DIR__ . '/includes/installer/PhpBugTests.php', + 'PhpXmlBugTester' => __DIR__ . '/includes/installer/PhpXmlBugTester.php', 'Pingback' => __DIR__ . '/includes/Pingback.php', 'PoolCounter' => __DIR__ . '/includes/poolcounter/PoolCounter.php', 'PoolCounterNull' => __DIR__ . '/includes/poolcounter/PoolCounterNull.php', @@ -1316,9 +1318,9 @@ $wgAutoloadLocalClasses = [ 'SearchSuggestion' => __DIR__ . '/includes/search/SearchSuggestion.php', 'SearchSuggestionSet' => __DIR__ . '/includes/search/SearchSuggestionSet.php', 'SearchUpdate' => __DIR__ . '/includes/deferred/SearchUpdate.php', - 'SectionProfileCallback' => __DIR__ . '/includes/profiler/SectionProfiler.php', + 'SectionProfileCallback' => __DIR__ . '/includes/profiler/SectionProfileCallback.php', 'SectionProfiler' => __DIR__ . '/includes/profiler/SectionProfiler.php', - 'SevenZipStream' => __DIR__ . '/maintenance/7zip.inc', + 'SevenZipStream' => __DIR__ . '/maintenance/includes/SevenZipStream.php', 'ShiConverter' => __DIR__ . '/languages/classes/LanguageShi.php', 'ShortPagesPage' => __DIR__ . '/includes/specials/SpecialShortpages.php', 'ShowJobs' => __DIR__ . '/maintenance/showJobs.php', @@ -1343,7 +1345,7 @@ $wgAutoloadLocalClasses = [ 'SkinTemplate' => __DIR__ . '/includes/skins/SkinTemplate.php', 'SlideshowImageGallery' => __DIR__ . '/includes/gallery/SlideshowImageGallery.php', 'SlotDiffRenderer' => __DIR__ . '/includes/diff/SlotDiffRenderer.php', - 'SpecialActiveUsers' => __DIR__ . '/includes/specials/SpecialActiveusers.php', + 'SpecialActiveUsers' => __DIR__ . '/includes/specials/SpecialActiveUsers.php', 'SpecialAllMessages' => __DIR__ . '/includes/specials/SpecialAllMessages.php', 'SpecialAllMyUploads' => __DIR__ . '/includes/specials/redirects/SpecialAllMyUploads.php', 'SpecialAllPages' => __DIR__ . '/includes/specials/SpecialAllPages.php', @@ -1353,7 +1355,7 @@ $wgAutoloadLocalClasses = [ 'SpecialBlankpage' => __DIR__ . '/includes/specials/SpecialBlankpage.php', 'SpecialBlock' => __DIR__ . '/includes/specials/SpecialBlock.php', 'SpecialBlockList' => __DIR__ . '/includes/specials/SpecialBlockList.php', - 'SpecialBookSources' => __DIR__ . '/includes/specials/SpecialBooksources.php', + 'SpecialBookSources' => __DIR__ . '/includes/specials/SpecialBookSources.php', 'SpecialBotPasswords' => __DIR__ . '/includes/specials/SpecialBotPasswords.php', 'SpecialCachedPage' => __DIR__ . '/includes/specials/SpecialCachedPage.php', 'SpecialCategories' => __DIR__ . '/includes/specials/SpecialCategories.php', @@ -1367,7 +1369,7 @@ $wgAutoloadLocalClasses = [ 'SpecialDiff' => __DIR__ . '/includes/specials/SpecialDiff.php', 'SpecialEditTags' => __DIR__ . '/includes/specials/SpecialEditTags.php', 'SpecialEditWatchlist' => __DIR__ . '/includes/specials/SpecialEditWatchlist.php', - 'SpecialEmailUser' => __DIR__ . '/includes/specials/SpecialEmailuser.php', + 'SpecialEmailUser' => __DIR__ . '/includes/specials/SpecialEmailUser.php', 'SpecialExpandTemplates' => __DIR__ . '/includes/specials/SpecialExpandTemplates.php', 'SpecialExport' => __DIR__ . '/includes/specials/SpecialExport.php', 'SpecialFilepath' => __DIR__ . '/includes/specials/SpecialFilepath.php', @@ -1377,10 +1379,10 @@ $wgAutoloadLocalClasses = [ 'SpecialLinkAccounts' => __DIR__ . '/includes/specials/SpecialLinkAccounts.php', 'SpecialListAdmins' => __DIR__ . '/includes/specials/redirects/SpecialListAdmins.php', 'SpecialListBots' => __DIR__ . '/includes/specials/redirects/SpecialListBots.php', - 'SpecialListFiles' => __DIR__ . '/includes/specials/SpecialListfiles.php', - 'SpecialListGrants' => __DIR__ . '/includes/specials/SpecialListgrants.php', - 'SpecialListGroupRights' => __DIR__ . '/includes/specials/SpecialListgrouprights.php', - 'SpecialListUsers' => __DIR__ . '/includes/specials/SpecialListusers.php', + 'SpecialListFiles' => __DIR__ . '/includes/specials/SpecialListFiles.php', + 'SpecialListGrants' => __DIR__ . '/includes/specials/SpecialListGrants.php', + 'SpecialListGroupRights' => __DIR__ . '/includes/specials/SpecialListGroupRights.php', + 'SpecialListUsers' => __DIR__ . '/includes/specials/SpecialListUsers.php', 'SpecialLockdb' => __DIR__ . '/includes/specials/SpecialLockdb.php', 'SpecialLog' => __DIR__ . '/includes/specials/SpecialLog.php', 'SpecialMergeHistory' => __DIR__ . '/includes/specials/SpecialMergeHistory.php', @@ -1407,13 +1409,13 @@ $wgAutoloadLocalClasses = [ 'SpecialRandomInCategory' => __DIR__ . '/includes/specials/SpecialRandomInCategory.php', 'SpecialRandomredirect' => __DIR__ . '/includes/specials/SpecialRandomredirect.php', 'SpecialRandomrootpage' => __DIR__ . '/includes/specials/SpecialRandomrootpage.php', - 'SpecialRecentChanges' => __DIR__ . '/includes/specials/SpecialRecentchanges.php', - 'SpecialRecentChangesLinked' => __DIR__ . '/includes/specials/SpecialRecentchangeslinked.php', + 'SpecialRecentChanges' => __DIR__ . '/includes/specials/SpecialRecentChanges.php', + 'SpecialRecentChangesLinked' => __DIR__ . '/includes/specials/SpecialRecentChangesLinked.php', 'SpecialRedirect' => __DIR__ . '/includes/specials/SpecialRedirect.php', 'SpecialRedirectToSpecial' => __DIR__ . '/includes/specialpage/SpecialRedirectToSpecial.php', 'SpecialRemoveCredentials' => __DIR__ . '/includes/specials/SpecialRemoveCredentials.php', 'SpecialResetTokens' => __DIR__ . '/includes/specials/SpecialResetTokens.php', - 'SpecialRevisionDelete' => __DIR__ . '/includes/specials/SpecialRevisiondelete.php', + 'SpecialRevisionDelete' => __DIR__ . '/includes/specials/SpecialRevisionDelete.php', 'SpecialRunJobs' => __DIR__ . '/includes/specials/SpecialRunJobs.php', 'SpecialSearch' => __DIR__ . '/includes/specials/SpecialSearch.php', 'SpecialSpecialpages' => __DIR__ . '/includes/specials/SpecialSpecialpages.php', @@ -1431,7 +1433,7 @@ $wgAutoloadLocalClasses = [ 'SpecialUserLogout' => __DIR__ . '/includes/specials/SpecialUserLogout.php', 'SpecialVersion' => __DIR__ . '/includes/specials/SpecialVersion.php', 'SpecialWatchlist' => __DIR__ . '/includes/specials/SpecialWatchlist.php', - 'SpecialWhatLinksHere' => __DIR__ . '/includes/specials/SpecialWhatlinkshere.php', + 'SpecialWhatLinksHere' => __DIR__ . '/includes/specials/SpecialWhatLinksHere.php', 'SqlBagOStuff' => __DIR__ . '/includes/objectcache/SqlBagOStuff.php', 'SqlSearchResultSet' => __DIR__ . '/includes/search/SqlSearchResultSet.php', 'Sqlite' => __DIR__ . '/maintenance/sqlite.inc', @@ -1452,15 +1454,15 @@ $wgAutoloadLocalClasses = [ 'StringUtils' => __DIR__ . '/includes/libs/StringUtils.php', 'StripState' => __DIR__ . '/includes/parser/StripState.php', 'StubObject' => __DIR__ . '/includes/StubObject.php', - 'StubUserLang' => __DIR__ . '/includes/StubObject.php', + 'StubUserLang' => __DIR__ . '/includes/StubUserLang.php', 'SubmitAction' => __DIR__ . '/includes/actions/SubmitAction.php', 'SubpageImportTitleFactory' => __DIR__ . '/includes/title/SubpageImportTitleFactory.php', 'SvgHandler' => __DIR__ . '/includes/media/SvgHandler.php', 'SwiftFileBackend' => __DIR__ . '/includes/libs/filebackend/SwiftFileBackend.php', - 'SwiftFileBackendDirList' => __DIR__ . '/includes/libs/filebackend/SwiftFileBackend.php', - 'SwiftFileBackendFileList' => __DIR__ . '/includes/libs/filebackend/SwiftFileBackend.php', - 'SwiftFileBackendList' => __DIR__ . '/includes/libs/filebackend/SwiftFileBackend.php', - 'SwiftFileOpHandle' => __DIR__ . '/includes/libs/filebackend/SwiftFileBackend.php', + 'SwiftFileBackendDirList' => __DIR__ . '/includes/libs/filebackend/fileiteration/SwiftFileBackendDirList.php', + 'SwiftFileBackendFileList' => __DIR__ . '/includes/libs/filebackend/fileiteration/SwiftFileBackendFileList.php', + 'SwiftFileBackendList' => __DIR__ . '/includes/libs/filebackend/fileiteration/SwiftFileBackendList.php', + 'SwiftFileOpHandle' => __DIR__ . '/includes/libs/filebackend/fileophandle/SwiftFileOpHandle.php', 'SwiftVirtualRESTService' => __DIR__ . '/includes/libs/virtualrest/SwiftVirtualRESTService.php', 'SyncFileBackend' => __DIR__ . '/maintenance/syncFileBackend.php', 'TableCleanup' => __DIR__ . '/maintenance/cleanupTable.inc', @@ -1473,7 +1475,7 @@ $wgAutoloadLocalClasses = [ 'TemplatesOnThisPageFormatter' => __DIR__ . '/includes/TemplatesOnThisPageFormatter.php', 'TextContent' => __DIR__ . '/includes/content/TextContent.php', 'TextContentHandler' => __DIR__ . '/includes/content/TextContentHandler.php', - 'TextPassDumper' => __DIR__ . '/maintenance/dumpTextPass.php', + 'TextPassDumper' => __DIR__ . '/maintenance/includes/TextPassDumper.php', 'TextSlotDiffRenderer' => __DIR__ . '/includes/diff/TextSlotDiffRenderer.php', 'TextStatsOutput' => __DIR__ . '/maintenance/language/StatOutputs.php', 'TgConverter' => __DIR__ . '/languages/classes/LanguageTg.php', @@ -1562,6 +1564,7 @@ $wgAutoloadLocalClasses = [ 'UserNamePrefixSearch' => __DIR__ . '/includes/user/UserNamePrefixSearch.php', 'UserNotLoggedIn' => __DIR__ . '/includes/exception/UserNotLoggedIn.php', 'UserOptionsMaintenance' => __DIR__ . '/maintenance/userOptions.php', + 'UserOptionsUpdateJob' => __DIR__ . '/includes/jobqueue/jobs/UserOptionsUpdateJob.php', 'UserPasswordPolicy' => __DIR__ . '/includes/password/UserPasswordPolicy.php', 'UserRightsProxy' => __DIR__ . '/includes/user/UserRightsProxy.php', 'UserrightsPage' => __DIR__ . '/includes/specials/SpecialUserrights.php', @@ -1633,6 +1636,7 @@ $wgAutoloadLocalClasses = [ 'Wikimedia\\Rdbms\\DBError' => __DIR__ . '/includes/libs/rdbms/exception/DBError.php', 'Wikimedia\\Rdbms\\DBExpectedError' => __DIR__ . '/includes/libs/rdbms/exception/DBExpectedError.php', 'Wikimedia\\Rdbms\\DBMasterPos' => __DIR__ . '/includes/libs/rdbms/database/position/DBMasterPos.php', + 'Wikimedia\\Rdbms\\DBQueryDisconnectedError' => __DIR__ . '/includes/libs/rdbms/exception/DBQueryDisconnectedError.php', 'Wikimedia\\Rdbms\\DBQueryError' => __DIR__ . '/includes/libs/rdbms/exception/DBQueryError.php', 'Wikimedia\\Rdbms\\DBQueryTimeoutError' => __DIR__ . '/includes/libs/rdbms/exception/DBQueryTimeoutError.php', 'Wikimedia\\Rdbms\\DBReadOnlyError' => __DIR__ . '/includes/libs/rdbms/exception/DBReadOnlyError.php', @@ -1651,6 +1655,7 @@ $wgAutoloadLocalClasses = [ 'Wikimedia\\Rdbms\\DatabaseSqlite' => __DIR__ . '/includes/libs/rdbms/database/DatabaseSqlite.php', 'Wikimedia\\Rdbms\\FakeResultWrapper' => __DIR__ . '/includes/libs/rdbms/database/resultwrapper/FakeResultWrapper.php', 'Wikimedia\\Rdbms\\Field' => __DIR__ . '/includes/libs/rdbms/field/Field.php', + 'Wikimedia\\Rdbms\\GeneralizedSql' => __DIR__ . '/includes/libs/rdbms/database/utils/GeneralizedSql.php', 'Wikimedia\\Rdbms\\IBlob' => __DIR__ . '/includes/libs/rdbms/encasing/IBlob.php', 'Wikimedia\\Rdbms\\IDatabase' => __DIR__ . '/includes/libs/rdbms/database/IDatabase.php', 'Wikimedia\\Rdbms\\ILBFactory' => __DIR__ . '/includes/libs/rdbms/lbfactory/ILBFactory.php', @@ -1679,7 +1684,6 @@ $wgAutoloadLocalClasses = [ 'Wikimedia\\Rdbms\\PostgresField' => __DIR__ . '/includes/libs/rdbms/field/PostgresField.php', 'Wikimedia\\Rdbms\\ResultWrapper' => __DIR__ . '/includes/libs/rdbms/database/resultwrapper/ResultWrapper.php', 'Wikimedia\\Rdbms\\SQLiteField' => __DIR__ . '/includes/libs/rdbms/field/SQLiteField.php', - 'Wikimedia\\Rdbms\\SavepointPostgres' => __DIR__ . '/includes/libs/rdbms/database/utils/SavepointPostgres.php', 'Wikimedia\\Rdbms\\SessionConsistentConnectionManager' => __DIR__ . '/includes/libs/rdbms/connectionmanager/SessionConsistentConnectionManager.php', 'Wikimedia\\Rdbms\\Subquery' => __DIR__ . '/includes/libs/rdbms/encasing/Subquery.php', 'Wikimedia\\Rdbms\\TransactionProfiler' => __DIR__ . '/includes/libs/rdbms/TransactionProfiler.php', @@ -1693,9 +1697,6 @@ $wgAutoloadLocalClasses = [ 'WrapOldPasswords' => __DIR__ . '/maintenance/wrapOldPasswords.php', 'XCFHandler' => __DIR__ . '/includes/media/XCFHandler.php', 'XMLRCFeedFormatter' => __DIR__ . '/includes/rcfeed/XMLRCFeedFormatter.php', - 'XMPInfo' => __DIR__ . '/includes/compat/XMPReader.php', - 'XMPReader' => __DIR__ . '/includes/compat/XMPReader.php', - 'XMPValidate' => __DIR__ . '/includes/compat/XMPReader.php', 'Xhprof' => __DIR__ . '/includes/libs/Xhprof.php', 'XhprofData' => __DIR__ . '/includes/libs/XhprofData.php', 'Xml' => __DIR__ . '/includes/Xml.php',