]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoProtect all copyright notices against minification
Jörn Zaefferer [Mon, 2 Apr 2012 16:14:51 +0000 (18:14 +0200)]
Protect all copyright notices against minification

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)

12 years agoBuild: Add grunt.js along with some other mods to 1-8-stable
Jörn Zaefferer [Mon, 2 Apr 2012 16:13:42 +0000 (18:13 +0200)]
Build: Add grunt.js along with some other mods to 1-8-stable

12 years agoDatepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide...
Simon [Mon, 2 Apr 2012 07:44:51 +0000 (10:44 +0300)]
Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header.

12 years agoFixes #6979 - Several components are leaking variables into the global scope.
felix [Thu, 29 Mar 2012 21:59:19 +0000 (14:59 -0700)]
Fixes #6979 - Several components are leaking variables into the global scope.

12 years agoDatepicker: Fixed nextText, prevText, and Sunday and split words onto multiple lines...
Scott González [Thu, 29 Mar 2012 13:58:21 +0000 (09:58 -0400)]
Datepicker: Fixed nextText, prevText, and Sunday and split words onto 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

12 years agoEffects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not animating
Corey Frang [Tue, 27 Mar 2012 19:06:49 +0000 (14:06 -0500)]
Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not animating

12 years agoTabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with...
Scott González [Thu, 22 Mar 2012 17:17:17 +0000 (13:17 -0400)]
Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with href selector.
(cherry picked from commit adbc2733bbd4d4c117dd2e0f31d5156e2913bfd1)

12 years agoDatepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datepicker...
stojce [Thu, 22 Mar 2012 14:26:47 +0000 (15:26 +0100)]
Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datepicker: Incorrect month name for Macedonian localization.
(cherry picked from commit 9bb9141f299ce1b7ddcffc39063a9e6581e19ba6)

12 years agoDatepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian local...
Lado Lomidze [Thu, 22 Mar 2012 15:10:36 +0000 (11:10 -0400)]
Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian localization.
(cherry picked from commit c12a47074e83b2495b8ff7113d939722f9cdb7c7)

12 years agoUpgrade jQuery to 1.7.2.
Scott González [Thu, 22 Mar 2012 13:57:33 +0000 (09:57 -0400)]
Upgrade jQuery to 1.7.2.

12 years agoMouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestroy keeps...
Scott González [Mon, 19 Mar 2012 13:47:38 +0000 (09:47 -0400)]
Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestroy keeps mousemove and mouseup events bound.
(cherry picked from commit 94c6f9ec84acc4c01f2dc16c009e2cf7a0fdbc5d)

12 years agoUpdated copyright year.
Scott González [Mon, 19 Mar 2012 13:25:07 +0000 (09:25 -0400)]
Updated copyright year.

12 years agoRevert "Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expandi...
Scott González [Mon, 19 Mar 2012 13:05:40 +0000 (09:05 -0400)]
Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to 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)

12 years agoDatepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #8194...
Scott González [Wed, 14 Mar 2012 19:16:25 +0000 (15:16 -0400)]
Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #8194 - Datepicker: Incorrect day name for Finnish localization.
(cherry picked from commit 5c53dd1bbc0cb0897d4851bad77c3fe22fda27dc)

Conflicts:

ui/i18n/jquery.ui.datepicker-fi.js

12 years agoResizable: Update aspectRatio to use calculated aspectRatio in case of: containment...
gromo [Wed, 22 Feb 2012 08:05:02 +0000 (13:05 +0500)]
Resizable: Update aspectRatio to use calculated aspectRatio in case of: containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly.
(cherry picked from commit 3e8ec7eb6bee97034363fe4e8704ed762fadbaba)

12 years agoDatepicker: modified a catch variable to no longer mask an existing variable in scope...
Jasvir Nagra [Fri, 24 Feb 2012 21:57:46 +0000 (13:57 -0800)]
Datepicker: modified a catch variable to no longer mask an existing variable in scope. Fixed #8138 - datepicker: IE8 does not create a new scope for catch blocks and will cause
(cherry picked from commit 367da95ba5afcb80bebce75cd529a46004f60381)

