Coerce s.url to string before calling replace, since replace is also a method of...
[jquery.git] / test / unit / ajax.js
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...
2009-07-21 John ResigExaggerate the times for the localtimeout ajax test.
2009-07-14 John ResigFixed spelling mistake in Ajax tests.
2009-07-14 John ResigFixed the handling of .status == 304 in Opera (it alway...
2009-06-15 John ResigMinor tab-spacing tweak.
2009-06-15 John ResigAdding support for etags in $.ajax() - and simplified...
2009-05-20 John ResigSwitched to using new Function instead of eval for...
2009-05-16 Brandon Aaronerror case for an ajax test
2009-05-01 Brandon Aaronfix global event triggering that i broke in r6323
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-01-12 John ResigHad to remove the global variable tricks (especially...
2009-01-10 Ariel Fleslertestrunner: Putting back the global variables used...
2009-01-09 Ariel Fleslertestrunner: Removing every global variable leaked withi...
2009-01-05 John ResigTimeout test appears to be flaky - disabling, for now.
2009-01-05 John ResigThe timeout test was waiting for 10 seconds - unnecessa...
2008-10-24 Jörn Zaefferercore: tests cleanup for compability with qunit updates...
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-27 Ariel Fleslertest runner: a test for load() with a hash of data...
2008-05-07 Scott Gonzálezajax test: Removed test for extending with null.
2008-05-06 Jörn Zaeffererjquery ajax: support for dynamic data arguments, see...
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2008-04-22 Jörn Zaeffererjquery.ajax: improvement for #2688, added test
2008-01-17 David SerdukeFixed #2174 by removing the s.dataType == "json" check...
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
2007-12-14 David SerdukeFixed #2046 by forcing the dataType to 'html' in the...
2007-12-12 David SerdukeFixed #1750 by adding a url that starts with "//" and...
2007-12-11 David SerdukeFix #1987 by only doing remote <script> type ajax with...
2007-12-06 David SerdukeAdded ajax error messages in the unit test suite becaus...
2007-12-05 David SerdukeSafari sometimes stops in the test suite on the ajax...
2007-12-04 David SerdukeFixed #1999 by replacing the 'no-cache' parameter if...
2007-12-04 David SerdukeThere was a disabled test in the ajax test suite which...
2007-11-29 David SerdukeFixed #1557, although it doesn't appear to be just...
2007-09-23 John ResigDisabled the Ajax tests from running locally.
2007-09-15 John ResigAdded a fix for bug #1580, where the query string was...
2007-09-15 John ResigFix for bug #1600 - multiple selects were being seriali...
2007-09-08 John ResigFinished up some of the reorganization.