merge JSTesting branch into trunk
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 3 Jan 2012 18:33:26 +0000 (18:33 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 3 Jan 2012 18:33:26 +0000 (18:33 +0000)
commitc447423593789920a9c77da280463e2f900e54c7
treeef765a8b6f62a003cf31afbcc1c88e78cf1368c6
parent0bf95761a2c16e4c121c64e60fa56b5cd70099a2
merge JSTesting branch into trunk

Changed written by Timo and reviewed by Hashar. This should be harmless.

To enable the feature:
  $wgEnableJavaScriptTest = true;

Then head to:
  [[Special:JavaScriptTest/qunit]]
32 files changed:
RELEASE-NOTES-1.19
docs/hooks.txt
includes/AutoLoader.php
includes/DefaultSettings.php
includes/Skin.php
includes/SpecialPageFactory.php
includes/resourceloader/ResourceLoader.php
includes/specials/SpecialJavaScriptTest.php [new file with mode: 0644]
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
resources/Resources.php
resources/mediawiki.special/mediawiki.special.javaScriptTest.js [new file with mode: 0644]
tests/qunit/QUnitTestResources.php [new file with mode: 0644]
tests/qunit/data/testrunner.js
tests/qunit/suites/resources/jquery/jquery.autoEllipsis.test.js
tests/qunit/suites/resources/jquery/jquery.byteLength.test.js
tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js
tests/qunit/suites/resources/jquery/jquery.client.test.js
tests/qunit/suites/resources/jquery/jquery.colorUtil.test.js
tests/qunit/suites/resources/jquery/jquery.getAttrs.test.js
tests/qunit/suites/resources/jquery/jquery.highlightText.test.js
tests/qunit/suites/resources/jquery/jquery.localize.test.js
tests/qunit/suites/resources/jquery/jquery.mwExtension.test.js
tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
tests/qunit/suites/resources/jquery/jquery.textSelection.test.js
tests/qunit/suites/resources/mediawiki.special/mediawiki.special.recentchanges.test.js
tests/qunit/suites/resources/mediawiki/mediawiki.Title.test.js
tests/qunit/suites/resources/mediawiki/mediawiki.jscompat.test.js
tests/qunit/suites/resources/mediawiki/mediawiki.test.js
tests/qunit/suites/resources/mediawiki/mediawiki.user.test.js
tests/qunit/suites/resources/mediawiki/mediawiki.util.test.js