John Resig
|
aa74396976
|
Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422
|
2010-11-09 12:40:55 -05:00 |
|
John Resig
|
fb48ae8e6c
|
Make sure that when multiple variables are being declared that assignments are each done on their own line.
|
2010-11-09 11:09:07 -05:00 |
|
Colin Snover
|
e57b73a0ac
|
Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.
|
2010-11-06 13:52:30 -05:00 |
|
John Resig
|
de58db0cdf
|
Backing out fix for #5803 from 3b50eaca2c .
|
2010-10-25 17:54:27 -07:00 |
|
John Resig
|
a4fc842019
|
Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAxton-jquerymaster
|
2010-10-25 13:06:55 -07:00 |
|
dmethvin
|
09022e0b09
|
Allow DELETE requests to have a content body, and properly serialize data to the url for HEAD requests. Fixes #7285.
|
2010-10-25 13:06:02 -07:00 |
|
rwldrn
|
3b50eaca2c
|
Fixes #7229 and #5803
|
2010-10-24 12:18:33 -04:00 |
|
Alex Sexton
|
a58f8f22d1
|
Forces lower case comparison of protocol and host when determining whether the request is remote or local. Fixes #6908
|
2010-10-20 21:12:47 -07:00 |
|
John Resig
|
497fc9849e
|
Bringing back the change from 80a4178af9 , adapted to handle both the function collision and the issue mentioned in #7196.
|
2010-10-15 01:29:38 -04:00 |
|
jeresig
|
80a4178af9
|
Reverting commit 39addc87a3 after a report of problems. Fixes #7196.
|
2010-10-14 20:55:40 -04:00 |
|
jeresig
|
d490bcfa7c
|
Oops, still have jQuery.ajax.* on the brain.
|
2010-10-13 21:25:23 -04:00 |
|
Pinhook
|
39addc87a3
|
Handle issue with two concurrent JSONP requests that use the same callback name.
|
2010-10-13 10:30:19 -04:00 |
|
John Resig
|
6245ecb2b9
|
The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to move them there some day. Fixes #7146.
|
2010-10-11 18:29:52 -04:00 |
|
John Resig
|
9b655a176b
|
Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018
|
2010-10-09 16:25:55 -04:00 |
|
jeresig
|
da597bcf90
|
Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425f for the catch.
|
2010-10-09 12:26:44 -04:00 |
|
Colin Snover
|
d2e64979bf
|
Fix bug #7018.
|
2010-10-06 03:03:28 -05:00 |
|
John Resig
|
873c28425f
|
Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes #6298.
|
2010-09-28 10:12:33 -07:00 |
|
jeresig
|
e63fa8beb8
|
Merge branch 'master' of http://github.com/aakoch/jquery into aakoch-master
|
2010-09-27 14:49:13 -04:00 |
|
Dave Methvin
|
c4e653237f
|
Make sure that requests without a body don't set contentType, and a zero-length body is sent rather than null. Possible fix for #6811 and #6674.
|
2010-09-24 17:56:03 -04:00 |
|
Dave Methvin
|
1130beb72b
|
Report correct Error object to handleError. Part of the fix for #6677.
|
2010-09-24 17:47:37 -04:00 |
|
jeresig
|
700ff05af0
|
Merge branch 'master' of github.com:jquery/jquery
|
2010-09-24 17:05:28 -04:00 |
|
Dave Methvin
|
395a032ad8
|
Use origSettings.context unless it's undefined; for that case use merged settings as context for backcompat with jQuery <1.3. Fixes #6727.
|
2010-09-24 17:04:54 -04:00 |
|
dmethvin
|
c8c8f8458a
|
For JSON and script requests, set the scriptCharset before the url so IE won't interpret it the wrong way; fixes #4855.
|
2010-09-25 05:01:31 +08:00 |
|
Heungsub Lee
|
033a4c41e0
|
Added a default quality of */* for content negotiation.
|
2010-09-25 05:00:18 +08:00 |
|
temp01
|
7862c45ad2
|
Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.
|
2010-09-24 16:57:25 -04:00 |
|
unknown
|
a088751a1b
|
Removing the second capture group. After the changes suggested by Jeff Roberson, the second capture group is no longer needed. See
http://stackoverflow.com/questions/3771105/can-someone-tell-me-the-purpose-of-the-second-capture-group-in-the-jquery-rts-reg
|
2010-09-24 09:37:03 -05:00 |
|
jeresig
|
ab454d9526
|
Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e1 for the catch.
|
2010-09-22 14:58:07 -04:00 |
|
John Resig
|
f9f9ee52e1
|
Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.
|
2010-09-22 12:52:44 -04:00 |
|
jeresig
|
9dc6e0c572
|
Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062.
|
2010-09-22 09:16:28 -04:00 |
|
John Resig
|
dc8491defe
|
Scratch that, just punting on Opera and 304s for now - there may not be a good solution here. Fixes #6060.
|
2010-09-21 16:13:50 -04:00 |
|
John Resig
|
ba9e0fc177
|
Use a different workaround for detecting when Opera finds a status 304 page. Fixes #6060.
|
2010-09-21 15:22:34 -04:00 |
|
John Resig
|
959c20f768
|
Add a flag to verify if a browser supports some form of XHR request. Fixes #7030.
|
2010-09-13 18:02:33 -04:00 |
|
jeresig
|
bca5765502
|
Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011.
|
2010-09-08 13:54:33 -04:00 |
|
jeresig
|
c90d609c0d
|
Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.
|
2010-06-14 23:08:28 -04:00 |
|
jeresig
|
c34a62f8ab
|
Tweak spacing from last commit.
|
2010-06-14 23:05:01 -04:00 |
|
malsup
|
d1931a8241
|
Fix for http://dev.jquery.com/ticket/6451
|
2010-06-15 11:02:26 +08:00 |
|
jeresig
|
8effe3a7de
|
Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least).
|
2010-03-23 12:12:16 -04:00 |
|
jeresig
|
86ace44fbb
|
Moving more properties onto jQuery.ajax, also copy them back to the jQuery object for backwards compatibility.
|
2010-03-02 10:44:48 -05:00 |
|
jeresig
|
dcf0fa5048
|
More changes to get jQuery in line with JSLint.
|
2010-03-01 21:24:49 -05:00 |
|
jeresig
|
8c8f685a91
|
We don't want to increment the Ajax counter if there isn't a global event.
|
2010-03-01 19:31:13 -05:00 |
|
jeresig
|
a4043cdcbf
|
Land some additional tweaks related to running through JSLint.
|
2010-03-01 18:19:29 -05:00 |
|
jeresig
|
a18f682012
|
Made some code tweaks related to running jQuery through JSLint (thanks to Lorin Larson for the JSLint run).
|
2010-03-01 12:44:56 -05:00 |
|
jeresig
|
a45372a4c5
|
Adding in .bind(name, false), .unbind(name, false) support - an easy way to just stop bubbling and the default action on an element. Fixes #6188.
|
2010-02-27 09:02:13 -05:00 |
|
John Resig
|
639f4931b0
|
No reason to expose the temporary _load method.
|
2010-02-11 01:23:13 -05:00 |
|
Ben Alman
|
3c5b1ca03b
|
Ok, this should actually fix #6041 :)
|
2010-02-06 11:46:44 +08:00 |
|
jeresig
|
54bd004e53
|
Make sure that we don't try to double-encode params using the traditional style. Fixes #6041.
|
2010-02-05 19:43:31 -05:00 |
|
Mike Alup
|
ca90ffb332
|
Provided detailed message for JSON parse errors. Fixes #4435.
|
2010-01-25 18:48:52 -05:00 |
|
John Resig
|
1a14a38ff7
|
Make sure original context is maintained and not the deep extended one. Fixes #5924.
|
2010-01-25 01:08:24 -05:00 |
|
John Resig
|
f91b944cab
|
Objects with length properties weren't getting serialized properly by jQuery.param(). Fixes #5862.
|
2010-01-25 00:46:03 -05:00 |
|
John Resig
|
76236a1506
|
Use alternative technique for triggering an abort, preventing an exception from being thrown in Firefox. Fixes #5923.
|
2010-01-24 22:13:52 -05:00 |
|