Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New dev version | Trent Richardson | 2013-11-23 | 2 | -2/+2 |
| | |||||
* | Updates readme, bower infov1.4.2 | Trent Richardson | 2013-11-23 | 7 | -7/+9 |
| | |||||
* | Update comments for #644 fix | Trent Richardson | 2013-11-21 | 2 | -4/+4 |
| | |||||
* | Issue 644 - hasChanged uses strict comparisons so we need to ensure datatype | Trent Richardson | 2013-11-21 | 3 | -7/+21 |
| | |||||
* | Fix new line at end of file | Trent Richardson | 2013-11-20 | 2 | -2/+2 |
| | |||||
* | Pull #668 - Create Armenian translation for the jQuery Timepicker Addon | Trent Richardson | 2013-11-20 | 2 | -0/+42 |
| | |||||
* | Change Grunt date to pull static date and now new date every time | Trent Richardson | 2013-11-18 | 2 | -2/+4 |
| | |||||
* | Apply Pull #664 - Selecting a time should focus input field | Trent Richardson | 2013-11-18 | 5 | -5/+7 |
| | |||||
* | New dev version | Trent Richardson | 2013-11-10 | 5 | -9/+9 |
| | |||||
* | New versionv1.4.1 | Trent Richardson | 2013-11-10 | 4 | -4/+4 |
| | |||||
* | #661 - Added Serbian translations by vladimir-jelovac | Trent Richardson | 2013-11-07 | 4 | -0/+84 |
| | |||||
* | Pull #653 by Kohgpat - Fix translation in russian localiztion example | Trent Richardson | 2013-10-23 | 5 | -7/+6 |
| | |||||
* | Update docs | Trent Richardson | 2013-10-15 | 3 | -3/+0 |
| | |||||
* | Pull #648 - Fixed defaultValue when focus by judgedim | Trent Richardson | 2013-10-15 | 5 | -5/+11 |
| | |||||
* | Pull #632 - Added missed character by semsorock | Trent Richardson | 2013-08-30 | 5 | -11/+11 |
| | |||||
* | Create new Dev version | Trent Richardson | 2013-08-11 | 2 | -2/+2 |
| | |||||
* | Updates versionv1.4 | Trent Richardson | 2013-08-11 | 7 | -13/+15 |
| | |||||
* | Updates #213 and #622 for date defaulting to 1899 | Trent Richardson | 2013-08-11 | 7 | -14/+27 |
| | |||||
* | Merge pull request #623 from althaus/patch-1 | Trent Richardson | 2013-08-09 | 1 | -0/+5 |
|\ | | | | | Fixes enable/disable timepicker | ||||
| * | Fixed exception thrown by onTimeChange | Matthias Althaus | 2013-08-09 | 1 | -0/+3 |
| | | | | | | After disabling a timepicker an exception is thrown, if you close the now timepicker-less datepicker. | ||||
| * | Fixes enable/disable timepicker | Matthias Althaus | 2013-08-09 | 1 | -0/+2 |
|/ | | | Due to the fact that each datetimepicker instance has its own settings these have to be updated accordingly on enable or disable. | ||||
* | Tweak composer.json details | Trent Richardson | 2013-08-04 | 1 | -2/+1 |
| | |||||
* | Pull Request #613 Add Composure Support | Trent Richardson | 2013-08-04 | 1 | -0/+27 |
| | |||||
* | Fixes css widths | Trent Richardson | 2013-07-31 | 8 | -22/+26 |
| | |||||
* | version number in docs, js now gruntified, add sliderAccess to dist | Trent Richardson | 2013-07-30 | 9 | -9/+119 |
| | |||||
* | More details on usage in readme | Trent Richardson | 2013-07-29 | 1 | -3/+3 |
| | |||||
* | Clean up docs and readme | Trent Richardson | 2013-07-29 | 6 | -43/+36 |
| | |||||
* | Fix deprecated component.json | Trent Richardson | 2013-07-29 | 1 | -0/+0 |
| | |||||
* | fix lint issues, grunt less error | Trent Richardson | 2013-07-29 | 7 | -423/+430 |
| | |||||
* | Merge pull request #618 from srvance/dev | Trent Richardson | 2013-07-29 | 6 | -477/+541 |
|\ | | | | | Grunt cleanup, lint cleanup | ||||
| * | 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 |
| | | |||||
| * | Minor gruntfile cleanup | Stephen Vance | 2013-07-28 | 1 | -6/+6 |
| | | |||||
| * | Fix the jasmine test running issue by explicitly declaring the ↵ | Stephen Vance | 2013-07-28 | 1 | -1/+2 |
| | | | | | | | | jasmine-fixture dependency. | ||||
| * | Huge number of jshint motivated cleanups. We should consider adding ↵ | Stephen Vance | 2013-07-28 | 1 | -395/+402 |
| | | | | | | | | jsbeautifier or some formatter to the grunt config so this doesn't have to be done manually. | ||||
| * | Tabify jshintrc files. | Stephen Vance | 2013-07-28 | 3 | -57/+57 |
| | | |||||
| * | Merge branch 'dev' of ↵ | Stephen Vance | 2013-07-28 | 98 | -985/+5140 |
| |\ | |/ |/| | | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev | ||||
* | | Gets jasmine running | Trent Richardson | 2013-07-28 | 2 | -5/+14 |
| | | |||||
* | | Fixes SpecRunner link to js | Trent Richardson | 2013-07-28 | 2 | -2/+2 |
| | | |||||
* | | breaks down docs in src | Trent Richardson | 2013-07-28 | 10 | -1475/+1465 |
| | | |||||
* | | Migrate to grunt setup | Trent Richardson | 2013-07-28 | 92 | -6/+4162 |
| | | |||||
* | | Merge pull request #616 from srvance/dev | Trent Richardson | 2013-07-28 | 2 | -11/+152 |
|\ \ | | | | | | | Dev | ||||
| | * | Preserve leading and trailing whitespace. Don't second guess the developer ↵ | Stephen Vance | 2013-07-28 | 2 | -1/+10 |
| | | | | | | | | | | | | who specified whitespace in their format. | ||||
| | * | Time zone and literal tests, as well as some additional cases for the ↵ | Stephen Vance | 2013-07-28 | 2 | -10/+48 |
| | | | | | | | | | | | | timezoneOffsetString() tests based on the timezone work. Changed the default timezone to null and eliminated double quotes from the regexp for literals. | ||||
| | * | Documented formatTime's options parameter as optional. | Stephen Vance | 2013-07-28 | 1 | -1/+1 |
| |/ | |||||
| * | 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 ↵ | Stephen Vance | 2013-07-28 | 2 | -2/+4 |
| | | | | | | | | and a curious behavior. | ||||
| * | 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 ↵ | 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 |
| | | |||||
* | | 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 |
| |