| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow direct time input from widget | Andrey Panteleyev | 2015-06-26 | 1 | -0/+54 |
* | Updates jquery and jqueryui for tests | Trent Richardson | 2014-09-01 | 1 | -2/+2 |
* | Updates jquery, new version | Trent Richardson | 2014-05-26 | 1 | -2/+2 |
* | Add test for altRedirectFocus option | Emil Lundberg | 2014-05-12 | 1 | -0/+11 |
* | Add test for altField focus redirection | Emil Lundberg | 2014-05-12 | 2 | -0/+25 |
* | Fix failure when setting date as null | Julien Sanchez | 2013-11-25 | 2 | -1/+19 |
* | Add the hint predefs necessary for Jasmine and jQuery $ | Stephen Vance | 2013-07-28 | 1 | -1/+10 |
* | Jshint motivated cleanups in the spec. | Stephen Vance | 2013-07-28 | 1 | -7/+7 |
* | Tabify jshintrc files. | Stephen Vance | 2013-07-28 | 1 | -30/+30 |
* | Merge branch 'dev' of https://github.com/trentrichardson/jQuery-Timepicker-Ad... | Stephen Vance | 2013-07-28 | 2 | -0/+84 |
|\ |
|
| * | Fixes SpecRunner link to js | Trent Richardson | 2013-07-28 | 2 | -2/+2 |
| * | Migrate to grunt setup | Trent Richardson | 2013-07-28 | 3 | -0/+84 |
* | | Preserve leading and trailing whitespace. Don't second guess the developer wh... | Stephen Vance | 2013-07-28 | 1 | -0/+10 |
* | | Time zone and literal tests, as well as some additional cases for the timezon... | Stephen Vance | 2013-07-28 | 1 | -8/+46 |
|/ |
|
* | Fix some weak warnings in the timezoneOffsetString tests. | Stephen Vance | 2013-07-28 | 1 | -3/+3 |
* | Test the literal handling in formatTime() a little more and fix a warning and... | Stephen Vance | 2013-07-28 | 1 | -1/+3 |
* | Add tests for single quotes. | Stephen Vance | 2013-07-27 | 1 | -1/+4 |
* | Add tests for am/pm. | Stephen Vance | 2013-07-27 | 1 | -1/+26 |
* | Remove the microsecond TODO after verifying intent with Trent. Rename the loc... | Stephen Vance | 2013-07-27 | 1 | -7/+6 |
* | Start the tests for $.datepicker.formatTime(), fix a bug in it for microsecon... | Stephen Vance | 2013-07-27 | 1 | -1/+111 |
* | 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 | 1 | -4/+4 |
* | I dug into the project history to figure out how to test the error path of sp... | Stephen Vance | 2013-07-14 | 1 | -2/+0 |
* | Write direct tests for the new computeEffectiveSetting() function. Leave the ... | Stephen Vance | 2013-07-14 | 1 | -0/+26 |
* | Now that the basic time and date parsing functions are test protected, make s... | Stephen Vance | 2013-07-14 | 1 | -4/+4 |
* | Tests for parseDateTimeInternal(). The exception test found a bug. | Stephen Vance | 2013-07-14 | 1 | -0/+44 |
* | Tests for splitDateTime, except for error paths. | Stephen Vance | 2013-07-13 | 1 | -0/+45 |
* | 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 |
* | Test the callers of timepicker.handleRange. The tests are a bit implementatio... | Stephen Vance | 2013-07-13 | 1 | -0/+39 |
* | Test timepicker.timezoneAdjust() | Stephen Vance | 2013-07-12 | 1 | -0/+23 |
* | Test timepicker.log() | Stephen Vance | 2013-07-12 | 1 | -0/+23 |
* | Test timepicker.timezoneOffsetString(). Fix lower range issue and simplify fo... | Stephen Vance | 2013-07-08 | 1 | -0/+45 |
* | Start tests for timepicker functions. Test timezoneOffsetNumber() and fix see... | Stephen Vance | 2013-07-07 | 1 | -0/+25 |
* | Write tests for selectLocalTimezone and do some minor simplification. | Stephen Vance | 2013-07-06 | 1 | -0/+43 |
* | Rename util to _util to make it clearer it's not to be used normally. | Stephen Vance | 2013-07-06 | 1 | -1/+1 |
* | Wrote tests for detectSupport, fixed a bug in AM/PM detection, simplified isI... | Stephen Vance | 2013-07-06 | 1 | -0/+63 |
* | Test and simplify convert24to12, including making it resistant to out of boun... | Stephen Vance | 2013-07-06 | 1 | -0/+24 |
* | Test two of the utility functions and fix a bug that was found. | Stephen Vance | 2013-07-06 | 1 | -2/+66 |
* | Set up Jasmine spec, spec runner, and support JSs | Stephen Vance | 2013-07-06 | 1 | -0/+5 |