Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into datepicker | Felix Nagel | 2016-11-09 | 1 | -0/+3 |
|\ | |||||
| * | Tests: Only test latest patch versions for jQuery Core in TestSwarm | Scott González | 2016-07-08 | 1 | -0/+3 |
| | | | | | | | | Adds some missing tests to TestSwarm and `all.html`. | ||||
* | | Merge branch 'master' into datepicker | Scott González | 2015-07-15 | 1 | -2/+3 |
|\| | |||||
| * | Form Reset: Add form reset mixin | Scott González | 2015-05-14 | 1 | -0/+1 |
| | | | | | | | | | | Fixes #12638 Closes gh-1555 | ||||
| * | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | | Calendar: Add calendar widget | Felix Nagel | 2015-01-29 | 1 | -0/+1 |
|/ | | | | | | | | | | | Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling. | ||||
* | Core: Remove .zIndex() | Scott González | 2014-10-20 | 1 | -1/+0 |
| | | | | Fixes #9156 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 1 | -5/+1 |
| | |||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex(). | Scott González | 2013-03-15 | 1 | -0/+1 |
| | |||||
* | Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove ↵ | Scott González | 2013-03-15 | 1 | -1/+0 |
| | | | | array and string notations for position option. | ||||
* | 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 |
| | |||||
* | Dialog: Move array notation support for position option to backCompat check. ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -0/+1 |
| | | | | Fixes #8824 - Deprecate array notation for position option. | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test ↵ | Mike Sherov | 2012-11-01 | 1 | -1/+1 |
| | | | | suite to pass | ||||
* | Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵ | Mike Sherov | 2012-10-31 | 1 | -1/+1 |
| | | | | test suite to pass | ||||
* | Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ↵ | Mike Sherov | 2012-10-30 | 1 | -1/+1 |
| | | | | test suite to pass | ||||
* | Dev: Standardized the selectable test suite. Fixed #8752 - Dev: Get ↵ | Mike Sherov | 2012-10-30 | 1 | -1/+1 |
| | | | | selectable test suite to pass | ||||
* | Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵ | Mike Sherov | 2012-10-30 | 1 | -1/+1 |
| | | | | test suite to pass | ||||
* | Position: Removed offset option. Fixes #6982 - Position: Remove offset option. | Scott González | 2012-10-25 | 1 | -1/+0 |
| | |||||
* | Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵ | Scott González | 2012-10-25 | 1 | -1/+0 |
| | | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event. | ||||
* | Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵ | Scott González | 2012-10-25 | 1 | -1/+0 |
| | | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit. | Wesley Walser | 2011-08-02 | 1 | -1/+2 |
| | |||||
* | Tests: Fixed param parsing for compound test suites. | Scott González | 2011-07-28 | 1 | -4/+8 |
| | |||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -24/+40 |
| | | | | jQuery core. | ||||
* | Tests: Created a composite test suite. | Scott González | 2011-07-26 | 1 | -0/+51 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -301/+0 |
| | | | | | | | 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 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | | | | file renames in 1.8a1 | ||||
* | 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 |
| | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+1 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | 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 | -12/+12 |
| | | | | 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 |
| | |||||
* | moving all*.html to tests/unit for testswarm compability | Jörn Zaefferer | 2009-09-01 | 1 | -0/+299 |