aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/datepicker_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-1127/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-120/+120
| | | | | Ref #10119 Ref gh-1528
* Datepicker: Convert tests to new infrastructureScott González2015-04-091-125/+128
| | | | | Ref #10119 Ref gh-1528
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* DatePicker: increase date range so that tests still pass through 2015Luke Page2015-01-101-2/+2
|
* DatePicker: Fix tests to have unique namesLuke Page2015-01-101-4/+4
|
* Datepicker: Fix test for French localeScott González2014-10-071-2/+2
| | | | Ref #10651
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+3
| | | | | Fixes #8353 Closes gh-1248
* 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 ↵Jörn Zaefferer2013-05-311-4/+4
| | | | to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
* Datepicker Tests: fix failing oldIE tests by creating new inputs to focus ↵Mike Sherov2013-04-141-10/+11
| | | | when necessary for focus tests.
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵Mike Sherov2013-04-141-5/+6
| | | | cases for old Opera and old Safari.
* Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in ↵Mike Sherov2013-04-111-38/+60
| | | | all browsers without having to rely on timeouts.
* 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
| | | | before showing it.
* Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur ↵Mike Sherov2013-04-071-74/+72
| | | | | and by correctly not double focusing a programmatically focused date picker. A partial fix was implemented to resolve #6694, and this commit completes the fix so we can programmatically focus a date picker without focus being fired twice.
* Datepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker ↵Scott González2013-02-011-0/+15
| | | | beforeShowDay tooltip not displayed properly if single quote is used.
* Datepicker: Handle when yearRange is a year or a modifier. Fixed #8994 - ↵David Petersen2013-01-231-1/+17
| | | | Datepicker: next and prev buttons are disabled when using yearRange
* 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
| | | | Changing disabled option doesn't work.
* 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 ↵Jay Merrifield2012-11-131-1/+7
| | | | yearRange. Fixes #7362 - Datepicker allows changing year to something outside yearRange
* 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
| | | | re-enable the datepicker test suite
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-108/+108
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-17/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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 ↵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.
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-0/+10
|\ | | | | | | | | | | | | | | | | 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
| * 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
* | .attr() -> .prop()Scott González2011-06-081-19/+16
|/
* Datepicker: Greedy matching in month name. Fixed #7062 - ↵Kato Kazuyoshi2011-05-051-0/+4
| | | | $.datepicker.parseDate does not work for some locale date strings.
* Fix datepicker tests to pass in Chrome and run faster by letting QUnitjzaefferer2011-02-181-16/+16
| | | | | | 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.
* Datepicker: Update parseDate to properly handle a string value in ↵Ivan Peters2011-01-181-10/+15
| | | | shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly.
* Datepicker: changed setDate not to modify the passed date argument. Fixes ↵pheiberg2010-11-221-0/+4
| | | | #6671 - setDate manipulates its argument
* Datepicker: Fixed parsing of single y character for date formats. Fixes ↵pheiberg2010-11-181-5/+7
| | | | #6659 - Datepicker: Date format ymmdd not parsed correctly.
* 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 ↵Richard Worth2010-02-251-2/+2
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Datepicker: Corrected tests for changes in r3494Keith Wood2009-12-261-4/+8
|