X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=2522c564a670247eda432fcd0ed92938c21186ad;hb=38ba6b620be9f6333d902055ae1c0c610af4985e;hp=190555af646df2bf86a18b8110ac295b7665fcf4;hpb=7ff2f8f3fbe550456ab0bd56c111d490770fae9f;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 190555af64..2522c564a6 100644 --- a/autoload.php +++ b/autoload.php @@ -445,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', @@ -488,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', @@ -557,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',