Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #434 allows a getter method for options | Trent Richardson | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Add altRedirectFocus option | Emil Lundberg | 2014-05-12 | 1 | -5/+9 |
| | | | | | | | If set to true (default), the altField will redirect focus to the main field (this is how it always worked before this change). Otherwise, the altField will not redirect its focus, and the altField will behave as a normal text field that can be edited by the user. | ||||
* | Fixes #706 altTimeFormat, altSeparator, altTimeSuffix doesnt allow empty value | Trent Richardson | 2014-04-23 | 1 | -3/+3 |
| | |||||
* | Fixed wrong commit | jhron | 2014-04-09 | 1 | -2/+2 |
| | |||||
* | Add support for ('setDate', null) | jhron | 2014-04-08 | 1 | -1/+1 |
| | | | | When ('setDate', null) is called it deletes only date part of alternate field but time still remains. This patch should fix the problem and properly delete whole alternate field in case that null is set as new date. | ||||
* | Allow to use datepicker specific setDate arguments | aokros | 2014-04-07 | 1 | -4/+6 |
| | | | | Change is to support the '-1d', '+1m', and such datepicker.setDate arguments with the overridden setDate function. | ||||
* | Fixes timeRange errors | Trent Richardson | 2014-03-19 | 1 | -0/+9 |
| | |||||
* | #633 - add timeOnlyShowDate option to show the date but only allow timepicker | Trent Richardson | 2014-03-05 | 1 | -2/+3 |
| | |||||
* | Added new options to specify minTime and maxTime | bodrick | 2014-02-12 | 1 | -0/+42 |
| | | | | | | | Added two new options so that minimum time and maximum time can be specified when selecting times. Very much different than the minDate/maxDate in that the time is restricted each day to the values specified. | ||||
* | Fixes #675 - setDate causes picker to open | Trent Richardson | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Fix #689 - step option not being set for select dropdowns | Trent Richardson | 2014-02-07 | 1 | -5/+5 |
| | |||||
* | There's an override to the _selectDate() method that prevents the calendar ↵ | spmorganjr | 2014-01-25 | 1 | -1/+1 |
| | | | | from closing after selecting a new date. If the timepicker is not enabled then there's no reason to execute this code, it should instead fire the base _selectDate() method. | ||||
* | Fix failure when setting date as null | Julien Sanchez | 2013-11-25 | 1 | -1/+1 |
| | | | | | Otherwise, Timepicker is breaking Datepicker compatibility by not accepting null value. | ||||
* | Update comments for #644 fix | Trent Richardson | 2013-11-21 | 1 | -2/+2 |
| | |||||
* | Issue 644 - hasChanged uses strict comparisons so we need to ensure datatype | Trent Richardson | 2013-11-21 | 1 | -3/+10 |
| | |||||
* | Apply Pull #664 - Selecting a time should focus input field | Trent Richardson | 2013-11-18 | 1 | -0/+1 |
| | |||||
* | Pull #648 - Fixed defaultValue when focus by judgedim | Trent Richardson | 2013-10-15 | 1 | -0/+3 |
| | |||||
* | Pull #632 - Added missed character by semsorock | Trent Richardson | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | Updates #213 and #622 for date defaulting to 1899 | Trent Richardson | 2013-08-11 | 1 | -2/+6 |
| | |||||
* | Fixed exception thrown by onTimeChange | Matthias Althaus | 2013-08-09 | 1 | -0/+3 |
| | | | After disabling a timepicker an exception is thrown, if you close the now timepicker-less datepicker. | ||||
* | Fixes enable/disable timepicker | Matthias Althaus | 2013-08-09 | 1 | -0/+2 |
| | | | Due to the fact that each datetimepicker instance has its own settings these have to be updated accordingly on enable or disable. | ||||
* | version number in docs, js now gruntified, add sliderAccess to dist | Trent Richardson | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | Clean up docs and readme | Trent Richardson | 2013-07-29 | 1 | -5/+2 |
| | |||||
* | fix lint issues, grunt less error | Trent Richardson | 2013-07-29 | 1 | -10/+7 |
| | |||||
* | Huge number of jshint motivated cleanups. We should consider adding ↵ | Stephen Vance | 2013-07-28 | 1 | -395/+402 |
| | | | | jsbeautifier or some formatter to the grunt config so this doesn't have to be done manually. | ||||
* | Merge branch 'dev' of ↵ | Stephen Vance | 2013-07-28 | 1 | -4/+3 |
| | | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev | ||||
* | Migrate to grunt setup | Trent Richardson | 2013-07-28 | 1 | -0/+2131 |