Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+2 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Build: update node dependencies | Timmy Willison | 2014-12-17 | 1 | -8/+8 |
| | |||||
* | Sizzle: update to 2.1.1 | Timmy Willison | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Tests: Update QUnit | Richard Gibson | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | Build: update version to 3.0.0-pre | Timmy Willison | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Build: Upgrade to commitplease 2.0.0 | Jörn Zaefferer | 2014-10-22 | 1 | -1/+1 |
| | | | | | commitplease now accepts "[tmp]:" and similar to temporary commits, useful while updating pull requests that are squashed later. | ||||
* | Misc: Update all references to bugs.jquery.com | Arthur Verschaeve | 2014-10-19 | 1 | -1/+1 |
| | | | | | Fixes gh-1681 Closes gh-1716 | ||||
* | Build: update source map options for the new grunt jshint | Timmy Willison | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Build: update node dependencies barring jscs | Timmy Willison | 2014-07-17 | 1 | -5/+5 |
| | |||||
* | Build: drop bower; use npm for front-end deps | Timmy Willison | 2014-07-17 | 1 | -3/+7 |
| | | | | | Fixes #15186 Closes gh-1620 | ||||
* | Build: Update license | Scott González | 2014-06-27 | 1 | -1/+1 |
| | | | | Closes gh-1587 | ||||
* | Build: update grunt-bowercopy | Timmy Willison | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Build: Upgrade to grunt-bowercopy 1.0.0 | Scott González | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | Build: Update commitplease dev dependency | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Release: ensure Sizzle is the latest tag | Timmy Willison | 2014-05-23 | 1 | -0/+1 |
| | | | | Fixes #14915 | ||||
* | Build: Updating the master version to 2.1.2-pre. | Dave Methvin | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Build: Spaces vs tabs | Oleg Gaidarenko | 2014-04-24 | 1 | -1/+1 |
| | | | | | | * Use tabs instead of spaces in jscs config * Always use spaces in package.json (really hope this is temporary) | ||||
* | Build: Add "browser" keyword for npm | Dave Methvin | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | Build: Update version from pre to -pre | Scott González | 2014-04-17 | 1 | -1/+1 |
| | | | | | | Ref jquery/jquery-release#61 Fixes #15020 Closes gh-1561 | ||||
* | Build: Update jscsrc | Oleg Gaidarenko | 2014-04-15 | 1 | -1/+1 |
| | | | | | | | | * Update "grunt-jscs-checker" package * Use ".jscsrc" file instead of old ".jscs.json" * Use jquery preset instead of explicitly defining all the jscs rules | ||||
* | Build: Update release script for new jquery-release API | Scott González | 2014-03-21 | 1 | -2/+0 |
| | | | | Closes gh-1544 | ||||
* | Build: Add commitplease for commit msg checking | Jörn Zaefferer | 2014-03-20 | 1 | -0/+1 |
| | | | | Closes gh-1523 | ||||
* | Package: Sort devDependencies | Jörn Zaefferer | 2014-03-20 | 1 | -8/+8 |
| | |||||
* | Build: Upgrade npm devDependencies | Michał Gołębiowski | 2014-01-26 | 1 | -8/+8 |
| | |||||
* | Updating the master version to 2.1.1pre. | Timmy Willison | 2014-01-23 | 1 | -4/+1 |
| | |||||
* | Update grunt-bowercopy to 0.5.0 | Timmy Willison | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | Release script: jquery-release integration | Timmy Willison | 2013-12-20 | 1 | -0/+1 |
| | |||||
* | Remove hyphen from pre versions | Timmy Willison | 2013-12-20 | 1 | -1/+1 |
| | | | | | - It is intentionally invalid semver as pre versions should never be released - UI and Mobile already do this | ||||
* | Use the exact versions dependencies | Oleg | 2013-12-19 | 1 | -15/+17 |
| | | | | | | And remove unused "which" package Closes gh-1458 | ||||
* | Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasks | Michał Gołębiowski | 2013-12-18 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 1 | -4/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Fixes #14548. Add main property to package.json | Timmy Willison | 2013-11-15 | 1 | -0/+1 |
| | |||||
* | Updating the source version to 2.1.0-pre✓™ | Dave Methvin | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | Updating version to 2.1.0-beta2. | Dave Methvin | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 1 | -1/+7 |
| | |||||
* | Remove workarounds for the uglify task mishandling banners when used with ↵ | Michał Gołębiowski | 2013-11-09 | 1 | -1/+1 |
| | | | | | | | source maps. The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22 | ||||
* | Add load-grunt-tasks package dependency | Sindre Sorhus | 2013-11-07 | 1 | -0/+1 |
| | | | | Close gh-1405 | ||||
* | Fix #12757 - use jscs to check the style guide | Oleg | 2013-11-07 | 1 | -0/+1 |
| | | | | Close gh-1396 | ||||
* | No ticket. Update npm devDependencies. | Michał Gołębiowski | 2013-10-25 | 1 | -3/+3 |
| | |||||
* | Update requirejs to compatible version, remove r.js | Timmy Willison | 2013-10-15 | 1 | -46/+46 |
| | |||||
* | Edit bower install script based on comments. Close gh-1392. | Timmy Willison | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | Warn on npm install if Bower isn't installed. | Scott González | 2013-10-07 | 1 | -1/+2 |
| | |||||
* | Updating the source version to 2.1.0-pre✓™ | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Tagging the 2.1.0-beta1 release.2.1.0-beta1 | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Add Travis CI config for PR testing | Jörn Zaefferer | 2013-09-12 | 1 | -1/+2 |
| | |||||
* | No ticket. Update packages, make the devDependencies list alphabetic. | Michał Gołębiowski | 2013-09-05 | 1 | -5/+5 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -5/+8 |
| | |||||
* | Install bower packages with npm install | Oleg | 2013-07-22 | 1 | -0/+5 |
| | |||||
* | Lint JSON manifests during development | Timmy Willison | 2013-07-19 | 1 | -1/+2 |
| |