Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Dev: Change incorrect references in test suite from #main to #qunit-fixture. | Mike Sherov | 2012-12-08 | 1 | -3/+3 |
| | |||||
* | Tabs: Calculate border and padding on tabs container. Fixed #8836: Height ↵ | David Petersen | 2012-11-26 | 1 | -1/+9 |
| | | | | overflows parent with heightStyle: 'fill'. | ||||
* | Tabs: Remove ui-tabs-aria-controls data on destroy. | Scott González | 2012-11-16 | 1 | -1/+4 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 2 | -5/+5 |
| | |||||
* | Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵ | Scott González | 2012-10-25 | 4 | -364/+0 |
| | | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute. | ||||
* | Tabs: Removed back-compat filter in tests for negative active option. | Scott González | 2012-10-25 | 1 | -22/+20 |
| | |||||
* | Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵ | Scott González | 2012-10-25 | 3 | -120/+49 |
| | | | | 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 | 2 | -19/+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 | 2 | -42/+1 |
| | |||||
* | Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event. | Scott González | 2012-10-25 | 2 | -43/+2 |
| | |||||
* | 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 | 2 | -34/+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 | 3 | -37/+0 |
| | |||||
* | Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option. | Scott González | 2012-10-25 | 1 | -1/+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 | 2 | -55/+0 |
| | | | | ajaxOptions and cache options. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 2 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Use aria-controls instead of the anchor's href to match against ↵ | Scott González | 2012-10-12 | 1 | -1/+7 |
| | | | | location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: ↵ | Scott González | 2012-09-12 | 3 | -0/+25 |
| | | | | wrong default active li if ul contains extraneous elements. | ||||
* | Tabs tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Whitespace | Scott González | 2012-08-26 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout(). | Scott González | 2012-07-26 | 1 | -15/+3 |
| | |||||
* | Tabs tests: Added tests for show and hide options. | Scott González | 2012-07-05 | 1 | -1/+49 |
| | |||||
* | Tabs tests: Add tests for accessibility of ajax tabs. | Scott González | 2012-07-05 | 1 | -1/+17 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 2 | -0/+3 |
| | |||||
* | Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're ↵ | Scott González | 2012-06-12 | 1 | -0/+20 |
| | | | | trying to activate is disabled. | ||||
* | Tabs tests: Don't call start directly from setTimeout because Firefox <13 is ↵ | Scott González | 2012-06-11 | 1 | -3/+15 |
| | | | | dumb. | ||||
* | Tabs: Panel keyboard support tests. | Scott González | 2012-06-08 | 1 | -5/+93 |
| | |||||
* | Tabs: CTRL navigation tests. | Scott González | 2012-06-08 | 1 | -3/+200 |
| | |||||
* | Tabs: Basic keyboard support tests. | Scott González | 2012-06-08 | 1 | -0/+153 |
| | |||||
* | Tabs: ARIA tests. | Scott González | 2012-06-08 | 1 | -2/+57 |
| | |||||
* | Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option. | Danny Trunk | 2012-05-28 | 6 | -0/+125 |
| | |||||
* | Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵ | Scott González | 2012-05-18 | 8 | -67/+81 |
| | | | | from the anchor to the list item. | ||||
* | Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: ↵ | Scott González | 2012-05-14 | 2 | -1/+4 |
| | | | | Deprecate fx option. | ||||
* | Tabs tests: Work around IE quirks. | Scott González | 2012-05-04 | 1 | -3/+15 |
| | |||||
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 2 | -0/+2 |
| | |||||
* | Use length property, instead of the deprecated size() method. | Shahyar G | 2012-04-23 | 4 | -56/+56 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 2 | -14/+10 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 4 | -2/+2 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 2 | -2/+2 |
| |