[Bug 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2013-07-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |

-- 
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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2013-04-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

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

   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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2013-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/61182 (Gerrit Change
I97800317366aafcaad87ecf6644e9417c698c5da)

-- 
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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2013-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/23073 (Gerrit Change
Ic05659eaca35a939289bf49b17084299319d8c4d) | change ABANDONED [by TheDJ]

-- 
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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2013-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/61183 (Gerrit Change
I18e2f089d56e42b8e603ac45d726942bb478580b)

-- 
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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2013-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/61184 (Gerrit Change
I9811832430e9ddd8a4c03f265d07529a76efc38a)

-- 
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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2012-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

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

   What|Removed |Added

   Keywords|patch-need-review   |patch-in-gerrit

--- Comment #4 from Derk-Jan Hartman hartman.w...@gmail.com 2012-09-07 
14:18:41 UTC ---
https://gerrit.wikimedia.org/r/23073

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2012-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

--- Comment #3 from Michael M. listenle...@gmail.com 2012-03-28 09:22:57 UTC 
---
Created attachment 10339
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10339
Proposed code for ext.math.mathjax.enabler.js

The proposed code (easier to read than a diff) does the following:

* apply coding conventions
* remove global variable mathJax (not to be mixed up with MathJax), moved this
to mediaWiki.mathJax
* remove special code for WikEd and AjaxPreview, this did only work when
ext.math.mathjax.enabler.js was loaded in edit mode, which only happened when
showing a preview with math.
* introduce a jQuery method to render all TeX inside a jQuery collection, it
hooks into the MathJax system, so will work no matter when you call it.

It can be used as $content.renderTeX( function () { alert('Done!'); } );
I don't think that the Math extension should implement it's own hook system,
but wait for bug 23580. Gadgets can use code like

mw.loader.using( 'ext.math.mathjax.enabler', function () {
 $newContent.renderTeX();
} );

to load the code (if this didn't already happen) and render the formulas in the
new content.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2012-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2012-03-26 18:07:27 
UTC ---
There should be a hook for preview mode somewhere. Several other scripts use it
as well.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 35478] Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2012-03-26 19:47:50 
UTC ---
That would be:
$j( mw ).bind( 'LivePreviewPrepare' , function(){ // start loading });

but only works for livepreview it seems...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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