Commit Graph

  • d2fea6123f Merge branch 'master' of github.com:jquery/jquery John Resig 2011-05-10 12:54:41 -0400
  • c8374fafe5 Update sizzle. John Resig 2011-05-10 12:54:29 -0400
  • d75c61a5bd Update QUnit timmywil 2011-05-10 12:46:55 -0400
  • 1ec003f10c Fix tabs in delegate test. John Resig 2011-05-10 12:43:34 -0400
  • a5e407cafb Make sure that data properties with hyphens are always accessed/set using camelCase. Fixes #9124. John Resig 2011-05-10 11:56:42 -0400
  • 419b5e5e2a Make sure that mouseenter/mouseleave fire on the correct element when doing delegation. Fixes #9069. John Resig 2011-05-10 11:49:32 -0400
  • 521ae562da Landing pull request 374. .animate() Callbacks should fire in correct order (unit test included). Fixes #9100. louisremi 2011-05-10 11:22:12 -0400
  • 304dd618b7 Landing pull request 370. Fixes #8763. Sahab Yazdani 2011-05-10 11:20:22 -0400
  • 38de389a8e Adds unit/support.js to unit tests. Still have to test for #8763 has to be done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail). jaubourg 2011-05-10 12:23:53 +0200
  • 966c2fe46a oops console louisremi 2011-05-10 12:18:40 +0200
  • 4526c8b0a0 Add fallback to prop for the window and document. Switch value to use the property instead of the attribute for back compat. timmywil 2011-05-10 00:27:52 -0400
  • f34a90b3f7 oops unit test louisremi 2011-05-09 17:46:00 +0200
  • 076c347605 .animate() Callbacks should fire in correct order (fix #9100 + unit test) louisremi 2011-05-09 17:35:51 +0200
  • d65b27810b Merge branch 'master' of github.com:jquery/jquery into 1.7/callbacks jaubourg 2011-05-09 10:19:12 +0200
  • 8c13cfa805 Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up throwing an exception. Silly, silly, me. jaubourg 2011-05-09 10:01:20 +0200
  • efd0fce7a1 Fixes #9109. When jQuery is loaded in the body, then the fake body element used in support has to be inserted before the document's body for boxModel to be properly detected (got the hint by looking at the code in jQuery mobile). Test page added so that we can keep checking this. jaubourg 2011-05-09 09:48:23 +0200
  • 5f9dff6587 Add Deferred.progress() unit tests and fixes some progress related typos and bugs. jaubourg 2011-05-09 01:31:29 +0200
  • bf04081b6c Makes sure repeatable lists with memory are properly locked. jaubourg 2011-05-09 00:53:09 +0200
  • d54ae84f80 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
  • 38aea727ec 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
  • f392f8fcbc Adds disabled and locked. Simplifies logic in fireWith. jaubourg 2011-05-08 18:38:00 +0200
  • 0de05611bb Merge branch 'master' of github.com:jquery/jquery into 1.7/callbacks jaubourg 2011-05-08 16:16:19 +0200
  • f8d08561f1 Removes definition of createList and use jQuery.Callbacks directly to make things a bit less obfuscated. jaubourg 2011-05-08 16:12:43 +0200
  • b3d176d2cf 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
  • 18b1cf2942 Remove value check from formHook; other elements can use value hook timmywil 2011-05-07 22:01:10 -0400
  • 90f37aaf7a Call extend on prop to avoid changing original properties so that per-property easing is not lost in multiple animations with the same props timmywil 2011-05-07 21:26:02 -0400
  • 8bb6e95b66 Set val before hide/show check and fix easing setting; also update attributes test for autofocus timmywil 2011-05-07 20:46:38 -0400
  • 3d1c27d52e Fix per-property easing. Fixes #9067 Daniel Pihlstrom 2011-05-04 01:07:24 +0200
  • 31268449b9 Landing pull request 372. Test for numeric properties was using wrong variable. Fixes #9074. gnarf 2011-05-07 19:18:52 -0400
  • c085563270 Reduce the boolean list only to those that have corresponding IDLs that don't require being added to propFix; only set the IDL if it exists timmywil 2011-05-07 14:49:04 -0400
  • 09c0cf995b Global found in valHook for select(get) timmywil 2011-05-07 11:48:42 -0400
  • 13734b729f Fixes for bugs found thanks to unit tests. jaubourg 2011-05-07 03:39:41 +0200
  • 593fee1841 First bunch of unit tests for jQuery.Callbacks. jaubourg 2011-05-07 03:38:54 +0200
  • e79fdebcee Added stopOnFalse method description in comments and reformatted then in the process. jaubourg 2011-05-07 00:23:00 +0200
  • c864455ccf Global found in dataAttr function timmywil 2011-05-06 14:54:47 -0400
  • c72b0f3256 Check empty string instead of specified as specified is inconsistent on the name attribute. Fixes #9148. timmywil 2011-05-06 13:49:20 -0400
  • 114846d38d 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
  • f7f8450041 tmp was global in the new fn.promise. Fixes #9147. timmywil 2011-05-06 12:10:16 -0400
  • a257e07ae4 Reduce boolean attribute list to only content attributes timmywil 2011-05-06 10:53:05 -0400
  • f30cd4155e Update boolean attribute list to contain all boolean attributes listed in w3c timmywil 2011-05-05 14:37:59 -0400
  • cccf9ad91d Add support for the contenteditable attribute timmywil 2011-05-05 12:52:04 -0400
  • 5097e6d1c6 Construct boolHook and rboolean regex to deal with boolean attributes. Fixes #9129. Fixes #9123. timmywil 2011-05-05 12:17:08 -0400
  • 5195335cf4 Set the property corresponding to a boolean attribute when setting to true. Fixes #9103. timmywil 2011-05-04 15:53:00 -0400
  • 3ed4b22073 Run property names through propFix in removeProp timmywil 2011-05-04 11:40:46 -0400
  • 480b88ca37 Set corresponding property to false when removing boolean attributes. Fixes #9094 timmywil 2011-05-04 11:29:38 -0400
  • 97144424cc Update boolean check to avoid crashes, add all name fixes to propFix (properties are case-sensitive in all browsers), add tests for prop timmywil 2011-05-04 00:31:01 -0400
  • a9d9f8c542 If no hook is provided, and a boolean property exists, use that to return an attribute-style value for boolean attributes. Fixes #9079. John Resig 2011-05-03 21:44:42 -0400
  • bfad45fe45 Fix problem with appending multiple string arguments in IE 6. Fixes #9072. John Resig 2011-05-03 15:02:26 -0400
  • 3cdffce19f Updating release note script. John Resig 2011-05-03 15:01:29 -0400
  • 4ac2fdda2c Fix setting value attributes on option elements. Fixes #9071. timmywil 2011-05-03 14:48:36 -0400
  • 6d2fd57f45 Fix QUnit Header links timmywil 2011-05-02 18:14:12 -0400
  • ea24cd106b Avoid changing html in two places; add minified jQuery as an option to the main test page timmywil 2011-05-02 17:53:55 -0400
  • 3dbd7b54de Add a test page for running the test suite against a fully built and compressed jQuery. Fixes #7650. timmywil 2011-05-02 16:56:39 -0400
  • 89fd9dffad Less aggressive semicolon insertion for the minified file. John Resig 2011-05-02 16:36:16 -0400
  • f8a112f08e Ensure that an endline is in place at the end of the minified jQuery file. John Resig 2011-05-02 16:32:02 -0400
  • f4b5d3fc51 Update the UglifyJS code. John Resig 2011-05-02 16:25:36 -0400
  • c0d993903b Fix bug with handling minor releases after major releases in the build script. John Resig 2011-05-02 16:25:20 -0400
  • 53f275034a Updating the source version to 1.6.1pre John Resig 2011-05-02 13:50:33 -0400
  • eae7c4111c Tagging the 1.6 release. 1.6 John Resig 2011-05-02 13:50:00 -0400
  • ca338dc749 Check for #8984 wasn't strong enough, enhanced. John Resig 2011-05-02 13:31:23 -0400
  • 6c449fd5df Make sure that empty nodelists continue to map properly. Fixes #8993. John Resig 2011-05-02 13:25:53 -0400
  • 86aa764f0b Change check for skipping the initial quickExpr RegExp check. Fixes #8984. John Resig 2011-05-02 13:14:13 -0400
  • f1392d8208 Set background to none on our mock body and remove its contents to avoid a crash in IE when removing it. Fixes #9028. timmywil 2011-05-02 11:57:01 -0400
  • 24a8ffb3ea Test for a colon in attribute names for IE6/7. Fixes #1591. timmywil 2011-05-01 17:09:50 -0400
  • 0c2d1aee54 jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit test. Fixes #8950 Rick Waldron 2011-04-30 10:42:36 -0400
  • e2bace8fa1 Merged pull request #361 from rwldrn/9008a. Dave Methvin 2011-04-29 07:36:31 -0700
  • bf678fd9d6 Restores var names to satisfy the crock-machine. Supplements #9008 Rick Waldron 2011-04-28 22:24:40 -0400
  • ca367674c1 Restored /g flag to rspaces; Adds unit tests; Supplements #9008 Rick Waldron 2011-04-28 21:14:12 -0400
  • e5f4ec846c Merged pull request #360 from xavierm02/patch-3. Dave Methvin 2011-04-28 16:18:05 -0700
  • ebf2faca1e Javascript -> JavaScript except if it was intentional to avoid letting newbies think it's Java. MONTILLET Xavier 2011-04-28 14:56:52 -0700
  • b8a9c2ba34 Syntax in testrunner timmywil 2011-04-28 16:31:51 -0400
  • 57f56be04f Make cached rspaces regex definitions consistent. Fixes #9008 rwldrn 2011-04-28 14:11:34 -0400
  • 632cd6c4ba Landing pull request 357. Update unit tests for widows & orphans. Supplements #8971 Fixes #8971. rwldrn 2011-04-28 15:56:02 -0400
  • ebac797ac2 Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991. Rick Waldron 2011-04-28 15:28:01 -0400
  • c0450f3c2a Correct the attachment of the p tag in the widows/orphans tests. Fixes test suite in IE8 timmywil 2011-04-27 16:33:12 -0400
  • b5772da087 Add a simple script for generating the release notes of a pre-release. John Resig 2011-04-27 00:56:08 -0400
  • a8988e3cd1 Adding a Node-based release management script for pushing new releases to the CDN. John Resig 2011-04-26 16:23:09 -0400
  • fd11df1ec4 Updating the source version to 1.6pre John Resig 2011-04-26 16:22:07 -0400
  • 455edf197a Tagging the 1.6rc1 release. 1.6rc1 John Resig 2011-04-26 16:21:45 -0400
  • 742e15c638 Merged pull request #348 from rwldrn/8978. Julian Aubourg 2011-04-26 07:08:14 -0700
  • 08f52d69bd jQuery.support core style guide correction. Fixes #8978 Rick Waldron 2011-04-26 09:45:27 -0400
  • fb65ba418a Merged pull request #345 from rwldrn/8971. timmywil 2011-04-25 12:53:43 -0700
  • 86d5d3e809 No need to test for widows & orphans values in IE6-8. Fixes #8971 rwldrn 2011-04-25 13:10:23 -0400
  • 5165033883 Add tests data- and aria- attributes and the autofocus boolean attribute and some style updates in jQuery.attr timmywil 2011-04-23 17:07:31 -0400
  • 83e9ce95d7 handle data- and aria- special aFarkas 2011-04-23 21:57:55 +0200
  • 9559b1a294 dealing with boolean content attribute aFarkas 2011-04-23 11:29:07 +0200
  • 02ad0aa3b6 Landing pull request 344. using jQuery.nodeName where applicable. Jordan Boesch 2011-04-23 17:58:56 -0400
  • 15ccae91db Switch the form nodeName check in attr to use jQuery.nodeName for consistency timmywil 2011-04-23 13:56:51 -0400
  • 9b00827ac9 Disabling .add(form.elements) unit test. John Resig 2011-04-22 00:51:23 -0400
  • bc7bb0df28 Merge branch 'master' of github.com:jquery/jquery timmywil 2011-04-22 00:28:11 -0400
  • 2942be780f Combine the support tests for radioValue and appendChecked timmywil 2011-04-22 00:27:52 -0400
  • 3d9445e3fc Landing pull request 340. Adds widows, orphans to cssNumber hash; includes tests. Fixes #8936. Rick Waldron 2011-04-22 00:02:08 -0400
  • 16312c6b06 Merge branch 'master' of github.com:jquery/jquery into fix-8790a-quicker-trigger Dave Methvin 2011-04-21 22:15:21 -0400
  • d274b7b9f7 Landing pull request 332. Appending disconnected radio or checkbox inputs and keeping checked setting Fixes #8060, #8500. timmywil 2011-04-21 21:51:23 -0400
  • 3ac9eb7ce3 Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value of radio inputs resets when type is set after the value in all IEs. Fixes #8570 ([bug](http://bugs.jquery.com/ticket/8570)). timmywil 2011-04-21 21:33:09 -0400
  • dbe966aa57 Update Sizzle and QUnit timmywil 2011-04-21 13:03:19 -0400
  • a28eadff48 Makes sure no unload handler is bound when not in IE. Also simplifies the whole "on unload abort" code. Also avoids the declaration of yet another variables in the jQuery main closure for the temporary XHR used to assess support properties. jaubourg 2011-04-21 18:43:40 +0200
  • 60cfab3d19 Updating Sizzle and QUnit. jeresig 2011-04-20 19:08:29 -0400
  • 103d325887 Follow w3c standard for setting the common boolean attributes to the same name(selected, checked, readOnly, and disabled) timmywil 2011-04-19 17:48:07 -0400
  • 8d2d94cfba Fix test suite fails for hiding text nodes in F4 and IE9. Update for #6135. timmywil 2011-04-19 13:45:01 -0400