Jdlrobson has uploaded a new change for review.

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

Change subject: WIP: Disable special casing of main page where it is not 
required
......................................................................

WIP: Disable special casing of main page where it is not required

This feature continues to confuse people and its demise should be
accelerated rather than encouraged.

Plan is to disable config variable where the feature is not being used
to make it more obvious where changes need to be made.

* Disable on wikidata which uses Wikidata:Main Page
* Disable on Wikitionary's not using the main page special casing
(TBC)

Bug: T138129
Change-Id: I68090845d48b8598592b7c9a19943e9d60529239
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index a28b6ba..eee1266 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -14241,6 +14241,13 @@
        'wikivoyage' => [ 'h2', 'h3', 'h4', 'h5', 'h6' ], // T110436, T110837
 ],
 
+'wgMFSpecialCaseMainPage' => [
+       'default' => true,
+       'wikidata' => false,
+       'wikiquote' => false, // T138129
+       'wiktionary' => false, // T138129
+],
+
 'wgMFRemovableClasses' => [
        'default' => [
                'base' => [ '.navbox', '.nomobile' ],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I68090845d48b8598592b7c9a19943e9d60529239
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

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

Reply via email to