[Bug 48885] VisualEditor: jQuery and mediaWiki globals should be used through closures, not directly through $ and mw

2014-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48885 --- Comment #2 from Krinkle --- I suggest for standalone we introduce an module-intro/outro that is used to wrap around individual modules (not per file). So e.g. dist/ve.core.js would be: -- intro ( function ( ve, $ ) { -- include ve.js --

[Bug 48885] VisualEditor: jQuery and mediaWiki globals should be used through closures, not directly through $ and mw

2014-03-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48885 James Forrester changed: What|Removed |Added Assignee|roan.katt...@gmail.com |jforrester+veteambztickets@

[Bug 48885] VisualEditor: jQuery and mediaWiki globals should be used through closures, not directly through $ and mw

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48885 James Forrester changed: What|Removed |Added Severity|normal |enhancement -- You are receiving th

[Bug 48885] VisualEditor: jQuery and mediaWiki globals should be used through closures, not directly through $ and mw

2013-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48885 --- Comment #1 from Krinkle --- For the record, inside ResourceLoader context $ is a local variable provided by the ResourceLoader built-in closure. See also bug 48886. -- You are receiving this mail because: You are on the CC list for the b

[Bug 48885] VisualEditor: jQuery and mediaWiki globals should be used through closures, not directly through $ and mw

2013-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48885 James Forrester changed: What|Removed |Added Priority|Unprioritized |Low Status|NEW