| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -2/+2 |
* | Build: Enable "unused" option in jshint - Remove unused variables from codeba... | Mike Sherov | 2012-10-23 | 3 | -6/+5 |
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
* | Autocomplete tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
* | Autocomplete: Added tests for live region. | Scott González | 2012-05-22 | 1 | -0/+37 |
* | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ... | Jörn Zaefferer | 2012-05-16 | 1 | -0/+4 |
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -1/+1 |
* | Autocomplete: Move race condition logic from ajax requests to general respons... | Scott González | 2012-04-03 | 1 | -0/+29 |
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
* | Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocom... | Scott González | 2012-02-16 | 2 | -40/+4 |
* | Autocomplete: Added a test for exceeding minLength, then falling below, then ... | Scott González | 2012-02-15 | 1 | -7/+28 |
* | Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete... | Scott González | 2012-02-11 | 1 | -0/+33 |
* | Autocomplete: Added test for close method. | Scott González | 2012-01-31 | 2 | -6/+9 |
* | Autocomplete: Don't invoke a search from arrow keys when the element can have... | meh-cfl | 2011-11-28 | 1 | -0/+86 |
* | Autocomplete: Removed commented out test. | Scott González | 2011-11-23 | 1 | -18/+0 |
* | Autocomplete: Making sure we do not show search menu after a blur. Fixed #742... | Shannon | 2011-11-23 | 1 | -0/+19 |
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
* | Autocomplete tests: Fixed typo. | Scott González | 2011-11-01 | 1 | -1/+1 |
* | Tests (Simulate): Added focus and blur support. | Scott González | 2011-10-31 | 1 | -5/+3 |
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -8/+13 |
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
* | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | Dave Methvin | 2011-10-13 | 1 | -1/+1 |
* | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc... | Scott González | 2011-08-30 | 2 | -104/+70 |
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -1/+1 |
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -0/+1 |
* | Autocomplete tests: Fixed handling of cached ajax requests in IE. | Scott González | 2011-08-03 | 1 | -2/+3 |
* | Tests: Added test suites to run individual widget tests against all supported... | Scott González | 2011-08-02 | 1 | -0/+30 |
* | Tests: Added ability to run tests suites against different versions of jQuery... | Scott González | 2011-07-28 | 1 | -1/+1 |
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 5 | -470/+405 |
|\ |
|
| * | Autocomplete tests: Cleanup. | Scott González | 2011-06-13 | 5 | -470/+405 |
* | | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
|/ |
|
* | Autocomplete: Revert fix for #7024, broke regular menu selection. | Jörn Zaefferer | 2011-05-11 | 1 | -0/+2 |
* | Autocomplete: Added unit test to check for preventing value change when an un... | kborchers | 2011-05-10 | 1 | -0/+16 |
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -0/+1 |
* | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 1 | -18/+23 |
* | Merge branch 'master' of github.com:jquery/jquery-ui | Richard Worth | 2011-03-28 | 2 | -15/+0 |
|\ |
|
| * | Removed empty ticket test files. | Scott González | 2011-03-28 | 2 | -15/+0 |
* | | Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autoco... | Richard Worth | 2011-03-28 | 1 | -1/+1 |
|/ |
|
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ... | Scott González | 2011-03-22 | 1 | -11/+29 |
* | Autocomplete unit test: corrected name and argument order of equal() call in ... | Richard Worth | 2011-03-15 | 1 | -1/+1 |
* | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 |
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add... | Richard Worth | 2011-03-15 | 1 | -0/+27 |
* | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco... | Richard Worth | 2011-03-15 | 3 | -1/+4 |
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete... | Richard Worth | 2011-03-15 | 1 | -0/+1 |