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

Change subject: Remove references to the Math VisualEditor BetaFeature (now 
graduated)
......................................................................


Remove references to the Math VisualEditor BetaFeature (now graduated)

$wmgMathVisualEditorDefault hasn't been used in production for a few months
now.

Change-Id: I84488427270f87b1ce6ae4f79a1ab40618e598c7
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings-labs.php
M wmf-config/InitialiseSettings.php
3 files changed, 0 insertions(+), 14 deletions(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 16a1b15..500e493 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2043,12 +2043,6 @@
        $wgMathDisableTexFilter = true; // severe performance regression; 
--Aaron
        // disable MW_MATH_MATHML and MW_MATH_SOURCe until mathoid table is 
created (bug 66492, 66587)
        $wgMathValidModes = array( MW_MATH_PNG );
-
-       if ( $wmgMathVisualEditorDefault ) {
-               // Enable the Math VE editing Beta Feature by default
-               $wgDefaultUserOptions['math-enable-visualeditor'] = 1;
-               $wgHiddenPrefs[] = 'math-enable-visualeditor';
-       }
        // These variables point to non-WMF servers by default.
        // Prevent accidental use.
        $wgMathMathMLUrl = $wgMathLaTeXMLUrl = null;
diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 6af6565..cc07371 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -331,9 +331,6 @@
        'wmgVisualEditorEnableTocWidget' => array(
                'enwiki' => true,
        ),
-       'wmgMathVisualEditorDefault' => array(
-               'enwiki' => true,
-       ),
 
        'wmgUseCampaigns' => array(
                'default' => true,
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 9c87c4e..a4a9260 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11415,11 +11415,6 @@
        'loginwiki' => false,
 ),
 
-'wmgMathVisualEditorDefault' => array(
-       'default' => false,
-       'mediawikiwiki' => true,
-),
-
 'wmgUseMarkAsHelpful' => array(
        'default' => false,
        'testwiki' => true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I84488427270f87b1ce6ae4f79a1ab40618e598c7
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to