| Commit message (Expand) | Author | Age | Files | Lines |
* | Tabs: Fix issues with refresh method, add refresh method tests | David Petersen | 2011-04-28 | 1 | -13/+23 |
* | Tabs: Remove refresh dependancy in _setOptions | David Petersen | 2011-04-28 | 1 | -2/+15 |
* | Tabs: Fixed disable method and cleaned up tests for enable and disable methods. | Scott González | 2011-04-28 | 1 | -0/+3 |
* | Tabs: enable/disable handle when current state already matches, fix error whe... | David Petersen | 2011-04-28 | 1 | -1/+9 |
* | Tabs: simplify disabled logic | David Petersen | 2011-04-28 | 1 | -46/+40 |
* | Tabs: Make sure prototype.url is defined before trying to shim it | David Petersen | 2011-04-28 | 1 | -8/+9 |
* | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 1 | -3/+5 |
* | Tabs: Fixed issues with collapsible and active options. | Scott González | 2011-04-11 | 1 | -0/+10 |
* | Tabs: Cleaned up _tabId() implementation. | Scott González | 2011-04-05 | 1 | -5/+4 |
* | Tabs: Better handling of active option and various cleanup. | Scott González | 2011-04-05 | 1 | -65/+67 |
* | Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tab... | Scott González | 2011-04-05 | 1 | -22/+24 |
* | Tabs: cleanup. | Scott González | 2011-04-04 | 1 | -11/+16 |
* | Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename sh... | Scott González | 2011-04-04 | 1 | -29/+39 |
* | Tabs: Properly handle switching from active: false. | Scott González | 2011-04-04 | 1 | -3/+3 |
* | Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Ren... | Scott González | 2011-04-04 | 1 | -40/+53 |
* | Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates | David Petersen | 2011-03-29 | 1 | -27/+25 |
* | Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option | David Petersen | 2011-03-28 | 1 | -33/+54 |
* | Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method | David Petersen | 2011-03-28 | 1 | -36/+63 |
* | Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ... | David Petersen | 2011-03-27 | 1 | -7/+10 |
* | Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to a... | David Petersen | 2011-03-27 | 1 | -7/+25 |
* | Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt... | David Petersen | 2011-03-27 | 1 | -26/+58 |
* | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fix... | David Petersen | 2011-03-27 | 1 | -16/+36 |
* | Tabs: Deprecate url method; use aria-controls instead of title to specify pan... | David Petersen | 2011-03-27 | 1 | -37/+50 |
* | Use this.running to know if we are still in process of showing/hidding a tab | David Petersen | 2011-03-26 | 1 | -6/+13 |
* | Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ... | David Petersen | 2011-03-26 | 1 | -119/+159 |
* | Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method | David Petersen | 2011-03-26 | 1 | -4/+6 |
* | Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and re... | David Petersen | 2011-03-26 | 1 | -78/+85 |
* | Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate enable... | David Petersen | 2011-03-26 | 1 | -4/+41 |
* | Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option | David Petersen | 2011-03-26 | 1 | -19/+32 |
* | Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort method | David Petersen | 2011-03-26 | 1 | -23/+29 |
* | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7... | David Petersen | 2011-03-26 | 1 | -49/+101 |
* | Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methods | David Petersen | 2011-03-26 | 1 | -111/+116 |
* | Tabs: Fix disable and enable methods to correctly handle when index is undefi... | David Petersen | 2011-03-21 | 1 | -21/+41 |
* | Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: pas... | David Petersen | 2011-02-15 | 1 | -9/+9 |
* | Tabs: Use ._focusable() and ._hoverable(). | Scott González | 2011-01-31 | 1 | -29/+4 |
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
* | Tabs: Pass an element instead of jQuery object on initial show. Fixes #6867 -... | Scott González | 2011-01-16 | 1 | -1/+1 |
* | Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - Tabs:... | MaxPower15 | 2010-12-20 | 1 | -6/+7 |
* | All: Use .toggleClass() instead of conditionally using .addClass() and .remov... | Xavi | 2010-12-19 | 1 | -6/+3 |
* | Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation. | Scott González | 2010-12-10 | 1 | -55/+1 |
* | Tabs: Added context to global selectors. Fixed #6710 - tabs module uses globa... | saks | 2010-12-07 | 1 | -7/+7 |
* | Tab: modified init to display correct content of misordered div when hash pre... | jenters | 2010-10-04 | 1 | -2/+2 |
* | Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - Ta... | Christopher McCulloh | 2010-09-07 | 1 | -0/+1 |
* | Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with ... | Scott González | 2010-09-03 | 1 | -1/+1 |
* | Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for r... | Scott González | 2010-09-03 | 1 | -1/+1 |
* | Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists. | ph-ausseil | 2010-08-11 | 1 | -1/+1 |
* | Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Probl... | Scott González | 2010-08-10 | 1 | -1/+1 |
* | Tabs: coding standards. | Scott González | 2010-07-28 | 1 | -349/+365 |
* | Tabs: Fixed select method handling for index of -1. | Scott González | 2010-07-17 | 1 | -2/+6 |
* | Tabs: Updated tests. | Scott González | 2010-07-16 | 1 | -7/+3 |