Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - ↵ | Scott González | 2012-04-06 | 1 | -9/+0 |
| | | | | Tabs: Don't forcefully remove filter attribute. | ||||
* | Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix ↵ | Jörn Zaefferer | 2012-04-04 | 1 | -2/+2 |
| | | | | lint in those remaining | ||||
* | Tabs: Coding standards. | Scott González | 2012-04-03 | 1 | -36/+34 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -13/+20 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: ↵ | Scott González | 2012-03-22 | 1 | -1/+1 |
| | | | | Error with href selector. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Update data naming for Tabs. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -4/+4 |
| | |||||
* | Tabs: Whitespace cleanup | Jörn Zaefferer | 2012-03-01 | 1 | -2/+2 |
| | |||||
* | Use hard tabs for indentation consistently | Trey Hunner | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | JavaScript "strict mode" fixes | jdomnitz | 2012-02-12 | 1 | -4/+2 |
| | |||||
* | Widget: Allow redefining a widget after other widgets have inherited from it. | Scott González | 2012-02-01 | 1 | -137/+119 |
| | |||||
* | Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵ | Scott González | 2012-01-21 | 1 | -0/+7 |
| | | | | and panel details in create event. | ||||
* | Tabs: Move logic for finding the tab list into its own function to allow ↵ | Scott González | 2012-01-21 | 1 | -1/+6 |
| | | | | overriding for rare usage scenarios. | ||||
* | Removed regex from function and split return into two lines. | Alex Rhea | 2012-01-03 | 1 | -3/+5 |
| | |||||
* | Bug fix for isLocal function in jQuery Tabs. | Alex Rhea | 2012-01-03 | 1 | -12/+7 |
| | | | | | | isLocal function was not compatible with HTML5 push state as the url could have changed since the page was loaded as in cases with Backbone.js | ||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -11/+11 |
| | | | | from first implementation, not necessary anymore. | ||||
* | Tabs test: Increase delay in load test. | Scott González | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by ↵ | Scott González | 2011-10-10 | 1 | -11/+19 |
| | | | | cached XHRs resolving immediately in IE. | ||||
* | Tabs: Find panels using aria-controls instead of index for remove method. ↵ | Scott González | 2011-09-06 | 1 | -2/+5 |
| | | | | Fixes #7698 - Panels do not sort when a tab is sorted which can cause a mismatch error when a tab is removed. | ||||
* | Tabs: Pass the required deep parameter to cloneNode(). Fixes completely ↵ | Scott González | 2011-08-30 | 1 | -1/+1 |
| | | | | | | broken tabs in Opera. Thanks monoblaine. | ||||
* | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ↵ | Scott González | 2011-08-11 | 1 | -30/+20 |
| | | | | base tag. Fixes #4836 - Self refering href only partially detected. | ||||
* | Tabs: Cleanup. | Scott González | 2011-08-10 | 1 | -7/+5 |
| | |||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -4/+1 |
| | | | | version numbers on instances. | ||||
* | Tabs: Don't cancel existing ajax requests when programmatically loading a ↵ | Scott González | 2011-05-17 | 1 | -5/+3 |
| | | | | tab. Fixes #7204 - Tabs: Programmatically loading a tab shouldn't cancel active ajax requests. | ||||
* | Tabs: Fixed load event with back compat enabled. | Scott González | 2011-05-17 | 1 | -0/+12 |
| | |||||
* | Tabs: Removed some animation cleanup code that doesn't appear to be necessary. | Scott González | 2011-05-17 | 1 | -7/+1 |
| | |||||
* | Tabs: Escape all special characters when sanitizing hash selectors. Fixes ↵ | Scott González | 2011-05-17 | 1 | -1/+1 |
| | | | | #4681 - Tabs: _sanitizeSelector needs to escape '.'. | ||||
* | Tabs: Added tests for load method. | Scott González | 2011-05-16 | 1 | -6/+5 |
| | |||||
* | Tabs: When adding a new tab with an existing panel, don't move it. Fixes ↵ | David Murdoch | 2011-05-16 | 1 | -3/+13 |
| | | | | #4578 - adding tab moves targeted panel. | ||||
* | Tabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - ↵ | gnarf | 2011-05-14 | 1 | -68/+50 |
| | | | | Fixes #7357 Tabs: Remove queueing logic | ||||
* | Tabs: Minor cleanup of deprecated code. | Scott González | 2011-05-11 | 1 | -8/+6 |
| | |||||
* | Tabs: Simplify logic for showing/hiding tabs. | Scott González | 2011-05-11 | 1 | -36/+10 |
| | |||||
* | Tabs: Fixed select event. | Scott González | 2011-05-10 | 1 | -9/+10 |
| | |||||
* | Tabs: Fixed show event. | Scott González | 2011-05-10 | 1 | -11/+15 |
| | |||||
* | Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option. | Scott González | 2011-05-10 | 1 | -39/+32 |
| | |||||
* | Tabs: Only trigger tabsload on success. | Scott González | 2011-05-09 | 1 | -3/+2 |
| | |||||
* | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵ | Scott González | 2011-05-09 | 1 | -1/+1 |
| | | | | event; deprecate ajaxOptions and cache options. | ||||
* | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵ | Scott González | 2011-05-09 | 1 | -24/+18 |
| | | | | spinner option. | ||||
* | Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need ↵ | eddiemonge | 2011-05-06 | 1 | -0/+0 |
| | | | | to have execute permissions. | ||||
* | Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵ | Scott González | 2011-05-03 | 1 | -2/+2 |
| | | | | Deprecate select method. | ||||
* | Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵ | Scott González | 2011-05-03 | 1 | -12/+8 |
| | | | | selected option to active. | ||||
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵ | Scott González | 2011-05-03 | 1 | -4/+6 |
| | | | | enable and disable events. | ||||
* | Tabs: Cleaned up add and remove methods. | Scott González | 2011-04-28 | 1 | -24/+30 |
| | |||||
* | Tabs: Added more tests for refresh method and changed the implementation a bit. | Scott González | 2011-04-28 | 1 | -22/+14 |
| | |||||
* | 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 ↵ | David Petersen | 2011-04-28 | 1 | -1/+9 |
| | | | | when disabled = true and enable gets called |