[Bug 64844] Duplicate MathJax preference

2014-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #1 from physikerwelt --- You don't need to add MW_MATH_MATHJAX to the $wgMathValidModes[] array. The documentation might be outdated. The Math extension in the master branch is currently between versions 1.1 and 2.0. It would be g

[Bug 64844] Duplicate MathJax preference

2014-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #2 from Richard Morris --- Yes I see. Just getting my head round git and versions. Hopefully I get to look at the math2_0_0 branch. I've just checked it out and rerun the update script. Special:Version is still reporting the versio

[Bug 64844] Duplicate MathJax preference

2014-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #3 from Richard Morris --- Ah I think I got the wrong branch. Is it the origin/dev for the 2.0 version? Its not at all clear from https://www.mediawiki.org/wiki/Extension:Math how to get the 2.0 version. With origin/dev both $

[Bug 64844] Duplicate MathJax preference

2014-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #4 from physikerwelt --- I think the documentation was wrong. I fixed it on https://www.mediawiki.org/wiki/Extension:Math The second option should work with master and dev. Sorry for the inconvenience. -- You are receiving this m

[Bug 64844] Duplicate MathJax preference

2014-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #5 from physikerwelt --- i.e. the setting should be $wgMathValidModes = array( MW_MATH_MATHSOURCE ); // setting Source as only serverside output -- You are receiving this mail because: You are the assignee for the bug. You are on

[Bug 64844] Duplicate MathJax preference

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #6 from Richard Morris --- I get an exception for $wgMathValidModes = array( MW_MATH_MATHSOURCE ); I think it should be $wgMathValidModes = array( MW_MATH_SOURCE ); as that matches Math.hooks.php getMathNames(). That cures one

[Bug 64844] Duplicate MathJax preference

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 physikerwelt changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|wikibugs-l@

[Bug 64844] Duplicate MathJax preference

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #8 from Gerrit Notification Bot --- Change 131439 had a related patch set uploaded by Physikerwelt: Catch misconfiguration of math default option https://gerrit.wikimedia.org/r/131439 -- You are receiving this mail because: You a

[Bug 64844] Duplicate MathJax preference

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 Gerrit Notification Bot changed: What|Removed |Added Status|ASSIGNED|PATCH_TO_REVIEW -- You are

[Bug 64844] Duplicate MathJax preference

2014-05-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 --- Comment #9 from Gerrit Notification Bot --- Change 131439 merged by jenkins-bot: Catch misconfiguration of math default option https://gerrit.wikimedia.org/r/131439 -- You are receiving this mail because: You are on the CC list for the b

[Bug 64844] Duplicate MathJax preference

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64844 physikerwelt changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|---