Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update to the latest version of Grunt & many other packages | Micah Miller | 2020-10-14 | 1 | -1/+1 |
| | | | | | | | | JSHint, JSCS & QUnit-related packages are not updated as they need more code adjustments. Fixes #15112 Closes gh-1882 | ||||
* | All: Remove usage of jQuery positional selectors | Michał Gołębiowski-Owczarek | 2020-01-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | 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 | 1 | -19/+12 |
| | | | | | | 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. | ||||
* | Selectmenu: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -9/+9 |
| | |||||
* | Theme: Change default widget font-size to 1em | TJ VanToll | 2014-10-24 | 1 | -1/+0 |
| | | | | | Fixes #10131 Closes gh-1374 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | 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 |
| | |||||
* | Selectmenu: Fix invalid empty options in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -3/+3 |
| | |||||
* | Selectmenu: Fix whitespace in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -8/+8 |
| | |||||
* | Tests: Use .bind() instead of .on() | Scott González | 2014-02-11 | 1 | -3/+3 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -6/+6 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Selectmenu Tests: add unit and visual tests for width option | Felix Nagel | 2013-12-07 | 1 | -1/+53 |
| | |||||
* | Selectmenu: improve disabled item handling | Felix Nagel | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Updating jQuery to 1.10.2. | Felix Nagel | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Fix htmllint warnings | Jörn Zaefferer | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | Selectmenu tests: combine visual tests to one | Felix Nagel | 2013-05-30 | 2 | -151/+98 |
| | |||||
* | Selectmenu Tests: add visual test selectmenu in tabs, removed old ↵ | Felix Nagel | 2013-05-01 | 1 | -182/+0 |
| | | | | compatibility test | ||||
* | Selectmenu Tests: added labels to disabled empty visual test | Felix Nagel | 2013-04-29 | 1 | -10/+15 |
| | |||||
* | Selectmenu Tests: change doctype to lower case | Felix Nagel | 2013-04-29 | 3 | -3/+3 |
| | |||||
* | Selectmenu: Updating jQuery to 1.9.1. | Felix Nagel | 2013-02-09 | 3 | -3/+3 |
| | |||||
* | Selectmenu tests: remove toggle event as its removed | Felix Nagel | 2013-02-09 | 1 | -14/+27 |
| | |||||
* | Selectmenu: Updating to jQuery 1.9.0 | Felix Nagel | 2013-01-18 | 3 | -3/+3 |
| | |||||
* | Selectmenu tests: remove option dropdown | Felix Nagel | 2012-12-20 | 1 | -6/+2 |
| | |||||
* | Selectmenu tests: improve compatibility visual test in order to work with ↵ | Felix Nagel | 2012-12-15 | 1 | -2/+2 |
| | | | | ui-front | ||||
* | Selectmenu tests: fixed headlines in disable / empty visual test | Felix Nagel | 2012-12-15 | 1 | -2/+2 |
| | |||||
* | Selectmenu tests: improve and merge visual tests | Felix Nagel | 2012-12-13 | 5 | -263/+183 |
| | |||||
* | Selectmenu tests: add button widget js file to fix compatibility test | Felix Nagel | 2012-11-29 | 1 | -0/+1 |
| | |||||
* | Selectmenu tests: remove themeswitcher as its no longer available | Felix Nagel | 2012-11-29 | 1 | -9/+0 |
| | |||||
* | Selectmenu tests: Upgrade jQuery to 1.8.3 | Felix Nagel | 2012-11-23 | 5 | -5/+5 |
| | |||||
* | Selectmenu tests: lint fixes | Felix Nagel | 2012-11-13 | 2 | -7/+7 |
| | |||||
* | Selectmenu: Upgrade jQuery to 1.8.2. | Felix Nagel | 2012-10-03 | 5 | -5/+5 |
| | |||||
* | Selectmenu tests: Upgrade visual tests to jQuery to 1.8.0. | Felix Nagel | 2012-09-04 | 5 | -5/+5 |
| | |||||
* | Selectmenu: added complex menu demo to compatibility visual test | Felix Nagel | 2012-07-13 | 1 | -0/+62 |
| | |||||
* | Selectmenu: trim trailing spaces | Felix Nagel | 2012-05-16 | 2 | -3/+3 |
| | |||||
* | Selectmenu: Upgrade tests to jQuery 1.7.2 | Felix Nagel | 2012-05-16 | 5 | -5/+5 |
| | |||||
* | Selectmenu: added empty.html visual test, small improvements in html files | Felix Nagel | 2012-02-26 | 2 | -0/+74 |
| | |||||
* | Selectmenu: fix for IEs item hover problem, overflow CSS properties now included | Felix Nagel | 2012-02-26 | 2 | -2/+2 |
| | |||||
* | Selectmenu: small typo in visual test | Felix Nagel | 2012-02-26 | 1 | -2/+1 |
| | |||||
* | Selectmenu: removed Button widget dependency | Felix Nagel | 2012-02-23 | 4 | -4/+0 |
| | |||||
* | Selectmenu: merge themeswitcher with compatibility visual test | Felix Nagel | 2012-02-22 | 2 | -105/+8 |
| | |||||
* | Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵ | Jörn Zaefferer | 2012-02-21 | 1 | -3/+2 |
| | | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling. | ||||
* | Selectmenu: removed space from file name | Felix Nagel | 2012-01-25 | 1 | -0/+0 |
| | |||||
* | Selectmenu: add refresh method to visual test | Felix Nagel | 2012-01-20 | 1 | -1/+7 |
| | |||||
* | Selectmenu: removed option value | Felix Nagel | 2012-01-12 | 2 | -65/+10 |
| | |||||
* | Selectmenu: added visual test for themeswitcher | Felix Nagel | 2011-12-01 | 1 | -0/+104 |
| | |||||
* | Selectmenu: improved visual tests (title and merging widget compatibility tests) | Felix Nagel | 2011-12-01 | 6 | -172/+59 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Jörn Zaefferer | 2011-11-24 | 7 | -37/+37 |
| | |||||
* | Selectmenu: fixed jQuery version | Felix Nagel | 2011-11-21 | 7 | -7/+7 |
| | |||||
* | Selectmenu: added visual tests for testing compatibility with other widgets | Felix Nagel | 2011-11-02 | 3 | -0/+234 |
| | |||||
* | Selectmenu: added open and close method demo | Felix Nagel | 2011-10-17 | 1 | -0/+12 |
| |