]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoDatepicker: Fixed position problem when input is in a fixed element. Fixes #5626...
Luis Dalmolin [Mon, 16 Jul 2012 12:54:48 +0000 (09:54 -0300)]
Datepicker: Fixed position problem when input is in a fixed element. Fixes #5626 - DatePicker doesn't work inside fixed div.
(cherry picked from commit 147ec7bd624e631fe019973876ad587e85d112bf)

12 years agoDatepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker dialog...
Maciej Mroziński [Tue, 17 Jul 2012 20:16:27 +0000 (16:16 -0400)]
Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker dialog has a negative z-index.
(cherry picked from commit cb44dc6c2840a77fbb13a398910ca8818d6439e3)

12 years agoSortable: Reset fromOutside property when canceling helper removal. Fixes #8430 ...
Baoju Yuan [Mon, 16 Jul 2012 14:26:02 +0000 (10:26 -0400)]
Sortable: Reset fromOutside property when canceling helper removal. Fixes #8430 - draggable with sortable makes sortable event receive triggered wrong.
(cherry picked from commit dcea4f043adc7f37674feead31ded148d311ab72)

12 years agoCore: Check if jQuery supports inner/outer/Width/Height setters.
Scott González [Wed, 11 Jul 2012 12:48:03 +0000 (08:48 -0400)]
Core: Check if jQuery supports inner/outer/Width/Height setters.
(cherry picked from commit 033f83ffebf2c25284796d661c01613936674a47)

Conflicts:

ui/jquery.ui.core.js

12 years agoDatepicker: Remove styles specifically for IE5.
Scott González [Wed, 27 Jun 2012 12:49:27 +0000 (08:49 -0400)]
Datepicker: Remove styles specifically for IE5.
(cherry picked from commit 90050c7cee24078c968f98b33d466d864d97722b)

12 years agoCore: Adjust data pseudo creation to use new Sizzle pseudo creation for pseudos with...
Timmy Willison [Sat, 7 Jul 2012 18:28:52 +0000 (14:28 -0400)]
Core: Adjust data pseudo creation to use new Sizzle pseudo creation for pseudos with arguments.
(cherry picked from commit 2d643032c553ea2804946b4f0cdba4b7820e1bfc)

12 years agoCore: Define $.curCSS if it doesn't exist for jQuery 1.8+ support.
Scott González [Mon, 25 Jun 2012 14:19:09 +0000 (10:19 -0400)]
Core: Define $.curCSS if it doesn't exist for jQuery 1.8+ support.

12 years agoDatepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker does...
Mike Stay [Wed, 6 Jun 2012 13:59:15 +0000 (09:59 -0400)]
Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker does not respond to any click events in AIR, Google Sites, Windows Metro.
(cherry picked from commit 6dcc5c14c824ae9d653b1bc293680f6af6baf1b4)

12 years agoUpdating the 1-8-stable version to 1.8.22pre
Scott González [Tue, 5 Jun 2012 16:37:26 +0000 (12:37 -0400)]
Updating the 1-8-stable version to 1.8.22pre

12 years agoTagging the 1.8.21 release. 1.8.21
Scott González [Tue, 5 Jun 2012 16:37:26 +0000 (12:37 -0400)]
Tagging the 1.8.21 release.

12 years agoDatepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicke...
Amir E. Aharoni [Fri, 1 Jun 2012 09:56:50 +0000 (12:56 +0300)]
Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicker: Incorrect dayNamesMin for Arabic locale.

Before this change the minimal names for days of week were the same
as the long names. This caused the datepicker to be too wide.

The one-letter strings come from the CLDR:
http://unicode.org/repos/cldr-tmp/trunk/diff/summary/ar.html
(cherry picked from commit 8f42ab013469865ae790089717a56b6ca774dc75)

12 years agoBuild: Ask user to verify AUTHORS.txt is up to date before doing a release.
Scott González [Fri, 1 Jun 2012 14:38:32 +0000 (10:38 -0400)]
Build: Ask user to verify AUTHORS.txt is up to date before doing a release.

12 years agoDatepicker: Corrected language code for Georgian language according to ISO 639. Fixed...
Pavel Stetina [Tue, 29 May 2012 14:20:02 +0000 (10:20 -0400)]
Datepicker: Corrected language code for Georgian language according to ISO 639. Fixed #8356 - jquery.ui.datepicker-ge.js has wrong language code.
(cherry picked from commit 0bbad349b982839c607d7c16bf2e46a293532dee)

12 years agoDraggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes...
Viktar Varvanovich [Thu, 24 May 2012 18:30:55 +0000 (14:30 -0400)]
Draggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions
(cherry picked from commit a0c18ea25086ed07634baff5b4fea46e69aad38e)

12 years agoProgressbar demo: Made animated background selector more specific. Fixes #8314 -...
Scott González [Tue, 22 May 2012 16:46:00 +0000 (12:46 -0400)]
Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.
(cherry picked from commit cb70a5e302aae16fa4b47454c1d7d5aca514bfb7)

