Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated to QUnit 1.4.0. | Jörn Zaefferer | 2012-03-10 | 1 | -0/+1 | |
| | | | | | | Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing. Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green. | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 7 | -157/+157 | |
| | ||||||
* | Widget: Allow redefining a widget after other widgets have inherited from it. | Scott González | 2012-02-01 | 1 | -5/+5 | |
| | ||||||
* | Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵ | Scott González | 2012-01-21 | 1 | -0/+39 | |
| | | | | and panel details in create event. | |||||
* | 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 | |
| | ||||||
* | Tabs test: Increase delay in load test. | Scott González | 2011-11-02 | 1 | -2/+2 | |
| | ||||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 2 | -10/+22 | |
| | ||||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by ↵ | Scott González | 2011-10-10 | 1 | -1/+2 | |
| | | | | cached XHRs resolving immediately in IE. | |||||
* | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ↵ | Scott González | 2011-08-11 | 1 | -1/+1 | |
| | | | | base tag. Fixes #4836 - Self refering href only partially detected. | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 | |
| | | | | supported jQuery versions. | |||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 2 | -2/+2 | |
| | | | | jQuery core. | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 2 | -2/+2 | |
| | ||||||
* | Tabs: Fixed load event with back compat enabled. | Scott González | 2011-05-17 | 3 | -57/+123 | |
| | ||||||
* | Tabs: Enable test suites for TestSwarm. | Scott González | 2011-05-16 | 2 | -20/+0 | |
| | ||||||
* | Tabs: Added tests for load method. | Scott González | 2011-05-16 | 1 | -2/+79 | |
| | ||||||
* | Tabs: Fixed select event. | Scott González | 2011-05-10 | 1 | -18/+37 | |
| | ||||||
* | Tabs: Fixed show event. | Scott González | 2011-05-10 | 1 | -14/+35 | |
| | ||||||
* | Tabs: Remvoed spinner image from tests. | Scott González | 2011-05-10 | 1 | -0/+0 | |
| | ||||||
* | Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option. | Scott González | 2011-05-10 | 1 | -27/+27 | |
| | ||||||
* | Tabs: Moved tests out of tickets file. | Scott González | 2011-05-10 | 5 | -40/+29 | |
| | ||||||
* | Tabs: Updated tests for destroy method. | Scott González | 2011-05-09 | 1 | -13/+4 | |
| | ||||||
* | Tabs: Added tests for beforeload event on init. | Scott González | 2011-05-09 | 1 | -6/+24 | |
| | ||||||
* | Tabs: Updated tests for disabled option. | Scott González | 2011-05-09 | 1 | -13/+19 | |
| | ||||||
* | Tabs: Added tests for event option. | Scott González | 2011-05-09 | 1 | -2/+49 | |
| | ||||||
* | Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method. | Scott González | 2011-05-09 | 1 | -2/+12 | |
| | ||||||
* | Tabs: Only trigger tabsload on success. | Scott González | 2011-05-09 | 1 | -2/+5 | |
| | ||||||
* | Tabs: Add tabsload event tests. | David Petersen | 2011-05-09 | 1 | -2/+60 | |
| | ||||||
* | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵ | Scott González | 2011-05-09 | 1 | -2/+28 | |
| | | | | event; deprecate ajaxOptions and cache options. | |||||
* | Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add ↵ | Scott González | 2011-05-09 | 1 | -2/+21 | |
| | | | | | | beforeload event; deprecate ajaxOptions and cache options. Thanks gnarf for the unit test idea. | |||||
* | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵ | Scott González | 2011-05-09 | 1 | -26/+11 | |
| | | | | spinner option. | |||||
* | Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - ↵ | Scott González | 2011-05-09 | 1 | -8/+37 | |
| | | | | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options). | |||||
* | Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵ | Scott González | 2011-05-03 | 1 | -22/+38 | |
| | | | | Deprecate select method. | |||||
* | Tabs: Clean up some tests. | Scott González | 2011-05-03 | 2 | -2/+4 | |
| | ||||||
* | Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵ | Scott González | 2011-05-03 | 1 | -35/+43 | |
| | | | | selected option to active. | |||||
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵ | Scott González | 2011-05-03 | 1 | -23/+21 | |
| | | | | enable and disable events. | |||||
* | Tabs: Added tests for add and remove events. | Scott González | 2011-04-28 | 1 | -21/+32 | |
| | ||||||
* | Tabs: Cleaned up add and remove methods. | Scott González | 2011-04-28 | 3 | -41/+66 | |
| | ||||||
* | Tabs: Added more tests for refresh method and changed the implementation a bit. | Scott González | 2011-04-28 | 1 | -49/+67 | |
| | ||||||
* | Tabs: Fix issues with refresh method, add refresh method tests | David Petersen | 2011-04-28 | 1 | -8/+31 | |
| | ||||||
* | Tabs: Fixed disable method and cleaned up tests for enable and disable methods. | Scott González | 2011-04-28 | 3 | -71/+133 | |
| | ||||||
* | Tabs: enable/disable handle when current state already matches, fix error ↵ | David Petersen | 2011-04-28 | 1 | -2/+20 | |
| | | | | when disabled = true and enable gets called | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 2 | -0/+2 | |
| | ||||||
* | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 2 | -13/+17 | |
| | ||||||
* | Tabs: Rewrote some ticket tests and moved to approriate file. | Scott González | 2011-04-15 | 2 | -62/+16 | |
| | ||||||
* | Tabs: Better tests for tab state. | Scott González | 2011-04-15 | 4 | -61/+42 | |
| | ||||||
* | Tabs: Fixed issues with collapsible and active options. | Scott González | 2011-04-11 | 1 | -45/+112 | |
| | ||||||
* | Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active. | Scott González | 2011-04-11 | 2 | -2/+2 | |
| | ||||||
* | Tabs: Added tests for aria-controls attribute being assigned on init. | Scott González | 2011-04-07 | 5 | -14/+33 | |
| |