2
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix lint issues, grunt less error More... almost 12 years ago
Merge pull request #618 from srvance/dev More... almost 12 years ago
Add the hint predefs necessary for Jasmine and jQuery $ More... almost 12 years ago
Jshint motivated cleanups in the spec. More... almost 12 years ago
Minor gruntfile cleanup More... almost 12 years ago
Fix the jasmine test running issue by explicitly declaring the jasmine-fixture dependency. More... almost 12 years ago
Huge number of jshint motivated cleanups. We should consider adding jsbeautifier or some formatter to the grunt config so this doesn't have to be done manually. More... almost 12 years ago
Tabify jshintrc files. More... almost 12 years ago
Merge branch 'dev' of https://github.com/trentrichardson/jQuery-Timepicker-Addon into dev More... almost 12 years ago
Preserve leading and trailing whitespace. Don't second guess the developer who specified whitespace in their format. More... almost 12 years ago
Time zone and literal tests, as well as some additional cases for the timezoneOffsetString() tests based on the timezone work. Changed the default timezone to null and eliminated double quotes from the regexp for literals. More... almost 12 years ago
Documented formatTime's options parameter as optional. More... almost 12 years ago
Gets jasmine running More... almost 12 years ago
Fixes SpecRunner link to js More... almost 12 years ago
breaks down docs in src More... almost 12 years ago
Migrate to grunt setup More... almost 12 years ago
Merge pull request #616 from srvance/dev More... almost 12 years ago
Fix some weak warnings in the timezoneOffsetString tests. More... almost 12 years ago
Test the literal handling in formatTime() a little more and fix a warning and a curious behavior. More... almost 12 years ago
Add tests for single quotes. More... almost 12 years ago
Add tests for am/pm. More... almost 12 years ago
Remove the microsecond TODO after verifying intent with Trent. Rename the local fixture variables. More... almost 12 years ago
Start the tests for $.datepicker.formatTime(), fix a bug in it for microsecond handling, and change the method comments to jsdoc. More... almost 12 years ago
Fix #607 jquery noConflict issue More... about 12 years ago
Fix documentation tab sizes More... about 12 years ago
Merge pull request #606 from srvance/dev More... about 12 years ago
Use the alias for the timepicker utils to simplify the tests. More... about 12 years ago
Refactor the dateFormat in the parseDateTimeInternal tests. More... about 12 years ago
Refactor splitDateTime() signature to eliminate two unused parameters. More... about 12 years ago
I dug into the project history to figure out how to test the error path of 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. More... about 12 years ago