Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors task | Scott González | 2014-10-24 | 1 | -0/+57 | |
| | | | | Closes gh-1378 | |||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -0/+3 | |
| | | | | Fixes #10563 | |||||
* | Resizable: fix JSCS violations | Mike Sherov | 2014-08-11 | 1 | -3/+3 | |
| | ||||||
* | Build: Upgrade to jquery-mousewheel 3.1.12 | Scott González | 2014-07-22 | 1 | -0/+1 | |
| | ||||||
* | Bower: Change jquery dependency to >=1.6 (don't limit max version) | Scott González | 2014-06-24 | 1 | -2/+3 | |
| | | | | | Fixes #10110 Closes gh-1266 | |||||
* | Test: Get all jQuery versions from Bower | Scott González | 2014-06-24 | 1 | -1/+64 | |
| | | | | Ref gh-1266 | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -17/+17 | |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | |||||
* | Tests: Add widget option | David Petersen | 2014-05-26 | 1 | -3/+3 | |
| | | | | | | Allows running qunit tests for a single widget Closes gh-1254 | |||||
* | External: Update mousewheel plugin, copy only main file | Jörn Zaefferer | 2014-04-14 | 1 | -1/+1 | |
| | ||||||
* | Build: Include draggable.css and sortable.css in the CSS concat step | TJ VanToll | 2014-04-14 | 1 | -0/+2 | |
| | ||||||
* | Build: Include grunt tasks files in jscs task | Jörn Zaefferer | 2014-03-12 | 1 | -1/+1 | |
| | ||||||
* | Build: Use bower to manage client-side dependencies | Jörn Zaefferer | 2014-03-05 | 1 | -0/+22 | |
| | | | | | Fixes #9507 Closes gh-1201 | |||||
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 1 | -1/+1 | |
| | ||||||
* | Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable | Brian J. Dowling | 2014-02-11 | 1 | -3/+7 | |
| | | | | | | | | Some unit tests were disabled in phantomjs. Dialog and draggable depended on a larger viewPort. Tooltip just worked, that was reenabled as well. Closes gh-1173 | |||||
* | Build: Add load-grunt-tasks | Patrick Stapleton | 2014-02-11 | 1 | -10/+1 | |
| | | | | Closes gh-1191 | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -11/+11 | |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | |||||
* | Tests: Fix draggable_options expected test count to be dynamic | Brian J. Dowling | 2014-01-16 | 1 | -1/+1 | |
| | | | | | | | | The test count was previously incremented to 8 when normally 6 tests are run. After figuring out the dynamic test code, I just made the expect depend on the same array length Also re-enabled the test in the Gruntfile since it now passes. | |||||
* | JSCS config: Set requireSpaceBeforeBinaryOperators, fix occurences | Jörn Zaefferer | 2013-12-09 | 1 | -1/+1 | |
| | ||||||
* | Grunt: Add grunt-esformatter, formats all source files (no validation) | Jörn Zaefferer | 2013-12-07 | 1 | -0/+16 | |
| | ||||||
* | Gruntfile: Formatting | Jörn Zaefferer | 2013-12-07 | 1 | -9/+9 | |
| | ||||||
* | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-16 | 1 | -1/+9 | |
|\ | ||||||
| * | Build: Add jscs task for code style checking | Jörn Zaefferer | 2013-11-13 | 1 | -1/+9 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-11-13 | 1 | -24/+9 | |
|\| | ||||||
| * | Build: Renamed jshint target from src to all. | Scott González | 2013-11-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update grunt-contrib-jshint to 0.7.1 and squash jshint tasks. | Scott González | 2013-11-01 | 1 | -23/+8 | |
| | | ||||||
| * | Draggable Tests: Ensure all combinations of helper / draggable positions / ↵ | Mike Sherov | 2013-10-29 | 1 | -1/+1 | |
| | | | | | | | | scrollParents / parent positions are tested accurately. | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-10-10 | 1 | -35/+0 | |
|\| | ||||||
| * | Build: Remove the build task and it's dependencies. Will bring back testing ↵ | Jörn Zaefferer | 2013-09-20 | 1 | -35/+0 | |
| | | | | | | | | against minified files later. | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-07-09 | 1 | -1/+1 | |
|\| | ||||||
| * | Build: Implement an asciilint task to verify content of ui files (ignore ↵ | Jörn Zaefferer | 2013-07-03 | 1 | -1/+1 | |
| | | | | | | | | i18n). Fixes #9037 - Build: Verify characters in output | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-07-01 | 1 | -118/+3 | |
|\| | ||||||
| * | Add comment (TODO: amend before land) | Rafael Xavier de Souza | 2013-06-26 | 1 | -0/+2 | |
| | | ||||||
| * | Release: Use downloadBuilder to build pre/cdn packages instead of our grunt ↵ | Rafael Xavier de Souza | 2013-06-26 | 1 | -118/+1 | |
| | | | | | | | | tasks | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-04-21 | 1 | -2/+2 | |
|\| | ||||||
| * | Grunt: Allow tabs tests to run in PhantomJS. | Scott González | 2013-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | Build: Change single quotes to double quotes. | Scott González | 2013-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-03-19 | 1 | -0/+1 | |
|/ | ||||||
* | Use .csslintrc instead of inlining rules in the Gruntfile. | Scott González | 2013-03-15 | 1 | -9/+1 | |
| | ||||||
* | Grunt: Run all CSS files through csslint. | Scott González | 2013-03-15 | 1 | -8/+6 | |
| | ||||||
* | Grunt: Add lint and test aliases. | Scott González | 2013-03-15 | 1 | -1/+3 | |
| | ||||||
* | Grunt: Don't run htmllint against core_deprecated.html. | Scott González | 2013-03-15 | 1 | -1/+1 | |
| | ||||||
* | Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove ↵ | Scott González | 2013-03-15 | 1 | -1/+1 | |
| | | | | array and string notations for position option. | |||||
* | Grunt: remove base theme from release cdn | Rafael Xavier de Souza | 2013-03-14 | 1 | -9/+2 | |
| | ||||||
* | Build: Fix the key for the 'all' subtask for compare_size. Stills needs a ↵ | Jörn Zaefferer | 2013-03-12 | 1 | -1/+1 | |
| | | | | new version of grunt-compare-size to actuall work | |||||
* | Build: Switch from grunt-css to the equivalent grunt-contrib tasks | Jörn Zaefferer | 2013-03-12 | 1 | -3/+3 | |
| | ||||||
* | Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css ↵ | Jörn Zaefferer | 2013-03-12 | 1 | -0/+385 | |
and grunt-html, update custom tasks. Drop qunit-junit plugin, not worth the trouble. Update release script to run grunt-prepare after npm-install. |