jenkins-bot has submitted this change and it was merged.

Change subject: Undeploy Gather extension
......................................................................


Undeploy Gather extension

Bug: T128568
Change-Id: I3472489db5873e81c398a8eba5a5e5de79b2c045
---
M wmf-config/InitialiseSettings-labs.php
M wmf-config/InitialiseSettings.php
M wmf-config/extension-list
M wmf-config/mobile-labs.php
M wmf-config/mobile.php
5 files changed, 0 insertions(+), 26 deletions(-)

Approvals:
  Dereckson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 74941f7..3b7577e 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -294,11 +294,6 @@
                        ]
                ],
 
-               // T97704
-               'wmgGatherAutohideFlagLimit' => [
-                       'default' => 3,
-               ],
-
                'wmgEnableGeoData' => [
                        'wikidatawiki' => true,
                ],
@@ -436,10 +431,6 @@
                ],
                'wmgFlowEnableOptInBetaFeature' => [
                        'enwiki' => true,
-               ],
-
-               'wmgUseGather' => [
-                       'default' => true,
                ],
 
                'wmgUseWPB' => [
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3eb4d58..3473732 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13964,13 +13964,6 @@
                'prefix' => 'wbs'
        ]
 ],
-'wmgUseGather' => [
-       'default' => false,
-       'testwiki' => true,
-       'test2wiki' => true,
-       'enwikivoyage' => true, // T97488
-       'hewiki' => true, // T97488
-],
 'wmgEnableTextExtracts' => [
        'default' => true,
 ],
diff --git a/wmf-config/extension-list b/wmf-config/extension-list
index e29cd05..572bc33 100644
--- a/wmf-config/extension-list
+++ b/wmf-config/extension-list
@@ -47,7 +47,6 @@
 $IP/extensions/FundraiserLandingPage/FundraiserLandingPage.php
 $IP/extensions/FundraisingTranslateWorkflow/FundraisingTranslateWorkflow.php
 $IP/extensions/Gadgets/Gadgets.php
-$IP/extensions/Gather/Gather.php
 $IP/extensions/GeoCrumbs/GeoCrumbs.php
 $IP/extensions/GeoData/GeoData.php
 $IP/extensions/GettingStarted/GettingStarted.php
diff --git a/wmf-config/mobile-labs.php b/wmf-config/mobile-labs.php
index 2bea97a..591ef99 100644
--- a/wmf-config/mobile-labs.php
+++ b/wmf-config/mobile-labs.php
@@ -11,10 +11,6 @@
                        $wgJsonConfigs['JsonZeroConfig']['remote']['url'] = 
'http://zero.wikimedia.beta.wmflabs.org/w/api.php';
                }
        }
-
-       if ( $wmgUseGather ) {
-               require_once "$IP/extensions/Gather/Gather.php";
-       }
 }
 
 // T114552
@@ -24,5 +20,4 @@
 $wgMFUseCentralAuthToken = $wmgMFUseCentralAuthToken;
 $wgMFSpecialCaseMainPage = $wmgMFSpecialCaseMainPage;
 
-$wgGatherAutohideFlagLimit = $wmgGatherAutohideFlagLimit;
 $wgMFMobileFormatterHeadings = $wmgMFMobileFormatterHeadings;
diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index 53d51d8..53d9271 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -131,10 +131,6 @@
 
        // Brute-force bandwidth optimization by stripping srcset
        $wgMFStripResponsiveImages = true;
-
-       if ( $wmgUseGather ) {
-               require_once "$IP/extensions/Gather/Gather.php";
-       }
 }
 
 if ( $wmfRealm === 'labs' ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3472489db5873e81c398a8eba5a5e5de79b2c045
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Dereckson <dereck...@espace-win.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to