Math library for MediaWiki (patched)
Go to file
Antoine Musso 84d531cca0 debug log was attempting to show a Blob object
A wfDebugLog() was attempting to concatenate a string with a Blob object
which does not support conversion to a string.  Since that was used to
show some hash, display the current string hash instead.
Furthermore the input-hash, which can be calculated from the TeX input
string was displayed, which is not very helpful. The variable hash is 
calculated by texvc and can be used to search for the rendered image in
the filesystem.

Change-Id: I9943fd51d3021bf2d62a29f33de0858803763f86
2013-04-26 12:40:03 +00: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 Restructuring Math classes 2013-02-07 20:35:45 -08:00
modules JSHint: Equality, unused arguments and other minor remnants. 2013-02-06 20:20:14 -08:00
tests tests: skip math table creation for SQLite DB 2013-04-26 14:17:03 +02:00
.gitignore Ignore .DS_Store 2012-06-02 11:42:18 +02:00
.gitreview Adding .gitreview 2012-03-23 10:30:45 -07:00
.jshintignore JSHint: ignore modules/MathJax 2013-01-18 12:22:28 +01:00
.jshintrc JSHint: Add .jshintrc 2013-02-06 19:54:07 -08:00
Math.hooks.php Write cache unless there *is* a cache hit: 2013-03-12 00:38:45 -04:00
Math.i18n.php Localisation updates from http://translatewiki.net. 2013-04-07 20:53:47 +00:00
Math.php Add and register PHP unit tests for MathSource class 2013-02-17 20:23:50 +00:00
MathMathJax.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
MathRenderer.php debug log was attempting to show a Blob object 2013-04-26 12:40:03 +00:00
MathSource.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
MathTexvc.php renaming of read and write methods for database access 2013-04-24 06:03:37 +00:00
README Add and register PHP unit tests for MathSource class 2013-02-17 20:23:50 +00:00
mathParserTests.txt Restructuring Math classes 2013-02-07 20:35:45 -08: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.

For testing your installation run
php tests/phpunit/phpunit.php extensions/Math/tests/
from your MediWiki home path.