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-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
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
jtr-test
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
*
Autocompete tests: Added missing menu dependency.
Scott González
2011-01-14
1
-0
/
+1
*
Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _...
Scott González
2011-01-14
1
-0
/
+53
*
Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ...
Scott González
2011-01-14
1
-2
/
+2
*
Accordion: Moved handling for programmatically collapsing the accordion out o...
Scott González
2011-01-13
1
-1
/
+1
*
Accordion: First pass at deprecating the activate method. Renamed _clickHandl...
Scott González
2011-01-11
4
-8
/
+8
*
Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fi...
Alex Dovenmuehle
2011-01-11
2
-1
/
+20
*
Fixed references to jQuery.
Scott González
2011-01-10
1
-1
/
+1
*
Fixed bad references to jQuery-1.4.4.js
jzaefferer
2010-12-22
1
-1
/
+1
*
Merge remote branch 'origin/tooltip'
jzaefferer
2010-12-22
8
-22
/
+220
|
\
|
*
Tooltip: Implementing event delegation support.
jzaefferer
2010-10-26
3
-2
/
+8
|
*
Tooltip: Demo and tests update
jzaefferer
2010-10-26
1
-0
/
+9
|
*
Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whate...
jzaefferer
2010-10-26
2
-14
/
+0
|
*
Tooltip: Unit tests cleanup
jzaefferer
2010-10-26
2
-15
/
+30
|
*
Use pushStack in tooltip's widget method. See #5732
jzaefferer
2010-07-30
1
-0
/
+7
|
*
Merge commit '1.8.1' into tooltip
jzaefferer
2010-04-21
20
-100
/
+226
|
|
\
|
*
|
Tooltip: Unit tests for tooltip and a fix to pass through event objects to tr...
jzaefferer
2010-04-15
8
-21
/
+197
|
*
|
Revert "Position unit tests: Add module for testswarm to run all tests"
jzaefferer
2010-04-14
1
-2
/
+0
|
*
|
Position unit tests: Add module for testswarm to run all tests
jzaefferer
2010-04-13
1
-0
/
+2
*
|
|
Merge remote branch 'origin/menu'
jzaefferer
2010-12-22
8
-0
/
+179
|
\
\
\
|
*
|
|
Menu: Implemented destroy method and disabled option, modified test to pass h...
jzaefferer
2010-06-18
1
-6
/
+6
|
*
|
|
Menu:the first set of unit test files.
dominiquevincent
2010-05-06
7
-0
/
+178
|
*
|
|
Menu: Extracted menu code from autocomplete, updated all dependencies
jzaefferer
2010-04-21
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge remote branch 'origin/spinner'
jzaefferer
2010-12-22
6
-0
/
+601
|
\
\
\
|
*
|
|
Spinner: Refactored reading htlm5 attributes option init
jzaefferer
2010-10-28
1
-3
/
+3
|
*
|
|
Slider: Some more refactoring and cleanup
jzaefferer
2010-10-26
1
-6
/
+6
|
*
|
|
Slider: Some more test suite improvements
jzaefferer
2010-10-26
2
-7
/
+3
|
*
|
|
Spinner: Changed default for numberformat to null. Fixed disabled option to n...
jzaefferer
2010-10-26
6
-398
/
+144
|
*
|
|
Slider: Update to latest mousewheel plugin
jzaefferer
2010-10-26
1
-2
/
+2
|
*
|
|
Spinner: Fix value option initalization
jzaefferer
2010-10-25
3
-8
/
+24
|
*
|
|
Spinner: More cleanup
jzaefferer
2010-10-24
2
-302
/
+2
|
*
|
|
Spinner: Some code and test cleanup
jzaefferer
2010-10-24
3
-20
/
+3
|
*
|
|
Importing spinner unit tests
jzaefferer
2010-10-22
6
-0
/
+1160
*
|
|
|
Accordion: Move code for deprecated height options into an extension at the b...
Scott González
2010-12-19
1
-0
/
+1
*
|
|
|
Accordion: Added test for heightStyle: fill with absolutely positioned sibling.
Scott González
2010-12-19
1
-2
/
+4
*
|
|
|
Accordion: API Redesign. Made style changes and changed 'fill' implementation...
Alex Dovenmuehle
2010-12-17
1
-0
/
+9
*
|
|
|
Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ...
Alex Dovenmuehle
2010-12-16
1
-0
/
+27
*
|
|
|
Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.
Scott González
2010-12-10
1
-4
/
+0
*
|
|
|
Accordion: Added .ui-accordion-heading class to header's first child. Fixes #...
Alex Dovenmuehle
2010-12-10
4
-13
/
+20
*
|
|
|
Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - Dial...
Scott González
2010-12-10
1
-32
/
+0
*
|
|
|
Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw er...
Scott González
2010-12-10
1
-0
/
+17
*
|
|
|
Revert "Dialog: Moved the default value for the position.of option inside the...
Scott González
2010-12-10
1
-0
/
+1
*
|
|
|
Dialog: Moved the default value for the position.of option inside the _positi...
Scott González
2010-12-08
1
-1
/
+0
*
|
|
|
Tabs: Added context to global selectors. Fixed #6710 - tabs module uses globa...
saks
2010-12-07
1
-0
/
+21
*
|
|
|
Dialog position tests: Use Math.round() instead of Math.floor().
Scott González
2010-12-03
1
-4
/
+4
*
|
|
|
Progressbar: Added max option. Fixes #6681 - Progressbar: add max option.
Marian Rudzynski
2010-11-22
3
-1
/
+23
*
|
|
|
Datepicker: changed setDate not to modify the passed date argument. Fixes #66...
pheiberg
2010-11-22
1
-0
/
+4
*
|
|
|
Lossless compression of all non-theme images using ImageOptim
Phillip Barnes
2010-11-19
3
-0
/
+0
*
|
|
|
Datepicker: Fixed parsing of single y character for date formats. Fixes #6659...
pheiberg
2010-11-18
1
-5
/
+7
*
|
|
|
Buttonset: Added items option and removed visible filter for adding rounded c...
Scott González
2010-11-12
1
-7
/
+15
*
|
|
|
Upgraded jQuery to 1.4.4.
Scott González
2010-11-12
18
-18
/
+18
[next]