12 years agoSortable: calculating item positions on the fly and setting the direction variable...
Scott González [Tue, 22 May 2012 12:04:36 +0000 (08:04 -0400)]
Sortable: calculating item positions on the fly and setting the direction variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables
(cherry picked from commit c42bdcecf825e295f483413f8d20b2079947faec)

Conflicts:

ui/jquery.ui.sortable.js

12 years agoAutocomplete combobox demo: Add combobox-specific classes for styling. Fixes #8322...
Scott González [Tue, 15 May 2012 01:40:12 +0000 (21:40 -0400)]
Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes #8322 - Autocomplete: Combobox demo should not override .ui-button styles.
(cherry picked from commit 1b19121189356879ca39a19ba241a04ff4786b62)

Conflicts:

demos/autocomplete/combobox.html

12 years agoDatepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque locale incorrect.
Eneko Illarramendi [Mon, 14 May 2012 18:15:57 +0000 (21:15 +0300)]
Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque locale incorrect.
(cherry picked from commit 1304c50532b65738a7fc3c9deb3943f7de308539)

12 years agoPosition: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - Position module...
Scott González [Tue, 8 May 2012 21:44:59 +0000 (17:44 -0400)]
Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - Position module throws uncaught exception on IE8 with jQuery 1.3.2.

12 years agoEffects: Check for anonymous content being exposed via document.activeElement. Fixes...
Scott González [Mon, 7 May 2012 14:34:15 +0000 (10:34 -0400)]
Effects: Check for anonymous content being exposed via document.activeElement. Fixes #8288 - Regression: jquery-ui animations focus fix causes Firefox Security Manager veto.
(cherry picked from commit a7e143b4fe395baeda297ea96ef39921ea7f5a5d)

Conflicts:

ui/jquery.effects.core.js

12 years agoAutocomplete combobox demo: Define this.wrapper for use inside destroy().
Scott González [Sat, 28 Apr 2012 20:07:17 +0000 (16:07 -0400)]
Autocomplete combobox demo: Define this.wrapper for use inside destroy().
(cherry picked from commit c974d0fc69849d9e7854a532da01f00587d04527)

12 years agoSortable: Moved change of helper position css. Fixed #5321 – Helper in a bottom-posit...
martinf55 [Mon, 7 May 2012 10:28:47 +0000 (12:28 +0200)]
Sortable: Moved change of helper position css. Fixed #5321 – Helper in a bottom-positioned Sortable is positioned wrong on drag start.
(cherry picked from commit 32f356bbfa9a8f3b90b4e64331e9108b4d87a349)

12 years agoDatepicker range demo: Use public APIs. Fixes #8292 - Double Click on from date in...
Scott González [Thu, 3 May 2012 13:04:52 +0000 (09:04 -0400)]
Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from date in Date range datepicker.
(cherry picked from commit f6c0b71ae9cbed55bdcfd8058a4c89fee0b4c068)

12 years agoUpdating the 1-8-stable version to 1.8.21pre
Scott González [Mon, 30 Apr 2012 20:21:44 +0000 (16:21 -0400)]
Updating the 1-8-stable version to 1.8.21pre

12 years agoTagging the 1.8.20 release. 1.8.20
Scott González [Mon, 30 Apr 2012 20:21:44 +0000 (16:21 -0400)]
Tagging the 1.8.20 release.

12 years agoSortable: update placeholder when axis is x or y. Fixed #8274 - placeholder doesn...
Jason Moon [Wed, 25 Apr 2012 03:27:35 +0000 (22:27 -0500)]
Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder doesn't move when dragging outside of container element
(cherry picked from commit b8b0c528301ab2bfc49e36143a3c4f6451e58ccd)

12 years agoDraggable: Don't run stop methods for elements that have been removed. Fixed #8269...
Scott González [Mon, 30 Apr 2012 16:41:20 +0000 (12:41 -0400)]
Draggable: Don't run stop methods for elements that have been removed.  Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined.
(cherry picked from commit 27d10235539e0f5baad6ee7e8d3d91cab65e2cfd)

Conflicts:

ui/jquery.ui.draggable.js

12 years agoRevert "Sortable: modified the contents of placeholder to a single " ". Fixed...
Scott González [Mon, 30 Apr 2012 14:38:51 +0000 (10:38 -0400)]
Revert "Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down."

This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2.
(cherry picked from commit b38dd26da0a7297941839195ff75885d6ecc67d0)

12 years agoRevert "Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery...
Scott González [Mon, 30 Apr 2012 14:39:06 +0000 (10:39 -0400)]
Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI 1.8.19 don't respect forcePlaceholderSize."

This reverts commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37.
(cherry picked from commit 21df5c27e312c6e5fda66e602abefa51c484d676)