12 years agoSortable: modified the contents of placeholder to a single " ". Fixed #8135...
Bertjh [Fri, 24 Feb 2012 09:24:25 +0000 (10:24 +0100)]
Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down.
(cherry picked from commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2)

12 years agoCorrected week header for et locale. Fixed #8129 - Localization error in et locale...
Richard D. Worth [Thu, 23 Feb 2012 17:12:34 +0000 (12:12 -0500)]
Corrected week header for et locale. Fixed #8129 - Localization error in et locale (week header)
(cherry picked from commit fa40c352af59258362d17e2f1e8642343b1ae3c0)

12 years agoUpdating the 1-8-stable version to 1.8.19pre
Scott González [Mon, 20 Feb 2012 21:49:56 +0000 (16:49 -0500)]
Updating the 1-8-stable version to 1.8.19pre

12 years agoTagging the 1.8.18 release. 1.8.18
Scott González [Mon, 20 Feb 2012 21:49:56 +0000 (16:49 -0500)]
Tagging the 1.8.18 release.

12 years agoAdded Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization
Richard D. Worth [Wed, 15 Feb 2012 15:39:20 +0000 (10:39 -0500)]
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization
(cherry picked from commit 90959389ee895f5123589e5be17081fdbe340283)

12 years agoSortable demos: connect lists - added some bottom padding to each container. Fixed...
Richard D. Worth [Mon, 13 Feb 2012 14:20:04 +0000 (09:20 -0500)]
Sortable demos: connect lists - added some bottom padding to each container. Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element
(cherry picked from commit efdf6cdf9f0e6aaecad7b3ac53afca38938d9048)

12 years agoDatepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization.
Douglas [Mon, 13 Feb 2012 01:56:13 +0000 (20:56 -0500)]
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization.
(cherry picked from commit 8406d97c6d3721d54485770355d71de55468b0e0)

12 years agoAccordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 - Accord...
Scott González [Sat, 11 Feb 2012 23:30:44 +0000 (18:30 -0500)]
Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 - Accordion + Sortable doesn't work properly on IE6/7.
(cherry picked from commit 00b69db88365e41afbed29b9fed3592e0703b8ed)

12 years agoAutocomplete: Set context for ajax requests instead of relying on default context...
Scott González [Sat, 11 Feb 2012 13:15:24 +0000 (08:15 -0500)]
Autocomplete: Set context for ajax requests instead of relying on default context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup.
(cherry picked from commit 041cb39a6667e3637a40fad6ef952da476f2af97)

12 years agoSlider: Prevent the default action on keydown if we're listening for the pressed...
Scott González [Thu, 9 Feb 2012 19:00:21 +0000 (14:00 -0500)]
Slider: Prevent the default action on keydown if we're listening for the pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling.
(cherry picked from commit 0434bce03d1368f5ace043fa50e9d4f95677c09e)

12 years agoDatepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the datepick...
Scott González [Wed, 8 Feb 2012 18:42:55 +0000 (13:42 -0500)]
Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the datepicker via the provided button does not work in Chrome when the button contains other non-text elements.
(cherry picked from commit c964894b9b75dc7df62660725967a1f7a526a3ec)

12 years agoResizable: Removed Opera relative/absolute positioning exception code. Fixed #6763...
TJ VanToll [Tue, 7 Feb 2012 02:17:39 +0000 (21:17 -0500)]
Resizable: Removed Opera relative/absolute positioning exception code.  Fixed #6763 - ui.dialog & resizable & button & opera 11
(cherry picked from commit f5e5971821dab4caf03dae4a6d207429aef44bae)

12 years agoDemos draggable: corrected cursor option in cursor-style demos to not be inside of...
Richard D. Worth [Tue, 7 Feb 2012 12:06:58 +0000 (06:06 -0600)]
Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect
(cherry picked from commit 60799826aabda51182caefb67318a52ccdbf9b79)

