Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release: Publish to npm | Jörn Zaefferer | 2014-01-10 | 1 | -0/+1 |
| | | | | Closes gh-1479 | ||||
* | Tests: Remove html5 shiv | Dave Methvin | 2014-01-09 | 1 | -7/+0 |
| | |||||
* | Intro: Pass window to intro if available, for browserify | Forbes Lindesay | 2014-01-09 | 1 | -2/+2 |
| | | | | Closes gh-1476 | ||||
* | Build: Happy New Year! Thanks @marlonlandaverde | Dave Methvin | 2014-01-09 | 3 | -3/+3 |
| | |||||
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-07 | 2 | -1/+19 |
| | | | | | Fixes #14623 Closes gh-1473 | ||||
* | Docs: Link to the browser support page in CONTRIBUTING.md | Michał Gołębiowski | 2014-01-06 | 1 | -7/+3 |
| | | | | | Instead of duplicating the supported browsers matrix, just link to the browser support page on jquery.com. | ||||
* | README: Add jQuery environment notes | Timmy Willison | 2014-01-06 | 1 | -0/+7 |
| | |||||
* | Update grunt-bowercopy to 0.5.0 | Timmy Willison | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | Doc: Update links and simplify build instructions | Oleg | 2013-12-31 | 1 | -6/+6 |
| | |||||
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 2 | -33/+116 |
| | | | | Closes gh-1430 | ||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2013-12-23 | 8 | -225/+545 |
| | | | | | Fix #14040 Close gh-1457 | ||||
* | Release script: _tracMilestone -> tracMilestone | Timmy Willison | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | exports/global: Do not attach global variables for most CommonJS environments | Timmy Willison | 2013-12-20 | 2 | -5/+8 |
| | | | | | | | For CommonJS environments where the global already has a document, it is expected that if a global is needed, the user can attach the global. Fixes #14645. | ||||
* | Gruntfile: fix watch task | Timmy Willison | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Release script: minor formatting issue. | Timmy Willison | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Release script: jquery-release integration | Timmy Willison | 2013-12-20 | 2 | -380/+143 |
| | |||||
* | Remove hyphen from pre versions | Timmy Willison | 2013-12-20 | 2 | -2/+2 |
| | | | | | - It is intentionally invalid semver as pre versions should never be released - UI and Mobile already do this | ||||
* | Update AUTHORS.txt using git log --format="%aN <%aE>" | Timmy Willison | 2013-12-20 | 1 | -16/+51 |
| | |||||
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 5 | -16/+22 |
| | | | | Fix #14584 | ||||
* | Build: add build option for setting the AMD name. | Timmy Willison | 2013-12-19 | 2 | -5/+28 |
| | | | | Fixes #14016. | ||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 5 | -23/+40 |
| | | | | Ref #14016 | ||||
* | Use the exact versions dependencies | Oleg | 2013-12-19 | 1 | -15/+17 |
| | | | | | | And remove unused "which" package Closes gh-1458 | ||||
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Readme: Fix typo, thanks @tcort | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasks | Michał Gołębiowski | 2013-12-18 | 2 | -16/+7 |
| | | | | | | | | | grunt-contrib-jshint 0.7.1 allows the jshintrc option to be set to true to have it read the appropriate config file based on the file being checked. The only place where we can’t use it is the check for dist/jquery.js that has the onevar option removed. Fixes #14504 | ||||
* | Build: Use absolute paths in .gitignore and .npmignore. | Michał Gołębiowski | 2013-12-18 | 2 | -9/+11 |
| | | | | | .gitignore/.npmignore treat all its paths as relative to *every* directory in the repository. In most cases that’s not what’s desired. | ||||
* | Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31 | Michał Gołębiowski | 2013-12-18 | 1 | -4/+11 |
| | | | | | | | Chrome 31 doesn't fire Ajax requests in beforeunload event handler. There is no way for us to workaround it and it's been fixed in Chrome 32 so let's just blacklist Chrome 31 as long as it's in TestSwarm. See https://code.google.com/p/chromium/issues/detail?id=321241 | ||||
* | CONTRIBUTING: Fixed link to style guide | Scott González | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 4 | -16/+17 |
| | | | | Close gh-1421 | ||||
* | Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434." | Dave Methvin | 2013-12-15 | 2 | -10/+1 |
| | | | | | | This reverts commit 498e0e6c9bf486a0b1f16b455d65fcbc6c43867e. We can't use the ActiveX XHR because it doesn't support events. | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 26 | -54/+18307 |
| | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. | ||||
* | Fix #14579: attribute selectors with trailing spaces after an unquoted value | Richard Gibson | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Ajax: Use weak ETag header in tests | Corey Frang | 2013-11-26 | 1 | -2/+5 |
| | | | | | | See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation Close gh-1448 | ||||
* | Add unit tests for .html( number ). Close gh-1447. | Jakob Stoeck | 2013-11-26 | 1 | -3/+6 |
| | |||||
* | Effects: Integrate sinon fake timers into tests. Close gh-1377. | John Paul | 2013-11-24 | 4 | -291/+211 |
| | |||||
* | Change window to global in the most outer IIFE parameters. | Michał Gołębiowski | 2013-11-17 | 1 | -5/+5 |
| | | | | | | | 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. | ||||
* | Fixes #14549. Execute the factory immediately when CommonJS is used in the ↵ | Timmy Willison | 2013-11-15 | 1 | -10/+14 |
| | | | | browser. | ||||
* | Fixes #14548. Add main property to package.json | Timmy Willison | 2013-11-15 | 1 | -0/+1 |
| | |||||
* | Ref #14503: Cherry-pick tests. | hongymagic | 2013-11-15 | 2 | -6/+21 |
| | | | | | | (cherry picked from commit 27b22f4ef5f3f291204f0e0f9f414ac503f6c8a8) (cherry picked from commit 8dc0f2ea84e1861d8d8dfa7699268368c659f8e9) (cherry picked from commit 936126f10de193e2bb1c8280dbc2361ca5d62e29) | ||||
* | Release script: Add dist files in multiple commits for a clean final commit ↵ | Timmy Willison | 2013-11-15 | 1 | -3/+15 |
| | | | | with a small diff | ||||
* | Release script: Add .npmignore and keep .gitignore when creating the tag | Timmy Willison | 2013-11-15 | 2 | -20/+14 |
| | |||||
* | Updating the source version to 2.1.0-pre✓™ | Dave Methvin | 2013-11-15 | 2 | -2/+2 |
| | |||||
* | Updating version to 2.1.0-beta2. | Dave Methvin | 2013-11-15 | 2 | -2/+2 |
| | |||||
* | Keep bower_components in .gitignore. | Michał Gołębiowski | 2013-11-15 | 1 | -0/+1 |
| | |||||
* | Release script: create tag after building CDN files | Timmy Willison | 2013-11-15 | 1 | -5/+6 |
| | |||||
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 2 | -2/+15 |
| | |||||
* | Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434. | Dave Methvin | 2013-11-14 | 2 | -1/+10 |
| | | | | | We can't feature detect ActiveX in IE11, but we can just call it and catch whatever error occurs, then try normal XHR. | ||||
* | Event: Fix #14544. Remove elem from event handle, close gh-1400. | Ilya Kantor | 2013-11-14 | 1 | -7/+2 |
| | | | | | | | 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. | ||||
* | Fixes #14535: update Sizzle to 1.10.13 | Timmy Willison | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Update sizzle location in release script | Timmy Willison | 2013-11-14 | 1 | -1/+1 |
| |