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-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
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Moved loadResources to TestHelpers.
Scott González
2012-04-23
1
-7
/
+5
*
Update to official qunit composite addon
Jörn Zaefferer
2012-04-21
1
-2
/
+2
*
Tests: Lint.
Scott González
2012-04-19
1
-9
/
+8
*
Tests: Lint.
Scott González
2012-04-18
2
-50
/
+54
*
Upgrade jQuery to 1.7.2.
Scott González
2012-03-22
1
-1
/
+1
*
Update Widget data naming/usage. Remove unnecessary fallbacks, update .remove...
Jörn Zaefferer
2012-03-01
1
-1
/
+4
*
Update data naming for Widget, including backwards compability. Updated tests...
Jörn Zaefferer
2012-03-01
1
-14
/
+28
*
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
Jörn Zaefferer
2012-02-29
1
-102
/
+102
*
Widget: Allow redefining a widget after other widgets have inherited from it.
Scott González
2012-02-01
1
-1
/
+44
*
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...
Scott González
2012-01-21
1
-0
/
+15
*
Upgrade jQuery to 1.7.1.
Scott González
2011-11-22
1
-1
/
+1
*
Widget tests: Fixed _super() call in redefine test.
Scott González
2011-11-21
1
-1
/
+1
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-5
/
+5
*
Upgrade jQuery to 1.7.
Scott González
2011-11-09
1
-1
/
+1
*
Tests: Added ability to run tests against minified files via ?min=1
Scott González
2011-10-28
1
-2
/
+9
*
Upgraded jQuery to 1.6.4.
Scott González
2011-10-18
1
-1
/
+1
*
Widget: return timer value from _delay
Jörn Zaefferer
2011-09-12
1
-3
/
+5
*
Widget: Add a _delay method. Will be used in various places to replace setTim...
Jörn Zaefferer
2011-09-12
1
-0
/
+24
*
Widget: Tests code cleanup
Jörn Zaefferer
2011-09-12
2
-20
/
+19
*
Widget: Use this.widget() for event delegation.
Scott González
2011-08-12
1
-11
/
+19
*
Tests: Cleanup.
Scott González
2011-08-03
1
-4
/
+1
*
Tests: Added test suites to run individual widget tests against all supported...
Scott González
2011-08-02
1
-0
/
+30
*
Merge branch 'widget-delegation'
Jörn Zaefferer
2011-07-29
1
-10
/
+43
|
\
|
*
Widget delegation: Update menu to use _bind with delegation. Clean up test.
Jörn Zaefferer
2011-07-28
1
-3
/
+2
|
*
Merge branch 'master' into widget-delegation
Jörn Zaefferer
2011-07-28
1
-1
/
+1
|
|
\
|
*
|
Widget delegation: Fix impl and add basisc test
Jörn Zaefferer
2011-06-19
1
-0
/
+34
|
*
|
Merge branch 'master' into widget-delegation
Jörn Zaefferer
2011-06-19
1
-0
/
+19
|
|
\
\
|
*
|
|
Whitespace
Jörn Zaefferer
2011-06-19
1
-10
/
+10
*
|
|
|
Widget tests: Fixed fragile tests.
Scott González
2011-07-28
1
-56
/
+44
*
|
|
|
Tests: Added ability to run tests suites against different versions of jQuery...
Scott González
2011-07-28
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' into core-1.6.1
Scott González
2011-07-25
1
-0
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend .opti...
Scott González
2011-06-09
1
-0
/
+19
|
|
/
*
/
Upgrade jQuery to 1.6.2.
Scott González
2011-07-25
1
-1
/
+1
|
/
*
Widget: Fixed _show() and _hide() implementation and added tests.
Scott González
2011-05-30
2
-0
/
+258
*
Widget: Added $.widget.extend() which does deep extending, but only on plain ...
Jörn Zaefferer
2011-05-11
2
-0
/
+105
*
Widget: define a null default for the create callback.
Scott González
2011-04-25
1
-0
/
+3
*
Widget: Moved tests out of _tickets into _core.
Scott González
2011-03-28
3
-92
/
+88
*
Widget: Allow setting individual properties of deep options. Fixes #7035 - Wi...
Scott González
2011-03-24
1
-0
/
+24
*
Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...
Scott González
2011-03-22
1
-2
/
+8
*
Switched to latest stable jQuery 1.5.1
Richard Worth
2011-03-02
1
-1
/
+1
*
Widget tests: Work around a bug in jQuery core in IE 9rc.
Scott González
2011-02-26
1
-0
/
+2
*
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
jzaefferer
2011-02-23
2
-2
/
+2
*
Unit tests: Add QUnit toolbar for hiding passed tests
jzaefferer
2011-02-21
1
-0
/
+1
*
Widget: modified widget to throw exception on attempt to call private methods...
William Kevin Manire
2011-02-16
1
-2
/
+9
*
Widget: Fixed super methods with deep inheritance chains.
Scott González
2011-02-10
1
-21
/
+41
*
Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - W...
Scott González
2011-02-03
1
-0
/
+21
*
Widget: Modified _trigger to invoke callbacks with apply so that handlers are...
Michael DellaNoce
2011-02-01
1
-0
/
+48
*
Merge branch 'master' into widget-events
Scott González
2011-01-31
3
-36
/
+96
|
\
|
*
Update wigdet test for previous change. No stored intance via data for
jzaefferer
2011-01-31
1
-2
/
+1
|
*
Widget tests: Remove workaround for old QUnit bug.
Scott González
2011-01-24
1
-5
/
+1
[next]