Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include distribution in release tag1.5.01.5 | Timmy Willison | 2011-01-31 | 2 | -0/+8184 |
| | |||||
* | Tagging the 1.5 release. | jeresig | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Rename jQuery.subclass() to jQuery.sub(). | jeresig | 2011-01-31 | 2 | -7/+7 |
| | |||||
* | Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the ↵ | jaubourg | 2011-01-31 | 1 | -1/+7 |
| | | | | statusText as "OK" rather than "Not Found". | ||||
* | Ensures dataTypeExpressions are lowercased for prefilters and transports ↵ | jaubourg | 2011-01-31 | 1 | -2/+2 |
| | | | | registrations. | ||||
* | Simplifies the unit test for #8082. | jaubourg | 2011-01-29 | 1 | -8/+3 |
| | |||||
* | Fixes #8082. Text to script converter now returns text. Unit test added. | jaubourg | 2011-01-29 | 2 | -4/+13 |
| | |||||
* | Fixes potential collisions between jsonp requests from different jQuery ↵ | jaubourg | 2011-01-29 | 1 | -1/+1 |
| | | | | instances by prefixing the jsonp callback name with the jQuery expando rather than with "jsonp". | ||||
* | Use the original element/fragment as the last item to be appended to the ↵ | Colin Snover | 2011-01-28 | 2 | -6/+26 |
| | | | | document instead of the first in order to prevent missing elements when appending to multiple elements. Fixes #8070. | ||||
* | Compatibility fixes in ajax: exceptions are no longer promoted to strings ↵ | jaubourg | 2011-01-28 | 1 | -3/+3 |
| | | | | before being given to callbacks. Updated misleading comment in conversion code. | ||||
* | Pull over tests from Sizzle. Fixes #3729. Fixes #6428. | Anton M | 2011-01-28 | 1 | -1/+10 |
| | |||||
* | Make sure subclass is a proper subclass not just subclassing the fn methods. ↵ | Digitalxero | 2011-01-27 | 2 | -1/+52 |
| | | | | Fixes #7979. | ||||
* | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-01-27 | 2 | -16/+27 |
|\ | |||||
| * | Remove unneeded and confusing variable definition for better readability. | gnarf | 2011-01-27 | 1 | -3/+2 |
| | | |||||
| * | Fix Makefile to use plain sed agin. Remove unicode trickery. Thanks to ↵ | Anton M | 2011-01-26 | 1 | -2/+1 |
| | | | | | | | | danheberden and gnarf for figuring out why it previously faild on Mac OS X. | ||||
| * | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2011-01-26 | 5 | -51/+88 |
| |\ | |||||
| * | | Make sure that init is run before jquery is built (avoiding weird warnings ↵ | jeresig | 2011-01-26 | 1 | -13/+26 |
| | | | | | | | | | | | | when running 'make jquery' or 'make min'). Additionally only attempt to run JSLint or the minifier if NodeJS is installed (avoiding a weird warning when you first run 'make' or 'make all'). | ||||
* | | | Actually does what ↵ | jaubourg | 2011-01-27 | 1 | -1/+1 |
| |/ |/| | | | | | https://github.com/jquery/jquery/commit/bab8079593913dbc689404aa4e83c46b9b4c9355 promised: passes the jXHR as the third argument of prefilters and transport factories. Comitted for completness even if if backs this out in the end and only land in 1.5.1. | ||||
* | | Passes jXHR object as third argument of prefilters and transport factories. | jaubourg | 2011-01-26 | 1 | -5/+5 |
| | | |||||
* | | Fixes #5866. Issue number in previous commit was wrong both in comments and ↵ | jaubourg | 2011-01-26 | 1 | -1/+1 |
| | | | | | | | | commit message. See https://github.com/jquery/jquery/commit/0e5b341cc0f3f9bf0f6659e09704f2267cfdfdba for previous commit. | ||||
* | | Fixes #5856. Adds document protocol at the beginning of URLs without ↵ | jaubourg | 2011-01-26 | 2 | -11/+20 |
| | | | | | | | | protocol (thanks go to skrings for the initial pull request). Simplifies cross-domain detection regexp and logic as a consequence. Also took the opportunity to remove an unused variable. Unit test added. | ||||
* | | Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer ↵ | jaubourg | 2011-01-26 | 2 | -20/+3 |
| | | | | | | | | searches for %3F in url or data to find jsonp callback placeholders. | ||||
* | | Reworks how values of parameters passed to error callbacks are determined. ↵ | jaubourg | 2011-01-25 | 3 | -12/+60 |
| | | | | | | | | Fixes #8050. | ||||
* | | #8044 Removes unnec. rnonword var | Rick Waldron | 2011-01-25 | 1 | -3/+0 |
|/ | |||||
* | Updating the source version to 1.5pre. | jeresig | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.5rc1 release.1.5rc1 | jeresig | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Bring back in #main prefix on adjacent selectors. | jeresig | 2011-01-24 | 1 | -5/+5 |
| | |||||
* | Backing out disconnected + and ~ tests as they're not something that we ↵ | jeresig | 2011-01-24 | 1 | -9/+6 |
| | | | | actively support. | ||||
* | Updating the year in the header. | jeresig | 2011-01-24 | 1 | -2/+2 |
| | |||||
* | Revert "Fix Makefile to use plain sed. Remove unicode trickery" | jeresig | 2011-01-24 | 1 | -3/+5 |
| | | | | This reverts commit 6d358c0cdd4f84884c3d776bad0f48a93908b29b. | ||||
* | Fix Makefile to use plain sed. Remove unicode trickery | Anton M | 2011-01-24 | 1 | -5/+3 |
| | |||||
* | Makes prefilters and transport inspection more robust and uses better ↵ | jaubourg | 2011-01-24 | 1 | -19/+23 |
| | | | | variable names for readability. | ||||
* | Revised internal implementation of ajaxPrefilter() and ajaxTransport(). ↵ | jaubourg | 2011-01-23 | 1 | -103/+80 |
| | | | | Everything is shorter and more efficient now. Also fixes a couple spacing issues that remained. | ||||
* | More code style fixes. | jaubourg | 2011-01-23 | 3 | -11/+10 |
| | |||||
* | Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js, | jaubourg | 2011-01-23 | 4 | -199/+182 |
| | |||||
* | Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies ↵ | jaubourg | 2011-01-23 | 1 | -46/+26 |
| | | | | the whole code (for better backward compatibility) and removes redefinition of the function itself (in order not to clash with proxying). Also, in jQuery.when(), removes unnecessary closure and early rejection test and makes use of then instead of done/fail (better interoperability). | ||||
* | Re-organizes ajax.js: prefilters and transports are no longer stored in ↵ | jaubourg | 2011-01-22 | 1 | -314/+261 |
| | | | | ajaxSettings (their structure is not handled correctly by extend() and was causing some overhead when constructing the final options map in ajax()); base function for ajaxPrefilter and ajaxTransport has been renamed and split in two (one for inspection, one for addition); response/dataType determination and data conversion logics have been externalized from the ajax() internal callback; data conversion no longer sets responseXXX fields; some minor re-formatting and simplifications. | ||||
* | Fix selector scope on some tests, so they don't fail on testswarm. | Anton M | 2011-01-22 | 1 | -5/+5 |
| | |||||
* | Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint | rwldrn | 2011-01-22 | 2 | -4/+5 |
| | |||||
* | Merge branch 'fix-7398-frameset-docs' of https://github.com/dmethvin/jquery ↵ | jeresig | 2011-01-21 | 1 | -4/+10 |
|\ | | | | | | | into dmethvin-fix-7398-frameset-docs | ||||
| * | Don't do body-related feature tests on frameset docs that have no body. ↵ | Dave Methvin | 2011-01-21 | 1 | -4/+10 |
| | | | | | | | | Fixes #7398. | ||||
* | | Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013p | jeresig | 2011-01-21 | 3 | -64/+86 |
|\ \ | |/ |/| | |||||
| * | Basic unit tests; This patch relies on the 51 existing clone() tests | rwldrn | 2011-01-21 | 1 | -0/+12 |
| | | |||||
| * | Cleaned up; fixes per review | rwldrn | 2011-01-20 | 2 | -10/+12 |
| | | |||||
| * | cloneCopyEvent; jQuery.clone() review | rwldrn | 2011-01-20 | 1 | -63/+71 |
| | | |||||
* | | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This ↵ | jeresig | 2011-01-21 | 2 | -30/+5 |
| | | | | | | | | | | | | | | | | | | | | | | was causing problems with the focusin event, see: #7340. This reverts commit 88068f82c199847d3679b130664dd91cc2e89f00. Conflicts: src/event.js test/unit/event.js | ||||
* | | Replaces "text in-between" technique with a full-fledged one-level ↵ | jaubourg | 2011-01-21 | 2 | -40/+108 |
| | | | | | | | | transitive search for converters (unit tests added). Also cleans up auto dataType determination and adds converter checks in order to guess the best dataType possible. | ||||
* | | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery ↵ | John Resig | 2011-01-20 | 2 | -9/+10 |
|\ \ | | | | | | | | | | into dmethvin-fix-7853-add-context | ||||
| * | | Rework unit tests to check actual result elements. | Dave Methvin | 2011-01-19 | 1 | -6/+6 |
| | | | |||||
| * | | By default, use document root rather than current selection's context when ↵ | Dave Methvin | 2010-12-28 | 2 | -9/+10 |
| | | | | | | | | | | | | add()ing elements. Fixes #7853. |