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
/
selectable
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade jQuery to 1.8.2.
Scott González
2012-09-20
1
-1
/
+1
*
Upgrade jQuery to 1.8.0.
Scott González
2012-08-13
1
-1
/
+1
*
Don't use :input selector.
Scott González
2012-05-21
1
-1
/
+1
*
Tests: Moved loadResources to TestHelpers.
Scott González
2012-04-23
1
-7
/
+5
*
Tests: Rename {widget}_defaults.js -> {widget}_common.js
Scott González
2012-04-23
2
-1
/
+1
*
Update to official qunit composite addon
Jörn Zaefferer
2012-04-21
1
-2
/
+2
*
Tests: Move commonWidgetTests() to TestHelpers.
Scott González
2012-04-19
1
-16
/
+12
*
Tests: Lint.
Scott González
2012-04-18
2
-10
/
+12
*
Upgrade jQuery to 1.7.2.
Scott González
2012-03-22
1
-1
/
+1
*
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
Jörn Zaefferer
2012-02-29
3
-15
/
+15
*
Upgrade jQuery to 1.7.1.
Scott González
2011-11-22
1
-1
/
+1
*
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
-4
/
+12
*
Upgraded jQuery to 1.6.4.
Scott González
2011-10-18
1
-1
/
+1
*
Tests: Cleanup.
Scott González
2011-08-03
1
-29
/
+28
*
Tests: Added test suites to run individual widget tests against all supported...
Scott González
2011-08-02
1
-0
/
+30
*
Tests: Added ability to run tests suites against different versions of jQuery...
Scott González
2011-07-28
1
-1
/
+1
*
Upgrade jQuery to 1.6.2.
Scott González
2011-07-25
1
-1
/
+1
*
Selectable: Removed empty tickets test file.
Scott González
2011-03-28
2
-9
/
+0
*
Switched to latest stable jQuery 1.5.1
Richard Worth
2011-03-02
1
-1
/
+1
*
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
jzaefferer
2011-02-23
1
-1
/
+1
*
Unit tests: Add QUnit toolbar for hiding passed tests
jzaefferer
2011-02-21
1
-0
/
+1
*
Upgraded jQuery to 1.4.4.
Scott González
2010-11-12
1
-1
/
+1
*
Upgraded jQuery to 1.4.3.
Scott González
2010-10-21
1
-1
/
+1
*
Seperated testswarm injection from testsuite extensions, to fix 'failing' tes...
jzaefferer
2010-08-29
1
-1
/
+2
*
Unit tests: Disable stale interaction tests only on testswarm, but allow them...
jzaefferer
2010-04-14
1
-4
/
+12
*
Tuning disabled testsuites to run with ?draggable that TestSwarm adds
jzaefferer
2010-04-01
1
-1
/
+1
*
Disabling interaction testsuites until we get to their rewrites; required to ...
jzaefferer
2010-04-01
1
-0
/
+3
*
html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase
Richard Worth
2010-03-12
1
-1
/
+2
*
Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...
Richard Worth
2010-02-25
1
-3
/
+9
*
Fixed #5182 - Update to jQuery 1.4.2
Richard Worth
2010-02-16
1
-1
/
+1
*
switched to jQuery 1.4.1
Richard Worth
2010-01-27
1
-1
/
+1
*
switched to jQuery 1.4
Richard Worth
2010-01-20
1
-1
/
+1
*
Split mouse into its own file and udpdated dependency lists.
Scott González
2009-12-22
1
-0
/
+1
*
extracting widget factory into jquery.ui.widget.js
Jörn Zaefferer
2009-12-16
1
-0
/
+1
*
Removed use of .data() for getting/setting options in tests; using each plugi...
Scott González
2009-11-09
1
-12
/
+2
*
update to latest QUnit
Jörn Zaefferer
2009-09-29
1
-1
/
+1
*
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...
Richard Worth
2009-09-17
1
-2
/
+2
*
updated to latest QUnit
Jörn Zaefferer
2009-09-15
1
-1
/
+1
*
selectable test cleanup: border and margin helpers were never used, missing s...
Jörn Zaefferer
2009-09-15
1
-14
/
+1
*
change script ordering to load testswarm agent after QUnit
Jörn Zaefferer
2009-09-11
1
-1
/
+1
*
update to lastest QUnit
Jörn Zaefferer
2009-08-30
1
-1
/
+1
*
Removed jquery.simulate from external/ as it's being removed from jqueryjs.go...
Richard Worth
2009-08-10
1
-1
/
+1
*
replaced svn:externals with versioned files within trunk/externals
Jörn Zaefferer
2009-05-27
1
-2
/
+2
*
Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor...
Scott González
2009-04-15
1
-3
/
+15
*
Switched to jQuery 1.3.2
Richard Worth
2009-02-20
1
-1
/
+1
*
selectable unit tests: split tests into individual files
Richard Worth
2009-02-04
8
-208
/
+170
*
unit tests: created separate file for each module: core, common widget, event...
Richard Worth
2009-02-02
6
-0
/
+69
*
switched to jQuery 1.3.1
Richard Worth
2009-01-22
1
-1
/
+1
*
Happy Birthday jQuery (switched to jQuery 1.3)
Richard Worth
2009-01-14
1
-1
/
+1
[next]