X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=autoload.php;h=a9b65facebb2766f83182744f9f3e668c816a34a;hp=4c8f5a43f82bf63db9fdd17608f943610b057d04;hb=e5ef0fd0c6607dd34f6dee69d716b159662a0a34;hpb=9dcd12714e1dd761a62d68520ea6f4a370b4b735 diff --git a/autoload.php b/autoload.php index 4c8f5a43f8..a9b65faceb 100644 --- a/autoload.php +++ b/autoload.php @@ -208,7 +208,7 @@ $wgAutoloadLocalClasses = [ 'BitmapHandler_ClientOnly' => __DIR__ . '/includes/media/BitmapHandler_ClientOnly.php', 'BitmapMetadataHandler' => __DIR__ . '/includes/media/BitmapMetadataHandler.php', 'Blob' => __DIR__ . '/includes/libs/rdbms/encasing/Blob.php', - 'Block' => __DIR__ . '/includes/Block.php', + 'Block' => __DIR__ . '/includes/block/DatabaseBlock.php', 'BlockLevelPass' => __DIR__ . '/includes/parser/BlockLevelPass.php', 'BlockListPager' => __DIR__ . '/includes/specials/pagers/BlockListPager.php', 'BlockLogFormatter' => __DIR__ . '/includes/logging/BlockLogFormatter.php', @@ -257,6 +257,7 @@ $wgAutoloadLocalClasses = [ 'ChannelFeed' => __DIR__ . '/includes/changes/ChannelFeed.php', 'CheckBadRedirects' => __DIR__ . '/maintenance/checkBadRedirects.php', 'CheckComposerLockUpToDate' => __DIR__ . '/maintenance/checkComposerLockUpToDate.php', + 'CheckDependencies' => __DIR__ . '/maintenance/checkDependencies.php', 'CheckExtensionsCLI' => __DIR__ . '/maintenance/language/checkLanguage.inc', 'CheckImages' => __DIR__ . '/maintenance/checkImages.php', 'CheckLanguageCLI' => __DIR__ . '/maintenance/language/checkLanguage.inc', @@ -1496,6 +1497,7 @@ $wgAutoloadLocalClasses = [ 'TrackBlobs' => __DIR__ . '/maintenance/storage/trackBlobs.php', 'TrackingCategories' => __DIR__ . '/includes/TrackingCategories.php', 'TraditionalImageGallery' => __DIR__ . '/includes/gallery/TraditionalImageGallery.php', + 'TransactionRoundAwareUpdate' => __DIR__ . '/includes/deferred/TransactionRoundAwareUpdate.php', 'TransactionRoundDefiningUpdate' => __DIR__ . '/includes/deferred/TransactionRoundDefiningUpdate.php', 'TransformParameterError' => __DIR__ . '/includes/media/TransformParameterError.php', 'TransformTooBigImageAreaError' => __DIR__ . '/includes/media/TransformTooBigImageAreaError.php',