Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Remove usage of jQuery positional selectors | Michał Gołębiowski-Owczarek | 2020-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | jQuery positional selectors () have been deprecated in [jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/) and they'll be removed in jQuery 4.0.0. This PR removes their usage. Most of the changes were possible without changing public API. However, dropping `:even` usage required a change to the [`header` option](https://api.jqueryui.com/accordion/#option-header) of the accordion widget. I made it an optional function; this will need to be documented. The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was no usage of the :odd selector in the code but the `.odd()` method is also polyfilled for completeness. Closes gh-1904 | ||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 10 | -107/+26 |
| | | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place. | ||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Tests: Adding missing dependency | TJ VanToll | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 10 | -10/+10 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 1 | -0/+51 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 9 | -9/+9 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 9 | -70/+70 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Selectmenu: Updating jQuery to 1.10.2. | Felix Nagel | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into selectmenu | Felix Nagel | 2013-07-09 | 8 | -8/+8 |
|\ | |||||
| * | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 8 | -8/+8 |
| | | | | | | | | | | 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. | ||||
* | | Selectmenu: Fix htmllint warnings | Jörn Zaefferer | 2013-06-05 | 1 | -2/+1 |
| | | |||||
* | | Selectmenu Tests: add visual test selectmenu in tabs, removed old ↵ | Felix Nagel | 2013-05-01 | 1 | -0/+53 |
| | | | | | | | | compatibility test | ||||
* | | Dialog Tests: move dialog initialization to top in order to make stacking ↵ | Felix Nagel | 2013-04-30 | 1 | -1/+1 |
| | | | | | | | | work for autocomplete and selectmenu | ||||
* | | Tests: added Selectenu to Dialog Widgets compound test | Felix Nagel | 2013-04-29 | 1 | -1/+11 |
|/ | |||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 8 | -8/+8 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 8 | -8/+8 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 8 | -8/+8 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 8 | -8/+8 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 8 | -8/+8 |
| | |||||
* | Compound visual tests: Cleanup. | Scott González | 2012-05-08 | 10 | -685/+231 |
| | |||||
* | Fix various issues in our html files, fourth batch | Jörn Zaefferer | 2012-04-23 | 4 | -24/+28 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 9 | -9/+9 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 9 | -9/+9 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 9 | -9/+9 |
| | |||||
* | Compound visual test: Added missing reference to autocomplete. | Scott González | 2011-01-10 | 1 | -1/+2 |
| | |||||
* | Fixed bad references to jQuery-1.4.4.js | jzaefferer | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 2 | -3/+43 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 2 | -3/+43 |
| | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done | ||||
* | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js | ||||
| * | | Menu: Extracted menu code from autocomplete, updated all dependencies | jzaefferer | 2010-04-21 | 1 | -1/+1 |
| |/ | |||||
* | | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 8 | -8/+8 |
| | | |||||
* | | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 8 | -8/+8 |
| | | |||||
* | | Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow ↵ | Scott González | 2010-07-14 | 1 | -0/+202 |
|/ | | | | breaks when displayed inside a dialog on Internet Explorer. | ||||
* | crlf mess, round XIIIMD | jzaefferer | 2010-04-01 | 1 | -225/+225 |
| | |||||
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 2 | -265/+225 |
| | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master. | ||||
* | Added tooltip to widgets_in_dialog compound test | unknown | 2010-03-31 | 1 | -225/+228 |
| | |||||
* | Added compound test for Tabs with Tooltips | jzaefferer | 2010-03-25 | 1 | -0/+37 |
| | |||||
* | Widgets in Dialog compound visual test: Added more widgets and linked Slider ↵ | jzaefferer | 2010-03-20 | 1 | -10/+63 |
| | | | | with Progressbar | ||||
* | Compound visual dialog tests: Add some content to the page for better testing | jzaefferer | 2010-03-20 | 2 | -0/+254 |
| | |||||
* | added new compound test, still incomplete | Jörn Zaefferer | 2010-03-20 | 1 | -0/+44 |
| | |||||
* | Added mouse, position, draggable and resizable dependencies | Jörn Zaefferer | 2010-03-20 | 1 | -0/+4 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 6 | -6/+12 |
| | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 6 | -6/+6 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 6 | -6/+6 |
| | | | | file renames in 1.8a1 | ||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 6 | -6/+6 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 6 | -6/+6 |
| |