12 years agoSortable: Fixed destroy method to call parent destroy method. Fixes #8094 - .sortable...
Scott González [Thu, 2 Feb 2012 16:43:22 +0000 (11:43 -0500)]
Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - .sortable() after destroy does not work.

12 years agoDatepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051...
levushka [Wed, 1 Feb 2012 19:47:56 +0000 (14:47 -0500)]
Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!
(cherry picked from commit e496cde384d1497993394f04110ef8099d256eee)

12 years agoAccordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028...
Scott González [Tue, 31 Jan 2012 19:07:17 +0000 (14:07 -0500)]
Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028 - Accordion: Hoverintent demo throws an error in IE.
(cherry picked from commit 66c7dfd377d91bd5867ce1a9b607e8ed25955241)

12 years agoDemos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI...
Scott González [Sat, 28 Jan 2012 12:44:58 +0000 (07:44 -0500)]
Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
(cherry picked from commit ba4335712226ecfd66d34ddc93def2433af82f8c)

12 years agoDatepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian...
stojce [Mon, 5 Dec 2011 08:59:42 +0000 (09:59 +0100)]
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format.
(cherry picked from commit b7af203c8e9db1d253bca7aeb66350280402ca1c)

12 years agoDatepicker: added check to account for multiple pickers on one page. Fixed #5818...
ryanolton [Thu, 12 Jan 2012 16:22:48 +0000 (11:22 -0500)]
Datepicker: added check to account for multiple pickers on one page. Fixed #5818 – multiple DatePickers won't trigger close event(cherry picked from commit 82cf9e297fd78730dadd9a486d6871eca72455dd)

12 years agoDatepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on...
clear00 [Thu, 12 Jan 2012 20:01:01 +0000 (05:01 +0900)]
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation(cherry picked from commit c0dfa1173c7427622a9f7573b173211f6b594a5f)

12 years agoSortable: Added a variable to track if initialization is complete. Fixes #4759 -...
SpoonNZ [Fri, 20 Jan 2012 03:54:47 +0000 (16:54 +1300)]
Sortable: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().
(cherry picked from commit ba6916f22ac3fac993975abc0f86d6cb0bf9c08d)

12 years agoCore: Access offsetHeight on div for support tests to avoid a layout bug in IE 9...
Scott González [Fri, 20 Jan 2012 02:37:21 +0000 (21:37 -0500)]
Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
(cherry picked from commit 956c2cd2a5a44d40a9b2fb0a8c05f765fa302c92)

12 years agoPosition: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is...
Scott González [Thu, 19 Jan 2012 13:27:15 +0000 (08:27 -0500)]
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
(cherry picked from commit 07ec849f623699c87fc7ecc3770ea11ad9ba8e4e)

Conflicts:

ui/jquery.ui.position.js

12 years agoButton: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled...
Scott González [Wed, 18 Jan 2012 21:39:41 +0000 (16:39 -0500)]
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.
(cherry picked from commit 3a1031e58b717b042d39dcccfdbe1d293cdbecf1)

Conflicts:

ui/jquery.ui.button.js

12 years agoDatepicker i18n (nl-BE): Removed BOM.
Scott González [Thu, 12 Jan 2012 21:49:50 +0000 (16:49 -0500)]
Datepicker i18n (nl-BE): Removed BOM.
(cherry picked from commit eee63a2e2435a6ecbcd0daa15f41b7bd5901e307)

12 years agoSimulate: Define getters for pageX and pageY in mouse events if they come through...
Scott González [Thu, 12 Jan 2012 13:59:34 +0000 (08:59 -0500)]
Simulate: Define getters for pageX and pageY in mouse events if they come through as 0. Fixes #7324 - simulate mouse events broken for IE 9.
(cherry picked from commit e2d9b02c56ee92fa92913b451598b59a385db609)

