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

Change subject: Set wgUsejQueryThree to false in prod
......................................................................

Set wgUsejQueryThree to false in prod

This new variable will start to exist in the next branch (1.29.0-wmf.21).
It is true by default, but for now we want to keep prod behaviour
unchanged. Try it on the Beta Cluster first.

Set this ahead of time to make sure everything goes smoothly.

Change-Id: Ic886a06367803a027ea6346fde36462c0cb4671a
---
M wmf-config/InitialiseSettings-labs.php
M wmf-config/InitialiseSettings.php
2 files changed, 8 insertions(+), 3 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 43cf928..397dfca 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -632,5 +632,10 @@
                'wg3dProcessEnviron' => [
                        'default' => [ 'DISPLAY' => ':99' ],
                ],
+
+               // Test jQuery 3 (T124742)
+               'wgUsejQueryThree' => [
+                       'default' => true,
+               ],
        ];
 } # wmflLabsSettings()
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 5bae478..6463969 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -16433,9 +16433,9 @@
        'test2wiki' => true,
 ],
 
-'wgIncludejQueryMigrate' => [
-       'default' => true,
-       'test2wiki' => false,
+// T124742
+'wgUsejQueryThree' => [
+       'default' => false,
 ],
 
 'wmgEnablePageTriage' => [

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

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

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

Reply via email to