Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sortable: When sorting table rows, create a td to force dimensions. Fixes ↵ | Scott González | 2013-02-20 | 2 | -2/+53 |
| | | | | #4765 - Sortable: Placeholder not displayed when sorting table rows. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Interactions: Update widget defaults to match documented API. | Mike Sherov | 2013-01-02 | 1 | -2/+16 |
| | |||||
* | Tests: Correct all 404 errors in the test suite | Mike Sherov | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 2 | -88/+88 |
| | |||||
* | Dev: stop loading *_tickets.js in the test suite. | Mike Sherov | 2012-12-22 | 1 | -1/+0 |
| | |||||
* | Dev: remove unnecessary simulated drag delegation in test suite | Mike Sherov | 2012-12-08 | 2 | -78/+112 |
| | |||||
* | Dev: Remove *_tickets.js test files and move the associated tests to the ↵ | Mike Sherov | 2012-12-07 | 2 | -69/+61 |
| | | | | proper locations. | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 5 | -27/+27 |
| | | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite | ||||
* | Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test ↵ | Mike Sherov | 2012-11-01 | 7 | -65/+63 |
| | | | | suite to pass | ||||
* | Tests: Removed old code that kept bad test suites out of TestSwarm. | Scott González | 2012-10-26 | 1 | -10/+0 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 3 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | 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 | 2 | -2/+2 |
| | |||||
* | 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 | -34/+30 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 3 | -36/+36 |
| | |||||
* | 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 | 2 | -11/+11 |
| | |||||
* | 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 | -30/+29 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Mouse: tie the preventClickEvent property to the event target, not the ↵ | awgy | 2010-11-09 | 1 | -0/+44 |
| | | | | container. Fixes #4752 - link event firing on sortable with connect list | ||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -1/+2 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Unit tests: Disable stale interaction tests only on testswarm, but allow ↵ | jzaefferer | 2010-04-14 | 1 | -4/+12 |
| | | | | them to run locally | ||||
* | sortable: don't call the base widget _setOption for disabled to avoid the ↵ | Richard D. Worth | 2010-04-09 | 1 | -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 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 |
| | | | | get 100% passing on TestSwarm now | ||||
* | 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 ↵ | Richard Worth | 2010-02-25 | 1 | -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.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 |
| | |||||
* | updated unit test for #3991 - Sortable: Remove absolutePosition from ui hash | Richard Worth | 2009-12-24 | 1 | -6/+0 |
| | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+1 |
| | | | | Fixes #5023 - Split mouse code into its own file. |