[Bug 54026] MathJax introduces new ways to enter math

2014-07-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

--- Comment #8 from physikerwelt phy...@ckurs.de ---
In principal this issue has been solved by texvccheck.
However, it's disabled via config
https://git.wikimedia.org/blob/operations%2Fmediawiki-config/bf53aa2d778587d4265cd77215b9396bfaa8885d/wmf-config%2FCommonSettings.php#L2043

Maybe we find a way to test if the performance issue is solved? However I have
no idea how we could test that and who could help us with that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026
Bug 54026 depends on bug 35479, which changed state.

Bug 35479 Summary: Output TeX code in script elements for MathJax
https://bugzilla.wikimedia.org/show_bug.cgi?id=35479

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2014-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

--- Comment #7 from Frédéric Wang fred.w...@free.fr ---
I thought physikerwelt's plan was to switch to MathML+SVG+PNG output by
default, with server-side conversion so the TeX source problem becomes
irrelevant here.

However, for people who still want to use the client-side MathJax mode,
wiki2jax will still process the TeX source (in the PNG alt text or in a span)
and a user can enter it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2014-04-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #6 from Derk-Jan Hartman hartman.w...@gmail.com ---
It's Javascript, the only way you can do post processing. Select this and now
convert. Should be fixed by switching to script based output, because that's
not something that can be entered by users.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

--- Comment #5 from Peter Krautzberger peter.krautzber...@mathjax.org ---
@physikerwelt This is caused by a bad configuration within the Math extension,
it is not the default behavior of MathJax to render such a span.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2014-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

Matthew Flaschen mflasc...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2014-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

--- Comment #3 from physikerwelt phy...@ckurs.de ---
Still not fixed in MathJax 2.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2014-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

--- Comment #4 from physikerwelt phy...@ckurs.de ---
(In reply to comment #3)
 Still not fixed in MathJax 2.3

https://en.wikipedia.org/wiki/User:Physikerwelt/sandbox

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2013-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

--- Comment #2 from Matthew Flaschen mflasc...@wikimedia.org ---
Users can not enter script tags (with any type); tags that are not whitelisted
are HTML-encoded.  See
https://en.wikipedia.org/w/index.php?title=User:Superm401/Sandboxoldid=573293058
for a demo with mml/tex

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54026] MathJax introduces new ways to enter math

2013-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54026

Frédéric Wang fred.w...@free.fr changed:

   What|Removed |Added

 CC||fred.w...@free.fr
 Depends on||35479

--- Comment #1 from Frédéric Wang fred.w...@free.fr ---
OK, I guess this will be fixed if we use script type=mml/tex tag in the
future (unless users can enter script tag of course).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l