summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New dev versionTrent Richardson2013-11-232-2/+2
|
* Updates readme, bower infov1.4.2Trent Richardson2013-11-237-7/+9
|
* Update comments for #644 fixTrent Richardson2013-11-212-4/+4
|
* Issue 644 - hasChanged uses strict comparisons so we need to ensure datatypeTrent Richardson2013-11-213-7/+21
|
* Fix new line at end of fileTrent Richardson2013-11-202-2/+2
|
* Pull #668 - Create Armenian translation for the jQuery Timepicker AddonTrent Richardson2013-11-202-0/+42
|
* Change Grunt date to pull static date and now new date every timeTrent Richardson2013-11-182-2/+4
|
* Apply Pull #664 - Selecting a time should focus input fieldTrent Richardson2013-11-185-5/+7
|
* New dev versionTrent Richardson2013-11-105-9/+9
|
* New versionv1.4.1Trent Richardson2013-11-104-4/+4
|
* #661 - Added Serbian translations by vladimir-jelovacTrent Richardson2013-11-074-0/+84
|
* Pull #653 by Kohgpat - Fix translation in russian localiztion exampleTrent Richardson2013-10-235-7/+6
|
* Update docsTrent Richardson2013-10-153-3/+0
|
* Pull #648 - Fixed defaultValue when focus by judgedimTrent Richardson2013-10-155-5/+11
|
* Pull #632 - Added missed character by semsorockTrent Richardson2013-08-305-11/+11
|
* Create new Dev versionTrent Richardson2013-08-112-2/+2
|
* Updates versionv1.4Trent Richardson2013-08-117-13/+15
|
* Updates #213 and #622 for date defaulting to 1899Trent Richardson2013-08-117-14/+27
|
* Merge pull request #623 from althaus/patch-1Trent Richardson2013-08-091-0/+5
|\ | | | | Fixes enable/disable timepicker
| * Fixed exception thrown by onTimeChangeMatthias Althaus2013-08-091-0/+3
| | | | | | After disabling a timepicker an exception is thrown, if you close the now timepicker-less datepicker.
| * Fixes enable/disable timepickerMatthias Althaus2013-08-091-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 detailsTrent Richardson2013-08-041-2/+1
|
* Pull Request #613 Add Composure SupportTrent Richardson2013-08-041-0/+27
|
* Fixes css widthsTrent Richardson2013-07-318-22/+26
|
* version number in docs, js now gruntified, add sliderAccess to distTrent Richardson2013-07-309-9/+119
|
* More details on usage in readmeTrent Richardson2013-07-291-3/+3
|
* Clean up docs and readmeTrent Richardson2013-07-296-43/+36
|
* Fix deprecated component.jsonTrent Richardson2013-07-291-0/+0
|
* fix lint issues, grunt less errorTrent Richardson2013-07-297-423/+430
|
* Merge pull request #618 from srvance/devTrent Richardson2013-07-296-477/+541
|\ | | | | Grunt cleanup, lint cleanup
| * Add the hint predefs necessary for Jasmine and jQuery $Stephen Vance2013-07-281-1/+10
| |
| * Jshint motivated cleanups in the spec.Stephen Vance2013-07-281-7/+7
| |
| * Minor gruntfile cleanupStephen Vance2013-07-281-6/+6
| |
| * Fix the jasmine test running issue by explicitly declaring the ↵Stephen Vance2013-07-281-1/+2
| | | | | | | | jasmine-fixture dependency.
| * Huge number of jshint motivated cleanups. We should consider adding ↵Stephen Vance2013-07-281-395/+402
| | | | | | | | jsbeautifier or some formatter to the grunt config so this doesn't have to be done manually.
| * Tabify jshintrc files.Stephen Vance2013-07-283-57/+57
| |
| * Merge branch 'dev' of ↵Stephen Vance2013-07-2898-985/+5140
| |\ | |/ |/| | | https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev
* | Gets jasmine runningTrent Richardson2013-07-282-5/+14
| |
* | Fixes SpecRunner link to jsTrent Richardson2013-07-282-2/+2
| |
* | breaks down docs in srcTrent Richardson2013-07-2810-1475/+1465
| |
* | Migrate to grunt setupTrent Richardson2013-07-2892-6/+4162
| |
* | Merge pull request #616 from srvance/devTrent Richardson2013-07-282-11/+152
|\ \ | | | | | | Dev
| | * Preserve leading and trailing whitespace. Don't second guess the developer ↵Stephen Vance2013-07-282-1/+10
| | | | | | | | | | | | who specified whitespace in their format.
| | * Time zone and literal tests, as well as some additional cases for the ↵Stephen Vance2013-07-282-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 Vance2013-07-281-1/+1
| |/
| * Fix some weak warnings in the timezoneOffsetString tests.Stephen Vance2013-07-281-3/+3
| |
| * Test the literal handling in formatTime() a little more and fix a warning ↵Stephen Vance2013-07-282-2/+4
| | | | | | | | and a curious behavior.
| * Add tests for single quotes.Stephen Vance2013-07-271-1/+4
| |
| * Add tests for am/pm.Stephen Vance2013-07-271-1/+26
| |
| * Remove the microsecond TODO after verifying intent with Trent. Rename the ↵Stephen Vance2013-07-271-7/+6
| | | | | | | | local fixture variables.
| * Start the tests for $.datepicker.formatTime(), fix a bug in it for ↵Stephen Vance2013-07-272-7/+119
|/ | | | microsecond handling, and change the method comments to jsdoc.
* Fix #607 jquery noConflict issueTrent Richardson2013-07-161-1/+1
|
* Fix documentation tab sizesTrent Richardson2013-07-151-2/+2
|
* Merge pull request #606 from srvance/devTrent Richardson2013-07-152-71/+328
|\ | | | | More tests added, cleanup
| * Use the alias for the timepicker utils to simplify the tests.Stephen Vance2013-07-141-6/+6
| |
| * Refactor the dateFormat in the parseDateTimeInternal tests.Stephen Vance2013-07-141-3/+5
| |
| * Refactor splitDateTime() signature to eliminate two unused parameters.Stephen Vance2013-07-142-6/+6
| |
| * I dug into the project history to figure out how to test the error path of ↵Stephen Vance2013-07-142-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 Vance2013-07-142-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 Vance2013-07-141-2/+6
| |
| * Eliminate an unused intermediate variable.Stephen Vance2013-07-141-2/+1
| |
| * Now that the basic time and date parsing functions are test protected, make ↵Stephen Vance2013-07-142-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 Vance2013-07-141-13/+19
| |
| * Fix parseDateTimeInternal() bug. The parsers returned false. The function ↵Stephen Vance2013-07-141-1/+1
| | | | | | | | tested for null with typed equality. Changed to test for falsiness.
| * Tests for parseDateTimeInternal(). The exception test found a bug.Stephen Vance2013-07-141-0/+44
| |
| * Expose parseDateTimeInternal for testing. I'm going to test it even though I ↵Stephen Vance2013-07-141-1/+2
| | | | | | | | haven't tested its datepicker collaborator functions.
| * Tests for splitDateTime, except for error paths.Stephen Vance2013-07-131-0/+45
| |
| * Expose splitDateTime for testing.Stephen Vance2013-07-131-1/+2
| |
| * Add placeholder for handleRange, but I'm not quite ready to tackle that one yet.Stephen Vance2013-07-131-0/+4
| |
| * Simplify range convenience function tests.Stephen Vance2013-07-131-29/+20
| |
| * Doco fix.Stephen Vance2013-07-131-1/+1
| |
| * Test the callers of timepicker.handleRange. The tests are a bit ↵Stephen Vance2013-07-131-0/+39
| | | | | | | | implementational, but that's all the methods under test do.
| * Minor simplification of timepicker.timezoneAdjust(). Left the addition of ↵Stephen Vance2013-07-121-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 Vance2013-07-121-0/+23
| |
| * Test timepicker.log()Stephen Vance2013-07-121-0/+23
| |
| * Fix some jsdoc.Stephen Vance2013-07-121-2/+2
| |
| * Test timepicker.timezoneOffsetString(). Fix lower range issue and simplify ↵Stephen Vance2013-07-082-3/+48
| | | | | | | | formatting of output string by eliminating 'magic' 101 values.
| * Expand timezoneOffsetNumber() docsStephen Vance2013-07-071-2/+2
| |
| * Start tests for timepicker functions. Test timezoneOffsetNumber() and fix ↵Stephen Vance2013-07-072-6/+31
| | | | | | | | seeming deviation from intent, although not in a likely meaningful way.
* | Fix conflictTrent Richardson2013-07-099-44/+4348
|\ \ | |/
| * Write tests for selectLocalTimezone and do some minor simplification.Stephen Vance2013-07-062-3/+47
| |
| * Use jasmine-fixture instead of jasmine-jquery. Don't need jQuery support in ↵Stephen Vance2013-07-061-2/+3
| | | | | | | | the specs yet and affix() is what I really wanted.
| * Minor typo fix.Stephen Vance2013-07-061-1/+1
| |
| * Additional jsdoc cleanups.Stephen Vance2013-07-061-10/+10
| |
| * Rename util to _util to make it clearer it's not to be used normally.Stephen Vance2013-07-062-2/+2
| |
| * Wrote tests for detectSupport, fixed a bug in AM/PM detection, simplified ↵Stephen Vance2013-07-062-5/+69
| | | | | | | | isIn() function, and eliminated unnecessary escapes in regular expression.
| * Minor typo fixesStephen Vance2013-07-061-2/+2
| |
| * Test and simplify convert24to12, including making it resistant to out of ↵Stephen Vance2013-07-062-4/+27
| | | | | | | | bounds values.
| * Test two of the utility functions and fix a bug that was found.Stephen Vance2013-07-062-2/+74
| |
| * A couple minor typo fixes.Stephen Vance2013-07-061-2/+2
| |
| * Fixed a couple of issues highlighted by intentions and fixed the jsdoc syntax.Stephen Vance2013-07-061-24/+24
| |
| * Fix comment typoStephen Vance2013-07-061-1/+1
| |
| * Set up Jasmine spec, spec runner, and support JSsStephen Vance2013-07-068-0/+4100
| |
* | New dev versionTrent Richardson2013-07-073-5/+5
| |
* | New Version Ready 1.3.1v1.3.1Trent Richardson2013-07-072-3/+3
| |
* | #601 By jasich - Added missing time format parameter in detectSupportcallTrent Richardson2013-07-021-1/+1
|/
* updates docsTrent Richardson2013-06-151-1/+1
|
* updates timezone conversionsTrent Richardson2013-06-142-4/+3
|
* Fixes syntax error in last commitTrent Richardson2013-06-141-1/+1
|
* Improvements to microsecond prototype for DateTrent Richardson2013-06-141-3/+7
|