| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 1 | -7/+3 |
* | Autocomplete tests: Fixed various bugs in various versions of IE. | Scott González | 2011-02-24 | 1 | -2/+6 |
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -1/+1 |
* | Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc... | Scott González | 2011-02-24 | 2 | -0/+41 |
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 |
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
* | Autocompete tests: Added missing menu dependency. | Scott González | 2011-01-14 | 1 | -0/+1 |
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
* | Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete... | Scott González | 2010-10-26 | 1 | -1/+1 |
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
* | Autocomplete tests: Removed reference to non-existent menu plugin. | Scott González | 2010-10-21 | 1 | -1/+0 |
* | Autocomplete: Only prevent the default action for enter when a menu item is a... | Scott González | 2010-09-27 | 1 | -2/+31 |
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' tes... | jzaefferer | 2010-08-29 | 1 | -0/+1 |
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ... | Scott González | 2010-07-30 | 1 | -0/+18 |
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ... | Scott González | 2010-07-30 | 1 | -9/+1 |
* | Use pushStack in widget method. Fixes #5732 - make the widget method maintain... | jzaefferer | 2010-07-30 | 1 | -1/+9 |
* | Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo... | Scott González | 2010-07-21 | 3 | -2/+33 |
* | Autocomplete: Added position option. Fixes #5153 - Autocomplete position option. | Scott González | 2010-07-19 | 1 | -1/+6 |
* | Autocomplete unit tests: Fix event handling in IE | jzaefferer | 2010-04-13 | 1 | -2/+3 |
* | Autocomplete and button unit tests: Same remove-role-attr fix as for accordio... | jzaefferer | 2010-04-13 | 1 | -0/+4 |
* | Autocomplete: Track input changes and fire change-event on blur, along with s... | jzaefferer | 2010-04-08 | 1 | -4/+21 |
* | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ... | jzaefferer | 2010-03-31 | 1 | -1/+1 |