aboutsummaryrefslogtreecommitdiffstats
path: root/ui/datepicker.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.31.11.3Scott González2015-02-121-3/+3
|
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-091-1/+1
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2015-02-051-0/+4
| | | | | | Fixes #10668 Closes gh-1362 (cherry picked from commit e5e3ca4240fbae9684f689ec6e00882ec0211922)
* Datepicker: Abstract mouseover logic to avoid explicit event triggerTJ VanToll2014-07-231-14/+20
| | | | | | | | | The reliance on `.mouseover()` caused an issue in some circumstances (see #5816). The removal of `.mouseover()` broke keyboard navigation (see #10319). Fixes #10319 Closes gh-1290
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+2
| | | | | Fixes #8353 Closes gh-1248
* Datepicker: Define en and en-US locales based on defaultsScott González2014-06-161-0/+2
| | | | | Fixes #6682 Closes gh-1269
* Datepicker: Remove unnecessary mouseover triggerRafael Xavier de Souza2014-05-021-1/+1
| | | | | Fixes #5816 Closes gh-974
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+2071
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029