summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add altRedirectFocus optionEmil Lundberg2014-05-122-5/+12
| | | | | | | 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 valueTrent Richardson2014-04-231-3/+3
|
* Fixed wrong commitjhron2014-04-091-2/+2
|
* Add support for ('setDate', null)jhron2014-04-081-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 argumentsaokros2014-04-071-4/+6
| | | | Change is to support the '-1d', '+1m', and such datepicker.setDate arguments with the overridden setDate function.
* Pull #701 Fixes Basque i18nTrent Richardson2014-03-291-4/+5
|
* Pull #704 Fix millisectext for zh-CN i18nTrent Richardson2014-03-291-1/+1
|
* Fixes timeRange errorsTrent Richardson2014-03-191-0/+9
|
* Pull #698 Updates Vietnamese translationTrent Richardson2014-03-101-5/+5
|
* #633 - add timeOnlyShowDate option to show the date but only allow timepickerTrent Richardson2014-03-052-2/+6
|
* Update to jquery 1.11.0, jquery-ui 1.10.4Trent Richardson2014-02-192-3/+3
|
* Added new options to specify minTime and maxTimebodrick2014-02-122-0/+48
| | | | | | | 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 openTrent Richardson2014-02-071-1/+1
|
* Fix #689 - step option not being set for select dropdownsTrent Richardson2014-02-071-5/+5
|
* There's an override to the _selectDate() method that prevents the calendar ↵spmorganjr2014-01-251-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 typo in German translationChristian Lins2014-01-031-1/+1
|
* Fix failure when setting date as nullJulien Sanchez2013-11-251-1/+1
| | | | | Otherwise, Timepicker is breaking Datepicker compatibility by not accepting null value.
* Update comments for #644 fixTrent Richardson2013-11-211-2/+2
|
* Issue 644 - hasChanged uses strict comparisons so we need to ensure datatypeTrent Richardson2013-11-211-3/+10
|
* Fix new line at end of fileTrent Richardson2013-11-201-1/+1
|
* Pull #668 - Create Armenian translation for the jQuery Timepicker AddonTrent Richardson2013-11-201-0/+21
|
* Apply Pull #664 - Selecting a time should focus input fieldTrent Richardson2013-11-181-0/+1
|
* #661 - Added Serbian translations by vladimir-jelovacTrent Richardson2013-11-072-0/+42
|
* Pull #653 by Kohgpat - Fix translation in russian localiztion exampleTrent Richardson2013-10-231-1/+1
|
* Update docsTrent Richardson2013-10-152-2/+0
|
* Pull #648 - Fixed defaultValue when focus by judgedimTrent Richardson2013-10-151-0/+3
|
* Pull #632 - Added missed character by semsorockTrent Richardson2013-08-301-1/+1
|
* Updates #213 and #622 for date defaulting to 1899Trent Richardson2013-08-112-3/+7
|
* Fixed exception thrown by onTimeChangeMatthias Althaus2013-08-091-0/+3
| | | After disabling a timepicker an exception is thrown, if you close the now timepicker-less datepicker.
* Fixes enable/disable timepickerMatthias Althaus2013-08-091-0/+2
| | | Due to the fact that each datetimepicker instance has its own settings these have to be updated accordingly on enable or disable.
* Fixes css widthsTrent Richardson2013-07-312-8/+10
|
* version number in docs, js now gruntified, add sliderAccess to distTrent Richardson2013-07-302-4/+4
|
* Clean up docs and readmeTrent Richardson2013-07-293-22/+18
|
* fix lint issues, grunt less errorTrent Richardson2013-07-292-10/+8
|
* Huge number of jshint motivated cleanups. We should consider adding ↵Stephen Vance2013-07-281-395/+402
| | | | jsbeautifier or some formatter to the grunt config so this doesn't have to be done manually.
* Tabify jshintrc files.Stephen Vance2013-07-281-14/+14
|
* Merge branch 'dev' of ↵Stephen Vance2013-07-281-4/+3
| | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev
* Gets jasmine runningTrent Richardson2013-07-281-4/+6
|
* breaks down docs in srcTrent Richardson2013-07-288-975/+969
|
* Migrate to grunt setupTrent Richardson2013-07-2841-0/+3974