Jforrester has uploaded a new change for review.
https://gerrit.wikimedia.org/r/257802
Change subject: Remove always-used VisualEditorShowBetaWelcome config option
......................................................................
Remove always-used VisualEditorShowBetaWelcome config option
Change-Id: I6dd0ed8db073733c111e0902900c341d06c46362
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 1 insertion(+), 8 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/02/257802/1
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index fdf57a2..25d383a 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2022,9 +2022,7 @@
}
// Welcome configuration
- if ( $wmgVisualEditorShowBetaWelcome ) {
- $wgVisualEditorShowBetaWelcome = true;
- }
+ $wgVisualEditorShowBetaWelcome = true;
// Experimental code configuration
if ( $wmgVisualEditorExperimental ) {
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 3320890..8459a0a 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12985,11 +12985,6 @@
'enwiki' => true,
),
-// Should VisualEditor's "beta welcome" be shown
-'wmgVisualEditorShowBetaWelcome' => array(
- 'default' => true,
-),
-
// Should VisualEditor display a live version of the Table of Contents as you
edit
'wmgVisualEditorEnableTocWidget' => array(
'default' => false,
--
To view, visit https://gerrit.wikimedia.org/r/257802
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6dd0ed8db073733c111e0902900c341d06c46362
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits