Fixes abort in prefilter. No global event will be fired in that case even if the...
[jquery.git] / test / unit / ajax.js
2011-02-04 jaubourgFixes abort in prefilter. No global event will be fired...
2011-02-01 Anton KovalyovFixes #7945. Make jQuery.param() serialize plain object...
2011-02-01 jaubourgFixes #8115. Renames all references to jXHR with jqXHR...
2011-02-01 jaubourgPlaces multiple signature test after all primary callba...
2011-02-01 Dan HeberdenImprove $.ajax method signature unit test and placement
2011-02-01 Dan HeberdenBug 8107; Fix argument handling for $.ajax for multiple...
2011-01-31 jaubourgFixes #8095. Properly handles the case where browser...
2011-01-31 jaubourgScript dataType now supports ecmascript mimetypes.
2011-01-31 jaubourgMakes sure jsonp callback is not left in the global...
2011-01-31 jaubourgMakes sure all converters keys are lowercased before...
2011-01-31 Anton MFixes #7568. Follow-up fix for #5862. Objects with...
2011-01-31 jaubourgRemoved errorThrown test for 404 responses seeing as...
2011-01-29 jaubourgSimplifies the unit test for #8082.
2011-01-29 jaubourgFixes #8082. Text to script converter now returns text...
2011-01-26 jaubourgFixes #5856. Adds document protocol at the beginning...
2011-01-25 jaubourgFixes #8054 by reverting feature enhancement 5812 ...
2011-01-25 jaubourgReworks how values of parameters passed to error callba...
2011-01-21 jaubourgReplaces "text in-between" technique with a full-fledge...
2011-01-20 jaubourgMakes sure statusCode callbacks are ordered in the...
2011-01-20 jaubourgCleans up and simplifies code shared by ajaxPrefilter...
2011-01-19 jaubourgMoves active counter test after all other ajax tests...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-16 jaubourgFixed the ajax test regarding the jsonp option set...
2011-01-16 jaubourgRevised jsonp unit tests and added a test for when...
2011-01-16 jaubourgFixes #2994. Not finding a transport now fires the...
2011-01-13 jaubourgFixes #4964. Adds a statusCode object together with...
2011-01-12 jaubourgFixes #4897. Added ?? as a context-insensitive placehol...
2011-01-11 jaubourgYet another missing semicolon!
2011-01-11 jaubourgFixes #6230. Added a unit test to control that, since...
2011-01-11 jaubourgFixes 4825. jQuery.fn.load: use the jXHR's Promise...
2011-01-09 jaubourgFixes a race condition in JSONP Local test.
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2011-01-09 jaubourgFixes #5812. =? will be detected even when it has been...
2011-01-09 jaubourgSimplified cross-domain detection tests.
2011-01-09 jaubourgFixes #5955. Option crossDomain now forces ajax to...
2011-01-09 jaubourgAdded a test for retrying a request on error using...
2011-01-09 jaubourgFixes #7465. Reworked the regexp and associated test...
2011-01-09 jaubourgFixes #7868. ResponseText is now properly propagated...
2011-01-09 jaubourgFixes #7881. Setting contentType to false will prevent...
2011-01-07 jaubourgAdded missing commas.
2011-01-05 Colin SnoverCleaning up trailing whitespace again.
2010-12-31 Dave MethvinWhen serializing text, encode all line breaks as CRLF...
2010-12-31 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-31 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-31 unknownChanged dataConverters key format.
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-28 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-24 unknownChanged dataConverters key format.
2010-12-11 jaubourgSimplified headers tests: removed multiline headers...
2010-12-11 jaubourgTweaked the headers test to be apache independent and...
2010-12-10 jaubourgChanged document.location to window.location per Ben...
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-12-06 John ResigMerge branch 'bug7531' of https://github.com/csnover...
2010-11-24 Anton MAdd unit test for fix to #7578.
2010-11-17 Colin SnoverCoerce s.url to string before calling replace, since...
2010-11-06 Colin SnoverEnsure that AJAX requests are actually aborted in all...
2010-10-26 John ResigBacking out fix for #5803 from 3b50eaca2cd0b1439235e39c...
2010-10-25 dmethvinAllow DELETE requests to have a content body, and prope...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-13 jeresigFix broken Ajax test after recent revert to jQuery...
2010-10-10 jeresigDisable 304/Not Modified Ajax tests in Opera due to...
2010-09-30 John ResigTweak broken serialize tests from commit 879799fe955f01...
2010-09-27 jeresigAllow 304/Not Modified tests to complete in Opera.
2010-09-24 temp01Serialize keys with empty arrays/object values in jQuer...
2010-09-22 John ResigMake sure that #... are trimmed from Ajax request URLs...
2010-09-21 John ResigUse a different workaround for detecting when Opera...
2010-06-20 jeresigUpdate other remote test URLs as well.
2010-06-20 jeresigStrip off filename and query string for JSONP Remote...
2010-06-15 jeresigFixing request data param issue. Thanks to mislav for...
2010-06-15 malsupFix for http://dev.jquery.com/ticket/6451
2010-03-23 jeresigUpdate other remote test URLs as well.
2010-03-23 jeresigStrip off filename and query string for JSONP Remote...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-02-06 Ben AlmanOk, this should actually fix #6041 :)
2010-02-06 jeresigMake sure that we don't try to double-encode params...
2010-01-25 Mike AlupProvided detailed message for JSON parse errors. Fixes...
2010-01-25 John ResigMake sure original context is maintained and not the...
2010-01-25 John ResigObjects with length properties weren't getting serializ...
2010-01-25 John ResigDon't set the context in .load() as it stops the global...
2010-01-16 John ResigMake sure regular settings object is set as context...
2010-01-13 jeresigMake sure that null params aren't traversed. Fixes...
2010-01-07 jeresigMake sure that a parsererror is thrown whenever malform...
2010-01-06 jeresigAdd some abort() Ajax tests. Verifies that #3984 works.
2010-01-06 jeresigAdded in support for content-type sniffing for scripts...
2010-01-06 Rick WaldronDetect JSON Ajax requests by the response content-type...
2009-12-22 Ben AlmanMoved jQuery.param "traditional" flag into jQuery.ajaxS...
2009-12-17 Dave MethvinAdd new html5 input types to list of serializable types...
2009-12-17 Ben AlmanFurther modified jQuery 1.4 .param() method to serializ...
2009-12-07 John ResigAdded in support for $.ajax jsonpCallback (allowing...
2009-12-03 jeresigJust restore window.JSON in the getJSON test, don't...
2009-11-17 John ResigRe-wrote context Ajax test to use an element instead...
2009-11-07 John ResigjQuery.ajax modified the passed-in object only to help...
2009-09-17 Yehuda KatzGetting $.param working well; Patch by ben_alman
2009-09-15 Jörn Zaeffererremove globals in tests for compability with ?noglobals...
2009-09-15 Ariel Fleslerjquery ajax: addition for #2452. Wasn't working correct...
2009-09-15 Ariel Fleslerjquery ajax: closes #4994. Adding 'context' setting...
2009-09-02 Yehuda KatzAdds nested param serialization; Closes #4201 (by merbjedi)
2009-08-26 John ResigTemporarily disabled some tests for Opera 10 - a variet...
next