Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+7 | |
| |/ | | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed | |||||
| * | Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: ↵ | marcneuwirth | 2011-06-22 | 1 | -2/+1 | |
| | | | | | | | | _selectDate restores focus to non-object | |||||
| * | Merge pull request #353 from kborchers/bug_7043 | Scott González | 2011-06-16 | 1 | -1/+8 | |
| |\ | | | | | | | Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed | |||||
| | * | Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row ↵ | kborchers | 2011-06-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | datepicker. | |||||
| | * | Datepicker: Calculate the max number of rows necessary when displaying ↵ | kborchers | 2011-05-27 | 1 | -1/+7 | |
| | | | | | | | | | | | | months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed | |||||
| * | | Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: ↵ | kborchers | 2011-05-20 | 1 | -1/+10 | |
| |/ | | | | | | | Disabled parameter doesn't work | |||||
* | | Datepicker: Use .attr() for size. | Scott González | 2011-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -3/+3 | |
|/ | ||||||
* | There's no guard against unparsed characters at the end of the date string, ↵ | Jörn Zaefferer | 2011-05-18 | 1 | -0/+3 | |
| | | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years | |||||
* | Merge remote branch 'kzys/trac-6656' | Jörn Zaefferer | 2011-05-18 | 1 | -4/+12 | |
|\ | ||||||
| * | Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵ | Kato Kazuyoshi | 2011-05-07 | 1 | -4/+12 | |
| | | | | | | | | onClose event not triggered. | |||||
* | | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵ | Jay Merrifield | 2011-05-16 | 1 | -1/+1 | |
| | | | | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time. | |||||
* | | Datepicker: removed conditional mozilla browser check block. Fixes #7322 - ↵ | Andrew Powell | 2011-05-12 | 1 | -9/+4 | |
| | | | | | | | | Year selector disappears after setting an option in Firefox | |||||
* | | Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 ↵ | Scott González | 2011-05-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | rows of dates even if only 5 are needed." This reverts commit ac459ff7df4904cb8601d4efb95107177ecb40e0. | |||||
* | | Merge pull request #220 from kzys/trac-6850 | Scott González | 2011-05-11 | 1 | -0/+4 | |
|\ \ | | | | | | | Fixed #6850 - Disable datepicker should disable month and year dropdowns. | |||||
| * | | Datepicker: Disabled datepicker should disable own select element too. Fixed ↵ | Kato Kazuyoshi | 2011-05-07 | 1 | -0/+4 | |
| | | | | | | | | | | | | #6850 - Disable datepicker should disable month and year dropdowns. | |||||
* | | | Datepicker: Removed duplicate call to _updateDatepicker when changing option ↵ | Garrison Locke | 2011-05-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | in Firefox. Fixed #7322 - datepicker: Year would disappear when changing option. | |||||
* | | | Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of ↵ | Kato Kazuyoshi | 2011-05-07 | 1 | -1/+1 | |
| |/ |/| | | | | | dates even if only 5 are needed. | |||||
* | | Datepicker: Moved the setting of _datepickerShowing to after postProcess to ↵ | kborchers | 2011-05-06 | 1 | -1/+1 | |
|/ | | | | prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out | |||||
* | Merge pull request #200 from kzys/trac-6704-2 | Scott González | 2011-05-04 | 1 | -2/+1 | |
|\ | | | | | Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths. | |||||
| * | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed ↵ | Kato Kazuyoshi | 2011-05-05 | 1 | -2/+1 | |
| | | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths. | |||||
* | | Datepicker: Greedy matching in month name. Fixed #7062 - ↵ | Kato Kazuyoshi | 2011-05-05 | 1 | -7/+17 | |
|/ | | | | $.datepicker.parseDate does not work for some locale date strings. | |||||
* | Datepicker: bind hover events using delegate. Fixed #7256 - minimize event ↵ | adambaratz | 2011-05-02 | 1 | -20/+27 | |
| | | | | binding in Datepicker initialization. | |||||
* | Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows ↵ | Scott González | 2011-04-04 | 1 | -34/+36 | |
| | | | | only single year in year dropdown if numberOfMonths > 1. | |||||
* | Datepicker: Changed a comment that causes problems with YUI Compressor. ↵ | Scott González | 2011-03-18 | 1 | -1/+1 | |
| | | | | Fixes #7129 - Datepicker: Can't minify with YUI Compressor. | |||||
* | Datepicker: Updated to check for new or old style effects (see #7103). | gnarf | 2011-03-15 | 1 | -2/+6 | |
| | ||||||
* | Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - ↵ | Adam Parod | 2011-03-07 | 1 | -0/+7 | |
| | | | | Reformat minDate/maxDate when dateFormat changes. | |||||
* | Datepicker: Account for daylight saving when calculating number of days in a ↵ | Scott González | 2011-02-16 | 1 | -1/+1 | |
| | | | | | | month. Fixes #6978 - In Calender for march 2011 dates showing till 5th only. Thanks jomyjohn | |||||
* | Datepicker: prevent datepicker initialization on empty jquery collection and ↵ | Dan Heberden | 2011-02-15 | 1 | -1/+6 | |
| | | | | add unit test. Fixed #6976 - datepicker creates extra dom element with empty object | |||||
* | Datepicker: Properly handle datepickers attached to inputs that are hidden ↵ | Scott González | 2011-02-15 | 1 | -1/+1 | |
| | | | | using CSS. Fixes #6988 - Datepicker: Treat all hidden text fields the same. | |||||
* | Datepicker: only set the focus explicitly if it is not already on the target ↵ | Tobias Brunner | 2011-02-03 | 1 | -1/+3 | |
| | | | | | | field. Fixed #6694 – datepicker does not fire change event in IE8 jQuery stores the current content of a field whenever it gets the focus. Since the fixed function is also called for KeyUp events the change event is not triggered anymore when the input looses focus. | |||||
* | Datepicker: Update parseDate to properly handle a string value in ↵ | Ivan Peters | 2011-01-18 | 1 | -0/+2 | |
| | | | | shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly. | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 | |
| | ||||||
* | Datepicker: enabled OSX meta keys to work when constraining input. Fixed ↵ | dblood | 2010-12-03 | 1 | -1/+1 | |
| | | | | #5317 - datepicker cmd+a/c/v is not working on MAC OS-X | |||||
* | Datepicker: made it possible to select a date in the selected month using ↵ | pheiberg | 2010-11-30 | 1 | -2/+2 | |
| | | | | enter. Fixes #5527 - Datepicker: Problem selecting the date with keyboard shorcuts | |||||
* | Datepicker: Proper handling of empty strings for dates. | Scott González | 2010-11-22 | 1 | -6/+3 | |
| | ||||||
* | Datepicker: Handle clearing the date inside _setDate() as early as possible. ↵ | Scott González | 2010-11-22 | 1 | -2/+5 | |
| | | | | | | Fixes #6684 - Datepicker: setDate() should accept an empty string. Thanks RobinHerbots. | |||||
* | Datepicker: Don't use ui-helper-hidden-accessible for initial hiding. | Scott González | 2010-11-22 | 1 | -1/+2 | |
| | ||||||
* | Datepicker: changed setDate not to modify the passed date argument. Fixes ↵ | pheiberg | 2010-11-22 | 1 | -16/+16 | |
| | | | | #6671 - setDate manipulates its argument | |||||
* | Datepicker: Fixed parsing of single y character for date formats. Fixes ↵ | pheiberg | 2010-11-18 | 1 | -2/+2 | |
| | | | | #6659 - Datepicker: Date format ymmdd not parsed correctly. | |||||
* | Datepicker: Avoid flash during render in Firefox. Fixes #5493 - Datepicker: ↵ | Scott González | 2010-11-05 | 1 | -12/+36 | |
| | | | | | | changeYear + yearRange causes flash in Firefox. Thanks israelrios. | |||||
* | Datepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes ↵ | m157y | 2010-10-06 | 1 | -1/+1 | |
| | | | | handler ids with dashes | |||||
* | Datepicker: Hightlight the curerent date, not the selected date. Fixes #5984 ↵ | Lim Chee Aun | 2010-09-20 | 1 | -1/+1 | |
| | | | | - Datepicker showing multiple months highlights selected day in all of them | |||||
* | datepicker: changed parseDate to be case insensitive. Fixed #6036 - ↵ | AndrewNewcomb | 2010-09-09 | 1 | -1/+1 | |
| | | | | datepicker: parseDate is case sensitive. | |||||
* | Datepicker: use a setTimeout 0 so the same code can run in IE (as other ↵ | Richard D. Worth | 2010-08-04 | 1 | -2/+5 | |
| | | | | browsers) to set focus back to the datepicker text input if a month or year drop-down is clicked closed. Fixes #5897 - Datepicker: inconsistent behavior in IE when click to close month and year drop-downs | |||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 | |
| | ||||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 | |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | |||||
* | Whitespace | Scott González | 2010-07-07 | 1 | -1/+0 | |
| | ||||||
* | Changed comparison to highlight selected date, fixes #5676 (DatePicker ↵ | Alberto Fernández Capel | 2010-06-14 | 1 | -1/+1 | |
| | | | | Dialog defaultDate incorrect behaviour) |