Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | | | | | | | | | | | Changed syntax and coding style to better fit jQuery UI's practices Reformatted line breaks, braces, and spacing for consistency Renamed variables and functions for consistency, using _ to denote private vars/fns Shortened variable declarations whenever possible Improved efficiency of jQuery object calls Now operates on jQuery collections instead of just single elements Fixed incorrect parentheses in new _getDate fn Various bugfixes and cleaning JSLint-verified (braces are unnecessary for single-line statements where a semi-colon is used properly) Provides exact same functionality but is over 2.6K smaller! | |||||
* | 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 > 1v0.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 ↵ | Trent Richardson | 2010-09-15 | 1 | -34/+69 | |
| | | | | contributions | |||||
* | 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 | |