Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider ↵ | Samuel Bovée | 2012-11-21 | 1 | -4/+4 | |
| | | | | UI state when disabled at init | |||||
* | Slider tests: Don't use QUnit.reset() or on(). | Scott González | 2012-11-16 | 1 | -8/+5 | |
| | ||||||
* | Slider: when handles overlap, clicking and dragging will now pick the last ↵ | Juan Pablo Kaniefsky | 2012-11-16 | 1 | -0/+51 | |
| | | | | one that was moved. Fixed #3467 - Sliders Handles can overlap, only small sliver of slider is selectable | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 | |
| | ||||||
* | Tests: Removed old code that kept bad test suites out of TestSwarm. | Scott González | 2012-10-26 | 1 | -10/+0 | |
| | ||||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 2 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 | |
| | ||||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 | |
| | ||||||
* | Slider tests: Fixed style checks for orientation test. | Scott González | 2012-07-17 | 1 | -3/+3 | |
| | ||||||
* | Slider tests: Minor cleanup: added expect() calls, fixed left-over slider ↵ | Scott González | 2012-07-17 | 4 | -17/+22 | |
| | | | | that was appended to body. | |||||
* | Don't use :input selector. | Scott González | 2012-05-21 | 1 | -1/+1 | |
| | ||||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 | |
| | ||||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 | |
| | ||||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 | |
| | ||||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 | |
| | ||||||
* | Tests: Lint. | Scott González | 2012-04-18 | 2 | -11/+13 | |
| | ||||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 | |
| | ||||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 4 | -72/+72 | |
| | ||||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 | |
| | ||||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -6/+12 | |
| | ||||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -28/+27 | |
| | ||||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 | |
| | | | | supported jQuery versions. | |||||
* | Slider tests: Commented out incomplete tests and fixed defaults. | Scott González | 2011-07-28 | 3 | -13/+13 | |
| | ||||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 | |
| | | | | jQuery core. | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 | |
| | ||||||
* | Tests: Fixed trailing commas. | Scott González | 2011-07-25 | 1 | -2/+2 | |
| | ||||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -19/+18 | |
| | ||||||
* | Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵ | Scott González | 2011-03-28 | 1 | -3/+3 | |
| | | | | Slider: value and values methods as setters aren't chainable. | |||||
* | Slider: Removed empty tickets test file. | Scott González | 2011-03-28 | 2 | -9/+0 | |
| | ||||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 | |
| | ||||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 | |
| | ||||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 | |
| | ||||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 | |
| | ||||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -1/+1 | |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | |||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 2 | -7/+2 | |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | |||||
* | Update to latest QUnit. | jzaefferer | 2010-07-30 | 1 | -3/+3 | |
| | ||||||
* | Slider unit tests: Disabled stale tests on Testswarm | jzaefferer | 2010-04-28 | 1 | -1/+12 | |
| | ||||||
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ↵ | Richard D. Worth | 2010-04-01 | 1 | -4/+37 | |
| | | | | programatically | |||||
* | Slider: Removing the placeholder for the animate-option, as we generally ↵ | jzaefferer | 2010-03-27 | 1 | -4/+0 | |
| | | | | don't try to unit-test any animations | |||||
* | Slider: Test for test-option, setting the value with the value-method; ↵ | jzaefferer | 2010-03-27 | 1 | -1/+11 | |
| | | | | either test is wrong or the implementation ignores the step-option when set programmatically | |||||
* | Slider tests: Split three different change-event tests into three tests, ↵ | jzaefferer | 2010-03-27 | 1 | -25/+33 | |
| | | | | adding start, slide and stop assertions to each, removing placeholders for those other events | |||||
* | Slider: fixed change event to be triggered by keyup and value and values ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 | |
| | | | | option setters. Fixes #5367 - slider change event not triggered by keypress | |||||
* | Slider unit tests: slider event change | Richard Worth | 2010-03-17 | 1 | -1/+23 | |
| | ||||||
* | Slider unit tests: slider event change | Richard Worth | 2010-03-17 | 1 | -1/+56 | |
| | ||||||
* | whitespace | Richard Worth | 2010-03-17 | 1 | -10/+10 | |
| | ||||||
* | slider unit tests: corrected some hasClass calls | Richard Worth | 2010-03-17 | 1 | -8/+8 | |
| | ||||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 | |
| |