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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simulate: Define getters for pageX and pageY in mouse events if they come thr...
Scott González
2012-01-12
1
-1
/
+25
*
Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safa...
Richard D. Worth
2012-01-12
1
-1
/
+1
*
Tests (Simulate): Make the blur event async to deal with IE's native blur bei...
Scott González
2012-01-12
1
-11
/
+16
*
Tests (Simulate): Added focus and blur support.
Scott González
2012-01-12
1
-0
/
+49
*
Tests (Simulate): Whitespace cleanup.
Scott González
2012-01-12
1
-70
/
+99
*
Upgrade jQuery to 1.7.1.
Scott González
2011-11-22
185
-184
/
+9450
*
Upgrade jQuery to 1.7.
Scott González
2011-11-09
186
-185
/
+9485
*
Position: Added a check for fraction support in element positions. Fixes #725...
kborchers
2011-10-26
1
-17
/
+17
*
Default to jQuery 1.6.4 for tests.
Scott González
2011-10-18
1
-1
/
+1
*
Sortable tests: Commented out assertions that don't make sense.
Scott González
2011-10-18
1
-4
/
+4
*
Upgraded jQuery to 1.6.4.
Scott González
2011-10-18
185
-183
/
+18273
*
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...
Corey Frang
2011-08-20
1
-1
/
+1
*
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...
Corey Frang
2011-08-19
1
-1
/
+30
*
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...
Karl Kirch
2011-08-09
1
-0
/
+33
*
Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...
Scott González
2011-08-09
1
-10
/
+0
*
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...
Corey Frang
2011-08-03
1
-0
/
+6
*
Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.
Andreas Pelme
2011-08-02
1
-0
/
+25
*
Upgrade jQuery to 1.6.2.
Scott González
2011-08-01
184
-184
/
+184
*
jQuery 1.6 support.
Scott González
2011-07-29
10
-38
/
+26794
*
Tests: Added ability to run tests against different versions of jQuery core.
Scott González
2011-07-28
27
-19
/
+61676
*
Tests: Delete everything that fails.
Scott González
2011-07-28
13
-835
/
+6
*
Tests: Deleted failing widget tests.
Scott González
2011-07-28
8
-122
/
+6
*
Accordion tests: Fixed fixture id.
Scott González
2011-07-28
1
-1
/
+1
*
Added compound test suite and updated QUnit.
Scott González
2011-07-28
18
-16
/
+137
*
Datepicker: show inline datepicker setting explicit display:block instead of ...
Richard D. Worth
2011-07-19
1
-0
/
+23
*
Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...
marcneuwirth
2011-06-28
1
-0
/
+10
*
Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...
marcneuwirth
2011-06-28
1
-0
/
+5
*
Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...
Glenn Goodrich
2011-05-26
1
-0
/
+8
*
Simulate: account for document scroll in findCenter function. Fixes #6859 - J...
Richard D. Worth
2011-05-26
1
-3
/
+3
*
There's no guard against unparsed characters at the end of the date string, a...
Jörn Zaefferer
2011-05-18
1
-0
/
+9
*
Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClo...
Kato Kazuyoshi
2011-05-18
2
-0
/
+6
*
Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D...
Jay Merrifield
2011-05-16
1
-0
/
+5
*
Button: Added rtl detection so corner classes would properly be applied to bu...
Doug Neiner
2011-05-12
1
-0
/
+14
*
Datepicker: Disabled datepicker should disable own select element too. Fixed ...
Kato Kazuyoshi
2011-05-11
1
-1
/
+4
*
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #670...
Kato Kazuyoshi
2011-05-04
1
-0
/
+8
*
Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa...
Kato Kazuyoshi
2011-05-04
2
-0
/
+5
*
Progressbar: Added unit test for #7231 - valueDiv should be hidden when value...
Richard Worth
2011-04-09
1
-0
/
+17
*
Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.
Richard Worth
2011-04-07
1
-54
/
+0
*
Slider: Properly handle value and value methods as setters. Fixes #4881 - Sli...
Scott González
2011-03-28
1
-3
/
+3
*
Accordion unit test: corrected autoFocus test to check for ui-state-hover ins...
Richard Worth
2011-03-15
1
-1
/
+1
*
Autocomplete: refactored unit tests for autoFocus option
Richard Worth
2011-03-15
1
-14
/
+8
*
Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add...
Richard Worth
2011-03-15
1
-0
/
+27
*
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...
Richard Worth
2011-03-15
1
-0
/
+1
*
Accordion: set aria-selected to true on selected header, false on others. Fix...
Richard Worth
2011-03-15
1
-1
/
+5
*
Button: find associated label even without common ancestor. Fixes #7092 - but...
ddstreet
2011-03-11
1
-0
/
+22
*
Mouse visual test: Bump jQuery version.
Scott González
2011-03-07
1
-2
/
+2
*
Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed aft...
awgy
2011-03-07
1
-0
/
+67
*
Switched to latest stable jQuery 1.5.1
Richard Worth
2011-03-02
197
-197
/
+197
*
Datepicker: prevent datepicker initialization on empty jquery collection and ...
Dan Heberden
2011-02-15
1
-0
/
+5
*
Datepicker: Update parseDate to properly handle a string value in shortYearCu...
Ivan Peters
2011-01-18
1
-10
/
+15
[next]