Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: ↵ | Mike Sherov | 2012-11-09 | 1 | -88/+0 |
| | | | | re-enable the datepicker test suite | ||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -4/+4 |
| | | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Build: Upgrade to the latest Grunt and JSHint - Closes gh-786 | Mike Sherov | 2012-10-22 | 1 | -48/+48 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+4 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -7/+7 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -8/+8 |
| | |||||
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵ | Karl Kirch | 2011-08-09 | 1 | -0/+33 |
| | | | | Ability to stop datepicker from appearing with beforeShow event handler. | ||||
* | Updated guard against unparsed characters to allow extra characters as long ↵ | Philip Graham | 2011-06-28 | 1 | -2/+12 |
| | | | | | | as they are separated from the date by whitespace. This maintains compatibility with timepicker extensions. Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years | ||||
* | There's no guard against unparsed characters at the end of the date string, ↵ | Jörn Zaefferer | 2011-05-18 | 1 | -0/+9 |
| | | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years | ||||
* | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵ | Jay Merrifield | 2011-05-16 | 1 | -0/+5 |
| | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time. | ||||
* | Fix datepicker tests to pass in Chrome and run faster by letting QUnit | jzaefferer | 2011-02-18 | 1 | -6/+1 |
| | | | | | | handle the staggered proessing (renders at least once per second, faster then rendering after each test). Disabled broken manual-entry tests after confirming its only an issue in the test, not the impl. | ||||
* | Datpicker: Fixed some failing tests. | Scott González | 2010-11-05 | 1 | -6/+6 |
| | |||||
* | debug comment | Jörn Zaefferer | 2010-03-20 | 1 | -0/+3 |
| | |||||
* | Datepicker: Fixed conflict between beforeShowDay and getDate | Keith Wood | 2010-01-29 | 1 | -1/+22 |
| | | | | http://forum.jquery.com/topic/several-breaking-changes-in-jquery-ui-1-8rc1 | ||||
* | datepicker: removing odd ticket test, has no assertions | Jörn Zaefferer | 2009-09-19 | 1 | -14/+0 |
| | |||||
* | Datepicker: Added test for #4055 - onclick events contain references to ↵ | Scott González | 2009-02-13 | 1 | -0/+14 |
| | | | | "jQuery". | ||||
* | datepicker unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -4/+0 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |