mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
c22f628a68
adds two new phpUnitTests for the abstract MathRender class and another one that test the basic database access. Therefore the read and write methods have been made changed from protected to public. Change-Id: I77a8b0a4dfe7529b5521ead097ac7b518688ef70 |
||
---|---|---|
db | ||
math | ||
modules | ||
tests | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
Math.hooks.php | ||
Math.i18n.php | ||
Math.php | ||
MathMathJax.php | ||
mathParserTests.txt | ||
MathRenderer.php | ||
MathSource.php | ||
MathTexvc.php | ||
README |
This version (for MediaWiki 1.19) has some changes since previous versions: * rendering options have been reduced to just 'Always PNG' and 'Leave it as TeX' ** all other rendering options will merge to PNG. * initial experimental support for integrating MathJax client-side rendering See the README in the math subdirectory for more info on setting up the low-level conversion tools. For testing your installation run php tests/phpunit/phpunit.php extensions/Math/tests/ from your MediWiki home path.