12 years agoSimulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari:...
Richard D. Worth [Mon, 7 Nov 2011 20:49:20 +0000 (15:49 -0500)]
Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari: jQuery.simulate() doesn't set "which" field for key events
(cherry picked from commit b90d83c6c4e3f5e328d5557aa35ce9fbded6fd0f)

12 years agoTests (Simulate): Make the blur event async to deal with IE's native blur being async.
Scott González [Tue, 1 Nov 2011 20:35:49 +0000 (16:35 -0400)]
Tests (Simulate): Make the blur event async to deal with IE's native blur being async.
(cherry picked from commit 183d6a00df531b13c638944796b5bc52ca19ecb4)

12 years agoTests (Simulate): Added focus and blur support.
Scott González [Thu, 12 Jan 2012 14:05:40 +0000 (09:05 -0500)]
Tests (Simulate): Added focus and blur support.
(cherry picked from commit e31adf039b4adb07b8878435beceaae1a6532d47)

Conflicts:

tests/unit/autocomplete/autocomplete_events.js
tests/unit/tooltip/tooltip_events.js

12 years agoTests (Simulate): Whitespace cleanup.
Scott González [Mon, 31 Oct 2011 19:06:05 +0000 (15:06 -0400)]
Tests (Simulate): Whitespace cleanup.
(cherry picked from commit 79105eeb5649ad650073d5603d9d50759e979e99)

12 years agoBuild: Also minify i18n files.
Jörn Zaefferer [Thu, 1 Dec 2011 16:05:58 +0000 (17:05 +0100)]
Build: Also minify i18n files.

12 years agoButton: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the...
Scott González [Tue, 29 Nov 2011 20:01:04 +0000 (15:01 -0500)]
Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid 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)

12 years agoUpdating the 1-8-stable version to 1.8.18pre
Scott González [Tue, 29 Nov 2011 15:38:32 +0000 (10:38 -0500)]
Updating the 1-8-stable version to 1.8.18pre

12 years agoTagging the 1.8.17 release. 1.8.17
Scott González [Tue, 29 Nov 2011 15:38:32 +0000 (10:38 -0500)]
Tagging the 1.8.17 release.

13 years agoUpgrade jQuery to 1.7.1.
Scott González [Tue, 22 Nov 2011 13:54:02 +0000 (08:54 -0500)]
Upgrade jQuery to 1.7.1.

13 years agoSelectable: Explicitly check event.ctrlKey now that jQuery differentiates between...
Scott González [Tue, 22 Nov 2011 13:31:11 +0000 (08:31 -0500)]
Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working.
(cherry picked from commit 35dd0417bdb442ad00a9eb37a85db5ddf1b14615)

13 years agoDatepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - Datepicker:...
Jay Oster [Fri, 16 Sep 2011 00:02:18 +0000 (17:02 -0700)]
Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - Datepicker: Does not properly clear current instance when hidden.
(cherry picked from commit c36b43d0ee3cf7e10d82d21e3a4ca6cb954f4c16)

13 years agoDroppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper...
Michael P. Jung [Mon, 21 Nov 2011 21:16:32 +0000 (16:16 -0500)]
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable.
(cherry picked from commit fdc332ed5fb7f7e688151d5cae9b450569d73da5)

13 years agoWidget: Don't use $.event.props when creating events.
Scott González [Mon, 21 Nov 2011 16:36:58 +0000 (11:36 -0500)]
Widget: Don't use $.event.props when creating events.
(cherry picked from commit 91ef69d7503f11f2b6223b9c0061fca51e3a006f)

13 years agojquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry picked...
igor milla [Mon, 10 Oct 2011 23:09:08 +0000 (02:09 +0300)]
jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry picked from commit f25937b215b1302368a71d69368d4782abdb7bac)

13 years agoDatepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localiz...
David De Sloovere [Thu, 17 Nov 2011 19:43:02 +0000 (13:43 -0600)]
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization
(cherry picked from commit dfbd9be72df7734451f535af6dcc1f07294c242b)

