summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix spinner event in exampleTrent Richardson2012-12-071-1/+1
|
* Fix spinner event in exampleTrent Richardson2012-12-071-2/+4
|
* Update jQuery and jQuery UITrent Richardson2012-12-041-3/+3
|
* Merge pull request #511 from LawrenceLeung/devTrent Richardson2012-11-271-2/+2
|\ | | | | Switch substr to slice as IE8 doesn't do negative substr properly
| * Switch substr to slice as IE8 doesn't do negative substr properlyLawrence2012-11-271-2/+2
|/
* Timezone change now fires onSelectTrent Richardson2012-11-151-0/+1
|
* Raykov - date range and alternate fieldsTrent Richardson2012-11-151-2/+2
|
* New dev versionTrent Richardson2012-11-072-4/+4
|
* New version 1.1.1v1.1.1Trent Richardson2012-11-072-3/+3
|
* Fixes #497 problem with timeFormat hTrent Richardson2012-11-061-6/+2
|
* Create new dev versionTrent Richardson2012-11-032-1887/+1887
|
* Final tweaks to merge with masterv1.1.0Trent Richardson2012-11-032-6/+6
|
* change strict to parseTrent Richardson2012-11-012-5/+28
|
* jQueryUI 1.9.1Trent Richardson2012-10-261-2/+2
|
* Fix exampleTrent Richardson2012-10-251-1/+1
|
* Fix looseParse timezoneTrent Richardson2012-10-251-38/+40
|
* 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
| | | |