Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Ajax: use anchor tag for parsing urls" | Timmy Willison | 2016-01-06 | 1 | -33/+26 |
| | | | | This reverts commit de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd. | ||||
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 1 | -8/+9 |
| | | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278. | ||||
* | Revert "Ajax: remove deprecated extensions from ajax promise" | Oleg Gaidarenko | 2015-12-22 | 1 | -4/+6 |
| | | | | This reverts commit 9368a8cd8ca81902b8359188668973e489fca6db. | ||||
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 1 | -3/+3 |
| | | | | | | Cherry-picked from 239169bb2ede6ea6287d82d1d13b0c354f451749 Fixes gh-2584 Closes gh-2643 | ||||
* | Ajax: do not quote "throws" option - use dot notation instead | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 |
| | | | | | Ref c9cf250daafe806818da1dd207a88a8e94a4ad16 Fixes gh-2571 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -25/+58 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Core: Support non-browser environments | Michał Gołębiowski | 2015-08-16 | 1 | -3/+5 |
| | | | | | | | | | | | | Fixes gh-2133 Fixes gh-2501 Closes gh-2504 Refs gh-1950 Refs gh-1949 Refs gh-2397 Refs gh-1537 Refs gh-2504 Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3 | ||||
* | Ajax: remove deprecated extensions from ajax promise | Oleg Gaidarenko | 2015-02-17 | 1 | -6/+4 |
| | | | | | | (cherry-picked from 9d1b989f20b550af3590691723b0620f6914626e) Fixes gh-2084 Closes gh-2092 | ||||
* | Ajax: $.post and $.get can now take an options object | George Mauer | 2015-01-11 | 1 | -2/+3 |
| | | | | | | Fixes gh-1986 Closes gh-1995 (cherry picked from commit 89ce0af2cf7f001647e74fc1de92ce94a51fd5c2) | ||||
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 1 | -21/+28 |
| | | | | | | | | | Fixes gh-1875 Closes gh-1880 (cherry picked from commit 5a75278e4c5359e07303fc4d8e78a1cf94f6ad65) Conflicts: src/ajax.js | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 1 | -22/+8 |
| | | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820 | ||||
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+6 |
| | | | | | Fixes gh-1775 Close gh-1619 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -9/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js | ||||
* | Ajax: Add support comment and fix code style issue | Chris Antaki | 2014-07-13 | 1 | -0/+1 |
| | | | | | | Closes gh-1600 Ref e5190982c40d7ac8ab9bdb2e7e4334f0e123ef66 Ref #8138 | ||||
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 1 | -1/+2 |
| | | | | | Fixes #15118 Closes gh-1588 | ||||
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 1 | -7/+0 |
| | | | | Fixes #15126 | ||||
* | Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. | njhamann | 2013-11-13 | 1 | -1/+1 |
| | | | | (cherry picked from commit eb1a2afc9fb1d990d10358aab0e17bc0ce1d1db3) | ||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -6/+5 |
| | |||||
* | Use charAt instead of string indexing for oldIE's sake. Fixes #14356. | Timmy Willison | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Match ordering in ajax with master. -3 bytes. | Timmy Willison | 2013-09-09 | 1 | -155/+155 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
| | | | | | | | from core) Conflicts: src/core.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -66/+16 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Handles HEAD requests as if they always were 204. Fixes #13922. | Julian Aubourg | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute ↵ | Richard Gibson | 2013-04-17 | 1 | -23/+23 |
| | | | | | | in domManip. Close gh-1051. (cherry picked from commit 03db1ada2cc223edf545c5a452e55062647837fa) | ||||
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | Fixes #11151, #13388. Minor refactor of response conversion and when/where | jaubourg | 2013-02-28 | 1 | -41/+45 |
| | | | | responseXXX fields are set on the jqXHR. Close gh-1164. | ||||
* | Optimisation: Use String instead of window.String. Close gh-1176. | Timo Tijhof | 2013-02-26 | 1 | -1/+1 |
| | | | | | Follows-up 22e28b01e60e87b2454f88ca128fb84916b13564. (cherry picked from commit 31478b90128a60585c087bee57d31148677a99cd) | ||||
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -14/+14 |
| | | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations | ||||
* | Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵ | byroot | 2013-01-24 | 1 | -3/+8 |
| | | | | #13261. | ||||
* | Fixes awkward spacing | jaubourg | 2012-11-29 | 1 | -3/+2 |
| | |||||
* | Simplifies how url is kept devoid of anti-cache parameter for ifModified ↵ | jaubourg | 2012-11-29 | 1 | -16/+16 |
| | | | | requests. Also, renames ifModifiedKey to cacheURL so that it now conveys the variable's nature rather than its purpose. -5 min/gzipped. | ||||
* | Alias options.method to options.type. Fixes #12004. | Matt Farmer | 2012-11-28 | 1 | -0/+3 |
| | |||||
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -3/+3 |
| | |||||
* | No ticket: compress ajax. Close gh-1041. | Richard Gibson | 2012-11-25 | 1 | -282/+255 |
| | |||||
* | Uses an additive approach to generating anti-cache parameters rather than a ↵ | jaubourg | 2012-10-16 | 1 | -1/+3 |
| | | | | timestamp. Fixes #12550 | ||||
* | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, ↵ | Ben Truyman | 2012-10-16 | 1 | -1/+3 |
| | | | | Closes gh-979 | ||||
* | better, more maintainable version of the prefilters execution and transport ↵ | jaubourg | 2012-10-16 | 1 | -35/+20 |
| | | | | selection | ||||
* | Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944. | Richard Gibson | 2012-10-03 | 1 | -3/+6 |
| | |||||
* | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 1 | -11/+8 |
| | |||||
* | Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL." | Dave Methvin | 2012-08-24 | 1 | -1/+1 |
| | | | | | | This reverts commit c01e022f33575ed45fb8da65be756fc464d40a24. We actually changed DELETE to accept a body on purpose, see http://bugs.jquery.com/ticket/7285 . | ||||
* | Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL. | Dave Methvin | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Calling load with null as the data parameter now properly issues a GET ↵ | jaubourg | 2012-08-16 | 1 | -1/+1 |
| | | | | request, not a POST request. Unit tests added. Fixes #12234. | ||||
* | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -1/+1 |
| | |||||
* | Extracts the serialization code from the ajax module so that alternative ↵ | jaubourg | 2012-07-13 | 1 | -160/+53 |
| | | | | ajax implementations can use it without the need for the whole ajax module to be included in the build. | ||||
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -42/+39 |
| | |||||
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -3/+2 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
| |