13 years agoDatepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker...
stojce [Thu, 17 Nov 2011 18:45:36 +0000 (12:45 -0600)]
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker: Add Macedonian Localization
(cherry picked from commit b2d05f8b76a0de4e66f6a51d77b952be1633e17a)

13 years agoDatepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localiz...
William Griffiths [Thu, 17 Nov 2011 18:34:33 +0000 (12:34 -0600)]
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localization
(cherry picked from commit 6525365944d306931e0697b7bb909e9e48a5501c)

13 years agoDatepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgis...
Michel Weimerskirch [Thu, 17 Nov 2011 17:52:32 +0000 (11:52 -0600)]
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgish Translation
(cherry picked from commit 326bfec626b3039e2d51f53d2d6d2d48cdd78207)

13 years agoMerge pull request #511 from basti1253/master
Richard D. Worth [Thu, 17 Nov 2011 20:51:21 +0000 (12:51 -0800)]
Merge pull request #511 from basti1253/master

build: removes disturbing error outputs on which call(cherry picked from commit d764388a65c5d56be7443f1de52e92876d009430)

13 years agoSelectable: add ui-selectee class to elements matching filter on refresh. Fixes ...
Richard D. Worth [Wed, 16 Nov 2011 15:52:12 +0000 (10:52 -0500)]
Selectable: add ui-selectee class to elements matching filter on refresh. Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee
(cherry picked from commit 97bc2d9de9875e222254cfa1cd3fa3bde605c2ed)

13 years agoDemos accordion hoverintent: moved event.type setter to not clobber event.type. Parti...
Richard D. Worth [Fri, 11 Nov 2011 14:24:55 +0000 (09:24 -0500)]
Demos accordion hoverintent: moved event.type setter to not clobber event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0
(cherry picked from commit f0f54e38d8eab613d7ea25d698b81126e5263d83)

13 years agoWidget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target changes...
Scott González [Thu, 10 Nov 2011 12:58:44 +0000 (07:58 -0500)]
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target changes under jQuery 1.7.
(cherry picked from commit 1b165148a6654f64d572bd4c28ddb2cee5f6a332)

13 years agoTheme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher...
Richard D. Worth [Wed, 9 Nov 2011 17:57:52 +0000 (12:57 -0500)]
Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor
(cherry picked from commit c21a5b4451f5eded288de4482b9508e2bd13756d)

13 years agoUpgrade jQuery to 1.7.
Scott González [Wed, 9 Nov 2011 16:21:18 +0000 (11:21 -0500)]
Upgrade jQuery to 1.7.

13 years agoAccordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation
Gaëtan Muller [Sun, 6 Nov 2011 14:21:22 +0000 (15:21 +0100)]
Accordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation
(cherry picked from commit 124cf3cc6c9bf182563e2fe0663cdde497700f7b)

13 years agoDatepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language...
Scott González [Tue, 1 Nov 2011 22:16:04 +0000 (18:16 -0400)]
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language code.
(cherry picked from commit f11dab34cce80f027c74cf604394c05d32c38255)

13 years agoPosition: Added a check for fraction support in element positions. Fixes #7255 -...
kborchers [Wed, 26 Oct 2011 14:43:01 +0000 (10:43 -0400)]
Position: Added a check for fraction support in element positions. Fixes #7255 - Position: Revisit solution for off-by-1 errors.

13 years agoAutocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes...
Scott González [Tue, 25 Oct 2011 21:19:26 +0000 (17:19 -0400)]
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.
(cherry picked from commit 4cc61b459d73af78dd40f01e3250f2546d9f04bd)

13 years agoButton: Create text span in correct document.
Scott González [Thu, 20 Oct 2011 17:28:31 +0000 (13:28 -0400)]
Button: Create text span in correct document.
(cherry picked from commit c145f1698aa4bfb8b0d1c94e2bfa83399f1de0f3)

