aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Build: Also minify i18n files.Jörn Zaefferer2011-12-011-0/+6
|
* Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid ↵Scott González2011-11-291-1/+1
| | | | | | expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera. (cherry picked from commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009)
* Updating the 1-8-stable version to 1.8.18preScott González2011-11-291-1/+1
|
* Tagging the 1.8.17 release.1.8.17Scott González2011-11-291-1/+1
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-22311-632/+9864
|
* Selectable: Explicitly check event.ctrlKey now that jQuery differentiates ↵Scott González2011-11-221-4/+4
| | | | | | between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working. (cherry picked from commit 35dd0417bdb442ad00a9eb37a85db5ddf1b14615)
* Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - ↵Jay Oster2011-11-211-1/+2
| | | | | | Datepicker: Does not properly clear current instance when hidden. (cherry picked from commit c36b43d0ee3cf7e10d82d21e3a4ca6cb954f4c16)
* Droppable: Make sure._drop is called for all relevant droppables. Fixes ↵Michael P. Jung2011-11-211-1/+1
| | | | | | #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. (cherry picked from commit fdc332ed5fb7f7e688151d5cae9b450569d73da5)
* Widget: Don't use $.event.props when creating events.Scott González2011-11-211-12/+12
| | | | (cherry picked from commit 91ef69d7503f11f2b6223b9c0061fca51e3a006f)
* jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry ↵igor milla2011-11-191-1/+2
| | | | picked from commit f25937b215b1302368a71d69368d4782abdb7bac)
* Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch ↵David De Sloovere2011-11-193-0/+26
| | | | | | (Belgium) Localization (cherry picked from commit dfbd9be72df7734451f535af6dcc1f07294c242b)
* Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 ↵stojce2011-11-193-0/+26
| | | | | | Datepicker: Add Macedonian Localization (cherry picked from commit b2d05f8b76a0de4e66f6a51d77b952be1633e17a)
* Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add ↵William Griffiths2011-11-193-0/+26
| | | | | | Welsh/UK Localization (cherry picked from commit 6525365944d306931e0697b7bb909e9e48a5501c)
* Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add ↵Michel Weimerskirch2011-11-193-0/+26
| | | | | | Luxembourgish Translation (cherry picked from commit 326bfec626b3039e2d51f53d2d6d2d48cdd78207)
* Merge pull request #511 from basti1253/masterRichard D. Worth2011-11-172-2/+2
| | | | build: removes disturbing error outputs on which call(cherry picked from commit d764388a65c5d56be7443f1de52e92876d009430)
* Selectable: add ui-selectee class to elements matching filter on refresh. ↵Richard D. Worth2011-11-161-0/+1
| | | | | | Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee (cherry picked from commit 97bc2d9de9875e222254cfa1cd3fa3bde605c2ed)
* Demos accordion hoverintent: moved event.type setter to not clobber ↵Richard D. Worth2011-11-111-1/+1
| | | | | | event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0 (cherry picked from commit f0f54e38d8eab613d7ea25d698b81126e5263d83)
* Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event ↵Scott González2011-11-101-0/+4
| | | | | | target changes under jQuery 1.7. (cherry picked from commit 1b165148a6654f64d572bd4c28ddb2cee5f6a332)
* Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas ↵Richard D. Worth2011-11-091-6/+3
| | | | | | Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor (cherry picked from commit c21a5b4451f5eded288de4482b9508e2bd13756d)
* Upgrade jQuery to 1.7.Scott González2011-11-09312-1631/+11185
|
* Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵Gaëtan Muller2011-11-071-5/+5
| | | | | | calculation (cherry picked from commit 124cf3cc6c9bf182563e2fe0663cdde497700f7b)
* Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan ↵Scott González2011-11-013-5/+5
| | | | | | language code. (cherry picked from commit f11dab34cce80f027c74cf604394c05d32c38255)
* Position: Added a check for fraction support in element positions. Fixes ↵kborchers2011-10-262-20/+66
| | | | #7255 - Position: Revisit solution for off-by-1 errors.