Awight has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/181435

Change subject: Register some missing autoload classes, to satisfy structure 
tests
......................................................................

Register some missing autoload classes, to satisfy structure tests

Change-Id: Ia9bb37624ec00441a91f3b70cb0766497eac440b
---
M CentralNotice.hooks.php
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralNotice 
refs/changes/35/181435/1

diff --git a/CentralNotice.hooks.php b/CentralNotice.hooks.php
index 55cd063..6f5e7a4 100644
--- a/CentralNotice.hooks.php
+++ b/CentralNotice.hooks.php
@@ -83,14 +83,23 @@
        $wgAutoloadClasses[ 'BannerChoiceDataProvider' ] = $includeDir . 
'BannerChoiceDataProvider.php';
        $wgAutoloadClasses[ 'CNBannerChoiceDataResourceLoaderModule' ] = 
$includeDir . 'CNBannerChoiceDataResourceLoaderModule.php';
        $wgAutoloadClasses[ 'Campaign' ] = $includeDir . 'Campaign.php';
+       $wgAutoloadClasses['CampaignCriteria'] = $specialDir . 
'SpecialGlobalAllocation.php';
+       $wgAutoloadClasses['CampaignExistenceException'] = $includeDir . 
'Campaign.php';
        $wgAutoloadClasses[ 'CampaignLog' ] = $includeDir . 'CampaignLog.php';
+       $wgAutoloadClasses['CentralNoticeHtmlForm'] = $specialDir . 
'SpecialCentralNoticeBanners.php';
        $wgAutoloadClasses[ 'CNBannerPager' ] = $includeDir . 
'CNBannerPager.php';
        $wgAutoloadClasses[ 'CNCampaignPager' ] = $includeDir . 
'CNCampaignPager.php';
        $wgAutoloadClasses[ 'CNDeviceTarget' ] = $includeDir . 
'CNDeviceTarget.php';
+       $wgAutoloadClasses['EmptyBannerException'] = $specialDir . 
'SpecialBannerLoader.php';
        $wgAutoloadClasses[ 'GeoTarget' ] = $includeDir . 'GeoTarget.php';
+       $wgAutoloadClasses['HTMLBannerPagerNavigation'] = $includeDir . 
'CNBannerPager.php';
+       $wgAutoloadClasses['HTMLLargeMultiSelectField'] = $specialDir . 
'SpecialCentralNoticeBanners.php';
        $wgAutoloadClasses[ 'IBannerMixin' ] = $includeDir . 'IBannerMixin.php';
        $wgAutoloadClasses[ 'AllocationContext' ] = $includeDir . 
'AllocationContext.php';
+       $wgAutoloadClasses['LanguageSelectHeaderElement'] = $specialDir . 
'SpecialCentralNoticeBanners.php';
+       $wgAutoloadClasses['MissingRequiredParamsException'] = $specialDir . 
'SpecialBannerLoader.php';
        $wgAutoloadClasses[ 'MixinController' ] = $includeDir . 
'MixinController.php';
+       $wgAutoloadClasses['MixinNotFoundException'] = $includeDir . 
'MixinController.php';
 
        $wgAutoloadClasses[ 'HTMLCentralNoticeBanner' ] = $htmlFormDir . 
'HTMLCentralNoticeBanner.php';
        $wgAutoloadClasses[ 'HTMLCentralNoticeBannerMessage' ] = $htmlFormDir . 
'HTMLCentralNoticeBannerMessage.php';

-- 
To view, visit https://gerrit.wikimedia.org/r/181435
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9bb37624ec00441a91f3b70cb0766497eac440b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: wmf_deploy
Gerrit-Owner: Awight <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to