aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Tests: Correct all 404 errors in the test suiteMike Sherov2013-01-023-5/+5
|
* Datepicker Tests: Prepare for widget-ization tests.Mike Sherov2013-01-023-12/+8
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-265-1236/+1236
|
* 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
| | | | Changing disabled option doesn't work.
* Datepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed ↵Roman Salnikov2012-11-191-0/+10
| | | | #5679 - Datepicker should reinitialize if dpDiv is removed
* 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 ↵Jay Merrifield2012-11-131-1/+7
| | | | yearRange. Fixes #7362 - Datepicker allows changing year to something outside yearRange
* 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
| | | | re-enable the datepicker test suite
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-037-213/+212
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* 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 ↵Mike Sherov2012-10-236-47/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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 - ↵Karl Kirch2011-08-091-0/+33
| | | | Ability to stop datepicker from appearing with beforeShow event handler.
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵Scott González2011-08-091-10/+0
| | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit effdd5d19c534f8445ebafe4212278c4366b0041.
* Tests: Cleanup.Scott González2011-08-031-30/+30
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Merge branch 'master' into core-1.6.1Scott González2011-07-253-2/+27
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Merge remote branch 'pgraham/master'Jörn Zaefferer2011-06-281-2/+12
| |\
| | * Updated guard against unparsed characters to allow extra characters as long ↵Philip Graham2011-06-281-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
| * | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵marcneuwirth2011-06-281-0/+10
| | | | | | | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called
| * | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵marcneuwirth2011-06-281-0/+5
| |/ | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed
* | 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, ↵Jörn Zaefferer2011-05-181-0/+9
| | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years
* Merge remote branch 'kzys/trac-6656'Jörn Zaefferer2011-05-182-0/+6
|\