Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Build: Update release script for new jquery-release API | Scott González | 2014-03-21 | 1 | -2/+0 | |
| | | | | | Closes gh-1544 (cherry picked from commit 5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c) | |||||
* | Build: Add commitplease for commit msg checking | Jörn Zaefferer | 2014-03-20 | 1 | -8/+9 | |
| | | | | | | | | Closes gh-1523 (cherry picked from commit 176a2913260b4ec890118137ccc9a290064a59be) Conflicts: package.json | |||||
* | Build: Upgrade npm devDependencies | Michał Gołębiowski | 2014-01-26 | 1 | -8/+8 | |
| | | | | (cherry-picked from d63243d085c797e53a965620c439277284eada59) | |||||
* | Updating the 1.x-master version to 1.11.1pre. | Timmy Willison | 2014-01-23 | 1 | -5/+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 | |
| | | | | | Conflicts: build/release.js | |||||
* | 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 Conflicts: bower.json package.json | |||||
* | Use the exact versions dependencies | Oleg | 2013-12-19 | 1 | -15/+17 | |
| | | | | | | And remove unused "which" package Cherry picked from the commit 09ede3d33b1a43c399bc9549c634af634513a81d | |||||
* | 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. (cherry-picked from 7deee6af72bfcf328fa09a28a1e68159cc58513f) 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. Conflicts: bower.json test/index.html | |||||
* | Fixes #14548. Add main property to package.json | Timmy Willison | 2013-11-15 | 1 | -0/+1 | |
| | | | | | Conflicts: package.json | |||||
* | Updating the source version to 1.11.0-pre✓™ | Dave Methvin | 2013-11-15 | 1 | -1/+1 | |
| | ||||||
* | Updating version to 1.11.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. (cherry-picked from d0fadbba9f1dbe2ee009be6586fbdf3cda4eff98) 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 | |
| | | | | Cherry picked from abfa210adfaee28e2496d7749d675d157d8e6c9d commit | |||||
* | Fix #12757 - use jscs to check the style guide | Oleg | 2013-11-07 | 1 | -0/+2 | |
| | | | | Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit | |||||
* | No ticket. Update npm devDependencies. (cherry-picked from ↵ | Michał Gołębiowski | 2013-10-25 | 1 | -3/+3 | |
| | | | | 95d1192d5378926e750d0494818323ff17be821e) | |||||
* | Update requirejs to compatible version, remove r.js | Timmy Willison | 2013-10-15 | 1 | -46/+46 | |
| | | | | | Conflicts: package.json | |||||
* | 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 1.11.0-pre | Dave Methvin | 2013-09-19 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 1.11.0-beta1 release.1.11.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 | |
| | | | | (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29) | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | |||||
* | Install bower packages with npm install | Oleg | 2013-07-24 | 1 | -0/+5 | |
| | | | | (cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4) | |||||
* | Lint JSON manifests during development | Timmy Willison | 2013-07-19 | 1 | -1/+2 | |
| | ||||||
* | Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵ | Michał Gołębiowski | 2013-07-11 | 1 | -4/+4 | |
| | | | | | | | | Close gh-1283. Conflicts: src/.jshintrc test/.jshintrc | |||||
* | Include Sizzle and Qunit with bower. Fixes #14118. | Timmy Willison | 2013-07-10 | 1 | -5/+4 | |
| | ||||||
* | Updating the source version to 1.10.3-pre | Dave Methvin | 2013-07-03 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 1.10.2 release. | Dave Methvin | 2013-07-03 | 1 | -1/+1 | |
| | ||||||
* | Build: Update testswarm task to node-testswarm 1.x API | Jörn Zaefferer | 2013-06-05 | 1 | -1/+1 | |
| | ||||||
* | Updating the source version to 1.10.2-pre | Dave Methvin | 2013-05-30 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 1.10.1 release. | Dave Methvin | 2013-05-30 | 1 | -1/+1 | |
| | ||||||
* | Updating the source version to 1.10.1-pre | Dave Methvin | 2013-05-24 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 1.10.0 release. | Dave Methvin | 2013-05-24 | 1 | -1/+1 | |
| | ||||||
* | build: update release script to use nodejs archiver. | Chris Talkington | 2013-05-16 | 1 | -1/+2 | |
| | | | | | | | (cherry picked from commit eaee6eae0fee57337fabe41eb4558cf1acdf765b) Conflicts: AUTHORS.txt | |||||
* | Updating the source version to 1.10.0-pre | Dave Methvin | 2013-05-09 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 1.10.0-beta1 release.1.10.0-beta1 | Dave Methvin | 2013-05-09 | 1 | -1/+1 | |
| | ||||||
* | Fix #13776: Add banner before generating source map. Close gh-1246. | Richard Gibson | 2013-04-18 | 1 | -1/+1 | |
| | | | | (cherry picked from commit 9d16fe6283667396094d49559a37fc672c06252c) | |||||
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -1/+1 | |
| | ||||||
* | No ticker: grunt_compare_size options. Close gh-1210. | Tom Fuertes | 2013-03-26 | 1 | -0/+1 | |
| | | | | (cherry picked from commit 1f530e286755416369f4452d20f5ab6bb175451d) | |||||
* | Use semver versions for our in-between versions as well. Also update Sizzle. | Timmy Willison | 2013-03-23 | 1 | -1/+1 | |
| | | | | http://semver.org/ | |||||
* | updated Grunt to 0.4.1 | Michał Gołębiowski | 2013-03-18 | 1 | -4/+4 | |
| | ||||||
* | No ticket: compare_size returns! | Richard Gibson | 2013-03-11 | 1 | -1/+1 | |
| | | | | (remember to `npm install`) | |||||
* | Try these dependencies since they work for 2.0 | Dave Methvin | 2013-02-26 | 1 | -10/+7 | |
| | ||||||
* | Updating the source version to 1.9.2pre | Dave Methvin | 2013-02-04 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 1.9.1 release. | Dave Methvin | 2013-02-04 | 1 | -1/+1 | |
| | ||||||
* | Fix build until next grunt rc, disable compare_size. | Dave Methvin | 2013-01-26 | 1 | -4/+3 | |
| |