Move the math option inside ParserOptions instead of having Math.php directly sneakin...
authorPlatonides <platonides@users.mediawiki.org>
Thu, 5 Aug 2010 15:24:36 +0000 (15:24 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 5 Aug 2010 15:24:36 +0000 (15:24 +0000)
commit3b8b3fd067b4d1483f1482101a85b14ee64b47f5
tree1d92df0271e4eab4fd7896365712704463887912
parent5582aca1ed2362eaf6777f9e1987d06dfc8ab9ea
Move the math option inside ParserOptions instead of having Math.php directly sneaking into $wgUser.
Throw an exception if trying to use the DateFormat ParserOption and the UseDynamicDates option is not set.
includes/Math.php
includes/parser/CoreTagHooks.php
includes/parser/ParserOptions.php