]>
source.dussan.org Git - jquery.git/log
timmywil [Wed, 4 May 2011 15:29:38 +0000 (11:29 -0400)]
Set corresponding property to false when removing boolean attributes. Fixes #9094
timmywil [Wed, 4 May 2011 04:31:01 +0000 (00:31 -0400)]
Update boolean check to avoid crashes, add all name fixes to propFix (properties are case-sensitive in all browsers), add tests for prop
John Resig [Wed, 4 May 2011 01:44:42 +0000 (21:44 -0400)]
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 [Tue, 3 May 2011 19:02:26 +0000 (15:02 -0400)]
Fix problem with appending multiple string arguments in IE 6. Fixes #9072.
John Resig [Tue, 3 May 2011 19:01:29 +0000 (15:01 -0400)]
Updating release note script.
timmywil [Tue, 3 May 2011 18:48:36 +0000 (14:48 -0400)]
Fix setting value attributes on option elements. Fixes #9071.
timmywil [Mon, 2 May 2011 22:14:12 +0000 (18:14 -0400)]
Fix QUnit Header links
timmywil [Mon, 2 May 2011 21:53:55 +0000 (17:53 -0400)]
Avoid changing html in two places; add minified jQuery as an option to the main test page
timmywil [Mon, 2 May 2011 20:56:39 +0000 (16:56 -0400)]
Add a test page for running the test suite against a fully built and compressed jQuery. Fixes #7650.
John Resig [Mon, 2 May 2011 20:36:16 +0000 (16:36 -0400)]
Less aggressive semicolon insertion for the minified file.
John Resig [Mon, 2 May 2011 20:32:02 +0000 (16:32 -0400)]
Ensure that an endline is in place at the end of the minified jQuery file.
John Resig [Mon, 2 May 2011 20:25:36 +0000 (16:25 -0400)]
Update the UglifyJS code.
John Resig [Mon, 2 May 2011 20:25:20 +0000 (16:25 -0400)]
Fix bug with handling minor releases after major releases in the build script.
John Resig [Mon, 2 May 2011 17:50:33 +0000 (13:50 -0400)]
Updating the source version to 1.6.1pre
John Resig [Mon, 2 May 2011 17:50:00 +0000 (13:50 -0400)]
Tagging the 1.6 release.
John Resig [Mon, 2 May 2011 17:31:23 +0000 (13:31 -0400)]
Check for #8984 wasn't strong enough, enhanced.
John Resig [Mon, 2 May 2011 17:25:53 +0000 (13:25 -0400)]
Make sure that empty nodelists continue to map properly. Fixes #8993.
John Resig [Mon, 2 May 2011 17:14:13 +0000 (13:14 -0400)]
Change check for skipping the initial quickExpr RegExp check. Fixes #8984.
timmywil [Mon, 2 May 2011 15:57:01 +0000 (11:57 -0400)]
Set background to none on our mock body and remove its contents to avoid a crash in IE when removing it. Fixes #9028.
timmywil [Sun, 1 May 2011 21:09:50 +0000 (17:09 -0400)]
Test for a colon in attribute names for IE6/7. Fixes #1591.
Dave Methvin [Fri, 29 Apr 2011 14:36:31 +0000 (07:36 -0700)]
Merged pull request #361 from rwldrn/9008a.
Restored /g flag to rspaces; Adds unit tests; Supplements #9008
Rick Waldron [Fri, 29 Apr 2011 02:24:40 +0000 (22:24 -0400)]
Restores var names to satisfy the crock-machine. Supplements #9008
Rick Waldron [Fri, 29 Apr 2011 01:14:12 +0000 (21:14 -0400)]
Restored /g flag to rspaces; Adds unit tests; Supplements #9008
Dave Methvin [Thu, 28 Apr 2011 23:18:05 +0000 (16:18 -0700)]
Merged pull request #360 from xavierm02/patch-3.
Javascript -> JavaScript
MONTILLET Xavier [Thu, 28 Apr 2011 21:56:52 +0000 (14:56 -0700)]
Javascript -> JavaScript except if it was intentional to avoid letting newbies think it's Java.
timmywil [Thu, 28 Apr 2011 20:31:51 +0000 (16:31 -0400)]
Syntax in testrunner
rwldrn [Thu, 28 Apr 2011 18:11:34 +0000 (14:11 -0400)]
Make cached rspaces regex definitions consistent. Fixes #9008
rwldrn [Thu, 28 Apr 2011 19:56:02 +0000 (15:56 -0400)]
Landing pull request 357. Update unit tests for widows & orphans. Supplements #8971 Fixes #8971.
More Details:
- https://github.com/jquery/jquery/pull/357
- http://bugs.jquery.com/ticket/8971
Rick Waldron [Thu, 28 Apr 2011 19:28:01 +0000 (15:28 -0400)]
Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991.
More Details:
- https://github.com/jquery/jquery/pull/354
- http://bugs.jquery.com/ticket/8991
timmywil [Wed, 27 Apr 2011 20:33:12 +0000 (16:33 -0400)]
Correct the attachment of the p tag in the widows/orphans tests. Fixes test suite in IE8
John Resig [Wed, 27 Apr 2011 04:56:08 +0000 (00:56 -0400)]
Add a simple script for generating the release notes of a pre-release.
John Resig [Tue, 26 Apr 2011 20:23:09 +0000 (16:23 -0400)]
Adding a Node-based release management script for pushing new releases to the CDN.
John Resig [Tue, 26 Apr 2011 20:22:07 +0000 (16:22 -0400)]
Updating the source version to 1.6pre
John Resig [Tue, 26 Apr 2011 20:21:45 +0000 (16:21 -0400)]
Tagging the 1.6rc1 release.
Julian Aubourg [Tue, 26 Apr 2011 14:08:14 +0000 (07:08 -0700)]
Merged pull request #348 from rwldrn/8978.
jQuery.support core style guide correction. Fixes #8978
Rick Waldron [Tue, 26 Apr 2011 13:45:27 +0000 (09:45 -0400)]
jQuery.support core style guide correction. Fixes #8978
timmywil [Mon, 25 Apr 2011 19:53:43 +0000 (12:53 -0700)]
Merged pull request #345 from rwldrn/8971.
No need to test for widows & orphans values in IE6-8. Fixes #8971
rwldrn [Mon, 25 Apr 2011 17:10:23 +0000 (13:10 -0400)]
No need to test for widows & orphans values in IE6-8. Fixes #8971
timmywil [Sat, 23 Apr 2011 21:07:31 +0000 (17:07 -0400)]
Add tests data- and aria- attributes and the autofocus boolean attribute and some style updates in jQuery.attr
aFarkas [Sat, 23 Apr 2011 19:57:55 +0000 (21:57 +0200)]
handle data- and aria- special
aFarkas [Sat, 23 Apr 2011 09:29:07 +0000 (11:29 +0200)]
dealing with boolean content attribute
Jordan Boesch [Sat, 23 Apr 2011 21:58:56 +0000 (17:58 -0400)]
Landing pull request 344. using jQuery.nodeName where applicable.
More Details:
- https://github.com/jquery/jquery/pull/344
timmywil [Sat, 23 Apr 2011 17:56:51 +0000 (13:56 -0400)]
Switch the form nodeName check in attr to use jQuery.nodeName for consistency
John Resig [Fri, 22 Apr 2011 04:51:23 +0000 (00:51 -0400)]
Disabling .add(form.elements) unit test.
timmywil [Fri, 22 Apr 2011 04:28:11 +0000 (00:28 -0400)]
Merge branch 'master' of github.com:jquery/jquery
timmywil [Fri, 22 Apr 2011 04:27:52 +0000 (00:27 -0400)]
Combine the support tests for radioValue and appendChecked
Rick Waldron [Fri, 22 Apr 2011 04:02:08 +0000 (00:02 -0400)]
Landing pull request 340. Adds widows, orphans to cssNumber hash; includes tests. Fixes #8936.
More Details:
- https://github.com/jquery/jquery/pull/340
- http://bugs.jquery.com/ticket/8936
Dave Methvin [Fri, 22 Apr 2011 02:15:21 +0000 (22:15 -0400)]
Merge branch 'master' of github.com:jquery/jquery into fix-8790a-quicker-trigger
timmywil [Fri, 22 Apr 2011 01:51:23 +0000 (21:51 -0400)]
Landing pull request 332. Appending disconnected radio or checkbox inputs and keeping checked setting Fixes #8060, #8500.
More Details:
- https://github.com/jquery/jquery/pull/332
- http://bugs.jquery.com/ticket/8060
- http://bugs.jquery.com/ticket/8500
timmywil [Fri, 22 Apr 2011 01:33:09 +0000 (21:33 -0400)]
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 [Thu, 21 Apr 2011 17:03:19 +0000 (13:03 -0400)]
Update Sizzle and QUnit
jaubourg [Thu, 21 Apr 2011 16:43:40 +0000 (18:43 +0200)]
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.
jeresig [Wed, 20 Apr 2011 23:08:29 +0000 (19:08 -0400)]
Updating Sizzle and QUnit.
timmywil [Tue, 19 Apr 2011 21:48:07 +0000 (17:48 -0400)]
Follow w3c standard for setting the common boolean attributes to the same name(selected, checked, readOnly, and disabled)
timmywil [Tue, 19 Apr 2011 17:45:01 +0000 (13:45 -0400)]
Fix test suite fails for hiding text nodes in F4 and IE9. Update for #6135.
timmywil [Tue, 19 Apr 2011 17:17:38 +0000 (13:17 -0400)]
Only use getAttributeNode on buttons when setting value
jaubourg [Tue, 19 Apr 2011 07:29:20 +0000 (00:29 -0700)]
(Re) Fixes #8884 in a way that keeps the format of the headers map sent to transports natural.
Rick Waldron [Sun, 17 Apr 2011 22:29:49 +0000 (15:29 -0700)]
DRY out #6514
timmywil [Sun, 17 Apr 2011 22:18:40 +0000 (18:18 -0400)]
Merge branch 'master' of github.com:jquery/jquery
timmywil [Sun, 17 Apr 2011 22:15:20 +0000 (18:15 -0400)]
Fix value attribute and val for value on button elements. Fixes #1954
John Resig [Sun, 17 Apr 2011 21:11:40 +0000 (14:11 -0700)]
Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893.
John Resig [Sun, 17 Apr 2011 20:28:36 +0000 (13:28 -0700)]
Updating UglifyJS.
Brian Brennan [Sun, 17 Apr 2011 18:58:20 +0000 (11:58 -0700)]
Fix live mouseenter and mouseleave binding so they can be activated by triggers. Fixes #6514.
John Resig [Sun, 17 Apr 2011 21:11:40 +0000 (14:11 -0700)]
Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893.
John Resig [Sun, 17 Apr 2011 20:28:36 +0000 (13:28 -0700)]
Updating UglifyJS.
John Resig [Sun, 17 Apr 2011 18:58:58 +0000 (11:58 -0700)]
Merge branch 'master' of github.com:jquery/jquery
Brian Brennan [Sun, 17 Apr 2011 18:58:20 +0000 (11:58 -0700)]
Fix live mouseenter and mouseleave binding so they can be activated by triggers. Fixes #6514.
timmywil [Sun, 17 Apr 2011 18:25:16 +0000 (14:25 -0400)]
Update Sizzle - qunit-fixture changes
timmywil [Sun, 17 Apr 2011 18:12:31 +0000 (14:12 -0400)]
Merge branch 'qunit_fixture'
timmywil [Sun, 17 Apr 2011 18:08:52 +0000 (14:08 -0400)]
Update QUnit, fix visibility of #dl and pass JSLint in effects.js
John Resig [Sun, 17 Apr 2011 18:07:42 +0000 (11:07 -0700)]
Make sure that hide or show don't fail when operating on non-Element nodes. Fixes #6135.
John Resig [Sun, 17 Apr 2011 17:51:24 +0000 (10:51 -0700)]
Make sure that forms and selects are added to a jQuery set correctly. Fixes #6912.
Gilmore Davidson [Sun, 17 Apr 2011 17:34:38 +0000 (10:34 -0700)]
Added check for live mouseenter/mouseleave events if bound to nested elements with the same selector. Fixes #5884.
John Resig [Sun, 17 Apr 2011 17:21:46 +0000 (10:21 -0700)]
Make sure that there isn't an error if no event object exists. Fixes #8755.
timmywil [Sun, 17 Apr 2011 06:43:57 +0000 (02:43 -0400)]
Switch QUnit div from depreceted #main to #qunit-fixture
Dave Methvin [Sun, 17 Apr 2011 00:48:27 +0000 (20:48 -0400)]
Follow-up to #8790. Delay the creation of a jQuery.Event until we know it will need to be triggered.
John Resig [Sun, 17 Apr 2011 00:39:30 +0000 (17:39 -0700)]
Add in unit tests for #6993.
John Resig [Sun, 17 Apr 2011 00:37:35 +0000 (17:37 -0700)]
Allow function to be passed in as a data object to bind and one. Fixes #6993.
John Resig [Sat, 16 Apr 2011 21:18:56 +0000 (14:18 -0700)]
Cache references to navigator and location. Fixes #6690.
John Resig [Sat, 16 Apr 2011 16:17:34 +0000 (09:17 -0700)]
Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery into timmywil-cellpadding_support
John Resig [Sat, 16 Apr 2011 16:16:45 +0000 (09:16 -0700)]
Merge branch 'effectsCleanup' of https://github.com/louisremi/jquery into louisremi-effectsCleanup
John Resig [Sat, 16 Apr 2011 16:12:53 +0000 (09:12 -0700)]
Backing out fix for #6481.
jaubourg [Fri, 15 Apr 2011 21:16:43 +0000 (14:16 -0700)]
Removes now unnecessary regexp and companion function. Fixes some spacing issues. Shortens field names.
Sam Bisbee [Fri, 15 Apr 2011 20:45:45 +0000 (16:45 -0400)]
Fixing code styling typo.
Sam Bisbee [Fri, 15 Apr 2011 20:36:43 +0000 (16:36 -0400)]
Continuing to map request headers using their name in uppercase for the index, but we now map to an object with an unmodified name and value: { name: "", value: "" }. This prevents overwriting of the user's supplied headers, which many applications parse with case sensitivity, because we no longer use the modified, uppercase index when building the request.
Jordan Boesch [Fri, 15 Apr 2011 14:53:37 +0000 (08:53 -0600)]
removing regex
louisremi [Fri, 15 Apr 2011 14:33:21 +0000 (16:33 +0200)]
undefined should be as good as null here
Jordan Boesch [Fri, 15 Apr 2011 13:48:50 +0000 (07:48 -0600)]
revert to old code, bug is invalid
louisremi [Fri, 15 Apr 2011 13:30:19 +0000 (15:30 +0200)]
typo
louisremi [Fri, 15 Apr 2011 13:18:21 +0000 (15:18 +0200)]
remove more useless code. feels good.
louisremi [Fri, 15 Apr 2011 12:44:55 +0000 (14:44 +0200)]
- merge master
- move private functions at the bottom
- remove duplicate code
- move more var at the top of their scope
- rewrite a loop to be more efficient
timmywil [Fri, 15 Apr 2011 03:11:49 +0000 (23:11 -0400)]
Add support for setting the cellPadding attribute in IE6/7
jeresig [Thu, 14 Apr 2011 20:29:22 +0000 (16:29 -0400)]
Updating the source version to 1.6pre.
jeresig [Thu, 14 Apr 2011 20:29:14 +0000 (16:29 -0400)]
Tagging the 1.6b1 release.
timmywil [Thu, 14 Apr 2011 20:26:20 +0000 (16:26 -0400)]
Adds box-sizing check for IE9 inputs and buttons
jeresig [Thu, 14 Apr 2011 19:57:47 +0000 (15:57 -0400)]
Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.
Conflicts:
test/data/testsuite.css
jeresig [Thu, 14 Apr 2011 19:49:15 +0000 (15:49 -0400)]
Fix formatting of pull 325. Fixes #4146.
jeresig [Thu, 14 Apr 2011 19:44:58 +0000 (15:44 -0400)]
Merge branch 'bug_4146_v2' of https://github.com/jboesch/jquery into jboesch-bug_4146_v2
louisremi [Thu, 14 Apr 2011 13:21:08 +0000 (15:21 +0200)]
reduce function calls
simplify easing resolution code
+ some code cleanup
louisremi [Thu, 14 Apr 2011 09:46:29 +0000 (11:46 +0200)]
Merge branch 'master' of http://github.com/jquery/jquery into effectsCleanup