Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.13.31.13.3 | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -3/+3 |
| | |||||
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -5/+5 |
| | | | | | 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 | ||||
* | Datepicker: Get selectedDay from data-date instead of element contents | c-lambert | 2021-07-12 | 1 | -1/+2 |
| | | | | | This makes datepicker work fine even if translation software modifies texts on the page. Closes gh-1943 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -20/+35 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Datepicker: Add option for onUpdateDatepicker callback | Patrick McKay | 2021-05-21 | 1 | -1/+7 |
| | | | | | | Add a new option named onUpdateDatepicker that allows a custom callback to be provided. If provided, the callback is called at the end of $.datepicker._updateDatepicker. | ||||
* | Fix: Adapt datpicker.js for a11y | Mikolaj Wolicki | 2021-05-15 | 1 | -4/+9 |
| | |||||
* | Datepicker: Make sure text option are text, shorten HTML strings | Michał Gołębiowski-Owczarek | 2021-05-12 | 1 | -21/+115 |
| | | | | | | | | Instead of using enormous HTML strings, various elements are now constructed using jQuery APIs. This makes it more obvious user-provided data is used correctly. Fixes #15284 Closes gh-1953 | ||||
* | Datepicker: Make sure altField is treated as a CSS selector | Michał Gołębiowski-Owczarek | 2021-05-04 | 1 | -1/+1 |
| | | | Closes gh-1954 | ||||
* | Datepicker: Fixed current instance memory leak and added unit testcases | jigar gala | 2020-03-23 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | All: Use expr.pseudos instead of deprecated expr.filters | Maksymenkov Eugene | 2019-12-08 | 1 | -1/+1 |
| | | | | | | See: https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jqueryexprfilters-is-deprecated-use-jqueryexprpseudos Closes gh-1887 | ||||
* | Datepicker: Fix prev/next button behavior with `showCurrentAtPos` | claudi | 2017-01-25 | 1 | -3/+1 |
| | | | | | Fixes #15102 Closes gh-1784 | ||||
* | Datepicker: Disable maxLineLength for jscs | Alexander Schmitz | 2016-04-13 | 1 | -0/+1 |
| | | | | | | There are too many errors and re-write is essentially done Ref gh-1690 | ||||
* | Datepicker: Fixed keyboard navigation | Piotr Baran | 2016-03-30 | 1 | -2/+2 |
| | | | | | Fixes #7956 Closes gh-1677 | ||||
* | Datepicker: Use `getFullYear()` instead of deprecated `getYear()` | Fahad Ahmad | 2016-02-21 | 1 | -1/+1 |
| | | | | | Fixes #14920 Closes gh-1678 | ||||
* | Datepicker: Refactor `_updateAlternate()` method | Benjamin Albert | 2015-11-13 | 1 | -1/+1 |
| | | | | Closes gh-1647 | ||||
* | 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. | ||||
* | Widget: Update to use camelCase identifiers | Alexander Schmitz | 2015-09-11 | 1 | -0/+1 |
| | |||||
* | Datepicker: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -855/+881 |
| | | | | Ref #14246 | ||||
* | Datepicker: Remove stray line | Scott González | 2015-08-28 | 1 | -1/+0 |
| | | | | Fixes #14416 | ||||
* | Datepicker: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -7/+7 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Datepicker: Move datepicker into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+2093 |
Ref #13885 |