Math library for MediaWiki (patched)
Go to file
Brion Vibber 6e110abf85 Disable dangerous \href and \style commands
MathJax's TeX input by default includes \href and \style commands, which can be
used to inject JavaScript and web bugs. Disabling them by overriding them with
named function macros.

Change-Id: Id21253e9d1621b5ec4e93e28361c498c484b1b7b
2012-04-18 11:14:26 -07:00
db Breaking the 'math' table setup out to Math extension. Should be the last main step in extension-ification of the math options! 2011-04-22 21:37:16 +00:00
math Adding some gitignore to the math directory, to ignore the compiled binaries and intermediary objects. 2012-03-25 21:13:52 +02:00
modules Disable dangerous \href and \style commands 2012-04-18 11:14:26 -07:00
.gitreview Adding .gitreview 2012-03-23 10:30:45 -07:00
Math.body.php Bug 31824: Fix for the empty math tag 2012-04-08 11:50:52 -04:00
Math.hooks.php update copyright notice years for 2012 2012-03-05 22:25:09 +00:00
Math.i18n.php Localisation updates from http://translatewiki.net. 2012-04-16 16:11:54 +00:00
Math.php Tweak MathJax loading per recommendations from mathjax-users list: 2012-03-06 21:57:12 +00:00
README Initial experimental import of MathJax source into Math extension as a client-side rendering supplement to the PNG rendering. 2011-12-06 01:17:35 +00:00
mathParserTests.txt Bug 31824: Fix for the empty math tag 2012-04-08 11:50:52 -04:00

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.