aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs
Commit message (Expand)AuthorAgeFilesLines
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-192-2/+2
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-198-256/+219
* Tests: Lint.Scott González2012-04-182-15/+15
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
* Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-101-0/+1
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-297-157/+157
* Widget: Allow redefining a widget after other widgets have inherited from it.Scott González2012-02-011-5/+5
* Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and...Scott González2012-01-211-0/+39
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
* Tabs test: Increase delay in load test.Scott González2011-11-021-2/+2
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-282-10/+22
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
* Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...Scott González2011-10-101-1/+2
* Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ...Scott González2011-08-111-1/+1
* Tests: Added test suites to run individual widget tests against all supported...Scott González2011-08-021-0/+30
* Tests: Added ability to run tests suites against different versions of jQuery...Scott González2011-07-282-2/+2
* Upgrade jQuery to 1.6.2.Scott González2011-07-252-2/+2
* Tabs: Fixed load event with back compat enabled.Scott González2011-05-173-57/+123
* Tabs: Enable test suites for TestSwarm.Scott González2011-05-162-20/+0
* Tabs: Added tests for load method.Scott González2011-05-161-2/+79
* Tabs: Fixed select event.Scott González2011-05-101-18/+37
* Tabs: Fixed show event.Scott González2011-05-101-14/+35
* Tabs: Remvoed spinner image from tests.Scott González2011-05-101-0/+0
* Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-101-27/+27
* Tabs: Moved tests out of tickets file.Scott González2011-05-105-40/+29
* Tabs: Updated tests for destroy method.Scott González2011-05-091-13/+4
* Tabs: Added tests for beforeload event on init.Scott González2011-05-091-6/+24
* Tabs: Updated tests for disabled option.Scott González2011-05-091-13/+19
* Tabs: Added tests for event option.Scott González2011-05-091-2/+49
* Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.Scott González2011-05-091-2/+12
* Tabs: Only trigger tabsload on success.Scott González2011-05-091-2/+5
* Tabs: Add tabsload event tests.David Petersen2011-05-091-2/+60
* Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event;...Scott González2011-05-091-2/+28
* Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeloa...Scott González2011-05-091-2/+21
* Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinne...Scott González2011-05-091-26/+11
* Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tab...Scott González2011-05-091-8/+37
* Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate...Scott González2011-05-031-22/+38
* Tabs: Clean up some tests.Scott González2011-05-032-2/+4
* Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selec...Scott González2011-05-031-35/+43
* Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enabl...Scott González2011-05-031-23/+21
* Tabs: Added tests for add and remove events.Scott González2011-04-281-21/+32
* Tabs: Cleaned up add and remove methods.Scott González2011-04-283-41/+66
* Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-49/+67
* Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-8/+31
* Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-283-71/+133
* Tabs: enable/disable handle when current state already matches, fix error whe...David Petersen2011-04-281-2/+20
* Widget: define a null default for the create callback.Scott González2011-04-252-0/+2
* Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-252-13/+17
* Tabs: Rewrote some ticket tests and moved to approriate file.Scott González2011-04-152-62/+16