Aude has uploaded a new change for review.

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

Change subject: Take "in other projects" sidebar out of beta
......................................................................

Take "in other projects" sidebar out of beta

Bug: T103102
Change-Id: I39d94cf3c19c48d7dd18dec0f73a2528fd341846
---
M wmf-config/InitialiseSettings.php
M wmf-config/Wikibase.php
2 files changed, 1 insertion(+), 28 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 444b5d9..5659d3e 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -15627,12 +15627,6 @@
        'fiu_vrowiki' => array(
                'sort' => 'alphabetic_revised',
        ),
-       'frwiki' => array(
-               'otherProjectsLinksByDefault' => true,
-       ),
-       'frwikisource' => array(
-               'otherProjectsLinksByDefault' => true,
-       ),
        'fywiki' => array(
                'sort' => 'alphabetic_fy',
        ),
@@ -15647,18 +15641,6 @@
        ),
        'ilowiki' => array(
                'sort' => 'alphabetic',
-       ),
-       'itwiki' => array(
-               'otherProjectsLinksByDefault' => true, // T77012
-       ),
-       'itwikisource' => array(
-               'otherProjectsLinksByDefault' => true,
-       ),
-       'itwikivoyage' => array(
-               'otherProjectsLinksByDefault' => true, // T73464
-       ),
-       'kowiki' => array(
-               'otherProjectsLinksByDefault' => true,
        ),
        'lbwiki' => array(
                'sort' => 'alphabetic',
@@ -15692,12 +15674,6 @@
        'plwiki' => array(
                'sort' => 'alphabetic',
        ),
-       'ptwiki' => array(
-               'otherProjectsLinksByDefault' => true, // T99901
-       ),
-       'ruwiki' => array(
-               'otherProjectsLinksByDefault' => true,
-       ),
        'simplewiki' => array(
                'sort' => 'alphabetic',
        ),
@@ -15706,9 +15682,6 @@
        ),
        'svwiki' => array(
                'sort' => 'alphabetic',
-       ),
-       'svwikivoyage' => array(
-               'otherProjectsLinksByDefault' => true, // T96502
        ),
        'tewiki' => array(
                'sortPrepend' => array( 'en', 'hi', 'kn', 'ta', 'ml' ),
diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index dfa901e..5e749b9 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -142,7 +142,7 @@
        }
 
        $wgWBClientSettings['siteGroup'] = $wmgWikibaseSiteGroup;
-       $wgWBClientSettings['otherProjectsLinksBeta'] = true;
+       $wgWBClientSettings['otherProjectsLinksByDefault'] = true;
 
        $wgWBClientSettings['excludeNamespaces'] = function() {
                // @fixme 102 is LiquidThread comments on wikinews and 
elsewhere?

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

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

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

Reply via email to