aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Widget: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-14/+14
| |
| * Tooltip: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-204-12/+12
| |
| * Tabs: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-8/+8
| |
| * Spinner: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-18/+18
| |
| * Sortable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
| |
| * Slider: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
| |
| * Menu: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-7/+7
| |
| * Selectmenu: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-9/+9
| |
| * Droppable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
| |
| * Draggable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-6/+6
| |
| * Dialog: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-209-33/+33
| |
| * Datepicker: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-11/+11
| |
| * Button: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-10/+10
| |
| * Autocomplete: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-10/+10
| |
| * Accordion: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-7/+7
| |
| * Form Reset: Add form reset mixinScott González2015-05-144-0/+148
| | | | | | | | | | Fixes #12638 Closes gh-1555
| * Widget: Support mixinsScott González2015-05-141-0/+79
| | | | | | | | | | Fixes #12601 Closes gh-1554
| * Build: Upgrade to jQuery 1.11.3Scott González2015-05-143-3/+3
| |
| * Tests: Use new jquery-compat-git and jquery-git filesScott González2015-05-143-3/+3
| |
| * Widget tests: Clean up $.fn methodsScott González2015-05-131-0/+8
| |
| * Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methodsAlexander Schmitz2015-05-053-0/+147
| | | | | | | | | | | | | | $.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.2Alexander Schmitz2015-05-011-1/+0
| | | | | | | | Closes gh-1547
| * Effect: Make .transfer() callback optionalJörn Zaefferer2015-04-241-0/+26
| | | | | | | | | | | | | | Adds two tests to at least check that no exception is thrown. Fixes #12223 Closes gh-1545
| * Slider: Range fills all space after changing orientationAblay Keldibek2015-04-222-2/+50
| | | | | | | | | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533
| * Tooltip: Remove name attribute from elements in the live regionJiabao Wu2015-04-221-0/+25
| | | | | | | | | | Fixes #11272 Closes gh-1544
| * Slider: Pass 0 value if slider reaches itAblay Keldibek2015-04-201-1/+25
| | | | | | | | | | Fixes #12196 Closes gh-1540
| * Position: Remove IE6 workarounds in testsScott González2015-04-201-12/+7
| | | | | | | | Closes gh-1543
| * Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixesJörn Zaefferer2015-04-181-1/+7
| | | | | | | | | | | | | | Fixes #12061 Closes gh-1538 Ref #7053 Ref jquery/api.jqueryui.com#256
| * Tests: Fix loading in TestSwarmScott González2015-04-171-13/+8
| |
| * Tests: Fix AMD loading in IE8Scott González2015-04-1726-24/+42
| | | | | | | | | | 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 inputScott González2015-04-171-5/+6
| |
| * Tests: Use the qunit-assert-close moduleScott González2015-04-092-11/+8
| | | | | | | | | | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528
| * Tests: Rename filesScott González2015-04-09115-47/+41
| | | | | | | | Ref gh-1528
| * Tests: Widget test helpers extend the main helperScott González2015-04-0943-589/+634
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Tests: Remove old test infrastructureScott González2015-04-094-382/+0
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Droppable: Convert tests to new infrastructureScott González2015-04-0910-87/+59
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Tooltip: Convert tests to new infrastructureScott González2015-04-099-69/+48
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Dialog: Convert tests to new infrastructureScott González2015-04-0910-133/+92
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Tests: Support `$.uiBackCompat = false` via `data-no-back-compat`Scott González2015-04-091-4/+14
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Datepicker: Convert tests to new infrastructureScott González2015-04-096-259/+251
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Spinner: Convert tests to new infrastructureScott González2015-04-098-43/+48
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Widget: Convert tests to new infrastructureScott González2015-04-095-29/+33
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Tabs: Convert tests to new infrastructureScott González2015-04-097-47/+51
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Sortable: Convert tests to new infrastructureScott González2015-04-097-58/+47
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Slider: Convert tests to new infrastructureScott González2015-04-096-41/+34
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Selectmenu: Convert tests to new infrastructureScott González2015-04-096-37/+32
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Selectable: Convert tests to new infrastructureScott González2015-04-095-42/+27
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Resizable: Convert tests to new infrastructureScott González2015-04-097-133/+121
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Progressbar: Convert tests to new infrastructureScott González2015-04-096-35/+32
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Position: Convert tests to new infrastructureScott González2015-04-092-17/+9
| | | | | | | | | | Ref #10119 Ref gh-1528