]>
source.dussan.org Git - jquery-ui.git/log
jzaefferer [Mon, 21 Feb 2011 16:09:02 +0000 (17:09 +0100)]
Unit tests: Add QUnit toolbar for hiding passed tests
Scott González [Mon, 21 Feb 2011 15:07:42 +0000 (16:07 +0100)]
Accordion: Handle changing the event option. Fixes #6740 - Dynamically changing accordion's event handler doesn't actually change the behaviour.
jzaefferer [Mon, 21 Feb 2011 13:45:54 +0000 (14:45 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer [Mon, 21 Feb 2011 09:38:30 +0000 (10:38 +0100)]
Menu: Fix visual test to use select event (was selected)
Richard Worth [Sat, 19 Feb 2011 14:54:15 +0000 (09:54 -0500)]
Datepicker i18n: Changed all html named character entities to unicode hex entities. Fixed #7008 - Chromium-Browser does not support html-entities in datePicker i18n-translation
adam j. sontag [Fri, 18 Feb 2011 16:45:44 +0000 (11:45 -0500)]
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian Localisation has month-date in wrong order
jzaefferer [Fri, 18 Feb 2011 15:08:17 +0000 (16:08 +0100)]
Fix datepicker tests to pass in Chrome and run faster by letting QUnit
handle the staggered proessing (renders at least once per second, faster
then rendering after each test). Disabled broken manual-entry tests
after confirming its only an issue in the test, not the impl.
Scott González [Wed, 16 Feb 2011 18:15:14 +0000 (13:15 -0500)]
Datepicker: Account for daylight saving when calculating number of days in a month. Fixes #6978 - In Calender for march 2011 dates showing till 5th only.
Thanks jomyjohn
William Kevin Manire [Wed, 16 Feb 2011 08:28:32 +0000 (00:28 -0800)]
Widget: modified widget to throw exception on attempt to call private methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object
jzaefferer [Mon, 14 Feb 2011 11:06:04 +0000 (12:06 +0100)]
Menu: Remove ui-state-hover class from menu items on destroy
Dan Heberden [Tue, 15 Feb 2011 18:15:46 +0000 (10:15 -0800)]
Datepicker: prevent datepicker initialization on empty jquery collection and add unit test. Fixed #6976 - datepicker creates extra dom element with empty object
Scott González [Tue, 15 Feb 2011 15:00:25 +0000 (10:00 -0500)]
Merge remote branch 'msolli/master'
David Petersen [Tue, 8 Feb 2011 00:32:32 +0000 (19:32 -0500)]
Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: pass original event.
Scott González [Tue, 15 Feb 2011 13:38:09 +0000 (08:38 -0500)]
Datepicker: Properly handle datepickers attached to inputs that are hidden using CSS. Fixes #6988 - Datepicker: Treat all hidden text fields the same.
Martin Solli [Mon, 14 Feb 2011 13:49:33 +0000 (05:49 -0800)]
Datepicker: improved translation of Norwegian names for days and months. Fixed #6986 - Improved translation of day and month names
jzaefferer [Fri, 11 Feb 2011 15:01:23 +0000 (16:01 +0100)]
Tooltip: Added missing items test
jzaefferer [Fri, 11 Feb 2011 14:44:56 +0000 (15:44 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer [Fri, 11 Feb 2011 14:42:44 +0000 (15:42 +0100)]
Menu: Fix unit tests and set the right menu1-activedescendant attribute
Richard Worth [Fri, 11 Feb 2011 14:36:14 +0000 (09:36 -0500)]
Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit tests to run correctly on swarm.jquery.org
Scott González [Fri, 11 Feb 2011 13:53:43 +0000 (08:53 -0500)]
Widget: Handle super calls when method calls go up and down the inheritance chain.
Alex Dovenmuehle [Fri, 11 Feb 2011 03:11:59 +0000 (22:11 -0500)]
Button: Batched class changes to improve performance. Fixes #6934. Button: Batch class changes to improve performance.
Scott González [Fri, 11 Feb 2011 02:32:33 +0000 (21:32 -0500)]
Widget: Only create _super and _superApply once per method, then assign on every execution.
Scott González [Fri, 11 Feb 2011 02:25:50 +0000 (21:25 -0500)]
Widget: Fixed super methods with deep inheritance chains.
Scott González [Tue, 8 Feb 2011 21:13:18 +0000 (16:13 -0500)]
Accordion: Reset overflow on both content panels being animated, not just the one being shown. Fixes #6957 - .ui-accordion-content's overflow value does not change back to auto in IE 6.
Scott González [Tue, 8 Feb 2011 14:22:45 +0000 (09:22 -0500)]
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González [Tue, 8 Feb 2011 14:21:35 +0000 (09:21 -0500)]
Accordion: Added note about using ui-accordion-header-active class.
jzaefferer [Mon, 7 Feb 2011 19:37:06 +0000 (20:37 +0100)]
Spinner: Fix time spinner demo; workaround for _super issue.
jzaefferer [Mon, 7 Feb 2011 17:50:19 +0000 (18:50 +0100)]
Spinner: Fix unnecessary var
jzaefferer [Mon, 7 Feb 2011 17:45:10 +0000 (18:45 +0100)]
Fix spinner demos to latest jquery-global API. Also cleanup.
Scott González [Sat, 5 Feb 2011 04:50:49 +0000 (23:50 -0500)]
Accordion: Reduced some code in _toggle().
Scott González [Sat, 5 Feb 2011 03:37:29 +0000 (22:37 -0500)]
Accordion: Simplify _toggle() implementation.
Scott González [Sat, 5 Feb 2011 02:52:09 +0000 (21:52 -0500)]
Accordion: Always have _activate delegate to _eventHandler.
Scott González [Fri, 4 Feb 2011 04:02:46 +0000 (23:02 -0500)]
Accordion: First pass at cleaning up activation/event handling code.
Scott González [Thu, 3 Feb 2011 21:37:17 +0000 (16:37 -0500)]
Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - Widget: Allow redefining a widget to create extensions.
Scott González [Thu, 3 Feb 2011 19:14:13 +0000 (14:14 -0500)]
Accordion: Updated demos to use the new API.
Scott González [Thu, 3 Feb 2011 17:01:26 +0000 (12:01 -0500)]
Added version property to plugins that were missing them.
Scott González [Thu, 3 Feb 2011 16:04:22 +0000 (11:04 -0500)]
Accordion: Cleaned up destroy and refresh methods.
Scott González [Thu, 3 Feb 2011 15:11:00 +0000 (10:11 -0500)]
Accordion: Added tests for custom header option.
Scott González [Thu, 3 Feb 2011 15:04:40 +0000 (10:04 -0500)]
Accordion: Update active option when programmatically collapsing the accordion.
Scott González [Thu, 3 Feb 2011 14:59:05 +0000 (09:59 -0500)]
Accordion: Handle negative values for active option on init.
Scott González [Thu, 3 Feb 2011 14:54:11 +0000 (09:54 -0500)]
Accordion: Properly handle collapsible: false and active: false by changing active to 0.
Tobias Brunner [Thu, 3 Feb 2011 13:51:50 +0000 (08:51 -0500)]
Datepicker: only set the focus explicitly if it is not already on the target field. Fixed #6694 – datepicker does not fire change event in IE8
jQuery stores the current content of a field whenever it gets the focus. Since the fixed function is also called for KeyUp events the change event is not triggered anymore when the input looses focus.
Scott González [Thu, 3 Feb 2011 02:33:57 +0000 (21:33 -0500)]
Accordion: Cleanup.
Scott González [Thu, 3 Feb 2011 02:15:25 +0000 (21:15 -0500)]
Accordion: Added ui-accordion-header-icon class to generated icons in order to not interfere with any additional icons that users might add.
George Marshall [Wed, 2 Feb 2011 02:52:17 +0000 (18:52 -0800)]
Resizable: Changed the way box size is determined when using a helper. Fixed #6926 - Window doesn't change to size that helper shows when snapping to grid
Michael DellaNoce [Tue, 1 Feb 2011 11:57:48 +0000 (06:57 -0500)]
Widget: Modified _trigger to invoke callbacks with apply so that handlers are invoked the same way .trigger() invokes them. Fixes #6795 - Widget: _trigger passes array arguments to handlers inconsistently.
Scott González [Tue, 1 Feb 2011 03:04:09 +0000 (22:04 -0500)]
Merge branch 'master' into widget-events
Conflicts:
ui/jquery.ui.widget.js
Scott González [Tue, 1 Feb 2011 02:56:55 +0000 (21:56 -0500)]
Tabs: Use ._focusable() and ._hoverable().
Scott González [Tue, 1 Feb 2011 02:55:22 +0000 (21:55 -0500)]
Widget: Use focusin/focusout for ._focusable().
jzaefferer [Mon, 31 Jan 2011 15:37:50 +0000 (16:37 +0100)]
Update wigdet test for previous change. No stored intance via data for
element == instance.
jzaefferer [Mon, 31 Jan 2011 15:33:45 +0000 (16:33 +0100)]
Optimize widget's _createWidget method to not store data and bind remove
when dealing with an instance without an element (element == instance).
Scott González [Mon, 31 Jan 2011 13:58:01 +0000 (08:58 -0500)]
Accordion: added a comment.
Scott González [Mon, 31 Jan 2011 13:50:17 +0000 (08:50 -0500)]
Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome.
Scott González [Sun, 30 Jan 2011 14:39:18 +0000 (09:39 -0500)]
Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch.
Scott González [Thu, 27 Jan 2011 19:49:59 +0000 (14:49 -0500)]
Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixes #6904 - Autocomplete: Race condition handling means.
Scott González [Tue, 25 Jan 2011 05:52:42 +0000 (00:52 -0500)]
Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion: Allow canceling the beforeActivate event.
Scott González [Tue, 25 Jan 2011 05:05:55 +0000 (00:05 -0500)]
Accordion: Renamed changestart and change events to beforeActivate and activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate.
Scott González [Tue, 25 Jan 2011 03:40:03 +0000 (22:40 -0500)]
Accordion: More tests.
Scott González [Tue, 25 Jan 2011 03:37:57 +0000 (22:37 -0500)]
Tests: Fixed erroneous refernece to accordion.
Scott González [Tue, 25 Jan 2011 02:58:40 +0000 (21:58 -0500)]
Dialog: Use ._focusable() and ._hoverable().
Scott González [Tue, 25 Jan 2011 02:54:50 +0000 (21:54 -0500)]
Widget: Added tests for ._hoverable() and ._focusable().
Scott González [Tue, 25 Jan 2011 02:31:12 +0000 (21:31 -0500)]
Widget tests: Remove workaround for old QUnit bug.
Scott González [Tue, 25 Jan 2011 02:22:40 +0000 (21:22 -0500)]
Widget tests: Cleanup.
Scott González [Tue, 25 Jan 2011 02:00:39 +0000 (21:00 -0500)]
Accordion test: Fixed an icon test.
Scott González [Tue, 25 Jan 2011 01:35:58 +0000 (20:35 -0500)]
Accordion tests: Cleaned up deprecated tests.
Scott González [Tue, 25 Jan 2011 00:20:09 +0000 (19:20 -0500)]
Accordion tests: Cleanup.
Scott González [Mon, 24 Jan 2011 21:00:34 +0000 (16:00 -0500)]
Accordion tests: Getting really ghetto in an attempt to get deprecated tests to run in TestSwarm.
Scott González [Mon, 24 Jan 2011 20:45:29 +0000 (15:45 -0500)]
Accordion: Test cleanup.
Scott González [Mon, 24 Jan 2011 19:47:03 +0000 (14:47 -0500)]
Tests: Updated QUnit.
Scott González [Mon, 24 Jan 2011 19:38:23 +0000 (14:38 -0500)]
Accordion: First pass at splitting out tests for deprecated functionality.
Scott González [Mon, 24 Jan 2011 18:33:24 +0000 (13:33 -0500)]
Widget: Allow this.element to be the widget instance instead of a DOM element. Fixes #6895 - Widget: Allow non-DOM based widget.
Scott González [Mon, 24 Jan 2011 00:58:31 +0000 (19:58 -0500)]
Widget: Added tests for defaultElement and element normalization between jQuery objects, elements and selectors.
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.
Scott González [Fri, 21 Jan 2011 20:37:18 +0000 (15:37 -0500)]
Widget: Added _hoverable() and _focusable().
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
Scott González [Tue, 18 Jan 2011 06:53:20 +0000 (01:53 -0500)]
Widget: Added "dynamic" bindings via ._bind() to allow for proxying.
Scott González [Tue, 18 Jan 2011 06:46:26 +0000 (01:46 -0500)]
Widget: Added ._bind() for easily binding events with correct context and disabled checking. Pretty much a direct copy from the previous bind branch.
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.