aboutsummaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* Qunit: Add bootstrap config for running tests with jQuery MigrateEirik Sletteberg2017-02-064-0/+1364
| | | | Closes gh-1774
* Build: Add jQuery 3.1.1Michał Gołębiowski2016-11-022-0/+10256
| | | | Closes gh-1766
* Build: Add jQuery 3.1.0Scott González2016-07-082-0/+10110
|
* Build: Add jQuery 3.0 for testingAlexander Schmitz2016-07-064-1919/+12685
|
* Build: Add jQuery 1.12/2.2 to the test configurationMichał Gołębiowski2016-05-2522-0/+113849
| | | | Ref gh-1706
* Tests: Add custom build of core to testsAlexander Schmitz2015-05-202-0/+10326
| | | | | | | This adds a custom build which excludes the event/alias and deprecated modules Fixes #12770 Closes gh-1556
* Build: Upgrade to jQuery 1.11.3Scott González2015-05-143-4/+10381
|
* Build: Update to qunit-assert-classes to V 1.0.2Alexander Schmitz2015-05-011-18/+140
| | | | Closes gh-1547
* Build: Upgrade to qunit-composite 1.1.0Scott González2015-04-091-3/+14
| | | | | Ref #10119 Closes gh-1528
* Tests: Use the qunit-assert-close moduleScott González2015-04-092-0/+127
| | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528
* Tests: Change test infrastructure to use AMD and reduce boilerplateScott González2015-04-091-0/+2076
| | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test
* Tests: Switch to the new qunit-composite moduleScott González2015-04-073-0/+233
| | | | | | This module was created from our existing implementation. Closes gh-1532
* Build: Upgrade to QUnit 1.18.0Jörn Zaefferer2015-04-033-225/+1188
|
* Build: Add qunit-assert-classes plug-in for classes testsAlexander Schmitz2015-03-112-0/+69
|
* Build: Upgrade to jQuery 1.11.2Scott González2015-02-2317-3901/+72343
| | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
* Build: Update QUnit to latest (1.17.1)Jörn Zaefferer2015-01-262-1175/+1805
|
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-1310-44972/+0
| | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-222-0/+367
| | | | Fixes #10563
* Build: Upgrade to jquery-mousewheel 3.1.12Scott González2014-07-222-4/+25
|
* Test: Get all jQuery versions from BowerScott González2014-06-2442-0/+194526
| | | | Ref gh-1266
* Build: Reorganize external directoryScott González2014-06-2412-0/+9872
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* External: Update mousewheel plugin, copy only main fileJörn Zaefferer2014-04-141-33/+152
|
* Externals: Update jshint to latestJörn Zaefferer2014-03-051-59347/+58475
|
* Tests: Update to latest QUnitJörn Zaefferer2014-02-202-685/+814
|
* Upgrade to JSHint 2.3.0 for browser version.Scott González2013-11-221-2607/+59214
|
* Updating Globalize to v0.0.1.TJ VanToll2013-07-111-52/+64
|
* Upgrade mousewheel to 3.1.0.Scott González2013-02-221-56/+73
|
* Upgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12.Scott González2013-01-312-162/+346
|
* Libs/externals: Fix line endings.Jörn Zaefferer2013-01-081-83/+83
|
* Removed bgiframe.Scott González2012-10-261-39/+0
|
* Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.Scott González2012-10-251-122/+0
|
* Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.Scott González2012-10-251-89/+0
|
* Fixes #8714, Build: Updated internal JSHint to latestMike Sherov2012-10-231-1170/+1615
|
* Update QUnit to 1.10.0Jörn Zaefferer2012-08-302-28/+77
|
* Update externals to latest mousewheel plugin, drop the version from the ↵Jörn Zaefferer2012-07-121-14/+20
| | | | fielname while at it
* Update to QUnit 1.9.0 and use new urlConfig for custom checkboxesJörn Zaefferer2012-07-112-45/+109
|
* Update QUnit to 1.8.0Jörn Zaefferer2012-06-142-120/+224
|
* Update to QUnit 1.6.0Jörn Zaefferer2012-05-042-658/+759
|
* Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ↵Scott González2012-04-231-0/+4390
| | | | string.
* Update QUnit.Scott González2012-03-212-8/+11
|
* Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-102-216/+243
| | | | | | Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing. Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green.
* Update QUnit to latest, reverting the bad reset 'patch'Jörn Zaefferer2012-02-292-10/+10
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-292-292/+479
|
* Replace $.global with Globalize, update Spinner to use it. Related demos ↵Jörn Zaefferer2011-08-106-1470/+1754
| | | | currently broken due to previous changes.
* Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit.Wesley Walser2011-08-021-2/+6
|
* QUnit updateJörn Zaefferer2011-05-182-83/+84
|
* Update QUnitJörn Zaefferer2011-05-112-11/+24
|
* Updated to latest QUnitjzaefferer2011-03-202-86/+133
|
* Tests: Updated QUnit.Scott González2011-01-242-312/+510
|
* Update to latest jquery-global pluginjzaefferer2011-01-181-0/+6
|