Math/modules
Moritz Schubotz (Physikerwelt) 58f913ecb0 $wgMathValidModes and orthogonal MathJax enabler
To adjust the selectable math rendering modes in user preferences $wgMathValidModes
is introduced.

* $wgUseLaTeXML becomes unnecessary use $wgMathValidModes[] = MW_MATH_LATEXML;
  to enable the LaTeXML rendering mode
* add $wgMathValidModes[] = MW_MATH_MATHJAX; to enable MathJax

Currently, MathJax is bound to the MW_MATH_SOURCE rendering mode.
This change makes the base mode user configurable.
That means before MathJax is loaded the png fallback image could
be displayed.

ATTENTION: This change modifies global variables as follows:
* MW_MATH_MATHJAX is deprecated.

Bug: 57981
Change-Id: Ibf705cb66754d04e4c7eafd1e98608b25d7dbb94
2014-04-08 15:29:42 +00:00
..
MathJax Fix trailing commas in MathJax wiki2jax 2014-04-08 17:25:55 +02:00
VisualEditor Emit rerender on math node if Tex image is not present 2014-03-31 16:07:59 -07:00
.jshintrc Adding mathoid as tex to MathML and SVG renderer 2013-10-04 17:03:34 -07:00
ext.math.css Fix MathJax centers equations 2014-04-06 21:58:30 +00:00
ext.math.editbutton.js Add dependency for math edit button 2014-04-07 13:15:02 +00:00
ext.math.mathjax.enabler.js $wgMathValidModes and orthogonal MathJax enabler 2014-04-08 15:29:42 +00:00