aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* Button: Move button into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | Ref #13885
* Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | Ref #13885
* Accordion: Move accordion into widgets folderAlexander Schmitz2015-08-086-6/+6
| | | | Ref #13885
* Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-081-2/+2
| | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647
* Core: Move tabbable into its own moduleAlexander Schmitz2015-08-081-2/+3
| | | | Ref #9647
* Core: Move labels into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | Ref #9647
* Core: Move form method into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | Ref #9647
* Core: Move focusable into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | Ref #9647
* Core: Move data selector from core into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | Ref #9647
* Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension pointsAlexander Schmitz2015-06-033-0/+97
| | | | | Fixes #11097 Closes gh-1560
* 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-203-10/+10
|
* 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
|
* 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-202-5/+5
|
* Dialog: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-204-24/+24
|
* 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-141-1/+1
|
* Tests: Use new jquery-compat-git and jquery-git filesScott González2015-05-141-1/+1
|
* 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
* 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 AMD loading in IE8Scott González2015-04-1724-0/+24
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tests: Rename filesScott González2015-04-09114-41/+35
| | | | 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-092-356/+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
* 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-097-43/+45
| | | | | 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