git.asbjorn.biz
/
jquery.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jquery.git
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
jeresig
Updating the source version to 1.5pre.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
jeresig
Tagging the 1.5b1 release.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
jeresig
Revert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
wycats
So embarrassing :(
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
jeresig
Merge branch 'master' of https://github.com/scottgonzal...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
wycats
Fix a strange Chrome issue
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
wycats
Fix a failing subclass test due to a change in master
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
wycats
Overwrite CRLF with LF
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
Jared Grippe
added jQuery.subclass
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
Scott González
Avoid running jQuery.unique() for methods that are...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
jaubourg
Moved jQuery.ajax.prefilter and jQuery.ajax.transport...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
jaubourg
Removed xhr pooling since failing cross-domain requests...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
jaubourg
Reworked script and xhr abort logic to take advantage...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
jaubourg
Cleans up statusText handling and simplifies 304 notmod...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
jaubourg
Removes unnecessary variables and adds much needed...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
jaubourg
Fixes a regression by calling dataFilter with the secon...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
jaubourg
Gets rid of a var statement by moving variable declarat...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
jaubourg
Script transport now uses ajaxSetup to define script...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
jaubourg
AjaxSetup now uses deep extend internally to accomodate...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
jaubourg
Fixes #4897. Added ?? as a context-insensitive placehol...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
jaubourg
Yet another missing semicolon!
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
jaubourg
Fixes #6230. Added a unit test to control that, since...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
jaubourg
Fixes 4825. jQuery.fn.load: use the jXHR's Promise...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-10
Colin Snover
Merge branch 'master' of github.com:jquery/jquery into...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-10
Colin Snover
Ensure that buildFragment clones elements properly...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Fixes a race condition in JSONP Local test.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Colin Snover
Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Dave Methvin
Ensure that the DOM element ref in an event handler...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Dave Methvin
Change embedded regexp to a variable (for #6876).
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Moved unload abort code so that the event is only bound...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Fixes #5812. =? will be detected even when it has been...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Fixes #5803. Reworked jsonp prefilter so that it sets...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Make it so prefilters get access to the original settings.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Simplified cross-domain detection tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Fixes #5955. Option crossDomain now forces ajax to...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Make sure prefilters have been called and transport...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Added a test for retrying a request on error using...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Fixes #7465. Reworked the regexp and associated test...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Fixes #7868. ResponseText is now properly propagated...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Fixes #7881. Setting contentType to false will prevent...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
jaubourg
Added a simple cache for xhr objects in the xhr transport.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
jaubourg
Added missing commas.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
jaubourg
Renamed "complete" to "done" in order to avoid conflict...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
jaubourg
Fixed mixing of tabs & spaces to make JSLint happier.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
jaubourg
Renamed src/transports to src/ajax (in case we need...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-05
Colin Snover
Cleaning up trailing whitespace again.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-05
wycats
Revert "Register as a CommonJS async module if in that...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-05
jaubourg
"then" renamed "complete" and new "then" method defined...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-04
jeresig
Updating year to 2011.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
Dave Methvin
When serializing text, encode all line breaks as CRLF...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Merge branch 'deferred' of github.com:jquery/jquery...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Simplified the way a Promise is tested for (removed...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Revised conversion logic to handle converter equal...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Introduced a new promise method on deferreds that retur...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Renamed several ajaxSettings options. Removed cors...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Revised logic in data conversion to account for when...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Removed re-usability from jXHR object (no more open...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Removed dataCheckers, added true as possible value...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
unknown
Removed custom method in isDeferred and when.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
unknown
Deferred cannot be cancelled by returning false in...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
unknown
Removed a console.log :/
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
unknown
Capitalized Deferred & _Deferred to clearly mark them...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
unknown
Changed dataConverters key format.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
unknown
jQuery.parseXML extracted from ajax & added to core...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Removed NFE to make old Safari happy and avoid leaks...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Fixed a loop that only worked in webkit.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Added deferred to core. Used internally for DOM readyne...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Removed NFE to make old Safari happy and avoid leaks...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Fixed a loop that only worked in webkit.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
jaubourg
Added deferred to core. Used internally for DOM readyne...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
jaubourg
Simplified the way a Promise is tested for (removed...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Jonas Pfenniger
Update Rakefile to remove module wrappers (feature...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Colin Snover
Remove patch for very early versions of Opera 9 that...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Colin Snover
Clean trailing whitespace from all files.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Colin Snover
Merge branch 'fix7762' into jquery Fixes #7762.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Colin Snover
Update CommonJS module registration to check to see...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
jaubourg
Fix for #7865. Scripts onload handler passes event...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-29
jaubourg
Revised conversion logic to handle converter equal...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-28
jaubourg
Introduced a new promise method on deferreds that retur...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-28
jaubourg
Renamed several ajaxSettings options. Removed cors...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-28
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Dave Methvin
Don't cache non-html strings in buildFragment to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Dave Methvin
When a native browser event is bubbling up the DOM...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
jrburke
Register as a CommonJS async module if in that kind...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Colin Snover
Merge SlexAxton/jquery:master into jquery/jquery:
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Alex Sexton
Changed the expando string to use a random number inste...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Colin Snover
DRY out $.get and $.post. Fixes #7847. Thanks to cowboy...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
Ben Alman
Removed unnecessary upper/lowercase, it's all just...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
Colin Snover
Clearing event handlers on unload is no longer necessar...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
Colin Snover
Fix whitespace in event.js
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
Ben Alman
WETness getting you down? Fear not, the $.get and ...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
Colin Snover
Fix reliableHiddenOffsets test was not working properly...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-25
jaubourg
Revised logic in data conversion to account for when...
commit
|
commitdiff
|
tree
|
snapshot
next