aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable
Commit message (Collapse)AuthorAgeFilesLines
* Sortable tests: Commented out assertions that don't make sense.Scott González2011-10-181-4/+4
|
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-281-1/+1
|
* Tests: Delete everything that fails.Scott González2011-07-283-318/+0
|
* Added compound test suite and updated QUnit.Scott González2011-07-281-1/+1
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Mouse: tie the preventClickEvent property to the event target, not the ↵awgy2010-11-091-0/+44
| | | | container. Fixes #4752 - link event firing on sortable with connect list
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-1/+2
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Unit tests: Disable stale interaction tests only on testswarm, but allow ↵jzaefferer2010-04-141-4/+12
| | | | them to run locally
* sortable: don't call the base widget _setOption for disabled to avoid the ↵Richard D. Worth2010-04-091-1/+2
| | | | ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class
* Tuning disabled testsuites to run with ?draggable that TestSwarm addsjzaefferer2010-04-011-1/+1
|
* Disabling interaction testsuites until we get to their rewrites; required to ↵jzaefferer2010-04-011-0/+3
| | | | get 100% passing on TestSwarm now
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-3/+9
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* updated unit test for #3991 - Sortable: Remove absolutePosition from ui hashRichard Worth2009-12-241-6/+0
|
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-17/+9
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* update to latest QUnitJörn Zaefferer2009-09-291-1/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-2/+2
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* updated to latest QUnitJörn Zaefferer2009-09-151-1/+1
|
* change script ordering to load testswarm agent after QUnitJörn Zaefferer2009-09-111-1/+1
|
* update to lastest QUnitJörn Zaefferer2009-08-301-1/+1
|
* Removed jquery.simulate from external/ as it's being removed from ↵Richard Worth2009-08-101-1/+1
| | | | jqueryjs.googlecode.com/svn/trunk/plugins
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-271-2/+2
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-3/+15
| | | | factory should auto detect getters.
* Sortable: Removed accurateIntersection option (Fixes #4225).Scott González2009-02-252-9/+0
|
* Switched to jQuery 1.3.2Richard Worth2009-02-201-1/+1
|
* Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵Scott González2009-02-131-1/+0
| | | | is undocumented.
* sortable: implemented tests for start,stop,beforeStop,change and updatePaul Bakaus2009-02-061-6/+103
|
* sortable unit tests - fixed el.css not a functionRichard Worth2009-02-063-20/+34
|
* sortable unit tests: stubbed out missing testsRichard Worth2009-02-031-4/+0
|
* sortable unit tests: stubbed out missing testsRichard Worth2009-02-031-0/+224
|
* Fixed #4038 (sortable: cssNamespace option should be removed)Richard Worth2009-02-031-1/+0
|
* sortable defaultsRichard Worth2009-02-031-2/+7
|
* sortable unit tests: split tests into individual filesRichard Worth2009-02-038-159/+213
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-026-0/+69
| | | | events, methods, options, tickets
* Sortable: Added defaults for cursor, cursorAt, opacity.Scott González2009-02-011-0/+3
|
* sortable unit tests: fixed default value for tolerance: intersectRichard Worth2009-01-301-1/+1
|
* switched to jQuery 1.3.1Richard Worth2009-01-221-1/+1
|
* Sortable test unit: change tolerance to defaultEduardo Lundgren2009-01-151-1/+1
|
* Happy Birthday jQuery (switched to jQuery 1.3)Richard Worth2009-01-141-1/+1
|
* switched to jQuery 1.3rc2Richard Worth2009-01-131-1/+1
|
* reverted r1544 (it was temporary)Richard Worth2009-01-081-1/+1
|
* temporarily switched back to 1.2.6Richard Worth2009-01-081-1/+1
|
* tests: updated default value for 'cancel' option in testsPaul Bakaus2009-01-071-1/+1
|