Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -1127/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -120/+120 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Datepicker: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -125/+128 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 1 | -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 2015 | Luke Page | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | DatePicker: Fix tests to have unique names | Luke Page | 2015-01-10 | 1 | -4/+4 |
| | |||||
* | Datepicker: Fix test for French locale | Scott González | 2014-10-07 | 1 | -2/+2 |
| | | | | Ref #10651 | ||||
* | Datepicker: reject dates with two year digits when expecting 'yy' | Rodrigo Menezes | 2014-07-14 | 1 | -1/+3 |
| | | | | | Fixes #8353 Closes gh-1248 | ||||
* | Datepicker test: Ignore flaky test in IE in TestSwarm. | Scott González | 2013-12-03 | 1 | -113/+123 |
| | |||||
* | Datepicker test: Attempt to work around an issue in IE9 in TestSwarm. | Scott González | 2013-12-03 | 1 | -2/+2 |
| | |||||
* | Datepicker tests: Allow IE7 to return an absolute URL in the .attr('src') call | Jörn Zaefferer | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests ↵ | Jörn Zaefferer | 2013-05-31 | 1 | -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 Sherov | 2013-04-14 | 1 | -10/+11 |
| | | | | when necessary for focus tests. | ||||
* | Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵ | Mike Sherov | 2013-04-14 | 1 | -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 Sherov | 2013-04-11 | 1 | -38/+60 |
| | | | | all browsers without having to rely on timeouts. | ||||
* | Datepicker Tests: use simulated events for focus and blur. | Mike Sherov | 2013-04-07 | 1 | -1/+1 |
| | |||||
* | Datepicker Tests: fix IE7 test failures by ensuring the datepicker is hidden ↵ | Mike Sherov | 2013-04-07 | 1 | -24/+26 |
| | | | | before showing it. | ||||
* | Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur ↵ | Mike Sherov | 2013-04-07 | 1 | -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ález | 2013-02-01 | 1 | -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 Petersen | 2013-01-23 | 1 | -1/+17 |
| | | | | Datepicker: next and prev buttons are disabled when using yearRange | ||||
* | Tests: Correct all 404 errors in the test suite | Mike Sherov | 2013-01-02 | 1 | -3/+3 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -714/+714 |
| | |||||
* | Dev: remove todos from datepicker and dialog testsuite | Mike Sherov | 2012-12-12 | 1 | -3/+2 |
| | |||||
* | Datepicker tests: Handle async focus in IE. | Scott González | 2012-12-11 | 1 | -65/+103 |
| | |||||
* | Datepicker: Run JSHint test in unit tests. | Scott González | 2012-12-06 | 1 | -1/+2 |
| | |||||
* | Datepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: ↵ | Scott González | 2012-12-05 | 1 | -0/+17 |
| | | | | Changing disabled option doesn't work. | ||||
* | Datepicker tests: Work around encoding issues in oldIE. | Scott González | 2012-11-15 | 1 | -2/+8 |
| | |||||
* | Datepicker: Updated the range tests so you can't navigate past the ↵ | Jay Merrifield | 2012-11-13 | 1 | -1/+7 |
| | | | | yearRange. Fixes #7362 - Datepicker allows changing year to something outside yearRange | ||||
* | Dev: temporarily disable odd test failures in Datepicker | Mike Sherov | 2012-11-09 | 1 | -9/+13 |
| | |||||
* | Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: ↵ | Mike Sherov | 2012-11-09 | 1 | -4/+64 |
| | | | | re-enable the datepicker test suite | ||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -108/+108 |
| | | | | 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 | -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ález | 2012-06-27 | 1 | -0/+19 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -119/+112 |
| | |||||
* | Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*. | Scott González | 2012-03-27 | 1 | -47/+47 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -152/+152 |
| | |||||
* | Datepicker: Fix a bad assertion - actual result is valid. | Jörn Zaefferer | 2012-02-29 | 1 | -4/+4 |
| | |||||
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 1 | -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.1 | Scott González | 2011-07-25 | 1 | -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 ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+10 |
| | | | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called | ||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -19/+16 |
|/ | |||||
* | Datepicker: Greedy matching in month name. Fixed #7062 - ↵ | Kato Kazuyoshi | 2011-05-05 | 1 | -0/+4 |
| | | | | $.datepicker.parseDate does not work for some locale date strings. | ||||
* | Fix datepicker tests to pass in Chrome and run faster by letting QUnit | jzaefferer | 2011-02-18 | 1 | -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 Peters | 2011-01-18 | 1 | -10/+15 |
| | | | | shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly. | ||||
* | Datepicker: changed setDate not to modify the passed date argument. Fixes ↵ | pheiberg | 2010-11-22 | 1 | -0/+4 |
| | | | | #6671 - setDate manipulates its argument | ||||
* | Datepicker: Fixed parsing of single y character for date formats. Fixes ↵ | pheiberg | 2010-11-18 | 1 | -5/+7 |
| | | | | #6659 - Datepicker: Date format ymmdd not parsed correctly. | ||||
* | Datpicker: Fixed some failing tests. | Scott González | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | Fixed broken encoding of Préc | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -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 r3494 | Keith Wood | 2009-12-26 | 1 | -4/+8 |
| |