index
:
jQuery-Timepicker-Addon
master
origin/HEAD
origin/dev
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
jquery-ui-timepicker-addon.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed getDate for timepicker if not yet been opened
Trent Richardson
2010-12-08
1
-2
/
+6
*
Fixed datepicker only getDate
Trent Richardson
2010-12-08
1
-1
/
+2
*
Changed version to dev
Trent
2010-12-02
1
-1
/
+1
*
Updated Version
Trent
2010-12-02
1
-1
/
+1
*
Merge branch 'dev' of github.com:trentrichardson/jQuery-Timepicker-Addon into...
v0.9.1
Trent
2010-12-02
1
-3
/
+3
|
\
|
*
Merge branch 'DuctTapeMan-master' into dev
Trent Richardson
2010-11-30
1
-3
/
+3
|
|
\
|
|
*
Fixed an issue where a text field containing a time with hour 23 or minute 59...
David Boike
2010-11-30
1
-3
/
+3
*
|
|
Updated Version
Trent
2010-12-02
1
-4
/
+4
|
/
/
*
|
Add dev branch
Trent
2010-11-29
1
-1
/
+1
|
/
*
Updated Version
v0.9
Trent
2010-11-29
1
-4
/
+4
*
fixed setDate
Trent Richardson
2010-11-29
1
-1
/
+5
*
Added closeText incase datepicker localization isnt given
Trent
2010-11-27
1
-0
/
+1
*
Merge branch 'doublerebel-master'
Trent
2010-11-27
1
-2
/
+2
|
\
|
*
Fix to apply regional settings from global defaults to new instance
doublerebel
2010-11-27
1
-2
/
+2
*
|
Save changes
Trent
2010-11-27
1
-1
/
+1
|
/
*
Fixed number replacement in _formatTime
Trent
2010-11-26
1
-4
/
+8
*
Changed _formatTime method to optionally take arguments and return a formatte...
doublerebel
2010-11-26
1
-22
/
+20
*
Fix to prevent datetimepicker from closing when date is chosen (bug introduce...
doublerebel
2010-11-26
1
-2
/
+2
*
Minor whitespace fixes
doublerebel
2010-11-21
1
-6
/
+2
*
Whitespace and getDate/setDate fixes
doublerebel
2010-11-21
1
-81
/
+108
*
Fixed ampm constraint
doublerebel
2010-11-20
1
-3
/
+6
*
Check if ampm is enabled when constraining input
doublerebel
2010-11-20
1
-2
/
+2
*
Changed _doKeyPress to limit input characters correctly
doublerebel
2010-11-20
1
-2
/
+7
*
Simplified keypress handling
doublerebel
2010-11-20
1
-6
/
+3
*
Fixed grid to start with minimum values (fixes Github Issue 38)
doublerebel
2010-11-20
1
-4
/
+4
*
Corrected methods
Trent Richardson
2010-11-18
1
-6
/
+10
*
accept change
Trent Richardson
2010-11-18
1
-96
/
+98
|
\
|
*
Created _newInst fn to create 1 Timepicker per input when called on a jQuery ...
doublerebel
2010-11-18
1
-67
/
+62
|
*
Whitespace and formatting corrections
doublerebel
2010-11-18
1
-36
/
+43
*
|
Perm fix for daylight savings. The user is setting the time, its not programa...
Trent Richardson
2010-11-18
1
-10
/
+0
*
|
temp fix for daylight savings
Trent Richardson
2010-11-18
1
-1
/
+2
*
|
Fixed daylight savings bug i think
Trent Richardson
2010-11-18
1
-1
/
+10
*
|
fixed all pass through methods to datepicker
Trent Richardson
2010-11-18
1
-7
/
+5
*
|
fixed getDate to return date
Trent Richardson
2010-11-18
1
-1
/
+3
|
/
*
Fixed timepicker() to work with no params passed
Trent Richardson
2010-11-18
1
-1
/
+2
*
Fixed setting options, setDate
Trent Richardson
2010-11-16
1
-6
/
+10
*
Fixed altField option
Trent Richardson
2010-11-16
1
-5
/
+5
*
Fixed no button panel for multi-month calendar
Trent Richardson
2010-11-16
1
-2
/
+3
*
Saved Version change
Trent
2010-11-15
1
-7
/
+8
*
Change from mixed Functional and OO style to primarily OO-style
doublerebel
2010-11-15
1
-791
/
+624
*
Fixed issue with dashes in input id
Trent Richardson
2010-11-15
1
-2
/
+2
*
Fixed undefined dp_inst.lastVal
Trent Richardson
2010-11-15
1
-1
/
+1
*
Tested bug fixes, incremented to version 0.8
Trent
2010-11-14
1
-20
/
+25
*
Polished timepicker if numberOfMonths > 1
v0.8
Trent
2010-11-14
1
-1
/
+6
*
Fixed if numberOfMonths is greater than 0
Trent
2010-11-14
1
-1
/
+1
*
'options' to 'option'. I think this is a typo.
Joseph Huttner
2010-11-14
1
-1
/
+1
*
default date if not set in _setDate
Trent Richardson
2010-11-12
1
-0
/
+5
*
Run though jslint to clean up
Trent Richardson
2010-11-10
1
-35
/
+57
*
added refresh to _setDate before actually setting date
Trent Richardson
2010-11-10
1
-1
/
+3
*
added _keyup event by TC
Trent Richardson
2010-11-09
1
-19
/
+42
*
Fix bug in setDate, still doesnt set properly before picker is shown
Trent Richardson
2010-10-27
1
-18
/
+27
*
Added changes by Mikko for time grid and altField
Trent Richardson
2010-10-21
1
-121
/
+190
*
Return jquery object at the end of initialization
Trent Richardson
2010-10-21
1
-2
/
+2
*
integrated get/setDate functions from datepicker
Trent Richardson
2010-10-08
1
-7
/
+66
*
Update version
Trent Richardson
2010-10-08
1
-1
/
+1
*
Adjusted grid to start at Min options
Trent Richardson
2010-10-08
1
-3
/
+3
*
increment version to 0.7
Trent
2010-10-07
1
-1
/
+1
*
Adjust css
Trent Richardson
2010-10-07
1
-0
/
+1
*
Adjust css
Trent Richardson
2010-10-07
1
-2
/
+1
*
Fixed syntax error preventing minify
Trent Richardson
2010-10-07
1
-2
/
+2
*
Fixed altField implementation
Trent Richardson
2010-10-07
1
-7
/
+9
*
Added time grid and altField by MK
Trent Richardson
2010-10-07
1
-16
/
+169
*
fixed issue going from 11am to 12pm
Trent Richardson
2010-10-01
1
-1
/
+2
*
fixed 12am display bug
Trent Richardson
2010-10-01
1
-4
/
+4
*
fixed date format bug
Trent
2010-09-26
1
-1
/
+2
*
Added change event trigger by jblaster
Trent
2010-09-26
1
-1
/
+2
*
Now displays inline
Trent Richardson
2010-09-22
1
-2
/
+3
*
Fixed issues to falling back to plain datepicker
Trent Richardson
2010-09-21
1
-15
/
+29
*
Fixed if input is cleared dont apply time
Trent Richardson
2010-09-21
1
-1
/
+4
*
Applied patches by vhostein, gave unique id (css changes to classes)
Trent Richardson
2010-09-21
1
-30
/
+43
*
Changed Today button to Now (localized) and Now button includes time
Trent Richardson
2010-09-20
1
-4
/
+5
*
Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-Addon
Trent Richardson
2010-09-20
1
-1
/
+2
|
\
|
*
Corrected error calling datepicker dateFormat
Trent
2010-09-15
1
-1
/
+2
*
|
Changed timepicker Today localization to Now, now updates date and time on click
Trent Richardson
2010-09-20
1
-42
/
+79
|
/
*
updated default localization
Trent Richardson
2010-09-15
1
-2
/
+2
*
Added localization default text
Trent Richardson
2010-09-15
1
-6
/
+11
*
add min/max ranges for times
Trent Richardson
2010-09-15
1
-6
/
+12
*
apply reported getDate bug
Trent Richardson
2010-09-15
1
-1
/
+2
*
fixed regex to parse time and fixed timeOnly bug
Trent Richardson
2010-09-15
1
-5
/
+8
*
Removed unneeded commas breaking IE and updated to vhochstein localization co...
Trent Richardson
2010-09-15
1
-34
/
+69
*
Updated Last modified date
Trent Richardson
2010-09-01
1
-2
/
+2
*
Updated from jozsika
Trent Richardson
2010-09-01
1
-405
/
+404
*
added timepicker script
Trent Richardson
2010-07-02
1
-0
/
+405