mediawiki-extensions-WikiEd.../modules
Krinkle 40bb0c72b5 Extension:WikiEditor Code quality, JSHint validation and JSPERF
- Leaked globals
- Strict comparison to 0, false and ''
- Missing semicolon
- Variable name collision
- Minor improvements in caching (in a few places "var $that" cached $(this), but wasn't actually used)
- Replace calls to deprecated $j with $
- Checking undefined by strictly comparing references instead of a string comparison and typeof (speed)

(see bug 29106)
2011-06-06 23:18:13 +00:00
..
images Fixes bug 24088: WikiEditor toolbar RTL icons 2011-04-25 12:26:20 +00:00
contentCollector.js Some more unterminated statements (bug 26265) 2010-12-06 22:51:54 +00:00
ext.wikiEditor.css * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.dialogs.js 1. Re-introduces check if the browser supports the dialogs, which was removed for no apparent reason in r74276. 2011-02-25 00:01:57 +00:00
ext.wikiEditor.highlight.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.preview.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
ext.wikiEditor.previewDialog.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.publish.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
ext.wikiEditor.templateEditor.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.templates.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.tests.toolbar.js Using new group feature of ResourceLoaderFileModule objects. 2010-09-20 23:31:56 +00:00
ext.wikiEditor.toc.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.toolbar.hideSig.js Fixes bug 28149 (but with default to true) 2011-04-22 12:10:18 +00:00
ext.wikiEditor.toolbar.js A bit of a reorganisation that fixes bug 27164. Basically the extensive configuration in the ext.wikieditor.* functions is moved to the jquery plugins, to be able to use these configurations in other extensions which don't have a #wpTextbox1. 2011-02-24 01:45:55 +00:00
jquery.wikiEditor.css Removed ad-hoc rtl rules - CSSJanus out of the box is doing just fine. 2011-01-12 00:06:57 +00:00
jquery.wikiEditor.dialogs.config.css Fix jumping of textbox in link-dialog. This happened when the link was being checked and the too large spinner image pushed the field down 2011-04-21 08:59:13 +00:00
jquery.wikiEditor.dialogs.config.js Followup to r86108 per CR: Fix two calls to legacy tablesorter 2011-04-30 18:58:17 +00:00
jquery.wikiEditor.dialogs.css Moved one rule back. 2010-09-16 21:44:43 +00:00
jquery.wikiEditor.dialogs.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
jquery.wikiEditor.highlight.js Copied over all the resources needed to make WikiEditor stand on it's own two feet. Lots more to do as far as organizing and fleshing out the extensions's PHP bits. 2010-09-15 03:08:35 +00:00
jquery.wikiEditor.html Followup r79570: fix the image paths up for real 2011-01-04 12:03:41 +00:00
jquery.wikiEditor.iframe.js WikiEditor: Use wgExtensionAssetsPath instead of wgScriptPath + '/extensions' 2011-02-16 14:52:34 +00:00
jquery.wikiEditor.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
jquery.wikiEditor.preview.css Lots of refactoring. This still does not work! But it's getting close. 2010-09-15 22:40:50 +00:00
jquery.wikiEditor.preview.js Mostly reverted r75487, making use of a new version of mediaWiki.msg. 2010-10-27 00:16:32 +00:00
jquery.wikiEditor.previewDialog.css Added embed tags to CSS image URLs 2010-09-16 22:57:22 +00:00
jquery.wikiEditor.previewDialog.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
jquery.wikiEditor.publish.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
jquery.wikiEditor.templateEditor.js WikiEditor: Fix templateEditor dialogs, which were broken by lazy creation in the dialogs module, by allowing them to specify they need immediate creation. Also add a few missing var keywords and explicitly pass a variable that was previously passed by accident because it leaked into the global scope without the var on it. 2011-01-04 12:53:20 +00:00
jquery.wikiEditor.templates.js Copied over all the resources needed to make WikiEditor stand on it's own two feet. Lots more to do as far as organizing and fleshing out the extensions's PHP bits. 2010-09-15 03:08:35 +00:00
jquery.wikiEditor.toc.css Removed ad-hoc rtl rules - CSSJanus out of the box is doing just fine. 2011-01-12 00:06:57 +00:00
jquery.wikiEditor.toc.js Mostly reverted r75487, making use of a new version of mediaWiki.msg. 2010-10-27 00:16:32 +00:00
jquery.wikiEditor.toolbar.config.js Fixes bug 24088: WikiEditor toolbar RTL icons 2011-04-25 12:26:20 +00:00
jquery.wikiEditor.toolbar.css (bug 27502) Monospace text too small 2011-02-19 15:02:14 +00:00
jquery.wikiEditor.toolbar.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00