Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -4/+4 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -2/+6 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | All: Migrate away from deprecated/removed Core APIs | Michał Gołębiowski-Owczarek | 2019-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901 | ||||
* | Core: Fix JQMIGRATE warning about `jQuery.expr[":"]` | Eirik Sletteberg | 2017-05-02 | 1 | -1/+1 |
| | | | | | | | This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery. Fixes #15185 Closes gh-1773 | ||||
* | Controlgroup: Don't use `String.prototype.trim()` | Scott González | 2016-08-31 | 1 | -1/+1 |
| | | | | We still support IE 8, which doesn't have this method. | ||||
* | Controlgroup: Handle child elements that don't have options defined | Scott González | 2016-07-13 | 1 | -0/+2 |
| | | | | Closes gh-1719 | ||||
* | Controlgroup: Correctly handle non-empty child class key | Gabriel Schulhof | 2016-07-06 | 1 | -4/+16 |
| | | | | | Fixes #14984 Closes gh-1713 | ||||
* | Controlgroup: Add "only" position to class generator functions | Alexander Schmitz | 2016-06-09 | 1 | -3/+10 |
| | | | | | Fixes #14972 Closes gh-1711 | ||||
* | Controlgroup: Fix rendering of labels | Alexander Schmitz | 2016-05-26 | 1 | -4/+9 |
| | | | | | Fixes #14967 Closes gh-1703 | ||||
* | Controlgroup: Fix issues with compatibility with spinner | Alexander Schmitz | 2016-05-26 | 1 | -1/+5 |
| | | | | Fixes #14966 | ||||
* | Controlgroup: Don't remove existing classes classes | Alexander Schmitz | 2016-05-26 | 1 | -9/+25 |
| | | | | | | unless its a corner class Fixes #14960 | ||||
* | Controlgroup: Fix line length issues | Alexander Schmitz | 2016-04-13 | 1 | -1/+2 |
| | | | | Ref gh-1690 | ||||
* | Controlgroup: Fix create and destroy for controlgroupLabel | Jörn Zaefferer | 2015-10-26 | 1 | -2/+13 |
| | | | | | | Creating the label broke while doing a refactoring, the lack of tests allowed that to go unnoticed. Shouldn't happen again with the extra tests, covering both controlgroupLabel and spinner. | ||||
* | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 1 | -3/+3 |
| | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | ||||
* | Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp var | Jörn Zaefferer | 2015-10-08 | 1 | -16/+18 |
| | |||||
* | Controlgroup: Typos and minor style fixes | Alexander Schmitz | 2015-10-08 | 1 | -22/+26 |
| | |||||
* | Controlgroup: Optimize and simplify data access and storage | Jörn Zaefferer | 2015-10-08 | 1 | -4/+2 |
| | |||||
* | Controlgroup: Improve comments and remove a misleading blank line | Jörn Zaefferer | 2015-10-08 | 1 | -3/+2 |
| | |||||
* | Controlgroup: Rename excludeInvisible to onlyVisible | Jörn Zaefferer | 2015-10-08 | 1 | -2/+2 |
| | | | | Gets rid of the double negative. | ||||
* | Controlgroup: Address review comments | Alexander Schmitz | 2015-10-08 | 1 | -34/+29 |
| | |||||
* | Controlgroup: Style updates | Alexander Schmitz | 2015-10-08 | 1 | -11/+11 |
| | |||||
* | Controlgroup: Fixes for spinner | Alexander Schmitz | 2015-10-08 | 1 | -4/+7 |
| | |||||
* | Controlgroup: fixup for spinner and label | Alexander Schmitz | 2015-10-08 | 1 | -7/+18 |
| | |||||
* | Controlgroup: Add controlgroup labels | Alexander Schmitz | 2015-10-08 | 1 | -4/+10 |
| | |||||
* | Controlgroup: Add spinner to widgets controlgroup works with | Alexander Schmitz | 2015-10-08 | 1 | -12/+23 |
| | |||||
* | Controlgroup: Fix headers and demos | Alexander Schmitz | 2015-10-08 | 1 | -3/+10 |
| | |||||
* | Controlgroup: Add missing entry to demos bootstrap | Alexander Schmitz | 2015-10-08 | 1 | -0/+204 |