X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=autoload.php;h=271385784fd2e88064043a0f037c76cd9d22edd0;hb=5bba9d230c25759c616cefe326fcb37cb4405d84;hp=c4119480137f2b94bce2f8646bd343de1a2b2845;hpb=e1c6ea78b8c31418493186e08059fc685b5ec6f3;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index c411948013..271385784f 100644 --- a/autoload.php +++ b/autoload.php @@ -603,6 +603,7 @@ $wgAutoloadLocalClasses = [ 'HTMLRestrictionsField' => __DIR__ . '/includes/htmlform/fields/HTMLRestrictionsField.php', 'HTMLSelectAndOtherField' => __DIR__ . '/includes/htmlform/fields/HTMLSelectAndOtherField.php', 'HTMLSelectField' => __DIR__ . '/includes/htmlform/fields/HTMLSelectField.php', + 'HTMLSelectLanguageField' => __DIR__ . '/includes/htmlform/HTMLSelectLanguageField.php', 'HTMLSelectLimitField' => __DIR__ . '/includes/htmlform/fields/HTMLSelectLimitField.php', 'HTMLSelectNamespace' => __DIR__ . '/includes/htmlform/fields/HTMLSelectNamespace.php', 'HTMLSelectNamespaceWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLSelectNamespaceWithButton.php', @@ -940,6 +941,7 @@ $wgAutoloadLocalClasses = [ 'MediaWiki\\Widget\\Search\\SimpleSearchResultWidget' => __DIR__ . '/includes/widget/search/SimpleSearchResultWidget.php', 'MediaWiki\\Widget\\SelectWithInputWidget' => __DIR__ . '/includes/widget/SelectWithInputWidget.php', 'MediaWiki\\Widget\\SizeFilterWidget' => __DIR__ . '/includes/widget/SizeFilterWidget.php', + 'MediaWiki\\Widget\\TagMultiselectWidget' => __DIR__ . '/includes/widget/TagMultiselectWidget.php', 'MediaWiki\\Widget\\TitleInputWidget' => __DIR__ . '/includes/widget/TitleInputWidget.php', 'MediaWiki\\Widget\\TitlesMultiselectWidget' => __DIR__ . '/includes/widget/TitlesMultiselectWidget.php', 'MediaWiki\\Widget\\UserInputWidget' => __DIR__ . '/includes/widget/UserInputWidget.php', @@ -1130,6 +1132,7 @@ $wgAutoloadLocalClasses = [ 'ProcessCacheLRU' => __DIR__ . '/includes/libs/ProcessCacheLRU.php', 'Processor' => __DIR__ . '/includes/registration/Processor.php', 'Profiler' => __DIR__ . '/includes/profiler/Profiler.php', + 'ProfilerExcimer' => __DIR__ . '/includes/profiler/ProfilerExcimer.php', 'ProfilerOutput' => __DIR__ . '/includes/profiler/output/ProfilerOutput.php', 'ProfilerOutputDb' => __DIR__ . '/includes/profiler/output/ProfilerOutputDb.php', 'ProfilerOutputDump' => __DIR__ . '/includes/profiler/output/ProfilerOutputDump.php',