Page MenuHomePhabricator

Make MathML rendering default on BETA wikipedia
Closed, ResolvedPublic

Description

Currently
http://en.wikipedia.beta.wmflabs.org/wiki/Math
is rendered using the old SVG rendering.
It would be nice to see MathML rendering there.

Event Timeline

Physikerwelt claimed this task.
Physikerwelt raised the priority of this task from to Medium.
Physikerwelt updated the task description. (Show Details)
Physikerwelt added subscribers: Physikerwelt, Aklapper.

I know that this files can be used to change the default mode
https://github.com/wikimedia/operations-mediawiki-config/blob/3e8ab37faa536fb32a564d8c612e20d5417ec994/wmf-config/CommonSettings.php#L2286
but I don't know what condition to use to figure out if we are in beta

if ( $beta ) {
    $wgDefaultUserOptions[ 'math' ] = 'mathml'; 
}

Change 283199 had a related patch set uploaded (by Physikerwelt):
Make MathML rendering default in labs

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

Change 283199 merged by jenkins-bot:
Make MathML rendering default in labs

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

mobrovac edited projects, added Math; removed Patch-For-Review.
mobrovac removed a subscriber: gerritbot.

Merged and deployed. BetaCluster is using RESTBase / Mathoid with MathML rendering by default now.