]>
source.dussan.org Git - jquery-ui.git/log
Scott González [Sun, 23 Jan 2011 22:55:53 +0000 (17:55 -0500)]
All: Define defaultElement for non-div widgets.
Scott González [Sun, 23 Jan 2011 22:38:33 +0000 (17:38 -0500)]
Widget: Removed comment about storing instances in jQuery.data twice since we now only do it once.
Scott González [Sun, 23 Jan 2011 01:39:37 +0000 (20:39 -0500)]
Widget: Allow instantiation without the new keyword.
Scott González [Sun, 23 Jan 2011 01:30:40 +0000 (20:30 -0500)]
Widget: Added ability to generate an item if no item is passed on creation.
marcos.sousa [Tue, 18 Jan 2011 18:33:30 +0000 (16:33 -0200)]
Sortable: Make sure we have a placeholder before trying to remove it during a cancel. Fixes #6879 - Sortable: Calling cancel when there is no sort occurring throws an error.
Scott González [Wed, 19 Jan 2011 15:45:44 +0000 (10:45 -0500)]
Sortable: pass a fake event object to _mouseUp on cancel. Fixes #5882 - UI.Sortable .sortable( cancel ) call the this._mouseUp method without param.
Scott González [Wed, 19 Jan 2011 15:15:15 +0000 (10:15 -0500)]
Datepicker i18n: Added Algerian Arabic to demos.
cherif [Sat, 15 Jan 2011 20:23:02 +0000 (21:23 +0100)]
Datepicker i18n: Added Algerian Arabic. Fixes #6877 - Datepicker: Add Algerian Arabic support.
jzaefferer [Tue, 18 Jan 2011 13:16:13 +0000 (14:16 +0100)]
Update to latest jquery-global plugin
jzaefferer [Tue, 18 Jan 2011 11:11:26 +0000 (12:11 +0100)]
Spinner: Update to latest jquery-global plugin, removing the currency
workaround.
jzaefferer [Tue, 18 Jan 2011 11:08:22 +0000 (12:08 +0100)]
Update to latest jquery-global plugin
Ivan Peters [Tue, 18 Jan 2011 03:25:58 +0000 (16:25 +1300)]
Datepicker: Update parseDate to properly handle a string value in shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly.
jzaefferer [Mon, 17 Jan 2011 18:36:42 +0000 (19:36 +0100)]
Update example culture files to $.global
jzaefferer [Mon, 17 Jan 2011 18:28:49 +0000 (19:28 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer [Mon, 17 Jan 2011 18:26:59 +0000 (19:26 +0100)]
Updated global plugin to latest version.
jzaefferer [Mon, 17 Jan 2011 18:25:14 +0000 (19:25 +0100)]
Renamed glob.js to jquery.global.js to match actual plugin filenames.
Scott González [Mon, 17 Jan 2011 14:44:53 +0000 (09:44 -0500)]
Datepicker i18n: Fixed missing references.
Scott González [Mon, 17 Jan 2011 14:26:30 +0000 (09:26 -0500)]
Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 - Datepicker: Add en-AU or en-NZ initialisations.
Thanks Campbell
Scott González [Mon, 17 Jan 2011 14:13:18 +0000 (09:13 -0500)]
Updated copyright year.
Scott González [Sun, 16 Jan 2011 21:19:58 +0000 (16:19 -0500)]
Tabs: Pass an element instead of jQuery object on initial show. Fixes #6867 - Inconsistent ui.panel contents for show event of tabs widget.
Scott González [Sat, 15 Jan 2011 13:28:13 +0000 (08:28 -0500)]
Spinner: Moved ARIA to input and fixed tests.
Scott González [Sat, 15 Jan 2011 11:34:07 +0000 (06:34 -0500)]
Updated widgets to use new methods from $.Widget.
Scott González [Fri, 14 Jan 2011 22:11:22 +0000 (17:11 -0500)]
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in widgets with simple destroy methods.
Scott González [Fri, 14 Jan 2011 21:55:13 +0000 (16:55 -0500)]
Widget: destroy() now calls _destroy() so that widgets don't need to call the base destroy method. Fixes #5056 - Widget factory: Remove need to call base destroy method.
Scott González [Fri, 14 Jan 2011 21:51:31 +0000 (16:51 -0500)]
Autocompete tests: Added missing menu dependency.
Scott González [Fri, 14 Jan 2011 20:52:03 +0000 (15:52 -0500)]
Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _super() and _superApply() for easy access to parent methods.
Scott González [Fri, 14 Jan 2011 19:42:53 +0000 (14:42 -0500)]
Scott González [Fri, 14 Jan 2011 19:35:37 +0000 (14:35 -0500)]
Accordion: Force the width of the accordion panel during animation when animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all.
The animation code should be refactored.
Scott González [Fri, 14 Jan 2011 17:18:33 +0000 (12:18 -0500)]
Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename resize method to refresh.
Scott González [Fri, 14 Jan 2011 00:32:08 +0000 (19:32 -0500)]
Widget: Removed unnecessary/incorrect logic for widgetEventPrefix.
Scott González [Fri, 14 Jan 2011 00:27:22 +0000 (19:27 -0500)]
Widget: Removed commented out code.
Scott González [Fri, 14 Jan 2011 00:26:52 +0000 (19:26 -0500)]
Widget: Removed code for the remove event in jQuery < 1.4.
Scott González [Fri, 14 Jan 2011 00:23:55 +0000 (19:23 -0500)]
Accordion: Cleaned up _createIcons().
Scott González [Thu, 13 Jan 2011 21:48:56 +0000 (16:48 -0500)]
Accordion: Use event.preventDefault() instead of return false when handling keydown.
Scott González [Thu, 13 Jan 2011 21:45:21 +0000 (16:45 -0500)]
Accordion: call event.preventDefault() inside the _eventHandler() instead of in each individual event handler.
Scott González [Thu, 13 Jan 2011 21:36:14 +0000 (16:36 -0500)]
Accordion - Make sure we have an element before trying to modify the className. Fixes #6856 - Accordion: Opening a panel after all panels have been collapsed causes an error.
Scott González [Thu, 13 Jan 2011 19:56:29 +0000 (14:56 -0500)]
Merge branch 'accordion-activate'
Scott González [Thu, 13 Jan 2011 19:42:35 +0000 (14:42 -0500)]
Accordion: Moved handling for programmatically collapsing the accordion out of the event handler. Modified event handler to not change the active option until after it determines that the event is valid.
Scott González [Thu, 13 Jan 2011 19:01:38 +0000 (14:01 -0500)]
Accordion: Added note about supporting negative values for active option in 2.0.
Scott González [Thu, 13 Jan 2011 13:51:09 +0000 (08:51 -0500)]
Accordion: Reduced valid active options to numbers and falsey. Added compatibility layer for previously allowed values.
Alex Dovenmuehle [Thu, 13 Jan 2011 02:32:51 +0000 (21:32 -0500)]
Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - Accordion header margins disappear in IE 8
Scott González [Wed, 12 Jan 2011 13:43:18 +0000 (08:43 -0500)]
Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: Collision detection fails on the right side in Internet Explorer.
Scott González [Wed, 12 Jan 2011 02:24:41 +0000 (21:24 -0500)]
Accordion: Handle invalid values for the active option.
Scott González [Wed, 12 Jan 2011 01:53:31 +0000 (20:53 -0500)]
Accordion: First pass at deprecating the activate method. Renamed _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method.
Alex Dovenmuehle [Tue, 11 Jan 2011 20:38:47 +0000 (15:38 -0500)]
Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader.
Scott González [Tue, 11 Jan 2011 19:34:17 +0000 (14:34 -0500)]
Dialog: Fixed creation of close button in IE.
Thanks dkiselev.
aaronpeterson [Thu, 30 Dec 2010 15:41:04 +0000 (07:41 -0800)]
Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: Typesetting on title bar is inconsistent with other widget title bars/headers.
Scott González [Tue, 11 Jan 2011 18:20:50 +0000 (13:20 -0500)]
Accordion: Start the accordion animation before changing classes. Fixes #6720 - Accordion: ol numbering bug.
Thanks Tony Ross.
Scott González [Tue, 11 Jan 2011 03:47:30 +0000 (22:47 -0500)]
Autocomplete demo (combobox): Fixed tooltips and clearing of select on invalid entry.
Scott González [Tue, 11 Jan 2011 03:07:03 +0000 (22:07 -0500)]
Compound visual test: Added missing reference to autocomplete.
Scott González [Tue, 11 Jan 2011 02:58:17 +0000 (21:58 -0500)]
Button demo: Coding standards.
Scott González [Tue, 11 Jan 2011 02:48:41 +0000 (21:48 -0500)]
Build: Added spinner and menu to docs-download.
Scott González [Tue, 11 Jan 2011 02:44:25 +0000 (21:44 -0500)]
Fixed headers for menu, spinner, tooltip stylesheets.
Scott González [Tue, 11 Jan 2011 02:40:03 +0000 (21:40 -0500)]
Fixed broken reference to theme file.
Scott González [Tue, 11 Jan 2011 02:38:58 +0000 (21:38 -0500)]
Fixed references to jQuery.
gnarf [Sun, 9 Jan 2011 23:41:12 +0000 (17:41 -0600)]
Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.
Saji [Fri, 7 Jan 2011 20:09:27 +0000 (01:39 +0530)]
Datepicker: Added Malayalam translation. Fixes #6822 - Datepicker: Add i18n translation for Malayalam.
jzaefferer [Tue, 28 Dec 2010 14:31:14 +0000 (15:31 +0100)]
Cleanup bad earlier merge.
jzaefferer [Wed, 22 Dec 2010 17:59:29 +0000 (18:59 +0100)]
Fixed bad references to jQuery-1.4.4.js
jzaefferer [Wed, 22 Dec 2010 17:58:57 +0000 (18:58 +0100)]
Merge remote branch 'origin/tooltip'
Conflicts:
demos/autocomplete/combobox.html
demos/index.html
tests/unit/index.html
jzaefferer [Wed, 22 Dec 2010 17:31:27 +0000 (18:31 +0100)]
Merge remote branch 'origin/menu'
Conflicts:
demos/autocomplete/categories.html
demos/autocomplete/combobox.html
demos/autocomplete/custom-data.html
demos/autocomplete/default.html
demos/autocomplete/folding.html
demos/autocomplete/multiple-remote.html
demos/autocomplete/multiple.html
demos/autocomplete/remote-jsonp.html
demos/autocomplete/remote-with-cache.html
demos/autocomplete/remote.html
demos/autocomplete/xml.html
demos/button/splitbutton.html
demos/index.html
tests/visual/menu/nested.html
themes/base/jquery.ui.autocomplete.css
ui/jquery.ui.autocomplete.js
jzaefferer [Wed, 22 Dec 2010 17:00:28 +0000 (18:00 +0100)]
Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo.
jzaefferer [Wed, 22 Dec 2010 16:36:41 +0000 (17:36 +0100)]
Merge remote branch 'origin/spinner'
Max Schnur [Mon, 20 Dec 2010 14:00:28 +0000 (09:00 -0500)]
Dialog: Modified close button binding to use event.preventDefault() instead of return false. Fixes #6766 - Dialog: Clicks on close button don't bubble.
MaxPower15 [Mon, 20 Dec 2010 13:50:23 +0000 (08:50 -0500)]
Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - Tabs: Use event.preventDefault() instead of returning false.
Xavi [Sun, 19 Dec 2010 21:52:22 +0000 (16:52 -0500)]
All: Use .toggleClass() instead of conditionally using .addClass() and .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
Scott González [Sun, 19 Dec 2010 21:38:15 +0000 (16:38 -0500)]
Accordion: Move code for deprecated height options into an extension at the bottom of the plugin.
Scott González [Sun, 19 Dec 2010 21:26:03 +0000 (16:26 -0500)]
Accordion: Added test for heightStyle: fill with absolutely positioned sibling.
Scott González [Sun, 19 Dec 2010 21:22:26 +0000 (16:22 -0500)]
Accordion: Don't include the height of absolute/fixed positioned siblings when calculating size for heightStyle: fill.
Scott González [Sun, 19 Dec 2010 21:19:54 +0000 (16:19 -0500)]
Accordion: Handle changes to deprecated options: autoHeight, clearStyle, fillSpace.
Scott González [Sun, 19 Dec 2010 21:14:13 +0000 (16:14 -0500)]
Merge remote branch 'Adovenmuehle/master' into accordion-height
Alex Dovenmuehle [Sat, 18 Dec 2010 02:38:29 +0000 (21:38 -0500)]
Accordion: API Redesign. Made style changes and changed 'fill' implementation to use $.siblings()
Scott González [Sat, 18 Dec 2010 00:53:22 +0000 (19:53 -0500)]
Dialog: Coding standards.
Scott González [Fri, 17 Dec 2010 16:35:47 +0000 (11:35 -0500)]
addClass: Added visual test page for animation queueing.
Scott González [Fri, 17 Dec 2010 16:15:17 +0000 (11:15 -0500)]
Autocomplete: Track pending requests and only remove the loading class when the last request completes. Fixes #6761 - Autocomplete: Loading class removed when multiple Ajax requests occur.
Scott González [Fri, 17 Dec 2010 15:48:17 +0000 (10:48 -0500)]
Autocomplete: Abort pending ajax requests when disabled and prevent handling results when disabled. Fixes #6752 - Menu may still render when autocomplete is disabled.
Alex Dovenmuehle [Wed, 15 Dec 2010 04:48:36 +0000 (23:48 -0500)]
Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a new option called heightStyle
Mario Visic [Thu, 16 Dec 2010 10:10:30 +0000 (18:10 +0800)]
Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms.
Scott González [Tue, 14 Dec 2010 14:02:00 +0000 (09:02 -0500)]
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
Kevin Dalman [Mon, 13 Dec 2010 18:02:31 +0000 (13:02 -0500)]
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
Scott González [Sat, 11 Dec 2010 20:57:49 +0000 (15:57 -0500)]
Accordion: Split out navigation options into an extension. Fixes #5869 - Accordion: Deprecate navigation options.
Scott González [Sat, 11 Dec 2010 20:19:25 +0000 (15:19 -0500)]
All: Remove workaround for .offset() setter bug from older versions of jQuery.
Scott González [Fri, 10 Dec 2010 20:13:10 +0000 (15:13 -0500)]
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
Scott González [Fri, 10 Dec 2010 20:06:22 +0000 (15:06 -0500)]
Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.
Alex Dovenmuehle [Mon, 6 Dec 2010 05:56:19 +0000 (00:56 -0500)]
Accordion: Added .ui-accordion-heading class to header's first child. Fixes #6743 - Accordion: Add .ui-accordion-heading class.
Scott González [Fri, 10 Dec 2010 19:34:21 +0000 (14:34 -0500)]
Position: Use $.isWindow()
Scott González [Fri, 10 Dec 2010 19:31:36 +0000 (14:31 -0500)]
Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - Dialog: remove deprecated dialog option beforeclose.
Scott González [Fri, 10 Dec 2010 19:11:20 +0000 (14:11 -0500)]
Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw error for non-existent method calls.
Scott González [Fri, 10 Dec 2010 18:42:29 +0000 (13:42 -0500)]
Revert "Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError."
This reverts commit
22671ad4f8e3e2e921c27bd2933fa088950abf2f .
Scott González [Fri, 10 Dec 2010 18:07:20 +0000 (13:07 -0500)]
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González [Fri, 10 Dec 2010 18:07:05 +0000 (13:07 -0500)]
Build (release): Added note for part of the manual process.
Scott González [Wed, 8 Dec 2010 18:28:26 +0000 (13:28 -0500)]
Updating the master version to 1.9pre
Scott González [Wed, 8 Dec 2010 18:28:26 +0000 (13:28 -0500)]
Tagging the 1.8.7 release.
Scott González [Wed, 8 Dec 2010 17:36:19 +0000 (12:36 -0500)]
Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError.
This should be reverted in jQuery UI 1.9.
saks [Tue, 7 Dec 2010 21:27:56 +0000 (16:27 -0500)]
Tabs: Added context to global selectors. Fixed #6710 - tabs module uses global selectors instead of local to "this.element" element.
Heiko Henning [Tue, 7 Dec 2010 17:33:18 +0000 (12:33 -0500)]
Datepicker: Added Rhaeto-Romanic translation. Fixes #6728 - Datepicker: Add i18n translation for Rhaeto-Romanic.
poplix [Mon, 6 Dec 2010 15:05:46 +0000 (10:05 -0500)]
Slider: Changed _trimAlignValue function to return the correct inclusive value between min and max. Fixes #6643 - using range and step options makes jquery change min and max.
jzaefferer [Fri, 3 Dec 2010 17:14:20 +0000 (18:14 +0100)]
Tooltip: Seperate restoring title attribute from assigning current-variable, in case currentTitle is undefined.
Scott González [Fri, 3 Dec 2010 14:14:27 +0000 (09:14 -0500)]
Dialog position tests: Use Math.round() instead of Math.floor().
dblood [Thu, 2 Dec 2010 22:23:41 +0000 (14:23 -0800)]
Datepicker: enabled OSX meta keys to work when constraining input. Fixed #5317 - datepicker cmd+a/c/v is not working on MAC OS-X