Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Remove the microsecond TODO after verifying intent with Trent. Rename the ↵ | Stephen Vance | 2013-07-27 | 1 | -7/+6 | |
| | | | | | | | | | | | | local fixture variables. | |||||
| | * | Start the tests for $.datepicker.formatTime(), fix a bug in it for ↵ | Stephen Vance | 2013-07-27 | 2 | -7/+119 | |
| |/ | | | | | | | microsecond handling, and change the method comments to jsdoc. | |||||
| * | Fix #607 jquery noConflict issue | Trent Richardson | 2013-07-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fix documentation tab sizes | Trent Richardson | 2013-07-15 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #606 from srvance/dev | Trent Richardson | 2013-07-15 | 2 | -71/+328 | |
| |\ | | | | | | | More tests added, cleanup | |||||
| | * | Use the alias for the timepicker utils to simplify the tests. | Stephen Vance | 2013-07-14 | 1 | -6/+6 | |
| | | | ||||||
| | * | Refactor the dateFormat in the parseDateTimeInternal tests. | Stephen Vance | 2013-07-14 | 1 | -3/+5 | |
| | | | ||||||
| | * | Refactor splitDateTime() signature to eliminate two unused parameters. | Stephen Vance | 2013-07-14 | 2 | -6/+6 | |
| | | | ||||||
| | * | I dug into the project history to figure out how to test the error path of ↵ | Stephen Vance | 2013-07-14 | 2 | -41/+15 | |
| | | | | | | | | | | | | splitDateTime() and discovered that the code that motivated the error path was replaced but the error handling it required was not removed. Error handling added to parseDate() override in commit 4496926c00b6b2caebfa93603bdcaff438294c19. Refactored to splitDateTime() in e7c7d4024db3e331003db105036667702c8e4bd8. Happy path implementation replaced in b838a211e32022f942b359c7835cd3fadb024759. | |||||
| | * | Write direct tests for the new computeEffectiveSetting() function. Leave the ↵ | Stephen Vance | 2013-07-14 | 2 | -0/+27 | |
| | | | | | | | | | | | | corresponding variants of splitDateTime() because it still exercises other important facets of the algorithm. | |||||
| | * | Refactor the effective setting computations out of splitDateTime() | Stephen Vance | 2013-07-14 | 1 | -2/+6 | |
| | | | ||||||
| | * | Eliminate an unused intermediate variable. | Stephen Vance | 2013-07-14 | 1 | -2/+1 | |
| | | | ||||||
| | * | Now that the basic time and date parsing functions are test protected, make ↵ | Stephen Vance | 2013-07-14 | 2 | -18/+22 | |
| | | | | | | | | | | | | splitDateTime() return an object instead of an array to simplify the code a bit. | |||||
| | * | Refactored parseDateTimeInternal() to make it a little simpler to read and test. | Stephen Vance | 2013-07-14 | 1 | -13/+19 | |
| | | | ||||||
| | * | Fix parseDateTimeInternal() bug. The parsers returned false. The function ↵ | Stephen Vance | 2013-07-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | tested for null with typed equality. Changed to test for falsiness. | |||||
| | * | Tests for parseDateTimeInternal(). The exception test found a bug. | Stephen Vance | 2013-07-14 | 1 | -0/+44 | |
| | | | ||||||
| | * | Expose parseDateTimeInternal for testing. I'm going to test it even though I ↵ | Stephen Vance | 2013-07-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | haven't tested its datepicker collaborator functions. | |||||
| | * | Tests for splitDateTime, except for error paths. | Stephen Vance | 2013-07-13 | 1 | -0/+45 | |
| | | | ||||||
| | * | Expose splitDateTime for testing. | Stephen Vance | 2013-07-13 | 1 | -1/+2 | |
| | | | ||||||
| | * | Add placeholder for handleRange, but I'm not quite ready to tackle that one yet. | Stephen Vance | 2013-07-13 | 1 | -0/+4 | |
| | | | ||||||
| | * | Simplify range convenience function tests. | Stephen Vance | 2013-07-13 | 1 | -29/+20 | |
| | | | ||||||
| | * | Doco fix. | Stephen Vance | 2013-07-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Test the callers of timepicker.handleRange. The tests are a bit ↵ | Stephen Vance | 2013-07-13 | 1 | -0/+39 | |
| | | | | | | | | | | | | implementational, but that's all the methods under test do. | |||||
| | * | Minor simplification of timepicker.timezoneAdjust(). Left the addition of ↵ | Stephen Vance | 2013-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | the negation of date.getTimezoneOffset() to make it clear that we need to reverse its sense. Just representing it as straight subtraction might be mathematically simpler and marginally more performant, but would fail to suggest this important detail. | |||||
| | * | Test timepicker.timezoneAdjust() | Stephen Vance | 2013-07-12 | 1 | -0/+23 | |
| | | | ||||||
| | * | Test timepicker.log() | Stephen Vance | 2013-07-12 | 1 | -0/+23 | |
| | | | ||||||
| | * | Fix some jsdoc. | Stephen Vance | 2013-07-12 | 1 | -2/+2 | |
| | | | ||||||
| | * | Test timepicker.timezoneOffsetString(). Fix lower range issue and simplify ↵ | Stephen Vance | 2013-07-08 | 2 | -3/+48 | |
| | | | | | | | | | | | | formatting of output string by eliminating 'magic' 101 values. | |||||
| | * | Expand timezoneOffsetNumber() docs | Stephen Vance | 2013-07-07 | 1 | -2/+2 | |
| | | | ||||||
| | * | Start tests for timepicker functions. Test timezoneOffsetNumber() and fix ↵ | Stephen Vance | 2013-07-07 | 2 | -6/+31 | |
| | | | | | | | | | | | | seeming deviation from intent, although not in a likely meaningful way. | |||||
| * | | Fix conflict | Trent Richardson | 2013-07-09 | 9 | -44/+4348 | |
| |\ \ | | |/ | ||||||
| | * | Write tests for selectLocalTimezone and do some minor simplification. | Stephen Vance | 2013-07-06 | 2 | -3/+47 | |
| | | | ||||||
| | * | Use jasmine-fixture instead of jasmine-jquery. Don't need jQuery support in ↵ | Stephen Vance | 2013-07-06 | 1 | -2/+3 | |
| | | | | | | | | | | | | the specs yet and affix() is what I really wanted. | |||||
| | * | Minor typo fix. | Stephen Vance | 2013-07-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Additional jsdoc cleanups. | Stephen Vance | 2013-07-06 | 1 | -10/+10 | |
| | | | ||||||
| | * | Rename util to _util to make it clearer it's not to be used normally. | Stephen Vance | 2013-07-06 | 2 | -2/+2 | |
| | | | ||||||
| | * | Wrote tests for detectSupport, fixed a bug in AM/PM detection, simplified ↵ | Stephen Vance | 2013-07-06 | 2 | -5/+69 | |
| | | | | | | | | | | | | isIn() function, and eliminated unnecessary escapes in regular expression. | |||||
| | * | Minor typo fixes | Stephen Vance | 2013-07-06 | 1 | -2/+2 | |
| | | | ||||||
| | * | Test and simplify convert24to12, including making it resistant to out of ↵ | Stephen Vance | 2013-07-06 | 2 | -4/+27 | |
| | | | | | | | | | | | | bounds values. | |||||
| | * | Test two of the utility functions and fix a bug that was found. | Stephen Vance | 2013-07-06 | 2 | -2/+74 | |
| | | | ||||||
| | * | A couple minor typo fixes. | Stephen Vance | 2013-07-06 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fixed a couple of issues highlighted by intentions and fixed the jsdoc syntax. | Stephen Vance | 2013-07-06 | 1 | -24/+24 | |
| | | | ||||||
| | * | Fix comment typo | Stephen Vance | 2013-07-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Set up Jasmine spec, spec runner, and support JSs | Stephen Vance | 2013-07-06 | 8 | -0/+4100 | |
| | | | ||||||
| * | | New dev version | Trent Richardson | 2013-07-07 | 3 | -5/+5 | |
| | | | ||||||
* | | | Merge branch 'dev' | Trent Richardson | 2013-07-07 | 4 | -47/+77 | |
|\ \ \ | |/ / | ||||||
| * | | New Version Ready 1.3.1v1.3.1 | Trent Richardson | 2013-07-07 | 2 | -3/+3 | |
| | | | ||||||
| * | | #601 By jasich - Added missing time format parameter in detectSupportcall | Trent Richardson | 2013-07-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | updates docs | Trent Richardson | 2013-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | updates timezone conversions | Trent Richardson | 2013-06-14 | 2 | -4/+3 | |
| | | ||||||
| * | Fixes syntax error in last commit | Trent Richardson | 2013-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | Improvements to microsecond prototype for Date | Trent Richardson | 2013-06-14 | 1 | -3/+7 | |
| | | ||||||
| * | updates jquery version and docs | Trent Richardson | 2013-06-08 | 1 | -7/+17 | |
| | | ||||||
| * | Move script tags to bottom of page | Trent Richardson | 2013-05-31 | 1 | -15/+18 | |
| | | ||||||
| * | #588 work on getDate setDate timezone conversions | Trent Richardson | 2013-05-31 | 1 | -1/+5 | |
| | | ||||||
| * | Fix for #588 DST bug | Trent Richardson | 2013-05-30 | 1 | -1/+5 | |
| | | ||||||
| * | Fix for #588 and #213 dealing with Daylight Savings Time | Trent Richardson | 2013-05-30 | 1 | -1/+2 | |
| | | ||||||
| * | Merge pull request #593 from teast/dev | Trent Richardson | 2013-05-28 | 1 | -0/+1 | |
| |\ | | | | | | | call limitMinMax when a control gets created | |||||
| | * | call limitMinMax when a control gets created | Niklas Jansson | 2013-05-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | If you specified minDateTime the sliders wouldn't be updated with correct min/max values until you modified the date. This call make sure we updates the sliders min/max values at creation too | |||||
| * | | Updates docs | Trent Richardson | 2013-05-28 | 1 | -1/+3 | |
| |/ | ||||||
| * | Merge pull request #589 from Codegasm/dev | Trent Richardson | 2013-05-21 | 1 | -6/+6 | |
| |\ | | | | | | | correct timeText and units in swedish translation | |||||
| | * | correct timeText and units in swedish translation | Zoee Silcock | 2013-05-21 | 1 | -6/+6 | |
| |/ | ||||||
| * | Change variable names for .NET MVC minify | Trent Richardson | 2013-05-16 | 1 | -12/+12 | |
| | | ||||||
| * | Change function variables to function declarations for .NETs minify | Trent Richardson | 2013-05-16 | 1 | -7/+7 | |
| | | ||||||
| * | Merge pull request #586 from kasunchathuranga/dev | Trent Richardson | 2013-05-15 | 1 | -2/+9 | |
| |\ | | | | | | | Correctly set microseconds when setting date and time | |||||
| | * | Correctly set microseconds when setting date and time | Kasun Chathuranga | 2013-05-14 | 1 | -2/+9 | |
| |/ | ||||||
| * | #585 add ability to setDate with date string | Trent Richardson | 2013-05-13 | 1 | -0/+7 | |
| | | ||||||
| * | Merge pull request #584 from dragosprotung/dev | Trent Richardson | 2013-05-12 | 1 | -1/+1 | |
| |\ | | | | | | | Fixed typo in variable reference | |||||
| | * | Fixed typo in variable reference | Dragos Protung | 2013-05-09 | 1 | -1/+1 | |
| |/ | ||||||
| * | Updates docs | Trent Richardson | 2013-05-05 | 1 | -0/+3 | |
| | | ||||||
| * | New dev version | Trent Richardson | 2013-05-05 | 3 | -5/+5 | |
| | | ||||||
* | | Updates docs | Trent Richardson | 2013-06-15 | 1 | -1/+1 | |
| | | ||||||
* | | Updates docs | Trent Richardson | 2013-06-08 | 1 | -6/+16 | |
| | | ||||||
* | | Updates docs | Trent Richardson | 2013-05-28 | 1 | -1/+3 | |
| | | ||||||
* | | Updates docs | Trent Richardson | 2013-05-05 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'dev' | Trent Richardson | 2013-05-05 | 39 | -196/+420 | |
|\ \ | |/ | ||||||
| * | Version 1.3v1.3 | Trent Richardson | 2013-05-05 | 2 | -3/+3 | |
| | | ||||||
| * | Updates and tests with jqueryui 1.10.3 | Trent Richardson | 2013-05-03 | 1 | -2/+2 | |
| | | ||||||
| * | Updates docs | Trent Richardson | 2013-05-03 | 1 | -24/+8 | |
| | | ||||||
| * | Merges changes by Moreno - fixes Italian i18n and slider detection | Trent Richardson | 2013-05-01 | 2 | -5/+5 | |
| | | ||||||
| * | Merges i18n changes | Trent Richardson | 2013-05-01 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Merge pull request #582 from voda/microsec | Trent Richardson | 2013-05-01 | 1 | -1/+1 | |
| | |\ | | | | | | | | | fixed czech microsec translation | |||||
| | | * | fixed czech microsec translation | Ondřej Vodáček | 2013-05-01 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | #583 altField not honoring timeOnly=true | Trent Richardson | 2013-05-01 | 1 | -10/+12 | |
| |/ | ||||||
| * | Updates i18n for microsec | Trent Richardson | 2013-05-01 | 36 | -0/+36 | |
| | | ||||||
| * | min/maxInterval options for handleRange | Trent Richardson | 2013-04-30 | 2 | -22/+39 | |
| | | ||||||
| * | Fixes microsec bug | Trent Richardson | 2013-04-29 | 1 | -4/+4 | |
| | | ||||||
| * | change timezone values to minute numbers for easier formatting and js Date ↵ | Trent Richardson | 2013-04-25 | 2 | -61/+48 | |
| | | | | | | | | compat | |||||
| * | iso8601 option removed, pulls from support property | Trent Richardson | 2013-04-24 | 2 | -39/+39 | |
| | | ||||||
| * | #577 Microseconds added to the timepicker | Trent Richardson | 2013-04-24 | 2 | -16/+112 | |
| | | ||||||
| * | Updates reference in docs to i18n | Trent Richardson | 2013-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | Renames localization to i18n | Trent Richardson | 2013-04-24 | 36 | -0/+0 | |
| | | ||||||
| * | Clean up date range controls | Trent Richardson | 2013-04-23 | 2 | -25/+45 | |
| | | ||||||
| * | Updates documentation and version | Trent Richardson | 2013-04-23 | 3 | -7/+7 | |
| | | ||||||
| * | Enable unit detection from timeFormat | Trent Richardson | 2013-04-23 | 2 | -35/+49 | |
| | | ||||||
| * | Fixes timeZone casing, setDate now considers timezone | Trent Richardson | 2013-04-23 | 1 | -15/+25 | |
| | | ||||||
| * | Update to timezone functionality, remove defaultTimezone and ↵ | Trent Richardson | 2013-04-22 | 2 | -28/+66 | |
| | | | | | | | | useLocalTimezone options | |||||
| * | Merge pull request #574 from LarsHJ/patch-1 | Trent Richardson | 2013-04-22 | 1 | -0/+20 | |
| |\ | | | | | | | Create jquery-ui-timepicker-da.js | |||||
| | * | Create jquery-ui-timepicker-da.js | LarsHJ | 2013-04-15 | 1 | -0/+20 | |
| |/ | ||||||
| * | New dev version | Trent Richardson | 2013-04-13 | 3 | -6/+6 | |
| | |