Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed #4960 - Tabs: wrong selected tab index | Richard Worth | 2009-12-31 | 1 | -1/+10 | |
| | ||||||
* | Tabs: fixed to work with empty nav list again. | Scott González | 2009-12-25 | 2 | -2/+47 | |
| | | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically. | |||||
* | updated unit test for #4031 - Tabs: Remove deselectable option | Richard Worth | 2009-12-24 | 1 | -16/+0 | |
| | ||||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+1 | |
| | ||||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 2 | -22/+22 | |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | |||||
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 1 | -1/+1 | |
| | ||||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -2/+2 | |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | |||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | tabs: comment about failing options-defaults-test | Jörn Zaefferer | 2009-09-15 | 1 | -0/+1 | |
| | ||||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 1 | -1/+1 | |
| | ||||||
* | moving test.html file to child dir for testswarm compability | Jörn Zaefferer | 2009-09-01 | 2 | -1/+1 | |
| | ||||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 1 | -1/+1 | |
| | ||||||
* | Removed jquery.simulate from external/ as it's being removed from ↵ | Richard Worth | 2009-08-10 | 1 | -1/+1 | |
| | | | | jqueryjs.googlecode.com/svn/trunk/plugins | |||||
* | Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define ↵ | Scott González | 2009-06-20 | 1 | -0/+7 | |
| | | | | default for select option). | |||||
* | Tests: Fixed includes of cookie and simulate plugins. | Scott González | 2009-06-20 | 1 | -1/+1 | |
| | ||||||
* | replaced svn:externals with versioned files within trunk/externals | Jörn Zaefferer | 2009-05-27 | 1 | -2/+2 | |
| | ||||||
* | Tabs: few fixes required in destroy method, removed ol as tabifyable element | Klaus Hartl | 2009-03-01 | 1 | -3/+5 | |
| | ||||||
* | Tabs: refactored so that it's using queue, fixes #4060 | Klaus Hartl | 2009-02-25 | 1 | -2/+3 | |
| | ||||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | Tabs: normalization of href attribute required in IE, fixes #4134 | Klaus Hartl | 2009-02-19 | 1 | -1/+3 | |
| | ||||||
* | Tabs: solved spinner issues and ajax loading not being stopped when ↵ | Klaus Hartl | 2009-02-18 | 5 | -7/+37 | |
| | | | | selecting a static page tab, fixes #4109, #3929 | |||||
* | Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as ↵ | Klaus Hartl | 2009-02-13 | 1 | -0/+12 | |
| | | | | well as focus/blur handling when using keyboard | |||||
* | Tabs: fixed bug related to setting selected via data method, cleaned up mess ↵ | Klaus Hartl | 2009-02-05 | 1 | -27/+22 | |
| | | | | in tests | |||||
* | Tabs: Added tests for select method while at the same time implemented ↵ | Klaus Hartl | 2009-02-05 | 1 | -4/+35 | |
| | | | | consistent handling of possible values to pass, addresses #4051 | |||||
* | just reviewed | Klaus Hartl | 2009-02-04 | 3 | -4/+6 | |
| | ||||||
* | tabs unit tests: split tests into individual files, added some missing tests | Richard Worth | 2009-02-03 | 8 | -312/+322 | |
| | ||||||
* | Tabs: introduced "collapsible" option while deprecating "deselectable", ↵ | Klaus Hartl | 2009-02-02 | 1 | -16/+27 | |
| | | | | fixes #4029 | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 6 | -0/+69 | |
| | | | | events, methods, options, tickets | |||||
* | Tabs: fixed test in IE... | Klaus Hartl | 2009-02-01 | 1 | -1/+1 | |
| | ||||||
* | Tabs: added simple test for length method | Klaus Hartl | 2009-02-01 | 1 | -1/+9 | |
| | ||||||
* | Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created ↵ | Klaus Hartl | 2009-02-01 | 1 | -0/+11 | |
| | | | | HTML, fixes #4033 | |||||
* | Tabs: simplified tests a bit, found bug by that - fixed as well as two other ↵ | Klaus Hartl | 2009-01-31 | 1 | -47/+27 | |
| | | | | unreported bugs | |||||
* | Tabs: organized code - public and private (pseudo) methods, added unit test ↵ | Klaus Hartl | 2009-01-26 | 1 | -0/+15 | |
| | | | | for ui data object | |||||
* | Tabs: overall fixed selected property for all tabs unselected case (is -1 in ↵ | Klaus Hartl | 2009-01-25 | 1 | -10/+34 | |
| | | | | such case), added sanity check for selected out of bound, fixes #3936 | |||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 1 | -1/+1 | |
| | ||||||
* | UI Tabs: url containing a fragment identfier broke Ajax tab loading, fixes #3627 | Klaus Hartl | 2009-01-19 | 2 | -9/+15 | |
| | ||||||
* | UI Tabs: fixed init tests, simplified destroy tests | Klaus Hartl | 2009-01-18 | 1 | -25/+14 | |
| | ||||||
* | UI Tabs: fixed incomplete destroy method, fixes #3798 | Klaus Hartl | 2009-01-18 | 1 | -2/+20 | |
| | ||||||
* | Tabs: Fixed tests for #3691: Removed the following options from the defaults ↵ | Scott González | 2009-01-17 | 1 | -7/+0 | |
| | | | | | | | | | | | | hash: - deselectableClass - disabledClass - hideClass - loadingClass - navClass - panelClass - selectedClass | |||||
* | Happy Birthday jQuery (switched to jQuery 1.3) | Richard Worth | 2009-01-14 | 1 | -1/+1 | |
| | ||||||
* | switched to jQuery 1.3rc2 | Richard Worth | 2009-01-13 | 1 | -1/+1 | |
| | ||||||
* | reverted r1544 (it was temporary) | Richard Worth | 2009-01-08 | 1 | -1/+1 | |
| | ||||||
* | temporarily switched back to 1.2.6 | Richard Worth | 2009-01-08 | 1 | -1/+1 | |
| | ||||||
* | restructured unit tests folder | Richard Worth | 2009-01-07 | 2 | -0/+287 | |