aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker
Commit message (Expand)AuthorAgeFilesLines
* Dev: remove todos from datepicker and dialog testsuiteMike Sherov2012-12-121-3/+2
* Datepicker tests: Handle async focus in IE.Scott González2012-12-112-174/+245
* Datepicker: Run JSHint test in unit tests.Scott González2012-12-062-1/+4
* Datepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: ...Scott González2012-12-051-0/+17
* Datepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed #5679...Roman Salnikov2012-11-191-0/+10
* Datepicker tests: Work around encoding issues in oldIE.Scott González2012-11-152-5/+16
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Datepicker: Updated the range tests so you can't navigate past the yearRange....Jay Merrifield2012-11-131-1/+7
* Datepicker tests: Fixed setting of option.Scott González2012-11-131-1/+1
* 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-094-93/+83
* Dev: remove globals from tests and moved test helpers to correct location - F...Mike Sherov2012-11-037-213/+212
* Datepicker: Removed iframe cover for IE6.Scott González2012-10-261-10/+7
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-236-47/+27
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-221-48/+48
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-101-2/+2
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-275-0/+32
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
* Tests: Lint.Scott González2012-04-195-189/+187
* Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*.Scott González2012-03-273-113/+113
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-294-220/+220
* Datepicker: Fix a bad assertion - actual result is valid.Jörn Zaefferer2012-02-291-4/+4
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-9/+13
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
* Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...Karl Kirch2011-08-091-0/+33
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-091-10/+0
* Tests: Cleanup.Scott González2011-08-031-30/+30
* Tests: Added test suites to run individual widget tests against all supported...Scott González2011-08-021-0/+30
* Tests: Added ability to run tests suites against different versions of jQuery...Scott González2011-07-281-1/+1
* Merge branch 'master' into core-1.6.1Scott González2011-07-253-2/+27
|\
| * Merge remote branch 'pgraham/master'Jörn Zaefferer2011-06-281-2/+12
| |\
| | * Updated guard against unparsed characters to allow extra characters as long a...Philip Graham2011-06-281-2/+12
| * | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-281-0/+10
| * | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...marcneuwirth2011-06-281-0/+5
| |/
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
* | .attr() -> .prop()Scott González2011-06-082-22/+19
|/
* There's no guard against unparsed characters at the end of the date string, a...Jörn Zaefferer2011-05-181-0/+9
* Merge remote branch 'kzys/trac-6656'Jörn Zaefferer2011-05-182-0/+6
|\
| * Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClo...Kato Kazuyoshi2011-05-072-0/+6
* | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D...Jay Merrifield2011-05-161-0/+5
* | Datepicker: Disabled datepicker should disable own select element too. Fixed ...Kato Kazuyoshi2011-05-071-1/+4
|/
* Merge pull request #200 from kzys/trac-6704-2Scott González2011-05-041-0/+8
|\