index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Seperated testswarm injection from testsuite extensions, to fix 'failing' tes...
jzaefferer
2010-08-29
18
-20
/
+35
*
Dialog: When using the title attribute, update the title option. Fixes #5877 ...
Scott González
2010-08-27
1
-1
/
+5
*
Widget: Throw errors when calling non-existent methods or methods on uninista...
Scott González
2010-08-27
5
-34
/
+3
*
Position: Handle $(document) and $(window) for the of option. Fixes #5963 - P...
Scott González
2010-08-27
1
-0
/
+22
*
Widget tests: Coding standards.
Scott González
2010-08-26
1
-7
/
+7
*
Widget: Added more unit tests.
Scott González
2010-08-26
2
-0
/
+132
*
Widget Tests: Coding standards.
Scott González
2010-08-26
1
-79
/
+83
*
Widget: Added more unit tests.
Scott González
2010-08-26
1
-6
/
+89
*
Widget: Added tests for re-initialization.
Scott González
2010-08-23
1
-0
/
+29
*
Button: Read disabled attribute from original element if disabled option is n...
Scott González
2010-08-18
2
-1
/
+25
*
Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore butto...
Scott González
2010-08-18
1
-1
/
+6
*
Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.
ph-ausseil
2010-08-11
2
-0
/
+23
*
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...
Ziling Zhao
2010-07-30
1
-0
/
+21
*
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
4
-35
/
+4
*
Update to latest QUnit.
jzaefferer
2010-07-30
1
-3
/
+3
*
Use pushStack in widget method. Fixes #5732 - make the widget method maintain...
jzaefferer
2010-07-30
4
-4
/
+35
*
Added widget to unit tests index page.
jzaefferer
2010-07-30
1
-0
/
+1
*
Dialog: Wrap buttons in a div so we can float the div instead of the individu...
Scott González
2010-07-29
1
-1
/
+1
*
Progressbar: cleanup.
Scott González
2010-07-29
1
-0
/
+14
*
Tabs: coding standard.
Scott González
2010-07-28
1
-6
/
+6
*
Core Tests: Fixed image reference.
Scott González
2010-07-22
2
-1
/
+1
*
Core: Better support for areas in :focusable and :tabbable selectors. Partial...
Scott González
2010-07-22
2
-19
/
+34
*
Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...
Scott González
2010-07-21
2
-0
/
+110
*
Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...
Scott González
2010-07-21
2
-15
/
+15
*
Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...
Scott González
2010-07-21
3
-2
/
+33
*
Core: Removed tests for .attr() ARIA override since the override no longer ex...
Scott González
2010-07-21
2
-22
/
+0
*
Tabs: Added tests for select event.
Scott González
2010-07-20
1
-1
/
+12
*
Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.
Scott González
2010-07-19
1
-1
/
+6
*
Tabs: Updated tests.
Scott González
2010-07-16
2
-11
/
+3
*
Dialog: Fixed tests for position option.
Scott González
2010-07-16
1
-26
/
+22
*
added empty test for containment by array option
JustinMacCarthy
2010-07-16
1
-0
/
+4
*
Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:...
Scott González
2010-07-15
3
-1
/
+48
*
Updated test for default position option: Reference using-implementation, as ...
jzaefferer
2010-07-15
1
-7
/
+1
*
Dialog: Updated test for default position option. QUnit still fails the test ...
Scott González
2010-07-14
1
-1
/
+13
*
Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial...
Ben Hollis
2010-07-14
1
-2
/
+101
*
Dialog: Verify that we get a string back from .attr( "title" ) before using t...
Scott González
2010-07-14
1
-0
/
+1
*
Tabs: unit test to verify that number of panels is equal to number of tabs.
dominiquevincent
2010-05-10
1
-0
/
+11
*
added tests for disabled property
carhartl
2010-05-05
1
-10
/
+23
*
Slider unit tests: Disabled stale tests on Testswarm
jzaefferer
2010-04-28
1
-1
/
+12
*
added tests for enable/disable
carhartl
2010-04-20
2
-27
/
+70
*
Unit tests: Disable stale widget tests on testswarm
jzaefferer
2010-04-14
4
-4
/
+48
*
Unit tests: Disable stale interaction tests only on testswarm, but allow them...
jzaefferer
2010-04-14
4
-16
/
+48
*
Unit tests: Try to disable tests only for testswarm; if this works, I'll modi...
jzaefferer
2010-04-14
1
-4
/
+12
*
Position unit tests: Add module for testswarm to run all tests
jzaefferer
2010-04-14
1
-0
/
+2
*
Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes...
jzaefferer
2010-04-13
1
-2
/
+2
*
Autocomplete unit tests: Fix event handling in IE
jzaefferer
2010-04-13
1
-2
/
+3
*
Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test
jzaefferer
2010-04-13
1
-1
/
+1
*
Autocomplete and button unit tests: Same remove-role-attr fix as for accordio...
jzaefferer
2010-04-13
2
-0
/
+8
*
Accordion unit tests: And another height-testing hotfix for Safari 3.x
jzaefferer
2010-04-13
1
-1
/
+1
[next]