12 years agoDatepicker: Added missing quote in Hindi i18n.
Scott González [Mon, 23 Apr 2012 01:43:52 +0000 (21:43 -0400)]
Datepicker: Added missing quote in Hindi i18n.
(cherry picked from commit e55391a4193a870c3e65f9d462433045f1717143)

12 years agoResizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal dialog...
TJ VanToll [Tue, 10 Jan 2012 02:42:56 +0000 (21:42 -0500)]
Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal dialog does not disable resizables on the page.
(cherry picked from commit 6150abae49f77a3b2f67c39a3c60a06792b4de8f)

12 years agoDatepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - Datepicker...
G Karunakar [Sat, 14 Apr 2012 19:58:40 +0000 (01:28 +0530)]
Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - Datepicker: Incorrect translations for Hindi locale.
(cherry picked from commit d783766f9053a2075c579296d819f0941796ac1c)

12 years agoSortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI 1.8...
Bertjh [Thu, 19 Apr 2012 13:05:37 +0000 (09:05 -0400)]
Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI 1.8.19 don't respect forcePlaceholderSize.
(cherry picked from commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37)

12 years agoBuild: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing terminating...
Scott González [Wed, 18 Apr 2012 20:41:53 +0000 (16:41 -0400)]
Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing terminating semicolon.
(cherry picked from commit 55e13692ee2937df9bda8e3348c4b07834e093d8)

12 years agoBuild: Removed ant build.
Scott González [Wed, 18 Apr 2012 20:33:38 +0000 (16:33 -0400)]
Build: Removed ant build.
(cherry picked from commit 84ac716fbfef194622ddeed4cadf03a769725de8)

Conflicts:

.gitignore
build/build.xml
version.txt

12 years agoGrunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @VERSION...
Scott González [Wed, 18 Apr 2012 20:17:21 +0000 (16:17 -0400)]
Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @VERSION replacement incomplete.
(cherry picked from commit 7475763474ba2dc976136c9374b201a1f6df8a83)

12 years agoUpdating the 1-8-stable version to 1.8.20pre
Scott González [Mon, 16 Apr 2012 18:37:38 +0000 (14:37 -0400)]
Updating the 1-8-stable version to 1.8.20pre

12 years agoTagging the 1.8.19 release. 1.8.19
Scott González [Mon, 16 Apr 2012 18:37:38 +0000 (14:37 -0400)]
Tagging the 1.8.19 release.

12 years agoPosition: Simplify default demo by removing drag functionality on positioned elements...
Scott González [Sun, 15 Apr 2012 18:40:12 +0000 (14:40 -0400)]
Position: Simplify default demo by removing drag functionality on positioned elements. Fixes #5380 - Position Demo breaks when dragging an element.
(cherry picked from commit 6da7278e879c0dc734c23231a71fdd92f7a57a0c)

Conflicts:

demos/position/default.html

12 years agoRemove compare_size; defer to plugin.
Rick Waldron waldron.rick@gmail.com [Thu, 12 Apr 2012 17:32:11 +0000 (13:32 -0400)]
Remove compare_size; defer to plugin.

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
12 years agoBuild: Update prepare-release for use with grunt.
Scott González [Wed, 11 Apr 2012 15:02:50 +0000 (11:02 -0400)]
Build: Update prepare-release for use with grunt.

12 years agoAutocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combo...
Scott González [Sun, 8 Apr 2012 00:40:46 +0000 (20:40 -0400)]
Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0).
(cherry picked from commit 218bd47ecd8066e51d58c1df8fdbf3fa05fac26c)

Conflicts:

demos/autocomplete/combobox.html

12 years agoAutocomplete: Don't invoke a search from arrow keys when the element can have multi...
meh-cfl [Sat, 7 Apr 2012 13:07:21 +0000 (09:07 -0400)]
Autocomplete: Don't invoke a search from arrow keys when the element can have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.

12 years agoAutocomplete: Move race condition logic from ajax requests to general response handle...
Scott González [Tue, 3 Apr 2012 20:51:22 +0000 (16:51 -0400)]
Autocomplete: Move race condition logic from ajax requests to general 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

12 years agoDatepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepicker...
Scott González [Tue, 3 Apr 2012 19:37:56 +0000 (15:37 -0400)]
Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepicker is stuck open if label is clicked from open state.
(cherry picked from commit 4ade13450e7145100dcce3356eb1449e1a5f7090)

Conflicts:

ui/jquery.ui.datepicker.js

12 years agoGrunt: Whitelist js and css files for @version replacement instead of blacklisting...
Scott González [Mon, 2 Apr 2012 17:15:54 +0000 (13:15 -0400)]
Grunt: Whitelist js and css files for @version replacement instead of blacklisting png.
(cherry picked from commit 3876c874e3f311d263aef9f99ed2780afa1d41d7)

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 "&nbsp;". Fixed #8135...
Bertjh [Fri, 24 Feb 2012 09:24:25 +0000 (10:24 +0100)]
Sortable: modified the contents of placeholder to a single "&nbsp;". 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.

12 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.

12 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)

12 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)

12 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)