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
*
Upgrade jQuery to 1.8.0.
Scott González
2012-08-13
3
-3
/
+3
*
Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal d...
TJ VanToll
2012-04-19
1
-0
/
+9
*
Autocomplete: Don't invoke a search from arrow keys when the element can have...
meh-cfl
2012-04-07
2
-0
/
+64
*
Autocomplete: Move race condition logic from ajax requests to general respons...
Scott González
2012-04-03
1
-1
/
+30
*
Upgrade jQuery to 1.7.2.
Scott González
2012-03-22
3
-3
/
+3
*
Upgrade jQuery to 1.7.1.
Scott González
2011-11-22
3
-3
/
+3
*
Upgrade jQuery to 1.7.
Scott González
2011-11-09
4
-4
/
+4
*
Position: Added a check for fraction support in element positions. Fixes #725...
kborchers
2011-10-26
1
-17
/
+17
*
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
3
-3
/
+3
*
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
3
-3
/
+3
*
jQuery 1.6 support.
Scott González
2011-07-29
6
-37
/
+11
*
Tests: Added ability to run tests against different versions of jQuery core.
Scott González
2011-07-28
17
-19
/
+29
*
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: 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
*
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
*
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
*
Switched to latest stable jQuery 1.5.1
Richard Worth
2011-03-02
18
-18
/
+18
*
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
*
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
[next]