aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Don't invoke a search from arrow keys when the element can ↵meh-cfl2012-04-073-6/+75
| | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
* Autocomplete: Move race condition logic from ajax requests to general ↵Scott González2012-04-032-19/+50
| | | | | | | | | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources. (cherry picked from commit 96f9c84b7b2149c6b93ac226a52065652f218e1e) Conflicts: tests/unit/autocomplete/autocomplete_core.js ui/jquery.ui.autocomplete.js
* Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery ↵Scott González2012-04-031-2/+0
| | | | | | | | | | datepicker is stuck open if label is clicked from open state. (cherry picked from commit 4ade13450e7145100dcce3356eb1449e1a5f7090) Conflicts: ui/jquery.ui.datepicker.js
* Grunt: Whitelist js and css files for @version replacement instead of ↵Scott González2012-04-021-3/+3
| | | | | | blacklisting png. (cherry picked from commit 3876c874e3f311d263aef9f99ed2780afa1d41d7)
* Protect all copyright notices against minificationJörn Zaefferer2012-04-0242-42/+42
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. (cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
* Build: Add grunt.js along with some other mods to 1-8-stableJörn Zaefferer2012-04-024-1/+627
|
* Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ↵Simon2012-04-021-1/+1
| | | | Provide a better German translation for the week header.
* Fixes #6979 - Several components are leaking variables into the global scope.felix2012-03-295-6/+5
|
* Datepicker: Fixed nextText, prevText, and Sunday and split words onto ↵Scott González2012-03-291-7/+43
| | | | | | | | | | multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization. (cherry picked from commit a51451dc1b19bf6c2e10b1648b57d006bf38c303) Conflicts: ui/i18n/jquery.ui.datepicker-fa.js
* Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not ↵Corey Frang2012-03-271-1/+1
| | | | animating
* Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: ↵Scott González2012-03-221-1/+1
| | | | | | Error with href selector. (cherry picked from commit adbc2733bbd4d4c117dd2e0f31d5156e2913bfd1)
* Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - ↵stojce2012-03-221-2/+2
| | | | | | Datepicker: Incorrect month name for Macedonian localization. (cherry picked from commit 9bb9141f299ce1b7ddcffc39063a9e6581e19ba6)
* Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add ↵Lado Lomidze2012-03-223-0/+24
| | | | | | Georgian localization. (cherry picked from commit c12a47074e83b2495b8ff7113d939722f9cdb7c7)
* Upgrade jQuery to 1.7.2.Scott González2012-03-22311-825/+10367
|
* Mouse: Unbind events bound to document on destroy. Fixes #8199 - ↵Scott González2012-03-191-0/+3
| | | | | | _mouseDestroy keeps mousemove and mouseup events bound. (cherry picked from commit 94c6f9ec84acc4c01f2dc16c009e2cf7a0fdbc5d)
* Updated copyright year.Scott González2012-03-1947-47/+47
|
* Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to ↵Scott González2012-03-191-1/+1
| | | | | | | avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera." This reverts commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009. (cherry picked from commit 99fd8511ed4098a4cbf6c66999ef4df0bd8280be)
* Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes ↵Scott González2012-03-141-12/+12
| | | | | | | | | | #8194 - Datepicker: Incorrect day name for Finnish localization. (cherry picked from commit 5c53dd1bbc0cb0897d4851bad77c3fe22fda27dc) Conflicts: ui/i18n/jquery.ui.datepicker-fi.js
* Resizable: Update aspectRatio to use calculated aspectRatio in case of: ↵gromo2012-03-021-2/+2
| | | | | | containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly. (cherry picked from commit 3e8ec7eb6bee97034363fe4e8704ed762fadbaba)
* Datepicker: modified a catch variable to no longer mask an existing variable ↵Jasvir Nagra2012-02-251-2/+2
| | | | | | in scope. Fixed #8138 - datepicker: IE8 does not create a new scope for catch blocks and will cause (cherry picked from commit 367da95ba5afcb80bebce75cd529a46004f60381)
* Sortable: modified the contents of placeholder to a single " ". Fixed ↵Bertjh2012-02-241-1/+1
| | | | | | #8135 - sortable: Horizontal sortable shifts causes elements to shift down. (cherry picked from commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2)
* Corrected week header for et locale. Fixed #8129 - Localization error in et ↵Richard D. Worth2012-02-231-1/+1
| | | | | | locale (week header) (cherry picked from commit fa40c352af59258362d17e2f1e8642343b1ae3c0)
* Updating the 1-8-stable version to 1.8.19preScott González2012-02-201-1/+1
|
* Tagging the 1.8.18 release.1.8.18Scott González2012-02-201-1/+1
|
* Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi ↵Richard D. Worth2012-02-153-0/+26
| | | | | | localization (cherry picked from commit 90959389ee895f5123589e5be17081fdbe340283)
* Sortable demos: connect lists - added some bottom padding to each container. ↵Richard D. Worth2012-02-131-1/+1
| | | | | | Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element (cherry picked from commit efdf6cdf9f0e6aaecad7b3ac53afca38938d9048)
* Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer ↵Douglas2012-02-123-0/+26
| | | | | | localization. (cherry picked from commit 8406d97c6d3721d54485770355d71de55468b0e0)
* Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 ↵Scott González2012-02-111-14/+12
| | | | | | - Accordion + Sortable doesn't work properly on IE6/7. (cherry picked from commit 00b69db88365e41afbed29b9fed3592e0703b8ed)
* Autocomplete: Set context for ajax requests instead of relying on default ↵Scott González2012-02-111-1/+3
| | | | | | context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup. (cherry picked from commit 041cb39a6667e3637a40fad6ef952da476f2af97)
* Slider: Prevent the default action on keydown if we're listening for the ↵Scott González2012-02-091-6/+2
| | | | | | pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling. (cherry picked from commit 0434bce03d1368f5ace043fa50e9d4f95677c09e)
* Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ↵Scott González2012-02-081-1/+1
| | | | | | datepicker via the provided button does not work in Chrome when the button contains other non-text elements. (cherry picked from commit c964894b9b75dc7df62660725967a1f7a526a3ec)
* Resizable: Removed Opera relative/absolute positioning exception code. ↵TJ VanToll2012-02-081-35/+1
| | | | | | Fixed #6763 - ui.dialog & resizable & button & opera 11 (cherry picked from commit f5e5971821dab4caf03dae4a6d207429aef44bae)
* Demos draggable: corrected cursor option in cursor-style demos to not be ↵Richard D. Worth2012-02-071-2/+2
| | | | | | inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect (cherry picked from commit 60799826aabda51182caefb67318a52ccdbf9b79)
* Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - ↵Scott González2012-02-021-0/+1
| | | | .sortable() after destroy does not work.
* Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes ↵levushka2012-02-011-2/+2
| | | | | | #6051 - Hebrew and Arabic: Instead of the month name indicates the month number! (cherry picked from commit e496cde384d1497993394f04110ef8099d256eee)
* Accordion demo: Clear out originalEvent in hoverintent special event. Fixes ↵Scott González2012-01-311-0/+4
| | | | | | #6028 - Accordion: Hoverintent demo throws an error in IE. (cherry picked from commit 66c7dfd377d91bd5867ce1a9b607e8ed25955241)
* Demos: Specify the dataType when loading the demo and docs files. Fixes ↵Scott González2012-01-281-2/+2
| | | | | | #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources. (cherry picked from commit ba4335712226ecfd66d34ddc93def2433af82f8c)
* Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: ↵stojce2012-01-201-1/+1
| | | | | | Macedonian locale has incorrect date format. (cherry picked from commit b7af203c8e9db1d253bca7aeb66350280402ca1c)
* Datepicker: added check to account for multiple pickers on one page. Fixed ↵ryanolton2012-01-201-1/+4
| | | | #5818 – multiple DatePickers won't trigger close event(cherry picked from commit 82cf9e297fd78730dadd9a486d6871eca72455dd)
* Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, ↵clear002012-01-201-7/+7
| | | | showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation(cherry picked from commit c0dfa1173c7427622a9f7573b173211f6b594a5f)
* Sortable: Added a variable to track if initialization is complete. Fixes ↵SpoonNZ2012-01-201-1/+5
| | | | | | #4759 - a major optimization is possible in sortable(). (cherry picked from commit ba6916f22ac3fac993975abc0f86d6cb0bf9c08d)
* Core: Access offsetHeight on div for support tests to avoid a layout bug in ↵Scott González2012-01-191-0/+5
| | | | | | IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9. (cherry picked from commit 956c2cd2a5a44d40a9b2fb0a8c05f765fa302c92)
* Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: ↵Scott González2012-01-191-1/+1
| | | | | | | | | | There is a reference to the global jQuery variable. (cherry picked from commit 07ec849f623699c87fc7ecc3770ea11ad9ba8e4e) Conflicts: ui/jquery.ui.position.js
* Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ↵Scott González2012-01-181-5/+3
| | | | | | | | | | disabled option on button widget returns jQuery object, not default value. (cherry picked from commit 3a1031e58b717b042d39dcccfdbe1d293cdbecf1) Conflicts: ui/jquery.ui.button.js
* Datepicker i18n (nl-BE): Removed BOM.Scott González2012-01-121-2/+2
| | | | (cherry picked from commit eee63a2e2435a6ecbcd0daa15f41b7bd5901e307)
* Simulate: Define getters for pageX and pageY in mouse events if they come ↵Scott González2012-01-121-1/+25
| | | | | | through as 0. Fixes #7324 - simulate mouse events broken for IE 9. (cherry picked from commit e2d9b02c56ee92fa92913b451598b59a385db609)
* Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - ↵Richard D. Worth2012-01-121-1/+1
| | | | | | Safari: jQuery.simulate() doesn't set "which" field for key events (cherry picked from commit b90d83c6c4e3f5e328d5557aa35ce9fbded6fd0f)
* Tests (Simulate): Make the blur event async to deal with IE's native blur ↵Scott González2012-01-121-11/+16
| | | | | | being async. (cherry picked from commit 183d6a00df531b13c638944796b5bc52ca19ecb4)
* Tests (Simulate): Added focus and blur support.Scott González2012-01-121-0/+49
| | | | | | | | | (cherry picked from commit e31adf039b4adb07b8878435beceaae1a6532d47) Conflicts: tests/unit/autocomplete/autocomplete_events.js tests/unit/tooltip/tooltip_events.js
* Tests (Simulate): Whitespace cleanup.Scott González2012-01-121-70/+99
| | | | (cherry picked from commit 79105eeb5649ad650073d5603d9d50759e979e99)