jenkins-bot has submitted this change and it was merged. Change subject: default to client banner choice ......................................................................
default to client banner choice This is to make QUnit testing more realistic, also cos this will be the supported default, moving forwards. Change-Id: Ib5726ff3270e8ffbacfb048467ad6d845a63d080 --- M CentralNotice.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: AndyRussG: Looks good to me, approved jenkins-bot: Verified diff --git a/CentralNotice.php b/CentralNotice.php index 184f541..13b059d 100644 --- a/CentralNotice.php +++ b/CentralNotice.php @@ -93,7 +93,7 @@ $wgCentralNoticeApiUrl = false; // Enable the new mechanism for making the banner selection on the client -$wgCentralNoticeChooseBannerOnClient = false; +$wgCentralNoticeChooseBannerOnClient = true; // URL for BannerLoader, for requests to fetch a banner that is already // known (using the banner URL param). If false, it will default to -- To view, visit https://gerrit.wikimedia.org/r/175597 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib5726ff3270e8ffbacfb048467ad6d845a63d080 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/CentralNotice Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> Gerrit-Reviewer: AndyRussG <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> Gerrit-Reviewer: Ssmith <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
