Math/tests
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
..
MathCoverageTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathDatabaseTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathInputCheckTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathInputCheckTexvcTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathLaTeXMLTest.php $wgMathValidModes and orthogonal MathJax enabler 2014-04-08 15:29:42 +00:00
MathRendererTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathSourceTest.php Fix MathJax centers equations 2014-04-06 21:58:30 +00:00
MathTexvcTest.php Coverage tests for the Math extension 2014-03-11 15:35:07 +00:00
ParserTest.data Fix MathJax centers equations 2014-04-06 21:58:30 +00:00