13 years agoBuild: Switching to uglify.js instead of closure compilier. Saves 4 minutes per...
Corey Frang [Tue, 18 Oct 2011 17:11:11 +0000 (12:11 -0500)]
Build: Switching to uglify.js instead of closure compilier.  Saves 4 minutes per build, and actually produces slightly smaller files
(cherry picked from commit bd71f24f5d5c1767f24b3c88df9fab8be38ed734)

Conflicts:

build/build.xml

13 years agoDefault to jQuery 1.6.4 for tests.
Scott González [Tue, 18 Oct 2011 14:14:27 +0000 (10:14 -0400)]
Default to jQuery 1.6.4 for tests.

13 years agoSortable tests: Commented out assertions that don't make sense.
Scott González [Tue, 18 Oct 2011 14:04:07 +0000 (10:04 -0400)]
Sortable tests: Commented out assertions that don't make sense.

13 years agoUpgraded jQuery to 1.6.4.
Scott González [Tue, 18 Oct 2011 14:00:03 +0000 (10:00 -0400)]
Upgraded jQuery to 1.6.4.

13 years agoAutocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes #7790...
Scott González [Tue, 18 Oct 2011 12:10:57 +0000 (08:10 -0400)]
Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.

13 years agoBuild: For some reason, using parallel for gzip is causing some truncation issues
Corey Frang [Mon, 17 Oct 2011 22:04:14 +0000 (17:04 -0500)]
Build: For some reason, using parallel for gzip is causing some truncation issues
(cherry picked from commit d871fe46aa18abd561f2f9189a5e14c00f022420)

13 years agoBuild: Fixing the sizer script to handle this many files
Corey Frang [Mon, 17 Oct 2011 20:32:01 +0000 (15:32 -0500)]
Build: Fixing the sizer script to handle this many files
(cherry picked from commit f6c12849f1018f928c933ce63e4aceea6290a191)

13 years agoBuild: whitespace
Corey Frang [Mon, 17 Oct 2011 19:58:42 +0000 (14:58 -0500)]
Build: whitespace

13 years agoBuild: `ant size` will now give you a report detailing differences in size since...
Corey Frang [Mon, 17 Oct 2011 19:47:20 +0000 (14:47 -0500)]
Build: `ant size` will now give you a report detailing differences in size since the last time you ran the report
(cherry picked from commit 264139b22584eef1de672d0a7f1c52d14318eb56)

Conflicts:

build/build.xml

13 years agoProgressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow...
Scott González [Tue, 27 Sep 2011 16:10:17 +0000 (12:10 -0400)]
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.
(cherry picked from commit 25ba0e6ef39c7aebcf2f0901823470422110970f)

13 years agoSortable: replaced hard-coded sortable with this.widgetName, and removed lines from...
Richard D. Worth [Tue, 27 Sep 2011 11:57:06 +0000 (07:57 -0400)]
Sortable: replaced hard-coded sortable with this.widgetName, and removed lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended
(cherry picked from commit 228b1b191b4f668a74e7005fc9c8c9250c090aa9)

13 years agoDatepicker: Added additional check to checkExternalClick to work when clicking in...
kborchers [Mon, 12 Sep 2011 18:30:41 +0000 (13:30 -0500)]
Datepicker: Added additional check to checkExternalClick to work when clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar
(cherry picked from commit af76ad1c82625521b94bfc8bf967d9ca4f44da37)

13 years agoDatepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian...
Richard D. Worth [Tue, 13 Sep 2011 09:06:06 +0000 (05:06 -0400)]
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation
(cherry picked from commit cedac75bccbfd8eb2b0301fd40fc31a36a9296b1)

13 years agoDatepicker i17n hu: Corrected some spellings and abbreviations as well as dateFormat...
Richard D. Worth [Tue, 13 Sep 2011 08:57:31 +0000 (04:57 -0400)]
Datepicker i17n hu: Corrected some spellings and abbreviations as well as dateFormat. Fixes #7714 - Hungarian translation

