r113100 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113099‎ | r113100 | r113101 >
Date:22:45, 5 March 2012
Author:brion
Status:ok
Tags:1.19, mathjax 
Comment:
Avoid conflict between MathJax's TeX finder and our own: remove theirs so we don't end up putting preview markup inside other markup
Modified paths:
  • /trunk/extensions/Math/Math.php (modified) (history)
  • /trunk/extensions/Math/modules/ext.math.mathjax.preload.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Math/Math.php
@@ -129,7 +129,6 @@
130130 'ext.math.mathjax.preload.js',
131131 'MathJax/jax/input/TeX/config.js',
132132 'MathJax/jax/output/HTML-CSS/config.js',
133 - 'MathJax/extensions/tex2jax.js',
134133 'MathJax/extensions/MathEvents.js',
135134 'MathJax/extensions/MathZoom.js',
136135 'MathJax/extensions/MathMenu.js',
Index: trunk/extensions/Math/modules/ext.math.mathjax.preload.js
@@ -1,7 +1,6 @@
22 MathJax.Ajax.Preloading(
33 "[MathJax]/jax/input/TeX/config.js",
44 "[MathJax]/jax/output/HTML-CSS/config.js",
5 - "[MathJax]/extensions/tex2jax.js",
65 "[MathJax]/extensions/MathEvents.js",
76 "[MathJax]/extensions/MathZoom.js",
87 "[MathJax]/extensions/MathMenu.js",

Status & tagging log