Phuedx has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365939 )

Change subject: pagePreviews: Re-enable Popups extension on Beta Cluster
......................................................................

pagePreviews: Re-enable Popups extension on Beta Cluster

Following on from I8077cb35, wmgUsePopups must be true for the Popups
extension to be loaded.

Bug: T167365
Change-Id: I893c54a068361d167d8602670344853f179bad0d
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/39/365939/1

diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index eaa6ac4..8ea5248 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -602,12 +602,18 @@
                ],
 
                // Enable page previews for everyone in labs (T162672)
-               'wgPopupsAnonsEnabledSamplingRate' => [
-                       'default' => 1,
+               //
+               // Note well that the Popups extension is only loaded when 
either
+               // wmgUsePopups or wmgPopupsBetaFeature is truthy.
+               'wmgUsePopups' => [
+                       'default' => true,
                ],
                'wmgPopupsBetaFeature' => [
                        'default' => false,
                ],
+               'wgPopupsAnonsEnabledSamplingRate' => [
+                       'default' => 1,
+               ],
 
                'wmgUseCollaborationKit' => [
                        'default' => false,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I893c54a068361d167d8602670344853f179bad0d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Phuedx <[email protected]>

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

Reply via email to