X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=autoload.php;h=674d4b0f43ea675e3f9dd03c3f352096e985f156;hb=1e76c2a14e5a6e715bc496a74e582ddcf6d066a7;hp=208ab171369a420b780365606dfbccfd5258c5c1;hpb=4a56f3ba5839c1e3f4cb4d4e94d1564e6f388f86;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 208ab17136..674d4b0f43 100644 --- a/autoload.php +++ b/autoload.php @@ -244,6 +244,7 @@ $wgAutoloadLocalClasses = array( 'ContentHandler' => __DIR__ . '/includes/content/ContentHandler.php', 'ContextSource' => __DIR__ . '/includes/context/ContextSource.php', 'ContribsPager' => __DIR__ . '/includes/specials/SpecialContributions.php', + 'ConvertExtensionToRegistration' => __DIR__ . '/maintenance/convertExtensionToRegistration.php', 'ConvertLinks' => __DIR__ . '/maintenance/convertLinks.php', 'ConvertUserOptions' => __DIR__ . '/maintenance/convertUserOptions.php', 'ConverterRule' => __DIR__ . '/languages/ConverterRule.php', @@ -291,6 +292,7 @@ $wgAutoloadLocalClasses = array( 'DateFormatter' => __DIR__ . '/includes/parser/DateFormatter.php', 'DeadendPagesPage' => __DIR__ . '/includes/specials/SpecialDeadendpages.php', 'DeferrableUpdate' => __DIR__ . '/includes/deferred/DeferredUpdates.php', + 'DeferredStringifier' => __DIR__ . '/includes/DeferredStringifier.php', 'DeferredUpdates' => __DIR__ . '/includes/deferred/DeferredUpdates.php', 'DeleteAction' => __DIR__ . '/includes/actions/DeleteAction.php', 'DeleteArchivedFiles' => __DIR__ . '/maintenance/deleteArchivedFiles.php', @@ -373,6 +375,8 @@ $wgAutoloadLocalClasses = array( 'ExplodeIterator' => __DIR__ . '/includes/utils/StringUtils.php', 'ExportProgressFilter' => __DIR__ . '/maintenance/backup.inc', 'ExtensionLanguages' => __DIR__ . '/maintenance/language/languages.inc', + 'ExtensionProcessor' => __DIR__ . '/includes/registration/ExtensionProcessor.php', + 'ExtensionRegistry' => __DIR__ . '/includes/registration/ExtensionRegistry.php', 'ExternalStore' => __DIR__ . '/includes/externalstore/ExternalStore.php', 'ExternalStoreDB' => __DIR__ . '/includes/externalstore/ExternalStoreDB.php', 'ExternalStoreHttp' => __DIR__ . '/includes/externalstore/ExternalStoreHttp.php', @@ -888,12 +892,14 @@ $wgAutoloadLocalClasses = array( 'Preprocessor_DOM' => __DIR__ . '/includes/parser/Preprocessor_DOM.php', 'Preprocessor_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', 'ProcessCacheLRU' => __DIR__ . '/includes/libs/ProcessCacheLRU.php', + 'Processor' => __DIR__ . '/includes/registration/Processor.php', 'ProfileSection' => __DIR__ . '/includes/profiler/ProfileSection.php', 'Profiler' => __DIR__ . '/includes/profiler/Profiler.php', 'ProfilerOutput' => __DIR__ . '/includes/profiler/output/ProfilerOutput.php', 'ProfilerOutputDb' => __DIR__ . '/includes/profiler/output/ProfilerOutputDb.php', 'ProfilerOutputText' => __DIR__ . '/includes/profiler/output/ProfilerOutputText.php', 'ProfilerOutputUdp' => __DIR__ . '/includes/profiler/output/ProfilerOutputUdp.php', + 'ProfilerSectionOnly' => __DIR__ . '/includes/profiler/ProfilerSectionOnly.php', 'ProfilerStub' => __DIR__ . '/includes/profiler/ProfilerStub.php', 'ProfilerXhprof' => __DIR__ . '/includes/profiler/ProfilerXhprof.php', 'Protect' => __DIR__ . '/maintenance/protect.php', @@ -1263,6 +1269,7 @@ $wgAutoloadLocalClasses = array( 'UsersPager' => __DIR__ . '/includes/specials/SpecialListusers.php', 'UtfNormal' => __DIR__ . '/includes/normal/UtfNormal.php', 'UzConverter' => __DIR__ . '/languages/classes/LanguageUz.php', + 'ValidateRegistrationFile' => __DIR__ . '/maintenance/validateRegistrationFile.php', 'ViewAction' => __DIR__ . '/includes/actions/ViewAction.php', 'VirtualRESTService' => __DIR__ . '/includes/libs/virtualrest/VirtualRESTService.php', 'VirtualRESTServiceClient' => __DIR__ . '/includes/libs/virtualrest/VirtualRESTServiceClient.php',