Commit Graph

273 Commits (master)

Author SHA1 Message Date
Trent 05b4937942 Merge branch 'doublerebel-master' 2010-11-27 14:17:02 -05:00
Trent 3abd96f50b Save changes 2010-11-27 14:15:18 -05:00
doublerebel ee83b6ffb7 Fix to apply regional settings from global defaults to new instance 2010-11-27 10:33:53 -08:00
Trent e5ab6d1886 Fixed number replacement in _formatTime 2010-11-26 20:55:36 -05:00
doublerebel c56e17047e Changed _formatTime method to optionally take arguments and return a formatted time string 2010-11-26 16:25:26 -08:00
doublerebel 749e97b72a Fix to prevent datetimepicker from closing when date is chosen (bug introduced in earlier commit) 2010-11-26 15:16:06 -08:00
doublerebel 4d6402ad97 Minor whitespace fixes 2010-11-21 16:02:51 -08:00
doublerebel 689ba11c35 Whitespace and getDate/setDate fixes
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
2010-11-21 15:48:55 -08:00
doublerebel badcc050c4 Fixed ampm constraint 2010-11-20 18:46:20 -08:00
doublerebel 425b957de0 Check if ampm is enabled when constraining input 2010-11-20 18:44:25 -08:00
doublerebel 95a6ef2f44 Changed _doKeyPress to limit input characters correctly
based on timeFormat + a space + dateFormat
(now restricts am/pm correctly based on timeFormat)
2010-11-20 17:30:02 -08:00
doublerebel ba7074fba1 Simplified keypress handling 2010-11-20 17:16:55 -08:00
doublerebel 25f8a6b46f Fixed grid to start with minimum values (fixes Github Issue 38) 2010-11-20 16:33:56 -08:00
Trent Richardson 88a0b943bc Corrected methods 2010-11-18 16:58:02 -05:00
Trent Richardson 5a598298de accept change 2010-11-18 16:15:17 -05:00
doublerebel b35a403218 Created _newInst fn to create 1 Timepicker per input when called on a jQuery collection
Fixed $buttonPanel typo
Consolidated .timepicker(), .datetimepicker() fns by using .apply()
Fixed == to === when comparing null and undefined in extendRemove fn (thanks JSLint!)
2010-11-18 12:14:46 -08:00
Trent Richardson 452e7e994a Perm fix for daylight savings. The user is setting the time, its not programatically determined as in datepicker 2010-11-18 15:11:54 -05:00
Trent Richardson 6ab4dde85e temp fix for daylight savings 2010-11-18 14:59:22 -05:00
Trent Richardson babcbd5606 updated readme 2010-11-18 14:50:22 -05:00
Trent Richardson 92f1508c68 Fixed daylight savings bug i think 2010-11-18 14:45:26 -05:00
doublerebel e402be7982 Whitespace and formatting corrections
Reuse jQuery obj for buttonPanel
var statement consolidation
Shortened default option code for $.fn.timepicker()
2010-11-18 11:21:46 -08:00
Trent Richardson 48f17b1f71 fixed all pass through methods to datepicker 2010-11-18 14:10:43 -05:00
Trent Richardson 294b8cf850 fixed getDate to return date 2010-11-18 14:05:06 -05:00
Trent Richardson ba3d8a86bd Fixed timepicker() to work with no params passed 2010-11-18 08:35:41 -05:00
Trent Richardson ec7678e567 Fixed setting options, setDate 2010-11-16 11:35:30 -05:00
Trent Richardson 3a6666bb9e Fixed altField option 2010-11-16 10:31:46 -05:00
Trent Richardson ddc0a6af27 Fixed no button panel for multi-month calendar 2010-11-16 09:57:32 -05:00
Trent e748c89061 Saved Version change 2010-11-15 19:25:24 -05:00
doublerebel 60b5c67216 Change from mixed Functional and OO style to primarily OO-style
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!
2010-11-15 13:57:09 -08:00
Trent Richardson 911956f520 Fixed issue with dashes in input id 2010-11-15 14:33:48 -05:00
Trent Richardson ba5abba099 Fixed undefined dp_inst.lastVal 2010-11-15 14:25:18 -05:00
Trent b4c322c657 Tested bug fixes, incremented to version 0.8 2010-11-14 22:41:47 -05:00
Trent ee2821c91d Polished timepicker if numberOfMonths > 1 2010-11-14 22:19:01 -05:00
Trent f1373940eb Fixed if numberOfMonths is greater than 0 2010-11-14 22:12:55 -05:00
Joseph Huttner 5d2f41ab57 'options' to 'option'. I think this is a typo. 2010-11-14 18:15:58 -05:00
Trent Richardson 45985eebe0 default date if not set in _setDate 2010-11-12 07:55:32 -05:00
Trent Richardson 0c56593fb4 Run though jslint to clean up 2010-11-10 13:33:43 -05:00
Trent Richardson 23f19b76c3 added refresh to _setDate before actually setting date 2010-11-10 07:46:13 -05:00
Trent Richardson d705098ff4 added _keyup event by TC 2010-11-09 07:48:43 -05:00
Trent Richardson da98d6c3a1 Fix bug in setDate, still doesnt set properly before picker is shown 2010-10-27 12:53:30 -04:00
Trent Richardson e5c7cfb697 Added changes by Mikko for time grid and altField 2010-10-21 08:32:23 -04:00
Trent Richardson a9dff8466d Return jquery object at the end of initialization 2010-10-21 07:52:23 -04:00
Trent Richardson 66b95d8bdc integrated get/setDate functions from datepicker 2010-10-08 15:19:49 -04:00
Trent Richardson d15881eb3c Update version 2010-10-08 11:32:41 -04:00
Trent Richardson 7d5c40f805 Adjusted grid to start at Min options 2010-10-08 11:31:15 -04:00
Trent 990c283fd7 increment version to 0.7 2010-10-07 18:01:39 -04:00
Trent Richardson 30fffefcff Adjust css 2010-10-07 11:43:51 -04:00
Trent Richardson f95b58c885 Adjust css 2010-10-07 11:36:38 -04:00
Trent Richardson 8a5c7a4161 Fixed syntax error preventing minify 2010-10-07 11:01:57 -04:00
Trent Richardson 94ea439217 Fixed altField implementation 2010-10-07 10:28:16 -04:00