aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.datepicker.js
Commit message (Expand)AuthorAgeFilesLines
* Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepi...Scott González2012-04-031-2/+0
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-8/+8
* Datepicker: modified a catch variable to no longer mask an existing variable ...Jasvir Nagra2012-02-241-2/+2
* Datepicker: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses...Scott González2012-02-121-4/+3
* Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ...Scott González2012-02-081-1/+1
* Datepicker: added check to account for multiple pickers on one page. Fixed #5...ryanolton2012-01-121-1/+4
* Merge pull request #463 from jason-oster/masterScott González2011-11-211-1/+2
|\
| * Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - Datepick...Jay Oster2011-09-151-1/+2
* | Datepicker: Added additional check to checkExternalClick to work when clickin...kborchers2011-09-121-15/+14
|/
* Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666...Scott González2011-08-101-1/+2
* Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...Karl Kirch2011-08-091-1/+7
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-091-8/+0
* Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ...Scott González2011-08-011-15/+0
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-6/+41
|\
| * Datepicker: show inline datepicker setting explicit display:block instead of ...Richard D. Worth2011-07-191-1/+3
| * Merge remote branch 'pgraham/master'Jörn Zaefferer2011-06-281-1/+4
| |\
| | * Updated guard against unparsed characters to allow extra characters as long a...Philip Graham2011-06-281-1/+4
| * | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-281-0/+8
| * | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...marcneuwirth2011-06-281-0/+7
| |/
| * Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _sel...marcneuwirth2011-06-221-2/+1
| * Merge pull request #353 from kborchers/bug_7043Scott González2011-06-161-1/+8
| |\
| | * Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row d...kborchers2011-06-131-0/+1
| | * Datepicker: Calculate the max number of rows necessary when displaying months...kborchers2011-05-271-1/+7
| * | Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: D...kborchers2011-05-201-1/+10
| |/
* | Datepicker: Use .attr() for size.Scott González2011-07-251-1/+1
* | .attr() -> .prop()Scott González2011-06-081-3/+3
|/
* There's no guard against unparsed characters at the end of the date string, a...Jörn Zaefferer2011-05-181-0/+3
* Merge remote branch 'kzys/trac-6656'Jörn Zaefferer2011-05-181-4/+12
|\
| * Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClo...Kato Kazuyoshi2011-05-071-4/+12
* | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D...Jay Merrifield2011-05-161-1/+1
* | Datepicker: removed conditional mozilla browser check block. Fixes #7322 - Ye...Andrew Powell2011-05-121-9/+4
* | Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows...Scott González2011-05-121-1/+1
* | Merge pull request #220 from kzys/trac-6850Scott González2011-05-111-0/+4
|\ \
| * | Datepicker: Disabled datepicker should disable own select element too. Fixed ...Kato Kazuyoshi2011-05-071-0/+4
* | | Datepicker: Removed duplicate call to _updateDatepicker when changing option ...Garrison Locke2011-05-111-1/+2
* | | Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of date...Kato Kazuyoshi2011-05-071-1/+1
| |/ |/|
* | Datepicker: Moved the setting of _datepickerShowing to after postProcess to ...kborchers2011-05-061-1/+1
|/
* Merge pull request #200 from kzys/trac-6704-2Scott González2011-05-041-2/+1
|\
| * Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #670...Kato Kazuyoshi2011-05-051-2/+1
* | Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa...Kato Kazuyoshi2011-05-051-7/+17
|/
* Datepicker: bind hover events using delegate. Fixed #7256 - minimize event bi...adambaratz2011-05-021-20/+27
* Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only...Scott González2011-04-041-34/+36
* Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes...Scott González2011-03-181-1/+1
* Datepicker: Updated to check for new or old style effects (see #7103).gnarf2011-03-151-2/+6
* Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - R...Adam Parod2011-03-071-0/+7
* Datepicker: Account for daylight saving when calculating number of days in a ...Scott González2011-02-161-1/+1
* Datepicker: prevent datepicker initialization on empty jquery collection and ...Dan Heberden2011-02-151-1/+6
* Datepicker: Properly handle datepickers attached to inputs that are hidden us...Scott González2011-02-151-1/+1