Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Strict time parsing | Trent Richardson | 2012-10-25 | 2 | -83/+115 | |
| | ||||||
* | update localizations - remove ampm, update timeFormat | Trent Richardson | 2012-10-25 | 32 | -63/+31 | |
| | ||||||
* | Fix parsing with new HH format | Trent Richardson | 2012-10-25 | 2 | -34/+25 | |
| | ||||||
* | Remove ampm option from docs | Trent Richardson | 2012-10-25 | 2 | -20/+13 | |
| | ||||||
* | Remove code using ampm | Trent Richardson | 2012-10-25 | 2 | -67/+52 | |
| | ||||||
* | Fix ampm bug in formatTime | Trent Richardson | 2012-10-25 | 2 | -14/+12 | |
| | ||||||
* | Adds pickerTimeFormat and pickerTimeSuffix options | Trent Richardson | 2012-10-25 | 2 | -17/+33 | |
| | ||||||
* | Merge pull request #492 from rocksolidwebdesign/dev | Trent Richardson | 2012-10-25 | 1 | -9/+27 | |
|\ | | | | | 12 hour format, force alt field to always be UTC | |||||
| * | Added 12 hour option to formatTime | Vaughn Draughon | 2012-10-23 | 1 | -9/+27 | |
|/ | ||||||
* | Add altAmpm option | Trent Richardson | 2012-10-23 | 2 | -6/+17 | |
| | ||||||
* | nicolasconnault - Improve error logging | Trent Richardson | 2012-10-23 | 1 | -0/+13 | |
| | ||||||
* | Default events if not exist | Trent Richardson | 2012-10-22 | 1 | -3/+5 | |
| | ||||||
* | Update last modified date | Trent Richardson | 2012-10-20 | 1 | -2/+2 | |
| | ||||||
* | Mrhanlon - sliderAccess fix | Trent Richardson | 2012-10-20 | 1 | -0/+1 | |
| | ||||||
* | Add custom controlType example | Trent Richardson | 2012-10-09 | 2 | -1/+44 | |
| | ||||||
* | Add unit param to all control methods | Trent Richardson | 2012-10-09 | 1 | -18/+18 | |
| | ||||||
* | Update jqueryui to 1.9 | Trent Richardson | 2012-10-09 | 1 | -2/+2 | |
| | ||||||
* | Version 1.1.0 dev | Trent Richardson | 2012-10-09 | 2 | -6/+6 | |
| | ||||||
* | New dev version | Trent Richardson | 2012-10-06 | 2 | -4/+4 | |
| | ||||||
* | New Versionv1.0.5 | Trent Richardson | 2012-10-06 | 2 | -3/+3 | |
| | ||||||
* | Enable rtl for proper localizations | Trent Richardson | 2012-10-04 | 1 | -1/+1 | |
| | ||||||
* | ControlType description | Trent Richardson | 2012-10-04 | 1 | -2/+2 | |
| | ||||||
* | Control updates - can pass object to controlType | Trent Richardson | 2012-10-04 | 1 | -4/+11 | |
| | ||||||
* | Fix neg substr bug | Trent Richardson | 2012-10-04 | 1 | -8/+10 | |
| | ||||||
* | Issue 465 - Bernosek, Fixes inconsistancy with quotes in timeFormat compared ↵ | Trent Richardson | 2012-10-03 | 1 | -1/+1 | |
| | | | | to dateFormat | |||||
* | Issue #466 - Bernosek, imporoves literal support | Trent Richardson | 2012-10-03 | 2 | -11/+21 | |
| | ||||||
* | RTL support | Trent Richardson | 2012-10-03 | 34 | -50/+109 | |
| | ||||||
* | Cleanup code | Trent Richardson | 2012-10-02 | 1 | -27/+3 | |
| | ||||||
* | Some testing | Trent Richardson | 2012-10-02 | 2 | -4/+3 | |
| | ||||||
* | Documentation update | Trent Richardson | 2012-10-02 | 2 | -4/+6 | |
| | ||||||
* | Add control type for using select instead of slider | Trent Richardson | 2012-10-02 | 2 | -36/+120 | |
| | ||||||
* | Remove css from js comments | Trent Richardson | 2012-10-02 | 1 | -8/+0 | |
| | ||||||
* | Condensed slider generation | Trent Richardson | 2012-10-02 | 2 | -69/+5 | |
| | ||||||
* | Rough RTL support | Trent Richardson | 2012-10-02 | 3 | -2/+11 | |
| | ||||||
* | Update to Issue #453 when option timeOnly | Trent Richardson | 2012-10-02 | 2 | -20/+18 | |
| | ||||||
* | Issue #453 Fixes altField when using inline mode | Trent Richardson | 2012-10-02 | 2 | -0/+49 | |
| | ||||||
* | Merge pull request #464 from mcshaz/dev | Trent Richardson | 2012-10-02 | 1 | -1754/+1786 | |
|\ | | | | | allow option | |||||
| * | allow option | Brent McSharry | 2012-10-02 | 1 | -1754/+1786 | |
|/ | ||||||
* | New dev version | Trent Richardson | 2012-09-29 | 2 | -4/+4 | |
| | ||||||
* | Version ready for master mergev1.0.4 | Trent Richardson | 2012-09-29 | 1 | -2/+2 | |
| | ||||||
* | Fix defaulting timezone in formatting date | Trent Richardson | 2012-09-29 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #452 from NetForce1/patch-1 | Trent Richardson | 2012-09-20 | 1 | -3/+11 | |
|\ | | | | | fix splitDateTime for plain datepicker | |||||
| * | parseDate fails when dateFormat contains separator | NetForce1 | 2012-09-20 | 1 | -2/+10 | |
| | | | | | | | | | | When the dateFormat contains the separator that is used to split date and time, parseDate fails. Also, since parseDate has no access to the instance, it does not know the correct timeFormat, so splitting is not always correct. Restoring the old hack of relying on datepickers error message seems to fix these issues. | |||||
| * | fix splitDateTime for plain datepicker | NetForce1 | 2012-09-20 | 1 | -1/+1 | |
|/ | | | | When using a plain datepicker, getDate returns always the current date because splitDateTime puts the date in the time part of the result. This change only splits when the input actually contains a time. | |||||
* | undo documentation testing | Trent Richardson | 2012-09-18 | 1 | -2/+1 | |
| | ||||||
* | Issue 441 - added better constraint to setting time from field | Trent Richardson | 2012-09-18 | 1 | -1/+5 | |
| | ||||||
* | Issue 440 - Simplify min/max constraints of _setTime | Trent Richardson | 2012-09-18 | 2 | -32/+12 | |
| | ||||||
* | Merge pull request #439 from tobiasbunyan/dev | Trent Richardson | 2012-09-18 | 1 | -1/+1 | |
|\ | | | | | Fix splitDateTime function to work with IE7 | |||||
| * | Fix splitDateTime function to work with IE7 | LarryDavidJr | 2012-09-18 | 1 | -1/+1 | |
|/ | | | The syntax for the second part of the splice does not work in IE7 (possibly others I haven't checked). Have changed to a zero start index without reversing the sign of the timePartsLen. As splice removes elements from the array, this way makes more logical sense anyway. Works in IE7, IE9 and chrome 21.0. | |||||
* | Fix jsmin error | Trent Richardson | 2012-09-16 | 1 | -1/+1 | |
| | ||||||
* | Create new dev version | Trent Richardson | 2012-09-15 | 2 | -4/+4 | |
| | ||||||
* | New Versionv1.0.3 | Trent Richardson | 2012-09-15 | 2 | -4/+4 | |
| | ||||||
* | Fix parse issue | Trent Richardson | 2012-09-15 | 2 | -5/+17 | |
| | ||||||
* | Update docs | Trent Richardson | 2012-09-15 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'dev' of ↵ | Trent Richardson | 2012-09-15 | 2 | -1506/+1580 | |
|\ | | | | | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev | |||||
| * | Make initialization more DRY, improve splitting datetime | Trent Richardson | 2012-09-14 | 2 | -210/+160 | |
| | | ||||||
| * | Fixes issue #287 | Trent Richardson | 2012-09-13 | 2 | -2/+5 | |
| | | ||||||
| * | Fixes #432 - Improves parseDate() | Trent Richardson | 2012-09-13 | 1 | -12/+16 | |
| | | ||||||
| * | Cleanup long lines | Trent Richardson | 2012-09-13 | 1 | -9/+37 | |
| | | ||||||
| * | Code Cleanup, fixes minify error | Trent Richardson | 2012-09-13 | 2 | -1486/+1574 | |
| | | ||||||
| * | Doc updates | Trent Richardson | 2012-09-13 | 2 | -4/+4 | |
| | | ||||||
| * | Fix timepicker only init requiring {} | Trent Richardson | 2012-09-13 | 2 | -6/+7 | |
| | | ||||||
* | | Merge branch 'master' of ↵ | Trent Richardson | 2012-09-15 | 0 | -0/+0 | |
|\ \ | |/ |/| | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev | |||||
| * | Merge branch 'dev' | Trent Richardson | 2012-09-08 | 5 | -113/+370 | |
| |\ | ||||||
| * \ | Merge dev branch v1.0.1 | Trent Richardson | 2012-07-01 | 6 | -256/+1121 | |
| |\ \ | ||||||
| * | | | Update Versionv1.0.0 | Trent Richardson | 2012-02-28 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #325 from rossj/dev | Trent Richardson | 2012-02-28 | 1 | -61/+61 | |
| |\ \ \ | | | | | | | | | | | Merge pull request by rossj | |||||
| | * | | | Fixed clobbering of global variable 'o' | Ross Johnson | 2012-02-28 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Update doc styles | Trent Richardson | 2012-09-12 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Minor doc tweaks | Trent Richardson | 2012-09-12 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Update docs | Trent Richardson | 2012-09-12 | 1 | -408/+613 | |
| | | | | | ||||||
* | | | | | Fix issue #413 - Conflict with mootools slider | Trent Richardson | 2012-09-12 | 1 | -127/+127 | |
| | | | | | ||||||
* | | | | | Update readme | Trent Richardson | 2012-09-09 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Create new dev version | Trent Richardson | 2012-09-08 | 2 | -4/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Updated Versionv1.0.2 | Trent Richardson | 2012-09-08 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Add jqueryui requirements to docs | Trent Richardson | 2012-09-08 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Some documentation updates | Trent Richardson | 2012-09-08 | 1 | -6/+12 | |
| | | | | ||||||
* | | | | Fix by alex3d, prevents overwriting _defaults | Trent Richardson | 2012-09-08 | 2 | -3/+4 | |
| | | | | ||||||
* | | | | Merge pull request #424 from Zauberfisch/dev | Trent Richardson | 2012-08-30 | 1 | -11/+14 | |
|\ \ \ \ | | | | | | | | | | | BUGFIX timeZoneString UTC & UTC+5.5 | |||||
| * | | | | API CHANGE: renamed timeZoneString | Zauberfisch | 2012-08-30 | 1 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Renamed timeZoneString to $.timepicker.timeZoneOffsetString to make it public accessable | |||||
| * | | | | BUGFIX timeZoneString UTC & UTC+5.5 | Zauberfisch | 2012-08-30 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timeZoneString returns '+0100' for UTC+1, but returned just '+' for UTC+0 when in fact it should return '+0000' And returns a fully incorrect string for timezone offsets like UTC+5.5 or UTC+x.75 timeZoneString now returns a consistent and correct string for UTC+x.25 UTC+x.50 UTC+x.75 and UTC+0 | |||||
* | | | | | Merge pull request #423 from Zauberfisch/dev | Trent Richardson | 2012-08-29 | 1 | -1/+16 | |
|\ \ \ \ \ | |/ / / / | | | | | | ENHANCEMENT: customizable alternative field | |||||
| * | | | | ENHANCEMENT: customizable alternative field | Zauberfisch | 2012-08-29 | 1 | -1/+16 | |
|/ / / / | | | | | | | | | | | | | | | | | allow the alternative field to be populated with a fully customized date time string. | |||||
* | | | | Add Ukrainian localization | Trent | 2012-08-28 | 1 | -0/+20 | |
| | | | | ||||||
* | | | | Merge pull request #421 from keithnicholson/dev | Trent Richardson | 2012-08-28 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fixes #335 | |||||
| * | | | | Fixes #335, allowing dynamic changes to properties | keithnicholson | 2012-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | _injectTimePicker HTML was getting data only from the default or initially provided value. Changed one line to accept the settings that have been extended at the datepicker level. | |||||
* | | | | | Merge pull request #422 from simonvwade/default-values | Trent Richardson | 2012-08-28 | 1 | -5/+28 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Default values | |||||
| * | | | | Changed to only set defaultValue on focus to allow user to unset the input value | Simon Wade | 2012-08-29 | 1 | -16/+22 | |
| | | | | | ||||||
| * | | | | Fixed trailing comma | Simon Wade | 2012-08-29 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | - Added support for specifying a defaultValue that will be used when the ↵ | Simon Wade | 2012-08-29 | 1 | -5/+22 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | text input fires a focus event and has an empty value - Added support for providing separate options for the start and end inputs in the range methods using "start" and "end" properties in the options object | |||||
* | | | | Fix reorg error | Trent | 2012-08-28 | 1 | -97/+95 | |
| | | | | ||||||
* | | | | Reorganize code | Trent | 2012-08-28 | 1 | -93/+97 | |
| | | | | ||||||
* | | | | Merge pull request #412 from simonvwade/dev | Trent Richardson | 2012-08-28 | 1 | -0/+105 | |
|\ \ \ \ | | | | | | | | | | | Added methods to enforce date range limits. | |||||
| * | | | | Added methods to enforce date range limits. | Simon Wade | 2012-08-17 | 1 | -0/+105 | |
|/ / / / | ||||||
* | | | | Retract fix #86, causes undefined date error | Trent Richardson | 2012-08-14 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | Fixes #86 - redraw calendar with given position | Trent Richardson | 2012-08-10 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Fixes #391 - Selecting input populates the date when empty | Trent Richardson | 2012-07-26 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Bulgarian translation | Trent Richardson | 2012-07-25 | 1 | -0/+20 | |
| | | | | ||||||
* | | | | Fixes ampm issue and parsing string literals, issues #383 and #394 | Trent Richardson | 2012-07-24 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | evandroprogram update to portugese translation | Trent Richardson | 2012-07-17 | 1 | -3/+3 | |
| | | | |