13 years agoButton: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incorrect...
Scott González [Tue, 6 Sep 2011 15:00:42 +0000 (11:00 -0400)]
Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incorrect corners for disconnected elements.
(cherry picked from commit 08450c3b2dfa652c7866653af93566c9bfa2f2cb)

13 years agoDialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it would...
Corey Frang [Sat, 20 Aug 2011 23:05:39 +0000 (18:05 -0500)]
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it would everywhere, switching back to keydown.
(cherry picked from commit dfe75e1b552013c440186645a7a1ae9ec3c757b5)

13 years agoDialog: Tabbing out of a modal dialog was possible because keypress doesn't fire...
Corey Frang [Fri, 19 Aug 2011 11:07:47 +0000 (06:07 -0500)]
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog
(cherry picked from commit 96e5c241e1b26224c53738b590e07290db7a3e54)

13 years agoUpdating the 1-8-stable version to 1.8.17pre
Scott González [Mon, 15 Aug 2011 13:30:19 +0000 (09:30 -0400)]
Updating the 1-8-stable version to 1.8.17pre

13 years agoTagging the 1.8.16 release. 1.8.16
Scott González [Mon, 15 Aug 2011 13:30:18 +0000 (09:30 -0400)]
Tagging the 1.8.16 release.

13 years agoDroppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.element...
Scott González [Fri, 12 Aug 2011 14:06:52 +0000 (10:06 -0400)]
Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.element.parentsuntil in version 1.8.14.

13 years agoDraggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - Draggable...
Scott González [Fri, 12 Aug 2011 14:05:04 +0000 (10:05 -0400)]
Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - Draggable: iframeFix always runs with old versions of jQuery.

13 years agoDatepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #6669 -...
Scott González [Wed, 10 Aug 2011 11:58:17 +0000 (07:58 -0400)]
Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8.

This reverts commit 86a09aeb332851971bc2b2ce6bbf4d4292b12020.

13 years agoWidget demo: Fixed typo.
Scott González [Tue, 9 Aug 2011 20:19:18 +0000 (16:19 -0400)]
Widget demo: Fixed typo.
(cherry picked from commit a0eb042bcdb3a8028631e648269fefdad762f522)

13 years agoWidget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery.data...
Scott González [Tue, 9 Aug 2011 15:51:08 +0000 (11:51 -0400)]
Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery.data throws a script error in certain circumstances.

13 years agoDatepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - Ability...
Karl Kirch [Tue, 9 Aug 2011 13:55:50 +0000 (09:55 -0400)]
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - Ability to stop datepicker from appearing with beforeShow event handler.
(cherry picked from commit d14629735648fb10403e38eac2b764ce6adf56c9)

13 years agoMouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName. Fixes...
Scott González [Tue, 9 Aug 2011 13:32:01 +0000 (09:32 -0400)]
Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs.
(cherry picked from commit 7f812f8be99bf8dc483b84b12432b61a8e3d59cd)

13 years agoRevert "Datepicker: Added onSelect.apply() call to _setDate method if onSelect is...
Scott González [Tue, 9 Aug 2011 12:27:04 +0000 (08:27 -0400)]
Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called"

This reverts commit b8e14e79e5bc630bf459137896c08fc37936f52f.

13 years agoBackport widget demo from master to get it up on jqueryui.com with the next 1.8.x... 421/head
Jörn Zaefferer [Thu, 4 Aug 2011 17:47:08 +0000 (19:47 +0200)]
Backport widget demo from master to get it up on jqueryui.com with the next 1.8.x release

13 years agoButton: Adding quotes to the attribute selector for labels - Fixes #7534 - Button...
Corey Frang [Thu, 4 Aug 2011 03:19:29 +0000 (22:19 -0500)]
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Button label selector omits quotes / fails for ids with ":"
(cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb)

Conflicts:

ui/jquery.ui.button.js