Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵ | Scott González | 2012-10-25 | 1 | -182/+0 |
| | | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute. | ||||
* | Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵ | Scott González | 2012-10-25 | 1 | -61/+0 |
| | | | | back-compat for load event. | ||||
* | Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method. | Scott González | 2012-10-25 | 1 | -18/+0 |
| | |||||
* | Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option. | Scott González | 2012-10-25 | 1 | -18/+0 |
| | |||||
* | Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option. | Scott González | 2012-10-25 | 1 | -53/+0 |
| | |||||
* | Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event. | Scott González | 2012-10-25 | 1 | -40/+0 |
| | |||||
* | Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event. | Scott González | 2012-10-25 | 1 | -40/+0 |
| | |||||
* | Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method. | Scott González | 2012-10-25 | 1 | -45/+0 |
| | |||||
* | Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable ↵ | Scott González | 2012-10-25 | 1 | -32/+0 |
| | | | | and disable events. | ||||
* | Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method. | Scott González | 2012-10-25 | 1 | -7/+0 |
| | |||||
* | Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option. | Scott González | 2012-10-25 | 1 | -35/+0 |
| | |||||
* | Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method. | Scott González | 2012-10-25 | 1 | -15/+0 |
| | |||||
* | Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ↵ | Scott González | 2012-10-25 | 1 | -53/+0 |
| | | | | ajaxOptions and cache options. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs ↵ | Scott González | 2012-08-17 | 1 | -1/+5 |
| | | | | not passing data in 1.9. beta 1. | ||||
* | Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵ | Scott González | 2012-05-18 | 1 | -29/+32 |
| | | | | from the anchor to the list item. | ||||
* | Tabs tests: Work around IE quirks. | Scott González | 2012-05-04 | 1 | -3/+15 |
| | |||||
* | Use length property, instead of the deprecated size() method. | Shahyar G | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Tabs tests: Don't pollute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -44/+46 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -9/+11 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -63/+63 |
| | |||||
* | Widget: Allow redefining a widget after other widgets have inherited from it. | Scott González | 2012-02-01 | 1 | -5/+5 |
| | |||||
* | Tabs: Fixed load event with back compat enabled. | Scott González | 2011-05-17 | 1 | -1/+57 |
| | |||||
* | 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: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option. | Scott González | 2011-05-10 | 1 | -27/+27 |
| | |||||
* | 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: 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: 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 | 1 | -39/+64 |
| | |||||
* | Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active. | Scott González | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Tabs: Added tests for aria-controls attribute being assigned on init. | Scott González | 2011-04-07 | 1 | -2/+2 |
| | |||||
* | Tabs: Cleaned up _tabId() implementation. | Scott González | 2011-04-05 | 1 | -16/+27 |
| | |||||
* | Tabs: Updated test for deprecated length method. | Scott González | 2011-04-05 | 1 | -4/+4 |
| | |||||
* | Tabs: Better handling of active option and various cleanup. | Scott González | 2011-04-05 | 1 | -5/+1 |
| | |||||
* | Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵ | Scott González | 2011-04-05 | 1 | -1/+1 |
| | | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. | ||||
* | Tabs: cleanup. | Scott González | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates | David Petersen | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option | David Petersen | 2011-03-28 | 1 | -0/+36 |
| | |||||
* | Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method | David Petersen | 2011-03-28 | 1 | -0/+30 |
| | |||||
* | Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ↵ | David Petersen | 2011-03-27 | 1 | -0/+21 |
| | | | | event to beforeActivate | ||||
* | Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵ | David Petersen | 2011-03-27 | 1 | -0/+20 |
| | | | | activate | ||||
* | Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵ | David Petersen | 2011-03-27 | 1 | -0/+49 |
| | | | | option to active |