summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated commentsTrent2011-05-223-4/+15
|
* Fixed missing semicolonsTrent2011-05-191-2/+2
|
* updated css margin per vanderlee contributionTrent2011-05-191-1/+1
|
* Added localizations for Dutch and RussianTrent2011-05-192-0/+22
|
* Added ThomasLangston pull request from master for different case am/pmTrent2011-05-191-0/+4
|
* Create new dev versionTrent Richardson2011-05-121-1/+1
|
* Update DateTrent Richardson2011-05-121-1/+1
|
* Update versionTrent Richardson2011-05-121-1/+1
|
* Add fix by jduff for inline displayTrent Richardson2011-04-181-1/+1
|
* Cleaing some whitespaceroot2011-04-151-8/+11
| | | | Fixing show/hide time for calendar use case
* Revision of limit min/maxdatetime by vodaTrent Richardson2011-03-231-21/+38
|
* Preventing setting defaultDate on an empty input to set an (incorrect) input ↵Bruno Harbulot2011-03-131-2/+2
| | | | value.
* Escape special chars as separator (fix by elzoiddy)Trent Richardson2011-03-111-1/+3
|
* set function scope of this; pull request by janhartiganTrent Richardson2011-03-081-2/+2
|
* update last mod dateTrent Richardson2011-03-021-1/+1
|
* Update and cleanupTrent Richardson2011-03-022-44/+2
|
* Merge timezone additionsTrent Richardson2011-03-022-11/+91
|\
| * Fix for default timezone if missing.Bruno Harbulot2011-02-282-2/+3
| |
| * Added example HTML page.Bruno Harbulot2011-02-281-0/+42
| |
| * Added timezone selection.Bruno Harbulot2011-02-281-11/+49
| |
* | Add css file per vrana pull requestTrent Richardson2011-03-021-0/+5
| |
* | Merge remote branch 'upstream/dev' into devkumm2011-02-061-3/+3
|\ \ | |/
| * Updated version to 0.9.4 devTrent2011-02-051-3/+3
| |
* | Refactor onSelect handler. Bind to grid onclick too.kumm2011-02-061-9/+20
| |
* | fix default hour,minute,second by changing init orderkumm2011-01-231-7/+6
|/
* Fix bug where ampm is not displayed when first initiatedTrent Richardson2011-01-191-5/+3
|
* Add enable and disable feature by wallenium. Feature not yet stable but ↵Trent Richardson2011-01-191-4/+31
| | | | doesnt impact rest of plugin
* Support datepicker onSelect handler.kumm2011-01-171-1/+14
|
* Fix regex parsing with separator optionTrent Richardson2011-01-051-1/+1
|
* Added timepicker inst as parameter to relevant eventsTrent Richardson2011-01-051-4/+4
|
* Fix for altField option when using inline pickerTrent Richardson2011-01-051-7/+6
|
* Fix parsing error per issue 72Trent Richardson2011-01-031-1/+1
|
* Bug with parsing time by separatorTrent Richardson2010-12-301-2/+2
|
* fix _onTimeChange to be more exact on if hour, minute, second exists. Use ↵Trent Richardson2010-12-281-7/+7
| | | | !== false
* Updated dev version to 0.9.3-devTrent2010-12-271-3/+3
|
* Update Versionv0.9.2Trent2010-12-271-2/+2
|
* Fixed bug of min/maxDate option not an instanceof DateTrent2010-12-271-4/+4
|
* Fixed !!date issue and can use only minDate or minDateTime as optionsTrent Richardson2010-12-221-3/+14
|
* Added change by mikedeco in _onTimeChange. Assures that hour, minute, second ↵Trent Richardson2010-12-221-3/+8
| | | | is numeric
* Add fix by doublerebel to determine ampm inside onTimeChnageTrent Richardson2010-12-201-1/+1
|
* Add separator to allowed key press, clean upTrent Richardson2010-12-171-6/+8
|
* Fixed altField, added altFieldTimeOnly for more customizationTrent Richardson2010-12-171-14/+17
|
* Added separator to formatted time outputTrent Richardson2010-12-171-14/+5
|
* Merge changes from Michael Simons for separator optionsTrent Richardson2010-12-171-3/+11
|\
| * Added support for a date/time separatorMichael J. Simons2010-12-161-4/+5
| |
* | Merge branch 'vorapoap-master' into devTrent Richardson2010-12-171-4/+14
|\ \
| * | Fix so DateTime value is returned to the input field correctly.Vorapoap L.2010-12-161-1/+1
| | |
| * | Fix so altField for timepicker mode also show time if altField is setVorapoap L.2010-12-161-2/+6
| | |
| * | Fix so altField(if set) show both Date and Time Vorapoap L.2010-12-161-1/+7
| |/
* | Changed range check for minDateTime/maxDateTimeTrent Richardson2010-12-151-5/+11
| |
* | Added minDateTime and maxDateTime options, however must still supply ↵Trent Richardson2010-12-151-2/+77
| | | | | | | | minDate/maxDate for datepicker
* | Tweaked how to call option methodsTrent Richardson2010-12-141-2/+3
| |
* | Updated dev versionTrent Richardson2010-12-131-3/+3
| |
* | Uncommented line from testingTrent Richardson2010-12-131-1/+1
| |
* | Merged changes by doublerebel, fixes get/setDate issuesTrent Richardson2010-12-131-66/+61
|\ \
| * | Fixed get/setDate when picker initiated with selector of multiple fieldsTrent Richardson2010-12-131-5/+11
| | |
| * | Reset time to defaults when .datepicker('setTime') is called with no argumentsdoublerebel2010-12-051-3/+2
| | |
| * | Change timepicker initialization to support setting/getting time/date before ↵doublerebel2010-12-051-13/+13
| | | | | | | | | | | | date/timepicker has been opened
| * | Set datepicker date from field before returning date for getDate method ↵doublerebel2010-12-051-2/+7
| | | | | | | | | | | | (Fixes Issue 44)
| * | Update text field when time is set with setDate or setTime methods (fixes ↵doublerebel2010-12-051-1/+2
| | | | | | | | | | | | bug I introduced in commit 496ee3a for _onTimeChange)
| * | Bugfix for correct timepicker injectiondoublerebel2010-12-051-17/+3
| | | | | | | | | | | | Prevents beforeShow from being called twice, which prevents injectTimepicker from being called twice
| * | Bugfix for _onTimeChange to always format time and set timeDefineddoublerebel2010-12-051-20/+20
| | |
| * | Bugfixes for _parseDate()doublerebel2010-12-051-12/+15
| |/
* | Applied fix by monjudoh in _setDateDatepickerTrent Richardson2010-12-091-1/+1
| |
* | Fixed getDate for timepicker if not yet been openedTrent Richardson2010-12-081-2/+6
| |
* | Fixed datepicker only getDateTrent Richardson2010-12-081-1/+2
| |
* | Changed version to devTrent2010-12-021-1/+1
|/
* Updated VersionTrent2010-12-021-1/+1
|
* Merge branch 'dev' of github.com:trentrichardson/jQuery-Timepicker-Addon ↵v0.9.1Trent2010-12-021-3/+3
|\ | | | | | | into dev
| * Merge branch 'DuctTapeMan-master' into devTrent Richardson2010-11-301-3/+3
| |\
| | * Fixed an issue where a text field containing a time with hour 23 or minute ↵David Boike2010-11-301-3/+3
| | | | | | | | | | | | 59 (the highest possible values) would cause the calendar date to reset to 1869 when the picker is displayed.
* | | Updated VersionTrent2010-12-021-4/+4
|/ /
* | Add dev branchTrent2010-11-291-1/+1
|/
* Updated Versionv0.9Trent2010-11-291-4/+4
|
* fixed setDateTrent Richardson2010-11-291-1/+5
|
* Added closeText incase datepicker localization isnt givenTrent2010-11-271-0/+1
|
* Merge branch 'doublerebel-master'Trent2010-11-271-2/+2
|\
| * Fix to apply regional settings from global defaults to new instancedoublerebel2010-11-271-2/+2
| |
* | Save changesTrent2010-11-271-1/+1
|/
* Fixed number replacement in _formatTimeTrent2010-11-261-4/+8
|
* Changed _formatTime method to optionally take arguments and return a ↵doublerebel2010-11-261-22/+20
| | | | formatted time string
* Fix to prevent datetimepicker from closing when date is chosen (bug ↵doublerebel2010-11-261-2/+2
| | | | introduced in earlier commit)
* Minor whitespace fixesdoublerebel2010-11-211-6/+2
|
* Whitespace and getDate/setDate fixesdoublerebel2010-11-211-81/+108
| | | | | | | | | | Extra tabs removed and line endings cleaned getDate is now properly accessible from $(target).datepicker('getDate') and correctly returns date object with time setDate is now properly accessible from $(target).datepicker('setDate') and can set both date and time added new method setTime, accessible from $(target).datepicker('setTime') calling .datepicker('setDate') with no date now sets the default date as in original datepicker code time is set to default when calling .datepicker('setTime') with no time or calling 'setDate' with a date and no time added new internal function _parseTime to parse string times from any source
* Fixed ampm constraintdoublerebel2010-11-201-3/+6
|
* Check if ampm is enabled when constraining inputdoublerebel2010-11-201-2/+2
|
* Changed _doKeyPress to limit input characters correctlydoublerebel2010-11-201-2/+7
| | | | | based on timeFormat + a space + dateFormat (now restricts am/pm correctly based on timeFormat)
* Simplified keypress handlingdoublerebel2010-11-201-6/+3
|
* Fixed grid to start with minimum values (fixes Github Issue 38)doublerebel2010-11-201-4/+4
|
* Corrected methodsTrent Richardson2010-11-181-6/+10
|
* accept changeTrent Richardson2010-11-181-96/+98
|\
| * Created _newInst fn to create 1 Timepicker per input when called on a jQuery ↵doublerebel2010-11-181-67/+62
| | | | | | | | | | | | | | | | collection Fixed $buttonPanel typo Consolidated .timepicker(), .datetimepicker() fns by using .apply() Fixed == to === when comparing null and undefined in extendRemove fn (thanks JSLint!)
| * Whitespace and formatting correctionsdoublerebel2010-11-181-36/+43
| | | | | | | | | | | | Reuse jQuery obj for buttonPanel var statement consolidation Shortened default option code for $.fn.timepicker()
* | Perm fix for daylight savings. The user is setting the time, its not ↵Trent Richardson2010-11-181-10/+0
| | | | | | | | programatically determined as in datepicker
* | temp fix for daylight savingsTrent Richardson2010-11-181-1/+2
| |
* | updated readmeTrent Richardson2010-11-181-1/+1
| |
* | Fixed daylight savings bug i thinkTrent Richardson2010-11-181-1/+10
| |
* | fixed all pass through methods to datepickerTrent Richardson2010-11-181-7/+5
| |
* | fixed getDate to return dateTrent Richardson2010-11-181-1/+3
|/
* Fixed timepicker() to work with no params passedTrent Richardson2010-11-181-1/+2
|