Dave Methvin
|
70605c8e56
|
Ajax: Only form-encode requests with a body
Fixes #2658
Closes #2671
|
2015-11-02 13:14:46 -05:00 |
|
Daniel Nill
|
3d7ce0a65f
|
Serialize: Handle arrays with null values
Closes gh-2436
|
2015-09-07 22:45:23 +02:00 |
|
Oleg Gaidarenko
|
10fdad742a
|
Build: Update jscs and lint files
Fixes gh-2056
|
2015-09-07 20:03:50 +03:00 |
|
Oleg Gaidarenko
|
b930d14ce6
|
Tests: partially use new qunit interface
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
|
2015-08-16 09:02:01 +03:00 |
|
Michał Gołębiowski
|
740e190223
|
Misc: Drop support for older browsers; update support comments
That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.
Closes gh-1820
Refs gh-1815
|
2014-11-03 18:37:26 +01:00 |
|
Timmy Willison
|
0fa52c11cb
|
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.
|
2013-04-09 11:59:31 -04:00 |
|
Richard Gibson
|
59f5adb622
|
No ticket: Revise unit tests in anticipation of Sizzle-free builds
|
2013-02-22 20:13:36 -05:00 |
|
Timmy Willison
|
caac041fcc
|
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.
|
2013-01-23 12:23:46 -05:00 |
|
jaubourg
|
ced5e9037a
|
Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build.
|
2012-07-13 09:47:43 +02:00 |
|