Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -3/+11 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | slider unit tests: added missing reference to jquery.ui.mouse.js | Richard Worth | 2009-12-24 | 1 | -0/+1 |
| | |||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | Slider: Added paging - page up/down jumps by 1/5 the size of the range. | Scott González | 2009-11-09 | 1 | -0/+46 |
| | | | | Fixes #3096 - Add a paging option for slider | ||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -20/+2 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | slider unit tests: method value | Richard Worth | 2009-09-19 | 1 | -1/+25 |
| | |||||
* | slider: fixed disabled on init, methods enable and disable | Richard Worth | 2009-09-19 | 1 | -2/+14 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -2/+2 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | slider: fixed defaults test to include cancel-callback | Jörn Zaefferer | 2009-09-15 | 1 | -0/+1 |
| | |||||
* | slider tests: fixing variable scopes | Jörn Zaefferer | 2009-09-15 | 2 | -2/+4 |
| | |||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | Removed jquery.simulate from external/ as it's being removed from ↵ | Richard Worth | 2009-08-10 | 1 | -1/+1 |
| | | | | jqueryjs.googlecode.com/svn/trunk/plugins | ||||
* | replaced svn:externals with versioned files within trunk/externals | Jörn Zaefferer | 2009-05-27 | 1 | -2/+2 |
| | |||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -1/+11 |
| | | | | factory should auto detect getters. | ||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | Slider: Removed support for auto orientation, set default to horizontal. ↵ | Scott González | 2009-02-18 | 1 | -1/+1 |
| | | | | Fixed #4174. | ||||
* | slider unit tests: moved init and destroy tests to 'slider: methods' module | Richard Worth | 2009-02-02 | 2 | -60/+60 |
| | |||||
* | slider unit tests: created separate file for each module: core, common ↵ | Richard Worth | 2009-02-02 | 7 | -96/+187 |
| | | | | widget, events, methods, options, tickets | ||||
* | slider unit tests: updated default value for orientation option (now 'auto' ↵ | Richard Worth | 2009-01-28 | 1 | -1/+1 |
| | | | | instead of 'horizontal') | ||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | Happy Birthday jQuery (switched to jQuery 1.3) | Richard Worth | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.3rc2 | Richard Worth | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | reverted r1544 (it was temporary) | Richard Worth | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | temporarily switched back to 1.2.6 | Richard Worth | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | restructured unit tests folder | Richard Worth | 2009-01-07 | 2 | -0/+423 |