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

Change subject: WikidataPageBanner config changes
......................................................................


WikidataPageBanner config changes

Enable on all namespaces by default to save confusion.
Enable WPBEnablePageImagesBanners on wikis that do not
use the magic word.

Bug: T129099
Change-Id: I9776d7cd4e516806ba3dd8c6435d24770e7e516d
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 1 deletion(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 1a0cc3a..2dcdfe0 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -16611,12 +16611,18 @@
        'default' => array(),
        'enwiki' => array( 'monobook', 'modern', 'vector', 'cologneblue', 
'minerva' ), // T101108
 ),
+
+'wgWPBEnablePageImagesBanners' => array(
+       'default' => false,
+       'enwiki' => true, // T101108
+),
+
 'wgWPBEnableHeadingOverride' => array(
        'default' => true,
        'enwiki' => false, // T101108
 ),
 'wgWPBNamespaces' => array(
-       'default' => array( NS_MAIN, NS_USER ),
+       'default' => true, // T129099
        'frwikivoyage' => array( NS_MAIN, NS_USER, NS_PROJECT, NS_HELP ), // 
T123084
        'ruwikivoyage' => array( 0, 1, 10, 11, 12, 13, 14, 15, 2,
                2300, 2301, 2302, 2303, 2600, 3, 4, 5, 6, 7, 8, 828, 829, 9 ), 
// T114566, T114723

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9776d7cd4e516806ba3dd8c6435d24770e7e516d
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to