Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release: remove revert artefacts | Oleg Gaidarenko | 2015-11-13 | 1 | -6/+6 |
| | |||||
* | Revert "Ajax: Only form-encode requests with a body" | Oleg Gaidarenko | 2015-11-11 | 1 | -16/+16 |
| | | | | This reverts commit 70605c8e5655da996ebd395e3c43423daaa08d9c. | ||||
* | Selector: pass jQuery unit tests with selector-native | Timmy Willison | 2015-11-11 | 1 | -1/+2 |
| | | | | | | | | | - Ignore certain tests that obviously are not supported - Beefed up the sortOrder, uniqueSort, isXMLDoc, and attr functions Fixes gh-1742 Fixes gh-2048 Close gh-2703 | ||||
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 1 | -15/+15 |
| | | | | | Fixes #2658 Closes #2671 | ||||
* | Serialize: Handle arrays with null values | Daniel Nill | 2015-09-07 | 1 | -1/+4 |
| | | | | Closes gh-2436 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -64/+64 |
| | | | | Fixes gh-2056 | ||||
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -39/+39 |
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -4/+2 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -2/+4 |
| | | | | in tests. Fixes #13755. | ||||
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -2/+2 |
| | |||||
* | Ignore file inputs when serializing forms. File input serialization is ↵ | Timmy Willison | 2013-01-23 | 1 | -2/+3 |
| | | | | handled by plugins. Fixes #13306. | ||||
* | Extracts the serialization code from the ajax module so that alternative ↵ | jaubourg | 2012-07-13 | 1 | -0/+145 |
ajax implementations can use it without the need for the whole ajax module to be included in the build. |