Math/tests
physikerwelt (Moritz Schubotz) c7197bee19 Add separate database table for LaTeXML (step 5)
Currently the PNG and the LaTeXML rendering mode
use a common table in the database. If both rendering
modes are allowed in a wiki simultaneously this causes
problems, because the fields are continuously overwritten.

This is patch changes the logic of the rendering
engine to use the specific database.
The caching logic is now simpler to understand.
A entry is written to the database if the changed field
of the MathRenderer class is true. Is is triggered by the
setters of the database relevant fields.


Bug: 65522
Change-Id: Ief9de889b9292b21c9d1529a8b1797f38196edad
2014-05-31 10:34:21 +00:00
..
MathCoverageTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathDatabaseTest.php Add separate database table for LaTeXML (step 5) 2014-05-31 10:34:21 +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
MathLaTeXMLDatabaseTest.php Add separate database table for LaTeXML (step 5) 2014-05-31 10:34:21 +00:00
MathLaTeXMLTest.php Fix: Allow <div /> as valid Math output 2014-04-08 16:13:28 +00:00
MathRendererTest.php Add separate database table for LaTeXML (step 5) 2014-05-31 10:34:21 +00:00
MathSourceTest.php Fix MathJax centers equations 2014-04-06 21:58:30 +00:00
MathTexvcTest.php Add separate database table for LaTeXML (step 5) 2014-05-31 10:34:21 +00:00
ParserTest.data Fix MathJax centers equations 2014-04-06 21:58:30 +00:00