aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.Scott González2012-10-251-18/+0
* Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.Scott González2012-10-252-19/+0
* Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.Scott González2012-10-251-53/+0
* Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.Scott González2012-10-252-42/+1
* Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.Scott González2012-10-252-43/+2
* Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.Scott González2012-10-251-45/+0
* Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable an...Scott González2012-10-252-34/+0
* Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.Scott González2012-10-251-7/+0
* Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.Scott González2012-10-253-37/+0
* Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.Scott González2012-10-251-1/+0
* Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.Scott González2012-10-251-15/+0
* Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ajaxO...Scott González2012-10-252-55/+0
* Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ...Jörn Zaefferer2012-10-241-22/+0
* Accordion: Removed deprecated activate method and expanded active option. Fix...Jörn Zaefferer2012-10-242-122/+19
* Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ic...Jörn Zaefferer2012-10-242-19/+2
* Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: Re...Jörn Zaefferer2012-10-242-32/+0
* Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ...Jörn Zaefferer2012-10-242-78/+1
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ...Nate Eagle2012-10-244-97/+28
* Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...Jörn Zaefferer2012-10-241-0/+24
* Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...Scott González2012-10-241-0/+15
* Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To...Jörn Zaefferer2012-10-241-0/+8
* Core: Update :focsable and :tabbable to handle parents with no height/width, ...Scott González2012-10-232-0/+17
* Tooltip tests: Fixed new default value for position option.Scott González2012-10-231-2/+2
* Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...Marc-Andre Lafortune2012-10-231-0/+7
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-2343-263/+243
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-222-50/+54
* Widget: $.widget.extend(): Properly handle extending a string with an object....Scott González2012-10-221-5/+8
* Whitespace.Scott González2012-10-221-1/+1
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-211-3/+3
* Effects: Allow 'null' for options - Fixes #8670 - null reference when using e...Corey Frang2012-10-211-0/+11
* Tooltip: Unit test for nested tooltipsJörn Zaefferer2012-10-212-1/+17
* Tooltip: Update events test to cover correct behaviourJörn Zaefferer2012-10-211-32/+6
* Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delay...Andrew Couch2012-10-211-0/+35
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De...Andrew Couch2012-10-212-0/+14
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all...David Petersen2012-10-181-0/+9
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...David Petersen2012-10-171-2/+19
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...TJ VanToll2012-10-161-0/+8
* Tooltip: Change the default items selector to exclude disabled elements. Fixe...Scott González2012-10-121-1/+1
* Tabs: Use aria-controls instead of the anchor's href to match against locatio...Scott González2012-10-121-1/+7
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-101-2/+2
* Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ...Scott González2012-10-051-3/+10
* Tooltip: Check if event exists before checking properties in open(). Fixes #8...Scott González2012-10-051-0/+17
* Accordion: Only adjust height animations for heightStyle: content. Fix tests ...Scott González2012-10-011-18/+18
* Upgrade jQuery to 1.8.2.Scott González2012-09-2024-24/+24
* Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: w...Scott González2012-09-123-0/+25
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...Scott González2012-09-051-7/+11
* Tooltip: Allow strings for content option.Scott González2012-08-311-0/+10
* Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Un...Scott González2012-08-311-0/+19
* Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ...Jörn Zaefferer2012-08-301-1/+12
* Tooltip tests: Added test for widget() method.Scott González2012-08-261-8/+6