X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=2522c564a670247eda432fcd0ed92938c21186ad;hb=38ba6b620be9f6333d902055ae1c0c610af4985e;hp=15f1b10ebfac26e95fd236711b6dcd4acddd636f;hpb=304eaf2868514fc5f3263f4e09d19bd2adfc5837;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 15f1b10ebf..2522c564a6 100644 --- a/autoload.php +++ b/autoload.php @@ -36,16 +36,13 @@ $wgAutoloadLocalClasses = array( 'ApiFeedWatchlist' => __DIR__ . '/includes/api/ApiFeedWatchlist.php', 'ApiFileRevert' => __DIR__ . '/includes/api/ApiFileRevert.php', 'ApiFormatBase' => __DIR__ . '/includes/api/ApiFormatBase.php', - 'ApiFormatDbg' => __DIR__ . '/includes/api/ApiFormatDbg.php', 'ApiFormatFeedWrapper' => __DIR__ . '/includes/api/ApiFormatFeedWrapper.php', 'ApiFormatJson' => __DIR__ . '/includes/api/ApiFormatJson.php', 'ApiFormatNone' => __DIR__ . '/includes/api/ApiFormatNone.php', 'ApiFormatPhp' => __DIR__ . '/includes/api/ApiFormatPhp.php', 'ApiFormatRaw' => __DIR__ . '/includes/api/ApiFormatRaw.php', - 'ApiFormatTxt' => __DIR__ . '/includes/api/ApiFormatTxt.php', 'ApiFormatXml' => __DIR__ . '/includes/api/ApiFormatXml.php', 'ApiFormatXmlRsd' => __DIR__ . '/includes/api/ApiRsd.php', - 'ApiFormatYaml' => __DIR__ . '/includes/api/ApiFormatYaml.php', 'ApiHelp' => __DIR__ . '/includes/api/ApiHelp.php', 'ApiHelpParamValueMessage' => __DIR__ . '/includes/api/ApiHelpParamValueMessage.php', 'ApiImageRotate' => __DIR__ . '/includes/api/ApiImageRotate.php', @@ -448,6 +445,7 @@ $wgAutoloadLocalClasses = array( 'FindMissingFiles' => __DIR__ . '/maintenance/findMissingFiles.php', 'FindOrphanedFiles' => __DIR__ . '/maintenance/findOrphanedFiles.php', 'FixBug20757' => __DIR__ . '/maintenance/storage/fixBug20757.php', + 'FixDefaultJsonContentPages' => __DIR__ . '/maintenance/fixDefaultJsonContentPages.php', 'FixDoubleRedirects' => __DIR__ . '/maintenance/fixDoubleRedirects.php', 'FixExtLinksProtocolRelative' => __DIR__ . '/maintenance/fixExtLinksProtocolRelative.php', 'FixTimestamps' => __DIR__ . '/maintenance/fixTimestamps.php', @@ -491,6 +489,7 @@ $wgAutoloadLocalClasses = array( 'HTMLCacheUpdateJob' => __DIR__ . '/includes/jobqueue/jobs/HTMLCacheUpdateJob.php', 'HTMLCheckField' => __DIR__ . '/includes/htmlform/HTMLCheckField.php', 'HTMLCheckMatrix' => __DIR__ . '/includes/htmlform/HTMLCheckMatrix.php', + 'HTMLComboboxField' => __DIR__ . '/includes/htmlform/HTMLComboboxField.php', 'HTMLEditTools' => __DIR__ . '/includes/htmlform/HTMLEditTools.php', 'HTMLFileCache' => __DIR__ . '/includes/cache/HTMLFileCache.php', 'HTMLFloatField' => __DIR__ . '/includes/htmlform/HTMLFloatField.php', @@ -560,6 +559,7 @@ $wgAutoloadLocalClasses = array( 'ImageListPager' => __DIR__ . '/includes/specials/SpecialListfiles.php', 'ImagePage' => __DIR__ . '/includes/page/ImagePage.php', 'ImageQueryPage' => __DIR__ . '/includes/specialpage/ImageQueryPage.php', + 'ImportLogFormatter' => __DIR__ . '/includes/logging/ImportLogFormatter.php', 'ImportReporter' => __DIR__ . '/includes/specials/SpecialImport.php', 'ImportSiteScripts' => __DIR__ . '/maintenance/importSiteScripts.php', 'ImportSites' => __DIR__ . '/maintenance/importSites.php',