Awight has uploaded a new change for review.

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

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(-)


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

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: newchange
Gerrit-Change-Id: Ib5726ff3270e8ffbacfb048467ad6d845a63d080
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

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

Reply via email to