aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/serialize.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.