jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/348176 )

Change subject: Remove use of blacklist for related pages feature
......................................................................


Remove use of blacklist for related pages feature

Bug: T162201
Change-Id: I803cdc3ea162fbb4f7f85cbc32a3f8d2f82536c1
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 0 insertions(+), 7 deletions(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 27c2289..2080dbf 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2875,7 +2875,6 @@
 
        if ( $wmgRelatedArticlesShowInFooter ) {
                wfLoadExtension( 'Cards' );
-               $wgRelatedArticlesFooterBlacklistedSkins = 
$wmgRelatedArticlesFooterBlacklistedSkins;
                $wgRelatedArticlesShowInSidebar = false;
                $wgRelatedArticlesShowInFooter = true;
                $wgRelatedArticlesLoggingSamplingRate = 0.01;
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index dd4e8b4..fa457c3 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -16922,12 +16922,6 @@
        'related-articles-footer-blacklisted-skins' => [],
 ],
 
-// Can be removed when T160076 is deployed everywhere
-'wmgRelatedArticlesFooterBlacklistedSkins' => [
-       'default' => [],
-       'related-articles-footer-blacklisted-skins' => [ 'minerva' ],
-],
-
 'wgRelatedArticlesEnabledSamplingRate' => [
        'default' => 1,
        'enwiki' => 0.9,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I803cdc3ea162fbb4f7f85cbc32a3f8d2f82536c1
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Niharika29 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to