aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build: Use browserSets from testswarm config1-9-stableTimo Tijhof2015-02-201-1/+2
| | | | | | | | | | | | | | | | It's already in jQuery's Jenkins node-testswarm config (and set to the same value) but not used yet. Reference it to make sure it keeps working in the future. Closes gh-1452 (cherry picked from commit 1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c) (cherry picked from commit 258dbe3ae481b74c056e6445bd1aaaface9d6c48) Conflicts: build/tasks/testswarm.js (cherry picked from commit 1d30b8051b4d92dcd42cd856a1fbcc24a1ec42d0)
* Build: Update links to AUTHORS.txt and MIT-LICENSE.txt in package.jsonScott González2014-11-031-2/+2
|
* Build: Switch to renamed TestSwarm browserSetJörn Zaefferer2014-02-191-1/+1
| | | | (cherry picked from commit 7c3b05cfeb488870804259bc4a2998883ad6b8a4)
* Build: Inline testswarm browserSet settingJörn Zaefferer2014-02-051-1/+1
| | | | | | Ref jquery/infrastructure#236 (cherry picked from commit 390e440fcdb16304c4e78448c9cd2bb6c1e43f1e)
* Build: Fixed TestSwarm submission.Scott González2013-10-021-1/+1
|
* Gruntfile: Remove project prefix from TestSwarm job nameTimo Tijhof2013-10-021-5/+4
| | | | | | * Also added a line break to separate the for statement from the testswarm chain. * Passing explicit false instead of empty string as `extra`.
* Build: Also update the testswarm tasks itselfJörn Zaefferer2013-06-111-18/+29
|
* Build: Update node-testswarm to 1.1.0 to match latest TestSwarm APIJörn Zaefferer2013-06-111-1/+1
| | | | | | | (cherry picked from commit a9bb4880d39f77ec0e9d28c8cbb9ebb5ee65c6ad) Conflicts: package.json
* Build: Install shell dependencies in the right direcytory. Update trac ↵Jörn Zaefferer2012-11-251-5/+4
| | | | | | instructions to point out that only minutes and seconds need to be changed. Fixes #8848 - Build: release.js fails to require shelljs/global. (cherry picked from commit 62ae078f1472b15cd6513eceeff2b9d270b94d46)
* Effects Core: Upgrading jQuery Color to 2.1.1Corey Frang2012-11-231-50/+58
|
* Updating the 1-9-stable version to 1.9.3pre.Jörn Zaefferer2012-11-231-1/+1
|
* Add missing authorsJörn Zaefferer2012-11-231-1/+3
|
* Button: Fixing handling of the disabled options on refresh method calls. ↵TJ VanToll2012-11-233-9/+39
| | | | | | Fixed #8828 - Button: Refresh does not re-enable disabled button. (cherry picked from commit 93abe02b6052143fac30393291da3fc254bde996)
* Effects: Making sure outerHeight and outerWidth make it through to the ↵Corey Frang2012-11-221-7/+24
| | | | | | .size() implementation in all cases - Fixes IE8 effects failure (cherry picked from commit a217bd3b160960f8d2ffb9f6a72df7e408c7a52e)
* Upgrade jQuery to 1.8.3.Scott González2012-11-14187-1889/+11393
|
* Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: ↵Scott González2012-11-141-1/+1
| | | | | | Faroese locale has incorrect firstDay. (cherry picked from commit 3d96f20506bd20f4cdbf5c1dc33149ad6ea5f62c)
* Tabs: Trigger the select event when collapsing. Fixes #8813 - Tabs: select ↵Scott González2012-11-142-8/+17
| | | | event not triggering when collapsible:true.
* Tooltip: Removed logic for handling tracking tooltips which gain focus while ↵Scott González2012-11-141-14/+2
| | | | | | open (we no longer mix events). Fixes #8799 - Tooltip: tracking fails on nested elements. (cherry picked from commit ca0df6b9007a13dabdf7e78acb3d30bdb0928a97)
* Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not ↵Scott González2012-11-142-1/+37
| | | | | | hide consistently with dynamically loaded content. (cherry picked from commit 1b503a237e1dc47739a8a451debbc86e169851e3)
* Accordion: Use .css() to clear the height, instead of .height().Scott González2012-11-131-1/+1
| | | | (cherry picked from commit 2553d61384a89a7aa3fcea2f185c2c7ec45d2bd1)
* Tests: Commented out getElementStyles() while its not used.Scott González2012-11-131-2/+2
| | | | (cherry picked from commit 608341d20d9ed8078c115747576761829151ad04)
* Tests: Temporarily remove style checks in domEqual().Scott González2012-11-131-1/+2
| | | | (cherry picked from commit 248e632f4d9c83647d8ebdee56c92111500e479e)
* Build: Update TestSwarm jobName to distinguish 1-9-stable from master.Scott González2012-11-131-1/+1
|
* Button: use _hoverable for hover state management. Fixes #5295 - button ↵Cory Gackenheimer2012-11-132-3/+15
| | | | | | doesn't remove hover state if they are disabled (cherry picked from commit 8e1ceba717b85e42a13cc1660e7c8e9e9c26c384)
* Widget: Only use the event prefix from the base if we're redefining a ↵Scott González2012-11-132-3/+7
| | | | | | widget. Fixes #8805 - Widget: widgetEventPrefix is incorrect when inheriting with jQuery UI 1.9.1. (cherry picked from commit 9e858ba14ac0ae26780581a34565e84e0ae108ef)
* Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ↵Scott González2012-11-132-0/+30
| | | | | | is not removed from tabs when destroy is called. (cherry picked from commit fd48568c402847df8af59166c33549f0d19feb4b)
* Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ↵Scott González2012-11-132-1/+14
| | | | | | is shown, but not hidden if element has class=ui-state-disabled. (cherry picked from commit 498aadf644ddca86de838dc2001267ded972df2c)
* Widget: Suppress disabled check when binding destroy to the remove event. ↵Scott González2012-11-132-1/+7
| | | | | | Fixes #8769 - Widget: ui-state-disabled blocks destroy to be triggered on remove. (cherry picked from commit 1cdeeccab0e76495842cad9d04e686aee802777d)
* Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: ↵Scott González2012-11-132-3/+52
| | | | | | Ability to use _on() even when disabled. (cherry picked from commit 84cd214486769a3527b3ab420219c8f9c78f9879)
* CSS: Update .ui-helper-hidden-accessible to match H5BP's current ↵Scott González2012-11-131-1/+1
| | | | | | .visuallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars. (cherry picked from commit 48e0aa0fd2782380931af43abb5bb92b73ebe4ad)
* Widget: Bridge falls back to name if there is no widgetFullName, and always ↵Avinash R2012-11-132-2/+55
| | | | | | stores instances in data. Fixed #8775 - Widget: Bridge fails if widgetFullName is not supplied. (cherry picked from commit 75bd22eb731f5a81099ad97c88eede3862195fec)
* Dialog: Set top and left properties in the default styles to avoid a bug in ↵Scott González2012-11-131-1/+1
| | | | core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0.
* Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari ↵Scott González2012-11-131-1/+6
| | | | | | 5.1 when window.location contains a space. (cherry picked from commit c6b52db892703ba14153800dbf620db509acb9e6)
* Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.Scott González2012-11-131-0/+13
| | | | (cherry picked from commit 886d6fe9fb8bcbf5e4e968bdd535a0fbcf2b88f7)
* Core: Moved old jQuery support code to the bottom (above deprecated).Scott González2012-11-131-47/+47
| | | | (cherry picked from commit 8a32c39136996db17c0ca2ece636d3814466934d)
* Tooltip: Use ui-tooltip-open instead of tooltip-open for data key.Scott González2012-11-131-4/+4
| | | | (cherry picked from commit 02694a90f329e84ef7532d8b51e6c209207dc649)
* Tooltip: Fix default for position option, follow-up to 1d9eab1.Jörn Zaefferer2012-11-131-1/+1
| | | | (cherry picked from commit 6874f190611009228ea9d6901fcdd6b951c66198)
* Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ↵Jörn Zaefferer2012-11-132-1/+4
| | | | | | overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off. (cherry picked from commit 1d9eab1ead0d5a6f60e31437bb539eb3f804bacc)
* Tooltip: Check type on event directly, preventing TypeError when ↵Jörn Zaefferer2012-11-082-1/+9
| | | | | | programmatically moving focus to track-toolipped-input. Fixes #8747 - Tooltip: Using the track option within dialogs creates JS errors (cherry picked from commit 98173a3d0ea8e2e6aeb19dda9b232cb65a0684e4)
* Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: ↵Jörn Zaefferer2012-11-082-23/+33
| | | | | | refresh() doesn't refresh existing submenus. (cherry picked from commit 8b3e57024138f1a40be762fd5d29cc390129a8ad)
* Skip collision: fit test in IE until TestSwarm stops using iframes.Scott González2012-11-081-0/+3
| | | | (cherry picked from commit 8bdf0359bbb3401c053fa453496ffd0c4b9f61bd)
* Dialog: Don't use .attr( props, true ).Scott González2012-11-081-6/+9
| | | | (cherry picked from commit a8de99c791ae24e558920e1756fb7d0bf9dfc166)
* Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete ↵Scott González2012-11-081-1/+2
| | | | | | dropdown positioned incorrectly in IE. (cherry picked from commit d693ce5324f6f3be8479ef083e4eaf3c705ef043)
* Tooltip: Use attributes, not properties, when checking for parent tooltips. ↵Scott González2012-11-083-7/+33
| | | | | | Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form. (cherry picked from commit d074efe5289db4f5182a685046e9b9ad6186ac26)
* Release: Updated list of globals.Scott González2012-11-081-1/+1
| | | | (cherry picked from commit 549ffe36da56deb0a1079c98e2241849ebd2ecc4)
* Build: Remove generateQuickDownload step, will happen later during a releaseJörn Zaefferer2012-10-251-31/+0
| | | | (cherry picked from commit 666014e8e5272f75e37a1b2987542fe552b1a082)
* Build: Update the changelog shell to include more newlines, makes it easier ↵Jörn Zaefferer2012-10-251-0/+32
| | | | | | to edit it later (cherry picked from commit fb40f1f6baaf77864f2aed0422e30ac7bee5c7fd)
* Updating the 1-9-stable version to 1.9.2pre.Jörn Zaefferer2012-10-251-1/+1
|
* Updated AUTHORS.txt.Scott González2012-10-251-0/+5
|
* Release: Use 1-9-stable.Scott González2012-10-251-1/+1
|