Commit graph

7 commits

Author SHA1 Message Date
Krinkle
0e82a6cfd0 Applying whitespace conventions in core JS files.
* Mostly whitespace in callers: $('foo').bar(baz,quux) => $( 'foo' ).bar( baz, quux )
* Also several occurrences of mixes spaces and tabs in the indention in front of a line, converted to tabs.
* And double spaces -> single spaces at random.
2011-08-12 21:48:10 +00:00
Krinkle
901ce259c0 Applying code conventions:
* size() -> length
* strict comparison to undefined instead of typeof + string comparison
* merge var statements
* strict comparison to 0 and ''
* dot notation
* trailing whitespace
2011-07-28 05:53:34 +00:00
Krinkle
dd26bd6a53 Step 1 of QUnit/TestSwarm support (bug 26908)
* Add jQuery QUnit module
* Add a return value to mw.Map.prototype.set
* Add fallback to 'body' for options.parent in a new $.messageBox

(this is a re-do of r87830, but without breaking mw.config, see r87830 CR)

--
* Small whitespace fix (spaces to tabs) in Resources.php
2011-05-10 21:54:42 +00:00
Brion Vibber
a14b9a868f Revert r87830: broke ResourceLoader, MediaWiki config variables 2011-05-10 21:37:15 +00:00
Krinkle
3995a0380a Step 1 of QUnit/TestSwarm support (bug 26908)
* Add jQuery QUnit module
* Add a return value to mw.Map.prototype.set
* Add fallback to 'body' for options.parent in a new $.messageBox
2011-05-10 17:53:21 +00:00
Krinkle
8fa69452fa Follow-up r81660.
(Renaming new jQuery.jsMessage plugin to jQuery.mesageBox() )
2011-02-08 00:22:03 +00:00
Krinkle
0146f3e4f3 Renaming new jQuery.jsMessage plugin to jQuery.mesageBox(). Name was too generic and could be confusing with localization messages.
. Next commit will deal with the contents of the messageBox .js/css files
2011-02-08 00:20:41 +00:00
Renamed from resources/jquery/jquery.jsMessage.js (Browse further)