| Commit message (Expand) | Author | Age | Files | Lines |
* | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666... | Scott González | 2011-08-10 | 1 | -1/+2 |
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A... | Karl Kirch | 2011-08-09 | 1 | -1/+7 |
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec... | Scott González | 2011-08-09 | 1 | -8/+0 |
* | Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ... | Scott González | 2011-08-01 | 1 | -15/+0 |
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -6/+41 |
|\ |
|
| * | Datepicker: show inline datepicker setting explicit display:block instead of ... | Richard D. Worth | 2011-07-19 | 1 | -1/+3 |
| * | Merge remote branch 'pgraham/master' | Jörn Zaefferer | 2011-06-28 | 1 | -1/+4 |
| |\ |
|
| | * | Updated guard against unparsed characters to allow extra characters as long a... | Philip Graham | 2011-06-28 | 1 | -1/+4 |
| * | | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def... | marcneuwirth | 2011-06-28 | 1 | -0/+8 |
| * | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto... | marcneuwirth | 2011-06-28 | 1 | -0/+7 |
| |/ |
|
| * | Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _sel... | marcneuwirth | 2011-06-22 | 1 | -2/+1 |
| * | Merge pull request #353 from kborchers/bug_7043 | Scott González | 2011-06-16 | 1 | -1/+8 |
| |\ |
|
| | * | Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row d... | kborchers | 2011-06-13 | 1 | -0/+1 |
| | * | Datepicker: Calculate the max number of rows necessary when displaying months... | kborchers | 2011-05-27 | 1 | -1/+7 |
| * | | Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: D... | kborchers | 2011-05-20 | 1 | -1/+10 |
| |/ |
|
* | | 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, a... | Jörn Zaefferer | 2011-05-18 | 1 | -0/+3 |
* | 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 - onClo... | Kato Kazuyoshi | 2011-05-07 | 1 | -4/+12 |
* | | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D... | Jay Merrifield | 2011-05-16 | 1 | -1/+1 |
* | | Datepicker: removed conditional mozilla browser check block. Fixes #7322 - Ye... | Andrew Powell | 2011-05-12 | 1 | -9/+4 |
* | | Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows... | Scott González | 2011-05-12 | 1 | -1/+1 |
* | | Merge pull request #220 from kzys/trac-6850 | Scott González | 2011-05-11 | 1 | -0/+4 |
|\ \ |
|
| * | | Datepicker: Disabled datepicker should disable own select element too. Fixed ... | Kato Kazuyoshi | 2011-05-07 | 1 | -0/+4 |
* | | | Datepicker: Removed duplicate call to _updateDatepicker when changing option ... | Garrison Locke | 2011-05-11 | 1 | -1/+2 |
* | | | Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of date... | Kato Kazuyoshi | 2011-05-07 | 1 | -1/+1 |
| |/
|/| |
|
* | | Datepicker: Moved the setting of _datepickerShowing to after postProcess to ... | kborchers | 2011-05-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #200 from kzys/trac-6704-2 | Scott González | 2011-05-04 | 1 | -2/+1 |
|\ |
|
| * | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #670... | Kato Kazuyoshi | 2011-05-05 | 1 | -2/+1 |
* | | Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa... | Kato Kazuyoshi | 2011-05-05 | 1 | -7/+17 |
|/ |
|
* | Datepicker: bind hover events using delegate. Fixed #7256 - minimize event bi... | adambaratz | 2011-05-02 | 1 | -20/+27 |
* | Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only... | Scott González | 2011-04-04 | 1 | -34/+36 |
* | Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes... | Scott González | 2011-03-18 | 1 | -1/+1 |
* | 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 - R... | Adam Parod | 2011-03-07 | 1 | -0/+7 |
* | Datepicker: Account for daylight saving when calculating number of days in a ... | Scott González | 2011-02-16 | 1 | -1/+1 |
* | Datepicker: prevent datepicker initialization on empty jquery collection and ... | Dan Heberden | 2011-02-15 | 1 | -1/+6 |
* | Datepicker: Properly handle datepickers attached to inputs that are hidden us... | Scott González | 2011-02-15 | 1 | -1/+1 |
* | Datepicker: only set the focus explicitly if it is not already on the target ... | Tobias Brunner | 2011-02-03 | 1 | -1/+3 |
* | Datepicker: Update parseDate to properly handle a string value in shortYearCu... | Ivan Peters | 2011-01-18 | 1 | -0/+2 |
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
* | Datepicker: enabled OSX meta keys to work when constraining input. Fixed #531... | dblood | 2010-12-03 | 1 | -1/+1 |
* | Datepicker: made it possible to select a date in the selected month using ent... | pheiberg | 2010-11-30 | 1 | -2/+2 |
* | 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 |
* | 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 #66... | pheiberg | 2010-11-22 | 1 | -16/+16 |
* | Datepicker: Fixed parsing of single y character for date formats. Fixes #6659... | pheiberg | 2010-11-18 | 1 | -2/+2 |
* | Datepicker: Avoid flash during render in Firefox. Fixes #5493 - Datepicker: c... | Scott González | 2010-11-05 | 1 | -12/+36 |