Commit Graph

612 Commits

Author SHA1 Message Date
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
andrewmnlv
822827f439 fix: currentTime can't be null for inline mode; remove unused throttle var 2016-05-23 17:36:42 +03:00
Valeriy
16a1beeef3 Merge pull request #462 from edmondchui/master
Fix typo mounth
2016-05-21 20:07:33 +05:00
Edmond Chui
47f23964e2 Fix typo mounth
Change all occurrences of ```mounth``` to ```month```.
2016-05-20 10:48:47 -07:00
Chupurnov Valeriy
d35c53dd59 New version 2.5.4 2016-05-20 00:46:42 +05:00
Valeriy
ac1b591a96 Merge pull request #457 from xdan/revert-455-master
Revert "Normalized scroll sensibility"
2016-05-20 00:41:08 +05:00
Valeriy
ab1da947f6 Merge pull request #460 from DivvyHQ/master
Added missing var definition
2016-05-20 00:40:50 +05:00
Fede Bruchmann
a42e0e416f Added missing var definition 2016-05-19 13:49:14 -03:00
Valeriy
fab41c89ea Revert "Normalized scroll sensibility" 2016-05-19 13:14:24 +05:00
Valeriy
20ce2cc831 Merge pull request #455 from DivvyHQ/master
Normalized scroll sensibility
2016-05-19 01:28:45 +05:00
Fede Bruchmann
ee1e2a275f Normalized scroll sensibility 2016-05-18 15:46:09 -03:00
Valeriy
52152ad672 Merge pull request #450 from liebsoer/master
Today button not working anymore
2016-05-10 14:34:25 +05:00
Sören Liebich
a102ce5a89 Today button not working anymore
Fixed a problem with the today button which is not working anymore. As
far as I could figure out the reason is
"XDSoft_datetime.prototype.setCurrentTime" which is now setting the
current time to null which doesn't reset the displayed date. Also double
clicking on the today button wasn't working because the "currentDate"
variable is null.
2016-05-10 03:59:43 +02:00
Valeriy
5da3d3df15 Merge pull request #443 from tobiasviehweger/master
Allow blank values if 'options.allowBlank' is set
2016-04-26 22:00:49 +05:00
Valeriy
4aee394659 Merge pull request #442 from podaweb/patch-1
Update doc.tpl
2016-04-26 22:00:25 +05:00
tobiasviehweger
630ab13931 Allow blank values if 'options.allowBlank' is set 2016-04-26 14:18:18 +02:00
podaweb
06db613a69 Update doc.tpl 2016-04-26 11:38:34 +02:00
Valeriy
26378d3402 Merge pull request #440 from wonderchang/master
Minify the css file
2016-04-25 09:27:02 +05:00
Wonder Chang
ee58e8a1dd Minify the css file 2016-04-24 02:24:03 +08:00
Valeriy
1d2cb002aa Merge pull request #428 from vzverev78/master
fixed sync of input value to calendar when using MomentJS
2016-04-07 12:28:24 +05:00
Vasiliy Zverev
4e3fc0b0ad fixed sync of input value to calendar when using MomentJS 2016-04-06 20:39:42 +03:00
Valeriy
b6f3be4ca1 Merge pull request #426 from vzverev78/master
Improvements for validation
2016-04-06 19:23:24 +05:00
Vasiliy Zverev
2266845f52 show parsed date/time to user after validation
https://github.com/xdan/datetimepicker/issues/425
2016-04-06 16:45:46 +03:00
Vasiliy Zverev
ebbc1a1f39 Corrected doc on using MomentJS for validation
https://github.com/xdan/datetimepicker/issues/425#issuecomment-205888975
2016-04-06 16:15:50 +03:00
Chupurnov Valeriy
c8dd8efe17 New version 2.5.3 Fix devDependencies with concat-cli 2016-04-02 00:56:51 +05:00
Chupurnov Valeriy
f4c063f13a New version 2.5.2 Fix devDependencies with concat-cli 2016-04-02 00:55:55 +05:00
Valeriy
b182ddf000 Merge pull request #421 from JSoon/jsoon
Fix bug: $.css method conflict with css3 transition
2016-03-25 14:53:18 +05:00
jsoon
64b031c98b Fix bug: $.css method conflict with css3 transition 2016-03-25 17:33:52 +08:00
Valeriy
f442a83391 Merge pull request #420 from greuff/master
Documentation update for setDateFormatter
2016-03-25 14:30:46 +05:00
Thomas Wana
ef8976b228 Documentation update for setDateFormatter 2016-03-25 10:11:15 +01:00
Valeriy
ab609606f9 Merge pull request #417 from Sibz/Sibz-patch-mask-exception
Fix exception when mask isn't set or is false.
2016-03-25 00:13:35 +05:00
Valeriy
bdb764af90 Merge pull request #418 from OOO-Technology/georgian
add Georgian translation
2016-03-25 00:11:55 +05:00
Valeriy
8bc423d938 Merge pull request #419 from greuff/master
Allow the date formatter to be set from external
2016-03-25 00:09:44 +05:00
Thomas Wana
70fa598cf0 Allow the date formatter to be set from external 2016-03-24 10:36:25 +01:00