Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Add jQuery 3.1.0 | Scott González | 2016-07-08 | 1 | -1/+4 |
| | |||||
* | Build: Add jQuery 3.0 for testing | Alexander Schmitz | 2016-07-06 | 1 | -2/+5 |
| | |||||
* | Build: Adjust author info for Dan Strohl | Scott González | 2016-06-30 | 1 | -3/+1 |
| | |||||
* | Build: Add jQuery 1.12/2.2 to the test configuration | Michał Gołębiowski | 2016-05-25 | 1 | -1/+34 |
| | | | | Ref gh-1706 | ||||
* | Build: Remove maxLineLength execption in .jscsrc | Alexander Schmitz | 2016-04-13 | 1 | -2/+11 |
| | | | | | | Also seperates tests into a seperate task because they still have many errors Closes gh-1690 | ||||
* | Build: Adjust author info for Dan Strohl | Scott González | 2016-04-06 | 1 | -1/+3 |
| | |||||
* | Build: Upgrade grunt-git-authors to 3.1.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Remove grunt-esformatter | Scott González | 2016-02-09 | 1 | -15/+0 |
| | | | | Ref gh-1670 | ||||
* | Build: Add `grunt jenkins` task | Scott González | 2015-10-17 | 1 | -0/+1 |
| | |||||
* | Build: Fix requirejs task and add CSS concat task back in | Scott González | 2015-10-17 | 1 | -1/+38 |
| | |||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 1 | -5/+2 |
| | | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place. | ||||
* | Build: update grunt file for .jscsrc | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| | | | | Closes gh-1589 | ||||
* | Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs | Alexander Schmitz | 2015-09-11 | 1 | -4/+0 |
| | |||||
* | Build: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -1/+4 |
| | | | | Ref #14246 | ||||
* | Build: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -40/+5 |
| | | | | | Fixes #14246 Closes gh-1588 | ||||
* | Build: Remove grunt concat task its no longer used | Alexander Schmitz | 2015-08-08 | 1 | -42/+0 |
| | | | | | | This task was only used to create the combined js file for sizer and for creating the combined files for the NPM package. The npm package is no longer maintained so there is no need for this any more. | ||||
* | Build: Add requirejs build task | Alexander Schmitz | 2015-08-08 | 1 | -13/+24 |
| | | | | | This more closely emulates what you get from the builder in terms of file order it also will error on any dependency issues. | ||||
* | Build: Add demos to jscs and jshint | Alexander Schmitz | 2015-07-21 | 1 | -1/+11 |
| | |||||
* | Demos: Add new infrastructure using a require.js bootstrap | Alexander Schmitz | 2015-07-21 | 1 | -1/+10 |
| | | | | | Fixes #10119 Closes gh-1557 | ||||
* | Build: Upgrade to jQuery 1.11.3 | Scott González | 2015-05-14 | 1 | -0/+3 |
| | |||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -1/+2 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Use the qunit-assert-close module | Scott González | 2015-04-09 | 1 | -0/+3 |
| | | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528 | ||||
* | Tests: Change test infrastructure to use AMD and reduce boilerplate | Scott González | 2015-04-09 | 1 | -0/+3 |
| | | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -0/+4 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | Effects: Fix style issues in individual effects | Jörn Zaefferer | 2015-03-18 | 1 | -1/+1 |
| | | | | | | Skipping ui/effect.js since embedded jquery-color has many issues. Closes gh-1510 | ||||
* | Build: Menu and Tabs now pass all jscs rules | Jörn Zaefferer | 2015-03-18 | 1 | -3/+1 |
| | |||||
* | Build: Increase htmllint coverage by testing all files, ignoring errors | Jörn Zaefferer | 2015-03-18 | 1 | -5/+35 |
| | | | | | | Also formats jscsBad array and sorts it alphabetically. Closes gh-1507 | ||||
* | Build: Update grunt-jscs to latest, use exceptions to improve coverage | Jörn Zaefferer | 2015-03-18 | 1 | -6/+26 |
| | | | | Closes gh-1506 | ||||
* | Build: Add qunit-assert-classes plug-in for classes tests | Alexander Schmitz | 2015-03-11 | 1 | -0/+3 |
| | |||||
* | Build: Don't use .min.js extension for individual source files | Scott González | 2015-03-05 | 1 | -1/+1 |
| | | | | | | | | | | We don't actually use these files for anything other than size comparisons, but having the .min.js extension means that AMD is broken. Note: If you're using AMD with the minified files, just run a build instead. Fixes #10674 Closes gh-1466 | ||||
* | Build: Upgrade to jQuery 1.11.2 | Scott González | 2015-02-23 | 1 | -3/+24 |
| | | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3 | ||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 1 | -15/+0 |
| | | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | 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. |