Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tabs: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -25/+2 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tabs: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -0/+1 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -2/+2 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 1 | -5/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -4/+4 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵ | Scott González | 2012-10-25 | 1 | -3/+0 |
| | | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute. | ||||
* | Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: ↵ | Scott González | 2012-09-12 | 1 | -0/+8 |
| | | | | wrong default active li if ul contains extraneous elements. | ||||
* | Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option. | Danny Trunk | 2012-05-28 | 1 | -0/+25 |
| | |||||
* | Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵ | Scott González | 2012-05-18 | 1 | -1/+1 |
| | | | | from the anchor to the list item. | ||||
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 1 | -0/+1 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Tabs tests: Don't pollute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -56/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -3/+3 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -5/+11 |
| | |||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Tabs: Enable test suites for TestSwarm. | Scott González | 2011-05-16 | 1 | -10/+0 |
| | |||||
* | Tabs: Moved tests out of tickets file. | Scott González | 2011-05-10 | 1 | -1/+0 |
| | |||||
* | Tabs: Cleaned up add and remove methods. | Scott González | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Tabs: Fixed disable method and cleaned up tests for enable and disable methods. | Scott González | 2011-04-28 | 1 | -0/+35 |
| | |||||
* | Tabs: Better tests for tab state. | Scott González | 2011-04-15 | 1 | -1/+13 |
| | |||||
* | Tabs: Added tests for aria-controls attribute being assigned on init. | Scott González | 2011-04-07 | 1 | -1/+2 |
| | |||||
* | Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: ↵ | Scott González | 2011-04-04 | 1 | -0/+9 |
| | | | | Rename select event to beforeActivate. | ||||
* | Tabs: Test cleanup. | Scott González | 2011-04-04 | 1 | -94/+99 |
| | |||||
* | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵ | David Petersen | 2011-03-26 | 1 | -0/+3 |
| | | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Tab: modified init to display correct content of misordered div when hash ↵ | jenters | 2010-10-04 | 1 | -1/+9 |
| | | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs | ||||
* | Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵ | Scott González | 2010-09-03 | 1 | -0/+1 |
| | | | | remote tabs does not support foreign languages. | ||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -1/+1 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists. | ph-ausseil | 2010-08-11 | 1 | -0/+13 |
| | |||||
* | Tabs: Updated tests. | Scott González | 2010-07-16 | 1 | -1/+2 |
| | |||||
* | Unit tests: Disable stale widget tests on testswarm | jzaefferer | 2010-04-14 | 1 | -1/+12 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -4/+14 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Externals: updated jquery.cookie plugin to ↵ | Richard Worth | 2010-02-24 | 1 | -1/+1 |
| | | | | http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Tabs: fixed to work with empty nav list again. | Scott González | 2009-12-25 | 1 | -0/+28 |
| | | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | 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 |
| |