]>
source.dussan.org Git - jquery.git/log
Jakob Stoeck [Mon, 25 Nov 2013 18:48:10 +0000 (19:48 +0100)]
Add unit tests for .html( number ). Close gh-1447.
John Paul [Thu, 25 Apr 2013 13:11:53 +0000 (09:11 -0400)]
Effects: Integrate sinon fake timers into tests. Close gh-1377.
Michał Gołębiowski [Sun, 17 Nov 2013 00:06:44 +0000 (01:06 +0100)]
Change window to global in the most outer IIFE parameters.
In the most outer IIFE it’s not yet known if the global is window or not.
Using the window variable to denote the global was misleading in that case,
especially that the code didn’t make such assumption, requiring to provide
a Web-like window separately. Renaming window to global clears the confusion.
Timmy Willison [Fri, 15 Nov 2013 22:18:22 +0000 (17:18 -0500)]
Fixes #14549. Execute the factory immediately when CommonJS is used in the browser.
Timmy Willison [Fri, 15 Nov 2013 22:07:12 +0000 (17:07 -0500)]
Fixes #14548. Add main property to package.json
hongymagic [Mon, 11 Nov 2013 02:28:36 +0000 (13:28 +1100)]
Timmy Willison [Fri, 15 Nov 2013 15:48:49 +0000 (10:48 -0500)]
Release script: Add dist files in multiple commits for a clean final commit with a small diff
Timmy Willison [Fri, 15 Nov 2013 15:23:23 +0000 (10:23 -0500)]
Release script: Add .npmignore and keep .gitignore when creating the tag
Dave Methvin [Fri, 15 Nov 2013 14:55:16 +0000 (09:55 -0500)]
Updating the source version to 2.1.0-pre✓™
Dave Methvin [Fri, 15 Nov 2013 14:54:53 +0000 (09:54 -0500)]
Updating version to 2.1.0-beta2.
Michał Gołębiowski [Fri, 15 Nov 2013 14:50:31 +0000 (15:50 +0100)]
Keep bower_components in .gitignore.
Timmy Willison [Fri, 15 Nov 2013 14:19:44 +0000 (09:19 -0500)]
Release script: create tag after building CDN files
Dave Methvin [Thu, 14 Nov 2013 21:33:12 +0000 (16:33 -0500)]
Ref #14180, let focusin/out work on non-element targets.
Dave Methvin [Thu, 14 Nov 2013 02:31:07 +0000 (21:31 -0500)]
Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434.
We can't feature detect ActiveX in IE11, but we can just call
it and catch whatever error occurs, then try normal XHR.
Ilya Kantor [Tue, 15 Oct 2013 13:09:55 +0000 (17:09 +0400)]
Event: Fix #14544. Remove elem from event handle, close gh-1400.
This also reduces memory leaks if the element is removed without cleaning
events (e.g with native DOM operations).
Not pickable into the 1.x branch because oldIE still needs this.
Timmy Willison [Thu, 14 Nov 2013 19:36:04 +0000 (14:36 -0500)]
Fixes #14535: update Sizzle to 1.10.13
Timmy Willison [Thu, 14 Nov 2013 15:21:46 +0000 (10:21 -0500)]
Update sizzle location in release script
Timmy Willison [Thu, 14 Nov 2013 15:17:18 +0000 (10:17 -0500)]
Use grunt and bower packages as local dependencies. Close gh-1433.
Timmy Willison [Thu, 14 Nov 2013 03:05:37 +0000 (22:05 -0500)]
Update Sizzle: remove the use of version ranges
Timmy Willison [Thu, 14 Nov 2013 02:25:37 +0000 (21:25 -0500)]
Modify release script to create a headless tag for bower and publish to NPM
njhamann [Sat, 24 Aug 2013 17:02:17 +0000 (13:02 -0400)]
Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.
Dave Methvin [Thu, 14 Nov 2013 01:53:04 +0000 (20:53 -0500)]
ajax: Fix #14207. file protocol returns status 0, see #8605.
Dave Methvin [Tue, 17 Sep 2013 22:51:54 +0000 (18:51 -0400)]
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Richard Gibson [Tue, 12 Nov 2013 18:31:35 +0000 (13:31 -0500)]
Ref
71b2ac52 : Disallow 2.x bypass of environmental helper methods
Richard Gibson [Tue, 5 Nov 2013 04:36:15 +0000 (23:36 -0500)]
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
(cherry picked from commit
60a6178131afec97b68c9a45bc24459f7b8bd905 )
Conflicts:
src/ajax/parseJSON.js
Richard Gibson [Tue, 12 Nov 2013 05:08:51 +0000 (00:08 -0500)]
Merge branches 'master' and 'master' of github.com:jquery/jquery
Michał Gołębiowski [Mon, 11 Nov 2013 00:53:23 +0000 (01:53 +0100)]
No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.
In 1.x if the support test executes before doc ready, it may not be able
to return a result yet. In such a case, we protect ourselves from future
breakages, allowing only for the ones before doc ready.
Since in 2.x lazy support tests attach test elements to docElem, not body,
such a guard is unnecessary.
Michał Gołębiowski [Sat, 7 Sep 2013 00:46:55 +0000 (02:46 +0200)]
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski [Sun, 10 Nov 2013 23:42:37 +0000 (00:42 +0100)]
No ticket. Remove version sniffing from test/unit/support.js, browsers got updated.
Michał Gołębiowski [Sun, 10 Nov 2013 22:47:04 +0000 (23:47 +0100)]
No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom builds.
Michał Gołębiowski [Sat, 9 Nov 2013 22:55:32 +0000 (23:55 +0100)]
Fix #14415. Remove the source map comment in the release script. Close gh-1424.
Michał Gołębiowski [Sat, 7 Sep 2013 00:46:55 +0000 (02:46 +0200)]
No ticket. Restore some parsing tests in core.
Michał Gołębiowski [Sat, 9 Nov 2013 22:12:06 +0000 (23:12 +0100)]
Remove workarounds for the uglify task mishandling banners when used with source maps.
The issue was fixed in grunt-contrib-uglify:
https://github.com/gruntjs/grunt-contrib-uglify/issues/22
Oleg [Fri, 8 Nov 2013 15:03:51 +0000 (16:03 +0100)]
Check Gruntfile and tasks for code style
Oleg [Thu, 7 Nov 2013 21:32:12 +0000 (22:32 +0100)]
Don't execute focus tests in Firefox
Close gh-1423
Oleg [Thu, 7 Nov 2013 21:51:46 +0000 (22:51 +0100)]
Use full version of jQuery 1.9.1
Had some weird failures in IE with xhr build of 1.9.1
Sindre Sorhus [Fri, 25 Oct 2013 18:12:46 +0000 (20:12 +0200)]
Add "keywords" to bower.json
Close gh-1407
Sindre Sorhus [Fri, 25 Oct 2013 18:02:04 +0000 (20:02 +0200)]
Add load-grunt-tasks package dependency
Close gh-1405
Oleg [Thu, 12 Sep 2013 20:51:59 +0000 (00:51 +0400)]
Fix #12757 - use jscs to check the style guide
Close gh-1396
Oleg [Wed, 30 Oct 2013 12:20:38 +0000 (16:20 +0400)]
Add more thorough check for CSP violations
Richard Gibson [Wed, 18 Sep 2013 13:41:07 +0000 (09:41 -0400)]
Fix #14074: element id="nodeName". Close gh-1389.
(cherry picked from commit
126d596b56924613687329b7aab4f0cdf4b593b3 )
Conflicts:
src/data.js
src/data/accepts.js
test/unit/core.js
test/unit/data.js
Marian Sollmann [Mon, 28 Oct 2013 14:31:58 +0000 (15:31 +0100)]
Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.
(cherry picked from commit
346b031af9e3b315ef351a9cc7fee56f930cf346 )
Conflicts:
src/traversing.js
Corey Frang [Tue, 5 Nov 2013 20:03:28 +0000 (15:03 -0500)]
Fix #14101: $().data() should be undefined, not null
Chris Antaki [Sat, 2 Nov 2013 08:38:37 +0000 (01:38 -0700)]
No ticket: Reduce size by reordering variable declarations. Close gh-1416.
Chris Antaki [Wed, 30 Oct 2013 08:16:05 +0000 (01:16 -0700)]
Fix #11809: Update text without creating DOM nodes. Close gh-1412.
Richard Gibson [Mon, 4 Nov 2013 17:51:57 +0000 (12:51 -0500)]
No ticket: Update support comment to match convention
Richard Gibson [Mon, 4 Nov 2013 14:36:16 +0000 (09:36 -0500)]
Ref
f9d41ac6 : Opera-compatible form target
Richard Gibson [Mon, 28 Oct 2013 21:41:34 +0000 (17:41 -0400)]
No ticket: Small ajax/xhr size optimizations
Richard Gibson [Mon, 28 Oct 2013 21:40:13 +0000 (17:40 -0400)]
Fix #14379: AJAX requests on unload
Oleg [Mon, 28 Oct 2013 17:31:41 +0000 (21:31 +0400)]
No ticket. Remove useless comment
Richard Gibson [Mon, 28 Oct 2013 15:35:53 +0000 (11:35 -0400)]
Fix #14459: Use jQuery.parseJSON instead of JSON.parse
Michał Gołębiowski [Fri, 25 Oct 2013 19:26:44 +0000 (21:26 +0200)]
No ticket. Update npm devDependencies.
Michał Gołębiowski [Thu, 24 Oct 2013 17:45:42 +0000 (19:45 +0200)]
Add tests for class manipulation on jQuery object containing more than one element. Close gh-1404.
Dave Methvin [Wed, 23 Oct 2013 02:49:03 +0000 (22:49 -0400)]
Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."
This reverts commit
9b6f0745805941a6d7b7c16c02cf56ab00021c82 .
Dave Methvin [Tue, 17 Sep 2013 22:51:54 +0000 (18:51 -0400)]
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Ronny Springer [Fri, 11 Oct 2013 08:09:54 +0000 (10:09 +0200)]
Ref
2263134b : Better identify potential JSON. Close gh-1401.
Timmy Willison [Tue, 15 Oct 2013 21:59:58 +0000 (17:59 -0400)]
Only set uglify options if not already the default
Timo Tijhof [Tue, 24 Sep 2013 14:23:58 +0000 (16:23 +0200)]
No ticket: Clean up uglifyjs compress options. Close gh-1382.
(cherry picked from commit
e15627022f0c5e13a972baffb41f6f52ca4d3ec3 )
Lihan Li [Sun, 29 Sep 2013 16:06:32 +0000 (12:06 -0400)]
Fix #14394: Changing style !important in webkit. Close gh-1385.
Timmy Willison [Tue, 15 Oct 2013 20:14:10 +0000 (16:14 -0400)]
Preparations for npm/bower publishing
Richard Gibson [Tue, 15 Oct 2013 19:48:53 +0000 (15:48 -0400)]
No ticket: Test cleanup
Richard Gibson [Tue, 15 Oct 2013 15:12:31 +0000 (11:12 -0400)]
No ticket: Small curCSS size optimizations
George Kats [Sun, 6 Oct 2013 16:53:26 +0000 (19:53 +0300)]
Fix #14432: Always return string from .css("z-index"). Close gh-1395.
Timmy Willison [Tue, 15 Oct 2013 16:03:55 +0000 (12:03 -0400)]
Unify build script capabilities between branches. Specifically, added a special comment pragma for removing certain lines.
Timmy Willison [Tue, 15 Oct 2013 14:44:50 +0000 (10:44 -0400)]
Remove comment
Timmy Willison [Tue, 15 Oct 2013 14:40:48 +0000 (10:40 -0400)]
Fixes #14450. Remove CommonJS+AMD syntax.
Timmy Willison [Tue, 15 Oct 2013 13:51:09 +0000 (09:51 -0400)]
Update requirejs to compatible version, remove r.js
Richard Gibson [Fri, 11 Oct 2013 19:08:07 +0000 (15:08 -0400)]
No ticket: Fix subproject iframe tests
Richard Gibson [Fri, 11 Oct 2013 18:14:03 +0000 (14:14 -0400)]
Fix #14381: Update to Sizzle 1.10.11
(cherry picked from commit
64bdf4140b58c6dae72db78fc2f02832ed51a863 )
Dominik D. Geyer [Fri, 11 Oct 2013 13:09:56 +0000 (15:09 +0200)]
No ticket: Correct typo in README section "rebasing". Close gh-1398.
Timmy Willison [Thu, 10 Oct 2013 20:24:41 +0000 (16:24 -0400)]
Update Sizzle to 1.10.10
Timmy Willison [Mon, 7 Oct 2013 22:24:02 +0000 (18:24 -0400)]
Add bower install script and release scripts to jshint and pass lint
Timmy Willison [Mon, 7 Oct 2013 21:18:11 +0000 (17:18 -0400)]
Edit bower install script based on comments. Close gh-1392.
Scott González [Sat, 5 Oct 2013 18:28:54 +0000 (14:28 -0400)]
Warn on npm install if Bower isn't installed.
Timo Tijhof [Wed, 2 Oct 2013 12:58:15 +0000 (14:58 +0200)]
Gruntfile: Remove project prefix from TestSwarm job name, close gh-1387
Oleg [Sun, 6 Oct 2013 04:21:40 +0000 (08:21 +0400)]
Fix some code style inconsistencies
Dave Methvin [Thu, 19 Sep 2013 15:34:48 +0000 (11:34 -0400)]
Fix #13993. Save result of native inline handlers. Close gh-1368.
Scott González [Fri, 4 Oct 2013 15:47:42 +0000 (11:47 -0400)]
Updated author information.
Michał Gołębiowski [Tue, 1 Oct 2013 22:39:49 +0000 (00:39 +0200)]
No ticket. Simplify the post-uglify task.
Oleg [Mon, 30 Sep 2013 17:12:58 +0000 (21:12 +0400)]
Add setup function for the event module
Oleg [Mon, 30 Sep 2013 16:23:21 +0000 (20:23 +0400)]
Focus on the body before running focus test
(cherry picked from commit
b2f27632ebaa0f975eb70d531925129cee4014b9 )
Conflicts:
test/unit/event.js
Richard Gibson [Sat, 28 Sep 2013 15:57:46 +0000 (11:57 -0400)]
No ticket: Compress core and data modules
(cherry picked from commit
b31bd4c05d87660352a3f7d3081146e332440d99 )
Conflicts:
src/core.js
src/data.js
Oleg [Mon, 23 Sep 2013 16:50:31 +0000 (20:50 +0400)]
Run focus test only if document has focus
(cherry picked from commit
0b9a182ecde49adb508d76577e8f244da08a1e51 )
Richard Gibson [Mon, 23 Sep 2013 16:00:57 +0000 (12:00 -0400)]
No ticket: Fix IE focus test failures
(cherry picked from commit
3d6ed4483e2c9c52d83bdab72e9b884ebf720f22 )
Anthony Ryan [Fri, 20 Sep 2013 10:00:24 +0000 (06:00 -0400)]
No ticket: Fix XHTML regression. Close gh-1375.
Timo Tijhof [Sun, 22 Sep 2013 08:19:28 +0000 (10:19 +0200)]
core: Fix cut off comment in jQuery.map from
c72371f714 . Close gh-1379.
Dave Methvin [Thu, 19 Sep 2013 20:15:47 +0000 (16:15 -0400)]
Updating the source version to 2.1.0-pre✓™
Dave Methvin [Thu, 19 Sep 2013 20:15:38 +0000 (16:15 -0400)]
Tagging the 2.1.0-beta1 release.
Dave Methvin [Wed, 18 Sep 2013 03:29:02 +0000 (23:29 -0400)]
Fix #14290. Don't throw if text node is appended to table. Close gh-1371.
Dave Methvin [Thu, 19 Sep 2013 13:53:08 +0000 (09:53 -0400)]
Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh-1365.
Dave Methvin [Thu, 19 Sep 2013 13:06:19 +0000 (09:06 -0400)]
Update release script for sourcmap syntax change
Richard Gibson [Tue, 17 Sep 2013 13:53:55 +0000 (09:53 -0400)]
No ticket: Improve line-height animation test stability
Oleg [Tue, 17 Sep 2013 11:47:31 +0000 (15:47 +0400)]
Fix #12723 and simplification and optmization of defaultDisplay helper
Oleg [Tue, 17 Sep 2013 09:24:27 +0000 (13:24 +0400)]
Simplify replaceWith method. Closes gh-1276
Oleg [Fri, 13 Sep 2013 15:29:48 +0000 (19:29 +0400)]
Correct code style in comment line
Oleg [Wed, 11 Sep 2013 01:08:01 +0000 (05:08 +0400)]
No ticket: fix code style inconsistencies. Closes gh-1361
Timmy Willison [Thu, 12 Sep 2013 20:52:23 +0000 (15:52 -0500)]
Small adjustment to prefilter test. Follow the right path for prefixes.
Richard Gibson [Thu, 5 Sep 2013 18:04:11 +0000 (14:04 -0400)]
Ref #14313: NaN detection. Close gh-1352.
(cherry picked from commit
0bc0a69026ce4c1ac570a729d3c975a4a55d0ff4 )
Richard Gibson [Thu, 12 Sep 2013 20:36:29 +0000 (16:36 -0400)]
Fix #14351: Update Sizzle
Timmy Willison [Thu, 12 Sep 2013 20:25:23 +0000 (15:25 -0500)]
Adjust prefilter test to error on string indexing in oldIE