summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Tests new version for masterv1.4.6Trent Richardson2014-08-099-11/+11
| |
| * Fixes #741 - Update to Spanish translationTrent Richardson2014-08-014-7/+10
| |
| * Documentation updatesTrent Richardson2014-06-046-5/+55
| |
| * compile Slovenian translation into combined fileTrent Richardson2014-06-033-137/+144
| |
| * Merge pull request #732 from hadalin/devTrent Richardson2014-06-031-0/+21
| |\ | | | | | | Slovenian translation
| | * Merge branch 'slovenian-translation' into devPrimoz Hadalin2014-06-031-0/+21
| | |\ | |/ /
| | * Added Slovenian translation.Primoz Hadalin2014-06-031-0/+21
| |/
| * Fixes #731 - remove jqueryui dependency in bower.jsTrent Richardson2014-05-271-2/+1
| |
| * New dev versionTrent Richardson2014-05-267-11/+11
| |
* | Merge branch 'dev'Trent Richardson2014-05-2616-47/+983
|\ \ | |/
| * creates new versionv1.4.5Trent Richardson2014-05-267-11/+11
| |
| * Updates jquery, new versionTrent Richardson2014-05-269-113/+148
| |
| * Fixes #434 allows a getter method for optionsTrent Richardson2014-05-194-8/+15
| |
| * Fix #727 by alexpts - correct bower dependenciesTrent Richardson2014-05-161-1/+1
| |
| * Merge pull request #725 from emlun/redirect-focus-optionTrent Richardson2014-05-125-7/+49
| |\ | | | | | | Add altRedirectFocus option
| | * 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.
| | * Add test for altRedirectFocus optionEmil Lundberg2014-05-121-0/+11
| | |
| | * Add test for altField focus redirectionEmil Lundberg2014-05-122-0/+25
| | |
| | * Remove es5: true setting from /.jshintrcEmil Lundberg2014-05-111-2/+1
| |/ | | | | | | | | This setting throws an error in JSHint 2.0.0 and above, as explained by http://jslinterrors.com/es5-option-is-now-set-per-default
| * Fixes #723 - Adds build process for i18n into one fileTrent Richardson2014-05-084-1/+849
| |
| * Fixes #706 altTimeFormat, altSeparator, altTimeSuffix doesnt allow empty valueTrent Richardson2014-04-233-14/+16
| |
| * Merge pull request #714 from jhron/patch-1Trent Richardson2014-04-151-2/+2
| |\ | | | | | | Add support for ('setDate', null)
| | * 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.
| * Merge pull request #713 from aokros/devTrent Richardson2014-04-071-4/+6
| |\ | | | | | | Allow to use datepicker specific setDate arguments
| | * 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.
* | Merge branch 'dev'Trent Richardson2014-03-2918-61/+185
|\ \ | |/
| * Ready to mergev1.4.4Trent Richardson2014-03-297-10/+11
| |
| * 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-193-1/+19
| |
| * Pull #698 Updates Vietnamese translationTrent Richardson2014-03-102-10/+10
| |
| * #633 - add timeOnlyShowDate option to show the date but only allow timepickerTrent Richardson2014-03-055-6/+14
| |
| * Update to jquery 1.11.0, jquery-ui 1.10.4Trent Richardson2014-02-195-8/+56
| |
| * Merge pull request #692 from bodrick/devTrent Richardson2014-02-192-0/+48
| |\ | | | | | | Added new options to specify minTime and maxTime
| | * 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-073-4/+4
| |
| * Fix #689 - step option not being set for select dropdownsTrent Richardson2014-02-076-23/+23
| |
| * Merge pull request #688 from spmorganjr/devTrent Richardson2014-01-271-1/+1
| |\ | | | | | | Issue # 687 - Calendar remians open after date selection when showTimepicker = false
| | * 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.
| * Merge pull request #683 from cli/devTrent Richardson2014-01-071-1/+1
| |\ | | | | | | Fix typo in German translation
| | * Fix typo in German translationChristian Lins2014-01-031-1/+1
| |/
| * New dev versionTrent Richardson2013-11-302-2/+2
| |
* | Merge branch 'dev'Trent Richardson2013-11-309-15/+33
|\ \ | |/
| * Update last modified datev1.4.3Trent Richardson2013-11-305-5/+5
| |
| * rebuild/verify changesTrent Richardson2013-11-254-9/+9
| |
| * Merge pull request #669 from gentooboontoo/fix-set-null-dateTrent Richardson2013-11-253-2/+20
| |\ | | | | | | Fix failure when setting date as null
| | * Fix failure when setting date as nullJulien Sanchez2013-11-253-2/+20
| |/ | | | | | | | | Otherwise, Timepicker is breaking Datepicker compatibility by not accepting null value.
| * New dev versionTrent Richardson2013-11-232-2/+2
| |
* | Merge branch 'dev'Trent Richardson2013-11-2311-20/+82
|\ \ | |/
| * Updates readme, bower infov1.4.2Trent Richardson2013-11-237-7/+9
| |
| * Update comments for #644 fixTrent Richardson2013-11-212-4/+4
| |
| * Issue 644 - hasChanged uses strict comparisons so we need to ensure datatypeTrent Richardson2013-11-213-7/+21
| |
| * Fix new line at end of fileTrent Richardson2013-11-202-2/+2
| |
| * Pull #668 - Create Armenian translation for the jQuery Timepicker AddonTrent Richardson2013-11-202-0/+42
| |
| * Change Grunt date to pull static date and now new date every timeTrent Richardson2013-11-182-2/+4
| |
| * Apply Pull #664 - Selecting a time should focus input fieldTrent Richardson2013-11-185-5/+7
| |
| * New dev versionTrent Richardson2013-11-105-9/+9
| |
* | Merge branch 'dev'Trent Richardson2013-11-1014-19/+105
|\ \ | |/
| * New versionv1.4.1Trent Richardson2013-11-104-4/+4
| |
| * #661 - Added Serbian translations by vladimir-jelovacTrent Richardson2013-11-074-0/+84
| |
| * Pull #653 by Kohgpat - Fix translation in russian localiztion exampleTrent Richardson2013-10-235-7/+6
| |
| * Update docsTrent Richardson2013-10-153-3/+0
| |
| * Pull #648 - Fixed defaultValue when focus by judgedimTrent Richardson2013-10-155-5/+11
| |
| * Pull #632 - Added missed character by semsorockTrent Richardson2013-08-305-11/+11
| |
| * Create new Dev versionTrent Richardson2013-08-112-2/+2
| |
* | Merge branch 'dev'Trent Richardson2013-08-11109-1510/+10591
|\ \ | |/
| * Updates versionv1.4Trent Richardson2013-08-117-13/+15
| |
| * Updates #213 and #622 for date defaulting to 1899Trent Richardson2013-08-117-14/+27
| |
| * Merge pull request #623 from althaus/patch-1Trent Richardson2013-08-091-0/+5
| |\ | | | | | | Fixes enable/disable timepicker
| | * 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.
| * Tweak composer.json detailsTrent Richardson2013-08-041-2/+1
| |
| * Pull Request #613 Add Composure SupportTrent Richardson2013-08-041-0/+27
| |
| * Fixes css widthsTrent Richardson2013-07-318-22/+26
| |
| * version number in docs, js now gruntified, add sliderAccess to distTrent Richardson2013-07-309-9/+119
| |
| * More details on usage in readmeTrent Richardson2013-07-291-3/+3
| |
| * Clean up docs and readmeTrent Richardson2013-07-296-43/+36
| |
| * Fix deprecated component.jsonTrent Richardson2013-07-291-0/+0
| |
| * fix lint issues, grunt less errorTrent Richardson2013-07-297-423/+430
| |
| * Merge pull request #618 from srvance/devTrent Richardson2013-07-296-477/+541
| |\ | | | | | | Grunt cleanup, lint cleanup
| | * Add the hint predefs necessary for Jasmine and jQuery $Stephen Vance2013-07-281-1/+10
| | |
| | * Jshint motivated cleanups in the spec.Stephen Vance2013-07-281-7/+7
| | |
| | * Minor gruntfile cleanupStephen Vance2013-07-281-6/+6
| | |
| | * Fix the jasmine test running issue by explicitly declaring the ↵Stephen Vance2013-07-281-1/+2
| | | | | | | | | | | | jasmine-fixture dependency.
| | * 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-283-57/+57
| | |
| | * Merge branch 'dev' of ↵Stephen Vance2013-07-2898-985/+5140
| | |\ | | |/ | |/| | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev
| * | Gets jasmine runningTrent Richardson2013-07-282-5/+14
| | |
| * | Fixes SpecRunner link to jsTrent Richardson2013-07-282-2/+2
| | |
| * | breaks down docs in srcTrent Richardson2013-07-2810-1475/+1465
| | |
| * | Migrate to grunt setupTrent Richardson2013-07-2892-6/+4162
| | |
| * | Merge pull request #616 from srvance/devTrent Richardson2013-07-282-11/+152
| |\ \ | | | | | | | | Dev
| | | * Preserve leading and trailing whitespace. Don't second guess the developer ↵Stephen Vance2013-07-282-1/+10
| | | | | | | | | | | | | | | | who specified whitespace in their format.
| | | * Time zone and literal tests, as well as some additional cases for the ↵Stephen Vance2013-07-282-10/+48
| | | | | | | | | | | | | | | | timezoneOffsetString() tests based on the timezone work. Changed the default timezone to null and eliminated double quotes from the regexp for literals.
| | | * Documented formatTime's options parameter as optional.Stephen Vance2013-07-281-1/+1
| | |/
| | * Fix some weak warnings in the timezoneOffsetString tests.Stephen Vance2013-07-281-3/+3
| | |
| | * Test the literal handling in formatTime() a little more and fix a warning ↵Stephen Vance2013-07-282-2/+4
| | | | | | | | | | | | and a curious behavior.
| | * Add tests for single quotes.Stephen Vance2013-07-271-1/+4
| | |
| | * Add tests for am/pm.Stephen Vance2013-07-271-1/+26
| | |