aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/datepicker_options.js
Commit message (Expand)AuthorAgeFilesLines
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+3
* Datepicker test: Ignore flaky test in IE in TestSwarm.Scott González2013-12-031-113/+123
* Datepicker test: Attempt to work around an issue in IE9 in TestSwarm.Scott González2013-12-031-2/+2
* Datepicker tests: Allow IE7 to return an absolute URL in the .attr('src') callJörn Zaefferer2013-11-251-1/+1
* Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests t...Jörn Zaefferer2013-05-311-4/+4
* Datepicker Tests: fix failing oldIE tests by creating new inputs to focus whe...Mike Sherov2013-04-141-10/+11
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ca...Mike Sherov2013-04-141-5/+6
* Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in a...Mike Sherov2013-04-111-38/+60
* Datepicker Tests: use simulated events for focus and blur.Mike Sherov2013-04-071-1/+1
* Datepicker Tests: fix IE7 test failures by ensuring the datepicker is hidden ...Mike Sherov2013-04-071-24/+26
* Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur a...Mike Sherov2013-04-071-74/+72
* Datepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker before...Scott González2013-02-011-0/+15
* Datepicker: Handle when yearRange is a year or a modifier. Fixed #8994 - Date...David Petersen2013-01-231-1/+17
* Tests: Correct all 404 errors in the test suiteMike Sherov2013-01-021-3/+3
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-714/+714
* Dev: remove todos from datepicker and dialog testsuiteMike Sherov2012-12-121-3/+2
* Datepicker tests: Handle async focus in IE.Scott González2012-12-111-65/+103
* Datepicker: Run JSHint test in unit tests.Scott González2012-12-061-1/+2
* Datepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: ...Scott González2012-12-051-0/+17
* Datepicker tests: Work around encoding issues in oldIE.Scott González2012-11-151-2/+8
* Datepicker: Updated the range tests so you can't navigate past the yearRange....Jay Merrifield2012-11-131-1/+7
* Dev: temporarily disable odd test failures in DatepickerMike Sherov2012-11-091-9/+13
* Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: ...Mike Sherov2012-11-091-4/+64
* Dev: remove globals from tests and moved test helpers to correct location - F...Mike Sherov2012-11-031-108/+108
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-17/+7
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+19
* Tests: Lint.Scott González2012-04-191-119/+112
* Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*.Scott González2012-03-271-47/+47
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-152/+152
* Datepicker: Fix a bad assertion - actual result is valid.Jörn Zaefferer2012-02-291-4/+4
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-091-10/+0
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-0/+10
|\
| * Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-281-0/+10
* | .attr() -> .prop()Scott González2011-06-081-19/+16
|/
* Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa...Kato Kazuyoshi2011-05-051-0/+4
* Fix datepicker tests to pass in Chrome and run faster by letting QUnitjzaefferer2011-02-181-16/+16
* Datepicker: Update parseDate to properly handle a string value in shortYearCu...Ivan Peters2011-01-181-10/+15
* Datepicker: changed setDate not to modify the passed date argument. Fixes #66...pheiberg2010-11-221-0/+4
* Datepicker: Fixed parsing of single y character for date formats. Fixes #6659...pheiberg2010-11-181-5/+7
* Datpicker: Fixed some failing tests.Scott González2010-11-051-1/+1
* Fixed broken encoding of PrécJörn Zaefferer2010-03-201-1/+1
* Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...Richard Worth2010-02-251-2/+2
* Datepicker: Corrected tests for changes in r3494Keith Wood2009-12-261-4/+8
* Datepicker - Fixed #4870 - yearRange doesn't work as expectedKeith Wood2009-12-011-2/+9
* Datepicker - Fixed #4787 - Datepicker: fix animation controlKeith Wood2009-12-011-1/+1
* datepicker: renabling tests, with timeouts inbetween each test, hopefully avo...Jörn Zaefferer2009-09-191-1/+6
* Datepicker: Fixed #3891 Autosize input fieldKeith Wood2009-07-221-0/+38
* Datepicker: Fixed #4647 setDate cannot be called multiple timesKeith Wood2009-07-221-0/+11
* Datepicker. Fixed #3657 showOtherMonths should allow the selection of days fr...Keith Wood2009-06-211-0/+21
* Datepicker: default, min, and max dates can be specified as date strings in t...Keith Wood2009-06-161-3/+15