Nikerabbit has uploaded a new change for review. https://gerrit.wikimedia.org/r/71319
Change subject: ULS deployment phase 4 ...................................................................... ULS deployment phase 4 https://www.mediawiki.org/wiki/UniversalLanguageSelector/Deployment/Planning#Phase_4:_English_Wikipedia Change-Id: I1f1e4580dd1a32b68e943c2f3e161682b9ae7db2 --- M wmf-config/CommonSettings.php M wmf-config/InitialiseSettings.php 2 files changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/19/71319/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index f849896..8116371 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2442,6 +2442,7 @@ $wgULSGeoService = false; $wgULSAnonCanChangeLanguage = false; $wgULSPosition = $wmgULSPosition; + $wgULSIMEEnabled = $wmgULSIMEEnabled; } if ( $wmgUseWikibaseRepo ) { diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 7942d7b..2a78cc5 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -12111,6 +12111,7 @@ 'cebwiki' => true, 'dvwiki' => true, 'dvwiktionary' => true, + 'enwiki' => true, 'enwikisource' => true, 'enwiktionary' => true, 'fawiki' => true, @@ -12188,6 +12189,12 @@ 'betawikiversity' => 'personal', ), +// Whether ime is enabled *by default* +'wmgULSIMEEnabled' => array( + 'default' => true, + 'enwiki' => false, +), + 'wmgUseWikibaseRepo' => array( 'default' => false, 'wikidata' => true, -- To view, visit https://gerrit.wikimedia.org/r/71319 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1f1e4580dd1a32b68e943c2f3e161682b9ae7db2 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Nikerabbit <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
