Sam Reed
7f10e92044
Swap
...
/*
*
for
/**
*
2011-10-26 03:49:06 +00:00
Siebrand Mazeland
cc71ec5354
* bump version to 0.3.1
...
* stylize.php
2011-09-13 08:56:32 +00:00
Mark A. Hershberger
b18069c06a
Bug #29106 : Patch from Michael M. to address JS legacy globals in wikiEditor
2011-06-26 19:25:27 +00:00
Brion Vibber
2b22c37b88
* (bug 29322) Move some iframe-specific code in WikiEditor JS to its proper module
2011-06-09 18:10:02 +00:00
Roan Kattouw
9eaa77a549
WikiEditor: Use wgExtensionAssetsPath instead of wgScriptPath + '/extensions'
2011-02-16 14:52:34 +00:00
Roan Kattouw
94c2e2f19d
WikiEditor: Fix usage of $.client
2011-02-07 21:59:01 +00:00
Sam Reed
d1c8a22f6d
Some more unterminated statements (bug 26265)
2010-12-06 22:51:54 +00:00
Trevor Parscal
49eb154f2c
* Fixed mistake made in r74271 where some functions were moved from core jquery.wikiEditor into jquery.wikiEditor.iframe, causing errors for textarea mode. These changes properly split the functions, allowing the iframe to override the textarea functions, and using $.client to only execute them on IE. (tested in IE7)
...
* Also fixed IE bug, where "delete window.myThing;" fails but "delete myThing;" succeeds.
2010-10-05 20:54:38 +00:00
Trevor Parscal
0a71513db4
* Introduced the concept of context extensions
...
* Abstracted the requirements concept being used to hack in the iframe as a context extension requirement
* Removed some hardcoding for iframe stuff
* Moved about 60k of JavaScript code out of the main wikiEditor script, and into an iframe only context extension.
2010-10-04 20:12:30 +00:00