Commit Graph

  • bb7d98f018 input type=datetime-local support for ajax. master Denis Knauf 2011-07-07 12:13:10 +0200
  • e6f8951983 Fixes #9632. Adds res:// protocol to the list of local protocols. jaubourg 2011-07-01 02:18:05 +0200
  • e83fcdcb02 Fixes #9682. Removes data from the options for request with no content so that it is not used again in case of a retry. Unit test added. jaubourg 2011-07-01 02:11:26 +0200
  • 139135a98a Fixes #9446. Context is properly propagated using pipe. If context was the original deferred, then context is updated to next deferred in the chain. Unit tests added. jaubourg 2011-07-01 01:51:50 +0200
  • 5b92a5f5ec Replaces typo (status instead of state) as observed in #9585. jaubourg 2011-06-30 18:18:44 +0200
  • e2ab2ba1d5 Updating the source version to 1.6.3pre John Resig 2011-06-30 14:17:44 -0400
  • aa6f8c8cd3 Tagging the 1.6.2 release. 1.6.2 John Resig 2011-06-30 14:16:56 -0400
  • ab1504f14f Set timerId to true instead of a number so that intervals set to 1 are not accidentally cleared when stopped. Fixes #9678. timmywil 2011-06-28 11:46:03 -0400
  • 96501d38a9 Allow similarly named classes (regression from 9499) and switch class retrieval to property when passing class to value functions. Fixes #9617. timmywil 2011-06-19 18:58:47 -0400
  • 124817e668 Landing pull request 413. Move border/padding checks to after width validation to avoid unnecessary fallbacks. Fixes #9598. Mike Sherov 2011-06-17 17:33:29 -0400
  • d59b0f3e27 Re-updating QUnit, oops. John Resig 2011-06-14 15:06:28 -0700
  • d269e426e0 Updating version in release notes script. John Resig 2011-06-14 15:05:27 -0700
  • 138d5b7b81 Updating the source version to 1.6.2pre John Resig 2011-06-14 14:55:14 -0700
  • d443e533aa Tagging the 1.6.2rc1 release. 1.6.2rc1 John Resig 2011-06-14 14:54:23 -0700
  • 8a532d1575 Landing pull request 378. Comment typo in core.js. Schalk Neethling 2011-06-14 16:01:50 -0400
  • 5eef5917fd Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. rwldrn 2011-06-14 15:59:22 -0400
  • 13ceb0f56b Landing pull request 410. Moves jQuery attachment comment to outro. Greg Hazel 2011-06-14 15:51:03 -0400
  • 6926247bf4 Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357, #9447. rwldrn 2011-06-14 15:38:46 -0400
  • 641ad80211 Attribute hooks do not need to be attached in XML docs. Fixes #9568. timmywil 2011-06-13 10:02:13 -0400
  • 39a2f29c29 Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case needed." Line of exception was lost when debugging. timmywil 2011-06-08 10:55:52 -0400
  • db437be6e3 Check classes passed for duplicates. Fixes #9499. timmywil 2011-06-07 20:54:11 -0400
  • 0a80be67f4 Add catch block to try/finally in deferred. Fixes #9033. Test case needed. timmywil 2011-06-06 20:13:50 -0400
  • 3d646c5403 Remove unnecessary var in effects 1.7/enhancement_8685 timmywil 2011-06-07 17:29:56 -0400
  • 5293495a5f Remove unnecessary var in queue.js timmywil 2011-06-04 22:21:47 -0400
  • d729ef951c Animation state is tracked on toggled/stopped animations using the private data cache. Tests added. Fixes #8685. timmywil 2011-05-30 01:18:09 -0400
  • 51aa9c5f32 Style edits, code reductions, and optimizations for the effects module timmywil 2011-05-28 21:39:34 -0400
  • d66c3b6d84 Remove fellback in width/height cssHook timmywil 2011-06-07 00:04:17 -0400
  • 6490c10c75 Landing pull request 401. Nulling all elements created in support.js; Fixes #9471. rwldrn 2011-06-06 23:54:17 -0400
  • 75203de743 Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Supplements #9441, #9300. timmywil 2011-06-06 23:35:16 -0400
  • 80ad14bd14 Add margin after checking width. Add tests. Fixes #9441. Fixes #9300. Mike Sherov 2011-06-06 23:13:37 -0400
  • 0742056645 Landing pull request 403. Check for both camelized and hyphenated data property names; Fixes #9301. rwldrn 2011-06-06 20:18:36 -0400
  • c3c001cf5b Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510. rwldrn 2011-06-06 20:16:14 -0400
  • 71d2e657d0 Update QUnit. timmywil 2011-06-06 20:15:16 -0400
  • 1d202c6afc Move the value attrHook to the main attrHooks object to save bytes timmywil 2011-05-26 16:51:41 -0400
  • a745ac8c03 Merge branch '1.7/callbacks' of github.com:jquery/jquery into 1.7/callbacks 1.7/callbacks jaubourg 2011-05-26 18:56:38 +0100
  • 9d0b361458 Fixes #9104 again. jaubourg 2011-05-26 18:50:33 +0100
  • 950da8ae7f Added queue flag to $.Callbacks. Unit tests added (more to come). jaubourg 2011-05-26 18:38:34 +0100
  • 0c9c9fb3cf Renames $.Channel as $.Topic to be on par with usual terminology of existing pub/sub implementations. jaubourg 2011-05-24 21:37:38 +0200
  • b136d9cc7a jQuery.subscribe now returns a handle that can be passed to jQuery.unsubscribe to... well... unsubscribe. Unit test amended. jaubourg 2011-05-24 21:18:08 +0200
  • 13c330a0f8 $.Callbacks.remove now accepts multiple parameters (Unit test amended). Changed the variable name of the main object from "object" to "self" as per rwaldron's suggestions. jaubourg 2011-05-24 21:16:51 +0200
  • 1f084d024d Shortens slice expression in channel helpers as per rwaldron's suggestion. jaubourg 2011-05-24 17:27:05 +0200
  • 57634a2c15 Adds publish/subscribe channels. Unit tests added. jaubourg 2011-05-24 01:59:00 +0200
  • 4f3f0e1d4e Fixes repeatable callbacks list with memory disabling. Unit tests for Deferreds updated. jaubourg 2011-05-24 01:03:30 +0200
  • a3a657cb2c Add Deferred.progress() unit tests and fixes some progress related typos and bugs. jaubourg 2011-05-09 01:31:29 +0200
  • 05ae8f37b8 Makes sure repeatable lists with memory are properly locked. jaubourg 2011-05-09 00:53:09 +0200
  • ebb39c2774 Ensures a list with memory will not called further callbacks before the next fire/fireWith is in stopOnFalse mode and a callback returned false. Unit tests added. jaubourg 2011-05-09 00:40:45 +0200
  • 8dcf7ec1ce Adds addAfterFire flag. Unit tests updated with addAfterFire cases and also for when a callback returns false. jaubourg 2011-05-08 20:02:34 +0200
  • 946a9204a1 Adds disabled and locked. Simplifies logic in fireWith. jaubourg 2011-05-08 18:38:00 +0200
  • 3a6b759d3c Removes definition of createList and use jQuery.Callbacks directly to make things a bit less obfuscated. jaubourg 2011-05-08 16:12:43 +0200
  • 198290a9a7 Simplifies how removal when firing is handled. Removes exception handling (lets the list deadlock). Makes sure no external code can fire the list from a given index (only possible internally). jaubourg 2011-05-08 16:11:00 +0200
  • 03c4fe9da9 Fixes for bugs found thanks to unit tests. jaubourg 2011-05-07 03:39:41 +0200
  • 142ae3e08a First bunch of unit tests for jQuery.Callbacks. jaubourg 2011-05-07 03:38:54 +0200
  • 5ee68d6b13 Added stopOnFalse method description in comments and reformatted then in the process. jaubourg 2011-05-07 00:23:00 +0200
  • a31195fd5a Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. jaubourg 2011-05-06 18:35:08 +0200
  • 9d4033d629 Add test for appending an xml element to another. Supplements #9370. timmywil 2011-05-25 20:48:59 -0400
  • bdce86dc2e Move window/document test to dimensions for consistency timmywil 2011-05-25 19:59:29 -0400
  • edb2286544 Return null for outer/inner width/height calls on window/document. Fixes #7557. timmywil 2011-05-25 19:49:50 -0400
  • 1d1cb582c0 elem.getElementsByTagName calls the function in IE6/7. Fixes #9370. timmywil 2011-05-25 19:35:52 -0400
  • 287156197f Landing pull request 389. Null elements in clone to avoid memory leak in IE. Fixes #9341. Scott Hughes 2011-05-25 15:18:13 -0400
  • 408c98fb4b Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368. rwldrn 2011-05-25 15:10:49 -0400
  • b8fc9d14a1 detachEvent is unnecessary since we're nulling div. Fixes #8873. timmywil 2011-05-25 15:08:37 -0400
  • 657b197c19 Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks are contained to the byte. Fixes #9294. timmywil 2011-05-25 14:30:46 -0400
  • a5396bde70 Attach background data to divs as well timmywil 2011-05-25 14:01:33 -0400
  • e5457a5a1f Remove unnecessary background setting in support now that we have the div reversion. Test added. timmywil 2011-05-25 13:58:05 -0400
  • 3e7c04ec94 Renames $.Channel as $.Topic to be on par with usual terminology of existing pub/sub implementations. jaubourg 2011-05-24 21:37:38 +0200
  • 55df216125 jQuery.subscribe now returns a handle that can be passed to jQuery.unsubscribe to... well... unsubscribe. Unit test amended. jaubourg 2011-05-24 21:18:08 +0200
  • 4dce543ee6 $.Callbacks.remove now accepts multiple parameters (Unit test amended). Changed the variable name of the main object from "object" to "self" as per rwaldron's suggestions. jaubourg 2011-05-24 21:16:51 +0200
  • 8c39fc855e Shortens slice expression in channel helpers as per rwaldron's suggestion. jaubourg 2011-05-24 17:27:05 +0200
  • 96b0089c9c Adds publish/subscribe channels. Unit tests added. jaubourg 2011-05-24 01:59:00 +0200
  • 9edc3d4f39 Fixes repeatable callbacks list with memory disabling. Unit tests for Deferreds updated. jaubourg 2011-05-24 01:03:30 +0200
  • 1ed70e056d Merge branch 'master' of github.com:jquery/jquery into 1.7/callbacks jaubourg 2011-05-24 00:45:37 +0200
  • b43910a496 Landing pull request 352. Slightly improved defaultDisplay() and Throbber of Doom. Fixes #8994. Mathias Bynens 2011-05-20 11:22:52 -0400
  • f82b9dddc4 Landing pull request 382. Adds support for number values (meter,progress); Fixes #9319. rwldrn 2011-05-20 11:03:33 -0400
  • a1545b5079 Unnecessary var removed. timmywil 2011-05-18 11:59:21 -0400
  • 25118e22a2 Handle unset value attributes consistently depending on property existence. Supplements #9328. timmywil 2011-05-18 11:46:22 -0400
  • ba90af0dc5 Make the value hook less obtrusive for elements which do not inherently have a value property. Fixes #9328. timmywil 2011-05-18 11:29:25 -0400
  • 7d3ba9f89e Switched title attribute to getAttributeNode for IE6/7. Fixes #9329. timmywil 2011-05-18 11:05:20 -0400
  • c17f589ec9 Landing pull request 377. Check custom data != null(undefined), allows zero; Fixes #9285. Rick Waldron 2011-05-16 10:38:36 -0400
  • a5cf257a8a Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function wrapper. Fixes #9298. timmywil 2011-05-16 10:17:50 -0400
  • 6171e0a923 Retrieve the class attribute on a form in IE6/7. Fixes 9286. timmywil 2011-05-14 12:07:40 -0400
  • cf702496ee Removing unnecessary argument type check for boolean hook timmywil 2011-05-13 13:47:44 -0400
  • bc82ff0ff9 Make sure setting boolean attributes to the same name sets the property to a boolean type timmywil 2011-05-13 13:39:38 -0400
  • 6f676e692d Use prop to retrieve boolean properties (so the selected hook will be used) timmywil 2011-05-12 19:42:53 -0400
  • ec829431fe Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fixes #8950. Rick Waldron 2011-05-13 12:26:17 -0400
  • a5b7c0fa33 Style edits for pull request 375 timmywil 2011-05-13 12:14:31 -0400
  • cbbd7d28e1 Landing pull request 375. Added test case to support #9237 Fixes #9237. avaly 2011-05-13 12:09:49 -0400
  • 3486365062 Animation callbacks keep their place in the queue stack. Fixes #9220. timmywil 2011-05-11 14:31:42 -0400
  • 0f81cf8991 Adds iframe code for #9239. jaubourg 2011-05-13 17:50:57 +0200
  • ceba855c01 Fixes #9239. If the body is already present in the DOM, use a div within it to perform boxModel-related support tests. Unit test added. jaubourg 2011-05-13 17:43:32 +0200
  • b60c8560ce Updating the source version to 1.6.2pre John Resig 2011-05-12 15:04:51 -0400
  • 9fd37b2c8a Tagging the 1.6.1 release. 1.6.1 John Resig 2011-05-12 15:04:36 -0400
  • 01c5b7f7f5 JR don't want my QUnit. timmywil 2011-05-11 12:02:41 -0400
  • f794f48f02 Adding in test case to support #9211. John Resig 2011-05-11 11:43:37 -0400
  • 391398cf23 Fixes #9221. Wraps openings of html comments and CDATA blocks found at the beginning of inserted script elements into a javascript block comment so that the new implementation of globalEval will not throw an exception in IE (execScript being less lenient than eval). Unit tests added. jaubourg 2011-05-11 14:12:19 +0200
  • 3a1c27b508 Revert "Updating QUnit." This commit actually reverted QUnit. timmywil 2011-05-10 13:58:50 -0400
  • 68d980bbb4 Updating the source version to 1.6.1pre John Resig 2011-05-10 13:50:49 -0400
  • 344af56868 Tagging the 1.6.1rc1 release. 1.6.1rc1 John Resig 2011-05-10 13:50:35 -0400
  • f9cccd05b6 Updating QUnit. John Resig 2011-05-10 13:50:21 -0400
  • 2812a87da7 Updating Sizzle. John Resig 2011-05-10 13:37:05 -0400
  • c42360b5be More formatting tweaking. John Resig 2011-05-10 12:57:55 -0400