summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-3/+3
|
* New version 1.1.1v1.1.1Trent Richardson2012-11-071-2/+2
|
* Fixes #497 problem with timeFormat hTrent Richardson2012-11-061-6/+2
|
* Create new dev versionTrent Richardson2012-11-031-1886/+1886
|
* Final tweaks to merge with masterv1.1.0Trent Richardson2012-11-031-2/+2
|
* change strict to parseTrent Richardson2012-11-011-2/+5
|
* Fix looseParse timezoneTrent Richardson2012-10-251-38/+40
|
* Strict time parsingTrent Richardson2012-10-251-81/+110
|
* Fix parsing with new HH formatTrent Richardson2012-10-251-31/+22
|
* Remove ampm option from docsTrent Richardson2012-10-251-2/+2
|
* Remove code using ampmTrent Richardson2012-10-251-60/+48
|
* Fix ampm bug in formatTimeTrent Richardson2012-10-251-10/+6
|
* Adds pickerTimeFormat and pickerTimeSuffix optionsTrent Richardson2012-10-251-16/+25
|
* Added 12 hour option to formatTimeVaughn Draughon2012-10-231-9/+27
|
* Add altAmpm optionTrent Richardson2012-10-231-4/+10
|
* nicolasconnault - Improve error loggingTrent Richardson2012-10-231-0/+13
|
* Add custom controlType exampleTrent Richardson2012-10-091-1/+1
|
* Add unit param to all control methodsTrent Richardson2012-10-091-18/+18
|
* Version 1.1.0 devTrent Richardson2012-10-091-4/+4
|
* New dev versionTrent Richardson2012-10-061-3/+3
|
* New Versionv1.0.5Trent Richardson2012-10-061-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-031-9/+15
|
* RTL supportTrent Richardson2012-10-031-13/+39
|
* Cleanup codeTrent Richardson2012-10-021-27/+3
|
* Some testingTrent Richardson2012-10-021-2/+1
|
* Documentation updateTrent Richardson2012-10-021-3/+5
|
* Add control type for using select instead of sliderTrent Richardson2012-10-021-36/+104
|
* Remove css from js commentsTrent Richardson2012-10-021-8/+0
|
* Condensed slider generationTrent Richardson2012-10-021-69/+2
|
* Rough RTL supportTrent Richardson2012-10-021-2/+3
|
* Update to Issue #453 when option timeOnlyTrent Richardson2012-10-021-16/+15
|
* Issue #453 Fixes altField when using inline modeTrent Richardson2012-10-021-0/+33
|
* allow optionBrent McSharry2012-10-021-1754/+1786
|
* New dev versionTrent Richardson2012-09-291-3/+3
|
* Version ready for master mergev1.0.4Trent Richardson2012-09-291-2/+2
|
* Fix defaulting timezone in formatting dateTrent Richardson2012-09-291-1/+1
|
* 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.
* 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-181-31/+10
|
* 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-151-3/+3
|
* New Versionv1.0.3Trent Richardson2012-09-151-2/+2
|
* Fix parse issueTrent Richardson2012-09-151-2/+11
|
* Make initialization more DRY, improve splitting datetimeTrent Richardson2012-09-141-208/+156
|
* Fixes issue #287Trent Richardson2012-09-131-1/+1
|
* 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-131-1483/+1571
|
* Doc updatesTrent Richardson2012-09-131-2/+2
|
* Fix timepicker only init requiring {}Trent Richardson2012-09-131-3/+3
|
* Fix issue #413 - Conflict with mootools sliderTrent Richardson2012-09-121-127/+127
|
* Create new dev versionTrent Richardson2012-09-081-3/+3
|
* Updated Versionv1.0.2Trent Richardson2012-09-081-2/+3
|
* Fix by alex3d, prevents overwriting _defaultsTrent Richardson2012-09-081-1/+1
|
* 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
* ENHANCEMENT: customizable alternative fieldZauberfisch2012-08-291-1/+16
| | | | | allow the alternative field to be populated with a fully customized date time string.
* 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.
* | 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
|
* 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
|
* Fixes ampm issue and parsing string literals, issues #383 and #394Trent Richardson2012-07-241-4/+6
|
* Fix #389 minDate/maxDate issueTrent Richardson2012-07-131-9/+17
|
* remove old codeTrent Richardson2012-07-101-4/+1
|
* Fixes Issue #385 - some timezones have 30 and 45 minute offsetsTrent Richardson2012-07-101-5/+7
|
* Fixes Issues #384 and #383Trent Richardson2012-07-101-6/+6
|
* Remove id attributes from generated codeTrent Richardson2012-07-091-23/+21
|
* Create new dev version 1.0.2Trent Richardson2012-07-011-3/+3
|
* Finalize version 1.0.1Trent Richardson2012-07-011-2/+2
|
* fixed a bug. When the input field is empty, and the date picker will never ↵kdeng2012-06-271-3/+6
| | | | update it with the newly selected value
* Merge changes from Scott for setTimeTrent Richardson2012-06-131-8/+19
|
* Add demo and sliderAccess to repoTrent Richardson2012-06-121-1/+1
|
* Small fixes, to make JSLint complain lessIgor Rzegocki2012-05-151-150/+215
|
* Merge pull request #350 from apepper/tz_autoselectTrent Richardson2012-03-261-6/+17
|\ | | | | Autoselect "local" timezone.
| * If the timezone of the given date matches the local timezone, use local ↵Alexander Pepper2012-03-261-1/+7
| | | | | | | | | | timezone. * This switches the timezone automatically, when changing the date to a (non) daylight saving time.
| * Refactored internals to calculate the timeZoneString.Alexander Pepper2012-03-261-5/+10
| |
* | Update timezone even when showTimezone is false by kapouerTrent Richardson2012-03-261-1/+1
| |
* | Merge pull request #347 from kapouer/patch-4Trent Richardson2012-03-261-4/+4
|\ \ | | | | | | Make sure useLocalTimezone variable actually works
| * | Fix usage of _defaults.useLocalTimezoneLal Jérémy2012-03-251-4/+4
| |/
* | Strict fixes by codeactualTrent Richardson2012-03-261-2/+2
|/
* Merge pull request #346 from kapouer/patch-3Trent Richardson2012-03-231-2/+2
|\ | | | | Fix : Input date is not selected
| * Wrong parameter names - fix date not being set to selectedLal Jérémy2012-03-231-2/+2
| |
* | Check local timezone again, when changing the date (e.g. daylight savings).Alexander Pepper2012-03-231-3/+14
| | | | | | * Only do this, when using the localTimezone.
* | Use defaultTimezone, when a time is already set.Alexander Pepper2012-03-231-1/+7
|/ | | * New config field 'defaulTimezone'.
* Set timezone to default by kapouerTrent Richardson2012-03-221-1/+3
|
* Merge pull request #338 from apepper/autoselect_current_timezoneTrent Richardson2012-03-221-13/+25
|\ | | | | Pick the current timezone of the browser by default.