aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/serialize.js
Commit message (Collapse)AuthorAgeFilesLines
* Release: remove revert artefactsOleg Gaidarenko2015-11-131-6/+6
|
* Revert "Ajax: Only form-encode requests with a body"Oleg Gaidarenko2015-11-111-16/+16
| | | | This reverts commit 70605c8e5655da996ebd395e3c43423daaa08d9c.
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-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 bodyDave Methvin2015-11-021-15/+15
| | | | | Fixes #2658 Closes #2671
* Serialize: Handle arrays with null valuesDaniel Nill2015-09-071-1/+4
| | | | Closes gh-2436
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-64/+64
| | | | Fixes gh-2056
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-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 commentsMichał Gołębiowski2014-11-031-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 Willison2013-04-091-2/+4
| | | | in tests. Fixes #13755.
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-2/+2
|
* Ignore file inputs when serializing forms. File input serialization is ↵Timmy Willison2013-01-231-2/+3
| | | | handled by plugins. Fixes #13306.
* Extracts the serialization code from the ajax module so that alternative ↵jaubourg2012-07-131-0/+145
ajax implementations can use it without the need for the whole ajax module to be included in the build.