Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 1 | -4/+4 |
| | | | | Closes gh-1338 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Sortable: fire "over" and "out" even when a connectWith hasn't changed | Andrei Picus | 2014-08-13 | 2 | -1/+105 |
| | | | | Fixes #9335 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -5/+5 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Tests: sortable: fix assert message. | Andrei Picus | 2014-01-20 | 1 | -1/+1 |
| | | | | | | Changed 'stop' to 'over'. Closes gh-1174 | ||||
* | Slider & Interactions: Add Windows 8 touch support | TJ VanToll | 2014-01-15 | 1 | -0/+21 |
| | | | | | | Fixes #9709 Fixes #9710 Closes gh-1152 | ||||
* | Sortable: Cleanup | Andrei Picus | 2014-01-15 | 1 | -2/+2 |
| | | | | | Closes gh-1168 Closes gh-1169 | ||||
* | Sortable: Adjust itemWithLeastDistance algorithm in _contactContainers to ↵ | Kris Borchers | 2013-11-01 | 2 | -3/+27 |
| | | | | properly handle dragging items to the beginning and ends of lists. Fixes #9314 - Sortable: Items cannot be dragged directly into bottom position. Fixes #9381 - Sortable: Connected list placeholders have an inaccurate initial position | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Sortable: Copy the cell structure when sorting a table row. Fixes #9185 - ↵ | Scott González | 2013-04-02 | 2 | -13/+28 |
| | | | | Sortable: Placeholder breaks table-layout: fixed. | ||||
* | Sortable Tests: Fix IE7 Test fails by being more generous with dragging near ↵ | Mike Sherov | 2013-03-31 | 1 | -4/+6 |
| | | | | borders. | ||||
* | Sortable Tests: Fix IE7 test failures due to incorrectly expecting relative ↵ | Mike Sherov | 2013-03-31 | 1 | -1/+1 |
| | | | | urls in img srcs. | ||||
* | Sortable: update placeholder when axis is x or y for connected lists. Fixed ↵ | Jason Moon | 2013-03-23 | 1 | -0/+28 |
| | | | | #8301 - Placeholder doesn't move when using connectWith option | ||||
* | Sortable Tests: Add tests for axis option and recent axis option bugs. | Mike Sherov | 2013-03-14 | 1 | -8/+85 |
| | |||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -17/+18 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -18/+17 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -17/+18 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Sortable Tests: Add tests to support #9041 and #8792 | Mike Sherov | 2013-03-08 | 2 | -2/+62 |
| | |||||
* | Sortable tests: Added alt attributes to images. | Scott González | 2013-03-07 | 1 | -4/+4 |
| | |||||
* | Sortable: Copy the src of the original item when creating a placeholder from ↵ | Scott González | 2013-03-07 | 2 | -4/+24 |
| | | | | an image. Fixes #5129 - Sortable: Unable to use an image as a placeholder in Firefox. | ||||
* | 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 |
| |