Commit Graph

645 Commits

Author SHA1 Message Date
Russell Glasser
9ac780e651 Fix an issue on mobile, where touching a scrollable list of options would immediately select (and sometimes close) the month, year, or time instead of letting you scroll 2017-11-03 14:05:15 -05:00
Russell Glasser
68fa53992c Reverting this line to an older version. The change is breaking the time selection when using the "step" option. 2017-11-03 13:55:56 -05:00
Jay
20a5e4cae0 Go through all if condition to disable specific date
- Fixes https://github.com/xdan/datetimepicker/issues/608
2017-10-15 00:38:11 -05:00
Chupurnov Valeriy
e8aedc54ec New version 2.5.11 2017-10-13 12:37:02 +05:00
Chupurnov Valeriy
4d3019c858 New version 2.5.10 2017-10-12 16:17:25 +05:00
Chupurnov Valeriy
9de4639abf New version 2.5.9 2017-10-12 14:38:30 +05:00
Chupurnov Valeriy
a60a0db679 New version 2.5.8 2017-10-12 14:27:24 +05:00
Chupurnov Valeriy
b7ff715413 New version 2.5.7 2017-10-12 14:24:28 +05:00
Chupurnov Valeriy
b7dc5fe1d3 Buy bower! 2017-10-12 14:22:05 +05:00
Chupurnov Valeriy
6f86f8c9ca New version 2.5.5 2017-10-12 13:18:22 +05:00
Valeriy
b5443286af Merge pull request #579 from bunhann/master
Fix Khmer Language Spelling
2017-10-12 12:34:04 +05:00
Valeriy
df733f8a07 Merge pull request #581 from alexmelnikov/master
The picker's offsetHeight is not calculated correctly when calendar is not generated.
2017-10-12 12:32:36 +05:00
Valeriy
71a6d776e3 Merge pull request #587 from Hart2014/master
update to jquery.datetimepicker.full.js to allow for times in a speci…
2017-10-12 12:31:55 +05:00
Valeriy
edefba5777 Merge pull request #603 from ctantonello/master
Insert sensible defaults (1) for out.month and out.day if parsing with format string didn't set them
2017-10-12 12:31:25 +05:00
Valeriy
b3ec1e5611 Merge pull request #604 from JamesWatling/patch-1
Add yarn/npm install command
2017-10-05 17:01:48 +05:00
James Watling
ec5b7183d2 Add yarn/npm install command 2017-10-03 13:09:18 +08:00
ctantonello
286bcf5178 Insert sensible defaults (1) for out.month and out.day if parsing with format string didn't set them
See issue #550
2017-09-22 14:38:22 +10:00
Thom
5e0bdac3ac update to jquery.datetimepicker.full.js to allow for times in a specific date to be disabled 2017-06-24 22:10:53 -04:00
Alex Melnikov
4cdabdc530 The picker's offsetHeight is not calculated correctly when calendar is not generated.
If options.allowBlank is true, "setPos" does not set the picker position over the input field
when the input field is at the bottom of a page.
2017-06-07 14:52:41 +05:00
Bunhann
84932f2b97 Fix Khmer Language Spelling 2017-05-18 10:45:53 +07:00
Valeriy
1525c13027 Merge pull request #464 from andrewmnlv/master
fix: currentTime can't be null for inline mode
2017-05-12 10:04:18 +05:00
Valeriy
f605b88f5d Merge pull request #541 from devcronberg/patch-1
Update danish translation
2017-05-12 10:02:56 +05:00
Valeriy
3fbc261fdb Merge pull request #520 from TPei/patch-1
update .datetimepicker.setLocale
2017-05-12 10:02:43 +05:00
Valeriy
be197b1f87 Merge pull request #536 from MengtiSun/patch-1
#453 Setting input as readonly still allows the user to use the datetimepicker UI
2017-05-12 10:02:12 +05:00
Valeriy
0fd356f337 Merge pull request #269 from nurexmet/master
added Uyghur ALanguage, width hss been changed"
2017-05-12 10:00:49 +05:00
Valeriy
1de55d4df2 Merge pull request #567 from Manidos/master
Fix for picker jumping to the next month
2017-05-12 09:58:14 +05:00
Valeriy
010a78c564 Merge pull request #572 from socheatsok78/master
Add Khmer translation
2017-05-12 09:58:03 +05:00
Valeriy
e13f3c2096 Merge pull request #574 from ed9/master
Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
2017-05-12 09:57:49 +05:00
Valeriy
1d58f602c4 Merge pull request #576 from awlosnie/master
Fixed issue #575 from xdan repository - setPos lost positioning feature
2017-05-12 09:57:33 +05:00
Adrian W
b9827fe43f Fixed issue #575 from xdan repository - setPos lost positioning feature 2017-05-10 09:37:24 +02:00
Edgars Kohs
0083f04c7d When an element that has been connected to datetimepicker object has been dynamically removed due to dynamic content changes the javascript starts throwing errors on window resize events regarding getComputedStyle receiving nulls in its 0 argument. Re-check the value before calling resolves the issue. 2017-05-07 17:31:31 +07:00
Socheat Sok
1314f0bc18 yarn lock file 2017-04-25 11:21:50 +07:00
Socheat Sok
d6f14b915a build new release 2017-04-25 11:21:44 +07:00
Socheat Sok
0e5cf097ef add khmer translation 2017-04-25 11:12:33 +07:00
Manidos
90a6255840 Update jquery.datetimepicker.full.js 2017-04-02 16:04:28 +07:00
Manidos
e693d36880 Typo reverted 2017-03-31 22:27:09 +07:00
Manidos
63f679b959 Fix for picker jumping to the next month
The problem is described in "issue #44".
2017-03-31 19:00:49 +07:00
devcronberg
62191e8199 Update to danish translation
Some month names where spelled incorrectly
2016-12-16 18:59:22 +01:00
MengtiSun
663a9461fc #453 Setting input as readonly still allows the user to use the datetimepicker UI 2016-12-07 10:36:38 +11:00
Valeriy
ec0865991d Merge pull request #529 from ZhangQiaolun/master
solution to bower error
2016-11-08 12:00:27 +05:00
Jek
8f1c807687 solution to bower error
Using Bower v1.5.2 to run bower install will get error: `The "main" field cannot contain minified files`
A solution is to  regress to version 1.3.12
2016-11-08 12:34:13 +08:00
TPei
cd0f697961 update .datetimepicker.setLocale
According to http://xdsoft.net/jqplugins/datetimepicker/ it should be `jQuery.datetimepicker.setLocale('en');`. `$.datetimepicker.setLocale('en');` doesn't work in all cases for some reason
2016-09-28 12:13:40 +02:00
Valeriy
428499aad2 Merge pull request #479 from J3QQ4/patch-1
Fix bug: scrolling time div on touchscreens
2016-06-16 16:36:00 +05:00
J3QQ4
24fe9b6bd7 Fix bug: scrolling time div on touchscreens
On touchscreens, the default datetimepicker closes unexpectedly when trying to scroll on the time picker. This is because scrolling triggers touchend event, just like clicking. 

To fix, we use the touchmove event to determine that we are scrolling, not clicking, using a global variable.
2016-06-16 19:07:47 +08:00
Valeriy
c902770678 Merge pull request #474 from EvilAlexei/master
Fix showing on one hour less every date select ('h:i a'). Again
2016-06-08 20:43:05 +05:00
Oleksii Aleksandrov
2faeb109f4 Fix showing on one hour less every date select ('h:i a'). Again 2016-06-08 17:23:38 +03:00
Valeriy
b4d9453200 Merge pull request #468 from syastrebov/master
iframe support doc.tpl
2016-05-31 13:22:15 +05:00
Sergey Yastrebov
32ec5b9d4a iframe support doc.tpl 2016-05-31 10:49:06 +03:00
Valeriy
2369db24fd Merge pull request #467 from syastrebov/master
iframe support
2016-05-31 09:56:44 +05:00
Sergey Yastrebov
962ed78566 iframe support 2016-05-30 19:28:34 +03:00