summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 minDate/...Trent Richardson2010-12-151-2/+77
* | 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
| * | Set datepicker date from field before returning date for getDate method (Fixe...doublerebel2010-12-051-2/+7
| * | Update text field when time is set with setDate or setTime methods (fixes bug...doublerebel2010-12-051-1/+2
| * | Bugfix for correct timepicker injectiondoublerebel2010-12-051-17/+3
| * | 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 into...v0.9.1Trent2010-12-021-3/+3
|\
| * 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 59...David Boike2010-11-301-3/+3
* | | 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 formatte...doublerebel2010-11-261-22/+20
* Fix to prevent datetimepicker from closing when date is chosen (bug introduce...doublerebel2010-11-261-2/+2
* Minor whitespace fixesdoublerebel2010-11-211-6/+2
* Whitespace and getDate/setDate fixesdoublerebel2010-11-211-81/+108
* 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
* 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
| * Whitespace and formatting correctionsdoublerebel2010-11-181-36/+43
* | Perm fix for daylight savings. The user is setting the time, its not programa...Trent Richardson2010-11-181-10/+0
* | temp fix for daylight savingsTrent Richardson2010-11-181-1/+2
* | 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
* Fixed setting options, setDateTrent Richardson2010-11-161-6/+10
* Fixed altField optionTrent Richardson2010-11-161-5/+5
* Fixed no button panel for multi-month calendarTrent Richardson2010-11-161-2/+3
* Saved Version changeTrent2010-11-151-7/+8
* Change from mixed Functional and OO style to primarily OO-style doublerebel2010-11-151-791/+624
* Fixed issue with dashes in input idTrent Richardson2010-11-151-2/+2
* Fixed undefined dp_inst.lastValTrent Richardson2010-11-151-1/+1
* Tested bug fixes, incremented to version 0.8Trent2010-11-141-20/+25
* Polished timepicker if numberOfMonths > 1v0.8Trent2010-11-141-1/+6
* Fixed if numberOfMonths is greater than 0Trent2010-11-141-1/+1
* 'options' to 'option'. I think this is a typo.Joseph Huttner2010-11-141-1/+1
* default date if not set in _setDateTrent Richardson2010-11-121-0/+5
* Run though jslint to clean upTrent Richardson2010-11-101-35/+57
* added refresh to _setDate before actually setting dateTrent Richardson2010-11-101-1/+3
* added _keyup event by TCTrent Richardson2010-11-091-19/+42
* Fix bug in setDate, still doesnt set properly before picker is shownTrent Richardson2010-10-271-18/+27
* Added changes by Mikko for time grid and altFieldTrent Richardson2010-10-211-121/+190
* Return jquery object at the end of initializationTrent Richardson2010-10-211-2/+2
* integrated get/setDate functions from datepickerTrent Richardson2010-10-081-7/+66
* Update versionTrent Richardson2010-10-081-1/+1
* Adjusted grid to start at Min optionsTrent Richardson2010-10-081-3/+3
* increment version to 0.7Trent2010-10-071-1/+1
* Adjust cssTrent Richardson2010-10-071-0/+1
* Adjust cssTrent Richardson2010-10-071-2/+1
* Fixed syntax error preventing minifyTrent Richardson2010-10-071-2/+2
* Fixed altField implementationTrent Richardson2010-10-071-7/+9
* Added time grid and altField by MKTrent Richardson2010-10-071-16/+169
* fixed issue going from 11am to 12pmTrent Richardson2010-10-011-1/+2
* fixed 12am display bugTrent Richardson2010-10-011-4/+4
* fixed date format bugTrent2010-09-261-1/+2
* Added change event trigger by jblasterTrent2010-09-261-1/+2
* Now displays inlineTrent Richardson2010-09-221-2/+3
* Fixed issues to falling back to plain datepickerTrent Richardson2010-09-211-15/+29
* Fixed if input is cleared dont apply timeTrent Richardson2010-09-211-1/+4
* Applied patches by vhostein, gave unique id (css changes to classes)Trent Richardson2010-09-211-30/+43
* Changed Today button to Now (localized) and Now button includes timeTrent Richardson2010-09-201-4/+5