aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/datepicker.js
Commit message (Collapse)AuthorAgeFilesLines
* Datepicker: Fixed current instance memory leak and added unit testcasesjigar gala2020-03-231-0/+1
|
* All: Remove usage of jQuery positional selectorsMichał Gołębiowski-Owczarek2020-01-221-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.filtersMaksymenkov Eugene2019-12-081-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`claudi2017-01-251-3/+1
| | | | | Fixes #15102 Closes gh-1784
* Datepicker: Disable maxLineLength for jscsAlexander Schmitz2016-04-131-0/+1
| | | | | | There are too many errors and re-write is essentially done Ref gh-1690
* Datepicker: Fixed keyboard navigationPiotr Baran2016-03-301-2/+2
| | | | | Fixes #7956 Closes gh-1677
* Datepicker: Use `getFullYear()` instead of deprecated `getYear()`Fahad Ahmad2016-02-211-1/+1
| | | | | Fixes #14920 Closes gh-1678
* Datepicker: Refactor `_updateAlternate()` methodBenjamin Albert2015-11-131-1/+1
| | | | Closes gh-1647
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-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 identifiersAlexander Schmitz2015-09-111-0/+1
|
* Datepicker: Style updatesAlexander Schmitz2015-09-111-855/+881
| | | | Ref #14246
* Datepicker: Remove stray lineScott González2015-08-281-1/+0
| | | | Fixes #14416
* Datepicker: Style updatesAlexander Schmitz2015-08-211-7/+7
| | | | | Ref #14246 Ref gh-1588
* Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-081-0/+2093
Ref #13885