Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare new releasev1.6.2 | Trent | 2016-04-20 | 1 | -19/+17 |
| | |||||
* | #845 - Fixes Now button giving Na:Na | Trent | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Fix TimeZone conversion | Qingyu Zhou | 2016-03-18 | 1 | -5/+7 |
| | | | | | | | The issue is caused by different assumptions about current Date object's timezone. Such assumption should not be made within timezoneAdjust as it does not know where the Date object comes from. For one case, if the Date object is passed in by 'getDate', the Date object has an implied timezone of current TP instance's timezone setting. However, timezoneAdjust would have incorrectly assumed that the Date object's actual timezone is held by date.getTimezoneOffset(). Another issue is that inside timezoneAdjust, the calculation for adjusting Date object is wrong. The minutes should first be adjusted to UTC timezone, by substracting offset; then the resulted minutes can be adjusted to toTimezone, by adding the offset. | ||||
* | fix for issue #281 "'Today' fails on plain datepicker control" | Joel Posti | 2016-02-24 | 1 | -0/+4 |
| | |||||
* | Pull #861 - Add check for setSelectionRange for older IE | Trent | 2016-02-10 | 1 | -65/+67 |
| | |||||
* | Fix jshint warning about comparison operator #859 | Trent | 2016-01-19 | 1 | -1/+1 |
| | |||||
* | fix the getDate() to always return date and time | ejazrasool | 2016-01-19 | 1 | -1/+20 |
| | |||||
* | Pull #857 - Adds Albaniani18n | Trent | 2016-01-18 | 1 | -0/+22 |
| | |||||
* | Pull #855 - Update Hellenic millisecText and microsecText | Trent | 2016-01-18 | 1 | -3/+3 |
| | |||||
* | Pull #851, Fixes #833 - check for window.console.log.apply for older IE | Trent | 2016-01-18 | 1 | -1/+2 |
| | |||||
* | #843 and #845 - fix for clicking Now - removes any partial support for alpha ↵ | Trent | 2015-11-23 | 2 | -26/+1 |
| | | | | timezones. | ||||
* | #843 and #845 - fix for clicking Now button | Trent | 2015-11-23 | 1 | -1/+5 |
| | |||||
* | #838 - Macedonian localization by @ristovskiv | Trent | 2015-09-21 | 1 | -0/+22 |
| | |||||
* | BugFix: Update input field after pressing now button | Carl Diegelmann | 2015-07-22 | 1 | -2/+2 |
| | |||||
* | BugFix: Update input after pressing now button. | Carl Diegelmann | 2015-07-22 | 1 | -1/+2 |
| | |||||
* | Clean up some styles, missing semicolons, add example | Trent | 2015-06-29 | 3 | -17/+36 |
| | |||||
* | Adding documentation for timeInput option | Andrey Panteleyev | 2015-06-26 | 2 | -5/+20 |
| | |||||
* | Allow direct time input from widget | Andrey Panteleyev | 2015-06-26 | 2 | -4/+24 |
| | |||||
* | Issue #223 - Apply fix to gotoToday proposed fix | Trent Richardson | 2015-06-14 | 1 | -4/+4 |
| | |||||
* | Issue #223 - revert gotoToday change for timezone | Trent Richardson | 2015-06-14 | 1 | -4/+4 |
| | |||||
* | Issue #223 - Updates gotoToday to handle timezones better | Trent Richardson | 2015-06-14 | 1 | -4/+4 |
| | |||||
* | Pull #822 - Fixes AMD support to match jqueryui standard | Trent Richardson | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | #814 - @meysampg - Add persian language file to i18n | Trent | 2015-05-15 | 1 | -0/+22 |
| | |||||
* | New Versionv1.5.4 | Trent | 2015-05-11 | 1 | -2/+2 |
| | |||||
* | Pull #813 - Move noDisplay class to class attribute by @bpahan | Trent | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Pull #809 - @sandermarechal Update grunt-contrib-uglify to fix build error ↵ | Trent | 2015-05-07 | 1 | -1/+1 |
| | | | | and fix to prevent override of default events | ||||
* | #799 - @CoryDuncan - "Now" button does not update calendar selected date | Trent | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Fixes spacing to tabs | Trent | 2015-04-14 | 1 | -2/+2 |
| | |||||
* | - Fixed parseTime for altFieldTimeOnly use | RizziCR | 2015-04-14 | 1 | -1/+2 |
| | |||||
* | #795 Fix out of date css in documentation | Trent Richardson | 2015-03-19 | 1 | -15/+2 |
| | |||||
* | #793 - Adding support for AMD | Trent Richardson | 2015-03-03 | 2 | -3/+9 |
| | |||||
* | #786 Adds missing timeSuffix to i18n | Trent Richardson | 2015-02-10 | 41 | -1/+42 |
| | |||||
* | Merge pull request #787 from phuongvh/dev | Trent Richardson | 2015-02-10 | 1 | -1/+1 |
|\ | | | | | Fix issue #762 - Unnecessary call to tp_inst_updateDateTime(dp_inst on event onChangeMonthYear | ||||
| * | Fix issue #762, unnecessary to call tp_inst._updateDateTime(dp_inst) on ↵ | Vũ Hữu Phương | 2015-02-10 | 1 | -1/+1 |
| | | | | | | | | event onChangeMonthYear. | ||||
* | | #782 Part 2 - Adds afterInject option as function | Trent Richardson | 2015-02-10 | 2 | -1/+18 |
| | | |||||
* | | #782 - Adds oneLine option for controlType select | Trent Richardson | 2015-02-10 | 4 | -8/+42 |
| | | |||||
* | | Pull #779 - Fix issues with handling upper/lower case am/pm names | Trent Richardson | 2015-02-10 | 1 | -1/+1 |
| | | |||||
* | | Merges #772 - Fixes using current time as minimum when setting minDateTime=0 | Trent Richardson | 2015-02-10 | 1 | -1/+1 |
|/ | |||||
* | #769 Latvian localization added | Trent Richardson | 2014-11-26 | 1 | -0/+21 |
| | |||||
* | Fixes #764 - Parse fails with altField with just time | Trent Richardson | 2014-09-30 | 1 | -1/+1 |
| | |||||
* | New Dev Version | Trent Richardson | 2014-09-01 | 1 | -5/+6 |
| | |||||
* | #755 Add jqueryui style classes to select controles | Trent Richardson | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Update to #753 to fix closing and odd focusing on input | Trent Richardson | 2014-08-28 | 1 | -1/+0 |
| | |||||
* | Merge pull request #753 from ylorant/dev | Trent Richardson | 2014-08-25 | 1 | -1/+2 |
|\ | | | | | Update jquery-ui-timepicker-addon.js - fixes "go to today" functionality when not the current month date change doesn't work since ".ui-datepicker-today" class was not there. | ||||
| * | Update jquery-ui-timepicker-addon.js | Yohann Lorant | 2014-08-25 | 1 | -1/+2 |
| | | | | | | Fixed a big bug on the "go to today" functionnality. When the month is not the current month, the date change didn't work, because the div ".ui-datepicker-today" was not there. | ||||
* | | Don't override the inline property in monkey patch | Jordan Klassen | 2014-08-22 | 1 | -2/+5 |
|/ | |||||
* | Update range example to show min and max options | Trent Richardson | 2014-08-21 | 1 | -0/+1 |
| | |||||
* | Adds more date range examples to docs | Trent Richardson | 2014-08-21 | 1 | -9/+56 |
| | |||||
* | Fixes #750 - datetimeRange clears the time portion when prepopulated | Trent Richardson | 2014-08-21 | 1 | -2/+15 |
| | |||||
* | Improves $.timepicker.log argument pass through, add range example section ↵ | Trent Richardson | 2014-08-21 | 2 | -6/+39 |
| | | | | to docs | ||||
* | Tests new version for masterv1.4.6 | Trent Richardson | 2014-08-09 | 2 | -2/+2 |
| | |||||
* | Fixes #741 - Update to Spanish translation | Trent Richardson | 2014-08-01 | 1 | -2/+3 |
| | |||||
* | Documentation updates | Trent Richardson | 2014-06-04 | 4 | -2/+26 |
| | |||||
* | Added Slovenian translation. | Primoz Hadalin | 2014-06-03 | 1 | -0/+21 |
| | |||||
* | Updates jquery, new version | Trent Richardson | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Fixes #434 allows a getter method for options | Trent Richardson | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Add altRedirectFocus option | Emil Lundberg | 2014-05-12 | 2 | -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 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. | ||||
* | Pull #701 Fixes Basque i18n | Trent Richardson | 2014-03-29 | 1 | -4/+5 |
| | |||||
* | Pull #704 Fix millisectext for zh-CN i18n | Trent Richardson | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | Fixes timeRange errors | Trent Richardson | 2014-03-19 | 1 | -0/+9 |
| | |||||
* | Pull #698 Updates Vietnamese translation | Trent Richardson | 2014-03-10 | 1 | -5/+5 |
| | |||||
* | #633 - add timeOnlyShowDate option to show the date but only allow timepicker | Trent Richardson | 2014-03-05 | 2 | -2/+6 |
| | |||||
* | Update to jquery 1.11.0, jquery-ui 1.10.4 | Trent Richardson | 2014-02-19 | 2 | -3/+3 |
| | |||||
* | Added new options to specify minTime and maxTime | bodrick | 2014-02-12 | 2 | -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 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 typo in German translation | Christian Lins | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix new line at end of file | Trent Richardson | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Pull #668 - Create Armenian translation for the jQuery Timepicker Addon | Trent Richardson | 2013-11-20 | 1 | -0/+21 |
| | |||||
* | Apply Pull #664 - Selecting a time should focus input field | Trent Richardson | 2013-11-18 | 1 | -0/+1 |
| | |||||
* | #661 - Added Serbian translations by vladimir-jelovac | Trent Richardson | 2013-11-07 | 2 | -0/+42 |
| | |||||
* | Pull #653 by Kohgpat - Fix translation in russian localiztion example | Trent Richardson | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | Update docs | Trent Richardson | 2013-10-15 | 2 | -2/+0 |
| | |||||
* | 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 | 2 | -3/+7 |
| | |||||
* | 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. | ||||
* | Fixes css widths | Trent Richardson | 2013-07-31 | 2 | -8/+10 |
| | |||||
* | version number in docs, js now gruntified, add sliderAccess to dist | Trent Richardson | 2013-07-30 | 2 | -4/+4 |
| | |||||
* | Clean up docs and readme | Trent Richardson | 2013-07-29 | 3 | -22/+18 |
| | |||||
* | fix lint issues, grunt less error | Trent Richardson | 2013-07-29 | 2 | -10/+8 |
| | |||||
* | 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. | ||||
* | Tabify jshintrc files. | Stephen Vance | 2013-07-28 | 1 | -14/+14 |
| | |||||
* | Merge branch 'dev' of ↵ | Stephen Vance | 2013-07-28 | 1 | -4/+3 |
| | | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev | ||||
* | Gets jasmine running | Trent Richardson | 2013-07-28 | 1 | -4/+6 |
| | |||||
* | breaks down docs in src | Trent Richardson | 2013-07-28 | 8 | -975/+969 |
| | |||||
* | Migrate to grunt setup | Trent Richardson | 2013-07-28 | 41 | -0/+3974 |