Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Use new jquery-compat-git and jquery-git files | Scott González | 2015-05-14 | 4 | -4/+4 |
| | |||||
* | Widget tests: Clean up $.fn methods | Scott González | 2015-05-13 | 1 | -0/+8 |
| | |||||
* | Tabs: Use $.ui.escapeSelector to avoid invalid selectors | Alexander Schmitz | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Use $.ui.escapeSelector | Alexander Schmitz | 2015-05-05 | 1 | -2/+3 |
| | |||||
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 5 | -4/+201 |
| | | | | | | | $.fn.labels and $.fn.form mimic the native labels and form properties $.ui.escapeSelector is for escaping attributes and urls for use as selectors Closes gh-1546 | ||||
* | Build: Update to qunit-assert-classes to V 1.0.2 | Alexander Schmitz | 2015-05-01 | 3 | -20/+141 |
| | | | | Closes gh-1547 | ||||
* | Effect: Make .transfer() callback optional | Jörn Zaefferer | 2015-04-24 | 2 | -1/+29 |
| | | | | | | | Adds two tests to at least check that no exception is thrown. Fixes #12223 Closes gh-1545 | ||||
* | Slider: Range fills all space after changing orientation | Ablay Keldibek | 2015-04-22 | 3 | -2/+62 |
| | | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533 | ||||
* | Slider: Remove scrollbar demo | Scott González | 2015-04-22 | 1 | -131/+0 |
| | | | | | Custom scrollbars are often a bad idea and this was a particularly minimal, and therefore terrible, implementation. | ||||
* | Tooltip: Remove name attribute from elements in the live region | Jiabao Wu | 2015-04-22 | 2 | -0/+26 |
| | | | | | Fixes #11272 Closes gh-1544 | ||||
* | Slider: Pass 0 value if slider reaches it | Ablay Keldibek | 2015-04-20 | 2 | -3/+27 |
| | | | | | Fixes #12196 Closes gh-1540 | ||||
* | Position: Remove IE6 workarounds in tests | Scott González | 2015-04-20 | 1 | -12/+7 |
| | | | | Closes gh-1543 | ||||
* | Autocomplete: Cleanup remote-jsonp demo | Jörn Zaefferer | 2015-04-20 | 1 | -18/+11 |
| | | | | | | | Fix handling of empty response, remove silly open/close handlers, fix select callback, fix demo description. Closes gh-1542 | ||||
* | Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixes | Jörn Zaefferer | 2015-04-18 | 2 | -3/+24 |
| | | | | | | | Fixes #12061 Closes gh-1538 Ref #7053 Ref jquery/api.jqueryui.com#256 | ||||
* | Tests: Fix loading in TestSwarm | Scott González | 2015-04-17 | 1 | -13/+8 |
| | |||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 27 | -25/+44 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Fix domEqual handling for invalid input | Scott González | 2015-04-17 | 1 | -5/+6 |
| | |||||
* | Build: Upgrade to qunit-composite 1.1.0 | Scott González | 2015-04-09 | 2 | -4/+15 |
| | | | | | Ref #10119 Closes gh-1528 | ||||
* | Tests: Use the qunit-assert-close module | Scott González | 2015-04-09 | 6 | -11/+139 |
| | | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528 | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 115 | -47/+41 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 43 | -589/+634 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Remove old test infrastructure | Scott González | 2015-04-09 | 4 | -382/+0 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Droppable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 10 | -87/+59 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tooltip: Convert tests to new infrastructure | Scott González | 2015-04-09 | 9 | -69/+48 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Dialog: Convert tests to new infrastructure | Scott González | 2015-04-09 | 10 | -133/+92 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Support `$.uiBackCompat = false` via `data-no-back-compat` | Scott González | 2015-04-09 | 1 | -4/+14 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Datepicker: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -259/+251 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Spinner: Convert tests to new infrastructure | Scott González | 2015-04-09 | 8 | -43/+48 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Widget: Convert tests to new infrastructure | Scott González | 2015-04-09 | 5 | -29/+33 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tabs: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -47/+51 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Sortable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -58/+47 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Slider: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -41/+34 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Selectmenu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -37/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Selectable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 5 | -42/+27 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Resizable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -133/+121 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Progressbar: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -35/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Position: Convert tests to new infrastructure | Scott González | 2015-04-09 | 2 | -17/+9 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Menu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -53/+53 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Effects: Convert tests to new infrastructure | Scott González | 2015-04-09 | 3 | -37/+30 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Draggable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -252/+245 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Core: Convert tests to new infrastructure | Scott González | 2015-04-09 | 3 | -20/+14 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Button: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -48/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Autocomplete: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -37/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Accordion: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -49/+54 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Convert closeEnough() to a proper QUnit assertion | Scott González | 2015-04-09 | 7 | -54/+59 |
| | | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528 | ||||
* | Tests: Change test infrastructure to use AMD and reduce boilerplate | Scott González | 2015-04-09 | 11 | -1/+2584 |
| | | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test | ||||
* | Revert "Draggable: Set explicit width/height instead of right/bottom" | TJ VanToll | 2015-04-08 | 3 | -50/+2 |
| | | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725 | ||||
* | Menu: Ignore bubbled mouseenter events on parent items | Jörn Zaefferer | 2015-04-08 | 2 | -1/+52 |
| | | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535 | ||||
* | Selectmenu: Add a disabled-default option example to default demo | Jörn Zaefferer | 2015-04-08 | 1 | -0/+12 |
| | | | | Ref gh-1520 | ||||
* | Menu: Update default demo, use product categories | Jörn Zaefferer | 2015-04-08 | 1 | -20/+18 |
| | | | | | | | Makes it look like a navigation menu that can't be navigated, at least better than the random city names we had before. Ref #11641 |