summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Strict time parsingTrent Richardson2012-10-252-83/+115
|
* update localizations - remove ampm, update timeFormatTrent Richardson2012-10-2532-63/+31
|
* Fix parsing with new HH formatTrent Richardson2012-10-252-34/+25
|
* Remove ampm option from docsTrent Richardson2012-10-252-20/+13
|
* Remove code using ampmTrent Richardson2012-10-252-67/+52
|
* Fix ampm bug in formatTimeTrent Richardson2012-10-252-14/+12
|
* Adds pickerTimeFormat and pickerTimeSuffix optionsTrent Richardson2012-10-252-17/+33
|
* Merge pull request #492 from rocksolidwebdesign/devTrent Richardson2012-10-251-9/+27
|\ | | | | 12 hour format, force alt field to always be UTC
| * Added 12 hour option to formatTimeVaughn Draughon2012-10-231-9/+27
|/
* Add altAmpm optionTrent Richardson2012-10-232-6/+17
|
* nicolasconnault - Improve error loggingTrent Richardson2012-10-231-0/+13
|
* Default events if not existTrent Richardson2012-10-221-3/+5
|
* Update last modified dateTrent Richardson2012-10-201-2/+2
|
* Mrhanlon - sliderAccess fixTrent Richardson2012-10-201-0/+1
|
* Add custom controlType exampleTrent Richardson2012-10-092-1/+44
|
* Add unit param to all control methodsTrent Richardson2012-10-091-18/+18
|
* Update jqueryui to 1.9Trent Richardson2012-10-091-2/+2
|
* Version 1.1.0 devTrent Richardson2012-10-092-6/+6
|
* New dev versionTrent Richardson2012-10-062-4/+4
|
* New Versionv1.0.5Trent Richardson2012-10-062-3/+3
|
* Enable rtl for proper localizationsTrent Richardson2012-10-041-1/+1
|
* ControlType descriptionTrent Richardson2012-10-041-2/+2
|
* Control updates - can pass object to controlTypeTrent Richardson2012-10-041-4/+11
|
* Fix neg substr bugTrent Richardson2012-10-041-8/+10
|
* Issue 465 - Bernosek, Fixes inconsistancy with quotes in timeFormat compared ↵Trent Richardson2012-10-031-1/+1
| | | | to dateFormat
* Issue #466 - Bernosek, imporoves literal supportTrent Richardson2012-10-032-11/+21
|
* RTL supportTrent Richardson2012-10-0334-50/+109
|
* Cleanup codeTrent Richardson2012-10-021-27/+3
|
* Some testingTrent Richardson2012-10-022-4/+3
|
* Documentation updateTrent Richardson2012-10-022-4/+6
|
* Add control type for using select instead of sliderTrent Richardson2012-10-022-36/+120
|
* Remove css from js commentsTrent Richardson2012-10-021-8/+0
|
* Condensed slider generationTrent Richardson2012-10-022-69/+5
|
* Rough RTL supportTrent Richardson2012-10-023-2/+11
|
* Update to Issue #453 when option timeOnlyTrent Richardson2012-10-022-20/+18
|
* Issue #453 Fixes altField when using inline modeTrent Richardson2012-10-022-0/+49
|
* Merge pull request #464 from mcshaz/devTrent Richardson2012-10-021-1754/+1786
|\ | | | | allow option
| * allow optionBrent McSharry2012-10-021-1754/+1786
|/
* New dev versionTrent Richardson2012-09-292-4/+4
|
* Version ready for master mergev1.0.4Trent Richardson2012-09-291-2/+2
|
* Fix defaulting timezone in formatting dateTrent Richardson2012-09-291-1/+1
|
* Merge pull request #452 from NetForce1/patch-1Trent Richardson2012-09-201-3/+11
|\ | | | | fix splitDateTime for plain datepicker
| * parseDate fails when dateFormat contains separatorNetForce12012-09-201-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 datepickerNetForce12012-09-201-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 testingTrent Richardson2012-09-181-2/+1
|
* Issue 441 - added better constraint to setting time from fieldTrent Richardson2012-09-181-1/+5
|
* Issue 440 - Simplify min/max constraints of _setTimeTrent Richardson2012-09-182-32/+12
|
* Merge pull request #439 from tobiasbunyan/devTrent Richardson2012-09-181-1/+1
|\ | | | | Fix splitDateTime function to work with IE7
| * Fix splitDateTime function to work with IE7LarryDavidJr2012-09-181-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 errorTrent Richardson2012-09-161-1/+1
|
* Create new dev versionTrent Richardson2012-09-152-4/+4
|
* New Versionv1.0.3Trent Richardson2012-09-152-4/+4
|
* Fix parse issueTrent Richardson2012-09-152-5/+17
|
* Update docsTrent Richardson2012-09-151-4/+4
|
* Merge branch 'dev' of ↵Trent Richardson2012-09-152-1506/+1580
|\ | | | | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev
| * Make initialization more DRY, improve splitting datetimeTrent Richardson2012-09-142-210/+160
| |
| * Fixes issue #287Trent Richardson2012-09-132-2/+5
| |
| * Fixes #432 - Improves parseDate()Trent Richardson2012-09-131-12/+16
| |
| * Cleanup long linesTrent Richardson2012-09-131-9/+37
| |
| * Code Cleanup, fixes minify errorTrent Richardson2012-09-132-1486/+1574
| |
| * Doc updatesTrent Richardson2012-09-132-4/+4
| |
| * Fix timepicker only init requiring {}Trent Richardson2012-09-132-6/+7
| |
* | Merge branch 'master' of ↵Trent Richardson2012-09-150-0/+0
|\ \ | |/ |/| | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev
| * Merge branch 'dev'Trent Richardson2012-09-085-113/+370
| |\
| * \ Merge dev branch v1.0.1Trent Richardson2012-07-016-256/+1121
| |\ \
| * | | Update Versionv1.0.0Trent Richardson2012-02-281-1/+1
| | | |
| * | | Merge pull request #325 from rossj/devTrent Richardson2012-02-281-61/+61
| |\ \ \ | | | | | | | | | | Merge pull request by rossj
| | * | | Fixed clobbering of global variable 'o'Ross Johnson2012-02-281-1/+1
| | | | |
* | | | | Update doc stylesTrent Richardson2012-09-121-3/+3
| | | | |
* | | | | Minor doc tweaksTrent Richardson2012-09-121-2/+2
| | | | |
* | | | | Update docsTrent Richardson2012-09-121-408/+613
| | | | |
* | | | | Fix issue #413 - Conflict with mootools sliderTrent Richardson2012-09-121-127/+127
| | | | |
* | | | | Update readmeTrent Richardson2012-09-091-0/+1
| | | | |
* | | | | Create new dev versionTrent Richardson2012-09-082-4/+4
| |_|_|/ |/| | |
* | | | Updated Versionv1.0.2Trent Richardson2012-09-081-2/+3
| | | |
* | | | Add jqueryui requirements to docsTrent Richardson2012-09-081-0/+2
| | | |
* | | | Some documentation updatesTrent Richardson2012-09-081-6/+12
| | | |
* | | | Fix by alex3d, prevents overwriting _defaultsTrent Richardson2012-09-082-3/+4
| | | |
* | | | Merge pull request #424 from Zauberfisch/devTrent Richardson2012-08-301-11/+14
|\ \ \ \ | | | | | | | | | | BUGFIX timeZoneString UTC & UTC+5.5
| * | | | API CHANGE: renamed timeZoneStringZauberfisch2012-08-301-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Renamed timeZoneString to $.timepicker.timeZoneOffsetString to make it public accessable
| * | | | BUGFIX timeZoneString UTC & UTC+5.5Zauberfisch2012-08-301-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/devTrent Richardson2012-08-291-1/+16
|\ \ \ \ \ | |/ / / / | | | | | ENHANCEMENT: customizable alternative field
| * | | | ENHANCEMENT: customizable alternative fieldZauberfisch2012-08-291-1/+16
|/ / / / | | | | | | | | | | | | | | | | allow the alternative field to be populated with a fully customized date time string.
* | | | Add Ukrainian localizationTrent2012-08-281-0/+20
| | | |
* | | | Merge pull request #421 from keithnicholson/devTrent Richardson2012-08-281-1/+1
|\ \ \ \ | | | | | | | | | | Fixes #335
| * | | | Fixes #335, allowing dynamic changes to propertieskeithnicholson2012-08-281-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-valuesTrent Richardson2012-08-281-5/+28
|\ \ \ \ \ | |/ / / / |/| | | | Default values
| * | | | Changed to only set defaultValue on focus to allow user to unset the input valueSimon Wade2012-08-291-16/+22
| | | | |
| * | | | Fixed trailing commaSimon Wade2012-08-291-1/+1
| | | | |
| * | | | - Added support for specifying a defaultValue that will be used when the ↵Simon Wade2012-08-291-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 errorTrent2012-08-281-97/+95
| | | |
* | | | Reorganize codeTrent2012-08-281-93/+97
| | | |
* | | | Merge pull request #412 from simonvwade/devTrent Richardson2012-08-281-0/+105
|\ \ \ \ | | | | | | | | | | Added methods to enforce date range limits.
| * | | | Added methods to enforce date range limits.Simon Wade2012-08-171-0/+105
|/ / / /
* | | | Retract fix #86, causes undefined date errorTrent Richardson2012-08-141-2/+0
| | | |
* | | | Fixes #86 - redraw calendar with given positionTrent Richardson2012-08-101-0/+2
| | | |
* | | | Fixes #391 - Selecting input populates the date when emptyTrent Richardson2012-07-261-2/+3
| | | |
* | | | Bulgarian translationTrent Richardson2012-07-251-0/+20
| | | |
* | | | Fixes ampm issue and parsing string literals, issues #383 and #394Trent Richardson2012-07-241-4/+6
| | | |
* | | | evandroprogram update to portugese translationTrent Richardson2012-07-171-3/+3
| | | |