]>
source.dussan.org Git - jquery-ui.git/log
David Petersen [Wed, 23 Jan 2013 19:41:01 +0000 (13:41 -0600)]
Datepicker: Handle when yearRange is a year or a modifier. Fixed #8994 - Datepicker: next and prev buttons are disabled when using yearRange
Scott González [Thu, 17 Jan 2013 18:32:30 +0000 (13:32 -0500)]
Updating the master version to 1.10.1pre.
Kris Borchers [Thu, 17 Jan 2013 06:28:41 +0000 (00:28 -0600)]
Updating to jQuery 1.9.0
Scott González [Wed, 16 Jan 2013 18:59:27 +0000 (13:59 -0500)]
Build: Check patch instead of minor to detect major releases.
Scott González [Wed, 16 Jan 2013 18:45:54 +0000 (13:45 -0500)]
Whitespace.
Corey Frang [Wed, 16 Jan 2013 17:15:16 +0000 (11:15 -0600)]
Updating to jQuery Color 2.1.2
Scott González [Tue, 15 Jan 2013 14:25:00 +0000 (09:25 -0500)]
Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner: value can't be seen in dark themes.
Jörn Zaefferer [Mon, 14 Jan 2013 20:19:09 +0000 (21:19 +0100)]
Revert "Updating the master version to 1.10.1pre."
This reverts commit
20cf7abef11e8d2bdbbbdbdb3c320f7f8aa871fd .
Jörn Zaefferer [Mon, 14 Jan 2013 20:16:43 +0000 (21:16 +0100)]
Updating the master version to 1.10.1pre.
Jörn Zaefferer [Mon, 14 Jan 2013 20:06:53 +0000 (21:06 +0100)]
Build: Fix generate_themes task to adopt to changes in download builder.
Dominic Barnes [Tue, 8 Jan 2013 18:19:16 +0000 (12:19 -0600)]
Slider: Moved events to named functions (to allow extended plugins to hook in).
Mike Sherov [Fri, 11 Jan 2013 02:02:28 +0000 (21:02 -0500)]
Tooltip: Avoid errors on mouseover of tooltips with parents that have no title attribute. Fixes #8955 - Tooltip: error when parent element has no title attribute using jQuery <1.7
This corrects a failing test with core 1.6, so no new test is required.
Scott González [Thu, 10 Jan 2013 13:52:20 +0000 (08:52 -0500)]
Update copyright year to 2013.
Mike Sherov [Wed, 9 Jan 2013 02:36:34 +0000 (21:36 -0500)]
Effects: fix backwards compatibility in animateClass for jQuery Core <1.8
Scott González [Wed, 9 Jan 2013 01:38:09 +0000 (20:38 -0500)]
Release: Remove TODO for uploading release zip to GitHub since downloads are discontinued.
Scott González [Wed, 9 Jan 2013 01:20:03 +0000 (20:20 -0500)]
Release: Remove support for node <0.8.
Scott González [Wed, 9 Jan 2013 01:15:35 +0000 (20:15 -0500)]
Updated maintainers list.
Scott González [Wed, 9 Jan 2013 01:13:11 +0000 (20:13 -0500)]
Updated AUTHORS.txt.
Jörn Zaefferer [Tue, 8 Jan 2013 16:28:45 +0000 (17:28 +0100)]
Libs/externals: Fix line endings.
Jörn Zaefferer [Tue, 8 Jan 2013 13:33:08 +0000 (14:33 +0100)]
Update .gitattributes to only touch files with text content.
Scott González [Tue, 8 Jan 2013 13:09:34 +0000 (08:09 -0500)]
Datepicker i18n: Fix line endings.
Scott González [Tue, 8 Jan 2013 12:54:11 +0000 (07:54 -0500)]
Core: Resume focus test based on the event, not the callback.
Mike Sherov [Thu, 3 Jan 2013 19:38:05 +0000 (14:38 -0500)]
Dev: add .gitattributes file to force all line endings to LF
Mike Sherov [Thu, 3 Jan 2013 19:33:41 +0000 (14:33 -0500)]
Effects: Avoid cssHook blending in non-rgba browsers when the value is "transparent". Fixes #8914: odd behaviour of css hook when setting backgroundColor to transparent in IE7/8
Mike Sherov [Wed, 2 Jan 2013 23:27:22 +0000 (18:27 -0500)]
Interactions: Update widget defaults to match documented API.
Mike Sherov [Wed, 2 Jan 2013 23:03:03 +0000 (18:03 -0500)]
Tests: Correct all 404 errors in the test suite
Mike Sherov [Wed, 2 Jan 2013 22:37:26 +0000 (17:37 -0500)]
Datepicker Tests: Prepare for widget-ization tests.
Mike Sherov [Wed, 2 Jan 2013 19:58:12 +0000 (14:58 -0500)]
Slider: add options for event callbacks
Mike Sherov [Wed, 2 Jan 2013 04:16:12 +0000 (23:16 -0500)]
Draggable Tests: Cover all cursorAt option formats.
TJ VanToll [Sat, 29 Dec 2012 03:17:50 +0000 (22:17 -0500)]
Selectable: Account for scrolling on the helper's initial position. Fixed #8915 - Selectable: Lasso offset issue with scrolling.
TJ VanToll [Sun, 30 Dec 2012 02:58:25 +0000 (21:58 -0500)]
Selectable tests: Removed a non-existent script tag causing a 404 in the tests.
Kris Borchers [Sun, 30 Dec 2012 02:08:05 +0000 (20:08 -0600)]
Add comment explaining the mouseHandled flag
Jörn Zaefferer [Fri, 28 Dec 2012 09:15:38 +0000 (10:15 +0100)]
Tabs: Update manipulation demo - implement alt+del shortcut to remove active tab. Fixes #7847 - Tabs: simple manipulation accessibility
Jörn Zaefferer [Fri, 28 Dec 2012 09:07:02 +0000 (10:07 +0100)]
Tabs: Update manipulation demo - use delegate instead of live (can't use on until we drop core 1.6 support), reuse selected element
Rafael Xavier de Souza [Fri, 28 Dec 2012 14:32:30 +0000 (12:32 -0200)]
Theme: Split opacityOverlay from opacityFilterOverlay on theme styles.
Jörn Zaefferer [Fri, 28 Dec 2012 09:41:05 +0000 (10:41 +0100)]
Accordion: Fix testsuite overflow issue in IE7.
Kris Borchers [Fri, 28 Dec 2012 03:06:06 +0000 (21:06 -0600)]
Create mouseHandled flag per instance instead of globally. Fixes #8866 - Menu: select event not firing due to mouseHandled flag reset bug
Jörn Zaefferer [Thu, 27 Dec 2012 16:23:25 +0000 (17:23 +0100)]
Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't change icons option after init
Jörn Zaefferer [Thu, 27 Dec 2012 16:05:25 +0000 (17:05 +0100)]
Spinner: Trigger start/spin/stop events when calling step/page methods. Fixes #8901 - Spinner does not fire start/spin/stop events when calling stepUp()/Down(), pageUp()/Down() methods
Mike Sherov [Thu, 27 Dec 2012 15:39:14 +0000 (10:39 -0500)]
Draggable Tests: Fix IE7 offset failures
Jörn Zaefferer [Thu, 27 Dec 2012 11:50:04 +0000 (12:50 +0100)]
Spinner: Update button icons when option changes. Fixes #8926 - Spinner: Can't change icons option after init
Mike Sherov [Wed, 26 Dec 2012 13:08:48 +0000 (08:08 -0500)]
Tests: Convert single quotes to double quotes.
Mike Sherov [Tue, 25 Dec 2012 17:01:09 +0000 (12:01 -0500)]
All: Convert single quotes to double quotes.
Mike Sherov [Tue, 25 Dec 2012 13:41:09 +0000 (08:41 -0500)]
Datepicker: Use tabs for indentation.
Mike Sherov [Sat, 22 Dec 2012 22:39:36 +0000 (17:39 -0500)]
Draggable Tests: add back in unreliable offset hack for cursorAt tests
Mike Sherov [Sat, 22 Dec 2012 21:30:27 +0000 (16:30 -0500)]
Draggable Tests: use jquery.simulate.js to simulate drag events
Mike Sherov [Sat, 22 Dec 2012 20:46:57 +0000 (15:46 -0500)]
Dialog Tests: Fix test fails due to window measurements in FF and IE7
Mike Sherov [Sat, 22 Dec 2012 17:56:19 +0000 (12:56 -0500)]
Dev: stop loading *_tickets.js in the test suite.
Scott González [Thu, 20 Dec 2012 15:12:40 +0000 (10:12 -0500)]
Datepicker: Remove data event handlers from the dark ages.
Scott González [Thu, 20 Dec 2012 14:49:18 +0000 (09:49 -0500)]
Build: Added notStrictEqual to the globals list for unit tests.
Dominic Barnes [Thu, 6 Dec 2012 22:11:23 +0000 (16:11 -0600)]
Slider: Create clone of options.values during _create(). Fixed #8892 - Multiple Sliders have Conflict with options.values.
Scott González [Tue, 18 Dec 2012 13:38:36 +0000 (08:38 -0500)]
Tooltip: Clear the tracking interval on close. Fixes #8920 -Tooltip potential setinterval endless loop.
Matthieu Penant [Mon, 17 Dec 2012 13:29:17 +0000 (08:29 -0500)]
Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add Canadian French locale.
Scott González [Fri, 14 Dec 2012 16:13:46 +0000 (11:13 -0500)]
All: Use .addBack() instead of .andSelf().
Scott González [Fri, 14 Dec 2012 14:10:32 +0000 (09:10 -0500)]
Autocomplete: Append to closest .ui-front if available.
Scott González [Fri, 14 Dec 2012 13:43:56 +0000 (08:43 -0500)]
Dialog: Removed unnecessary style properties.
Scott González [Thu, 13 Dec 2012 21:55:14 +0000 (16:55 -0500)]
Autocomplete: Combobox demo - Collapse menu when clicking button.
Scott González [Thu, 13 Dec 2012 16:35:41 +0000 (11:35 -0500)]
Release: Add support for pre-releases.
Scott González [Thu, 13 Dec 2012 14:50:27 +0000 (09:50 -0500)]
Updated AUTHORS.txt.
Scott González [Wed, 12 Dec 2012 20:21:36 +0000 (15:21 -0500)]
Added CONTRIBUTING.md.
Scott González [Wed, 12 Dec 2012 16:22:08 +0000 (11:22 -0500)]
Core: Moved selectstart support test to deprecated section.
Scott González [Wed, 12 Dec 2012 16:21:49 +0000 (11:21 -0500)]
Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests for markup structure.
Scott González [Wed, 12 Dec 2012 13:54:53 +0000 (08:54 -0500)]
Core: Removed $.ui.contains. Fixes #8902 - Remove $.ui.contains.
Scott González [Wed, 12 Dec 2012 13:47:05 +0000 (08:47 -0500)]
Dialog: Spacing.
Mike Sherov [Wed, 12 Dec 2012 08:59:11 +0000 (03:59 -0500)]
Dev: update jquery.simulate.js to latest version from http://github.com/jquery/jquery-simulate
Mike Sherov [Wed, 12 Dec 2012 08:16:33 +0000 (03:16 -0500)]
Dev: remove todos from datepicker and dialog testsuite
Scott González [Tue, 11 Dec 2012 21:23:18 +0000 (16:23 -0500)]
Dialog: Cleanup.
Scott González [Tue, 11 Dec 2012 15:06:13 +0000 (10:06 -0500)]
Datepicker tests: Handle async focus in IE.
Scott González [Tue, 11 Dec 2012 14:44:39 +0000 (09:44 -0500)]
Menu tests: Better handling of async focus in IE.
Scott González [Mon, 10 Dec 2012 20:54:06 +0000 (15:54 -0500)]
Spinner tests: Delay all the things to make IE happy. Maybe...
Scott González [Mon, 10 Dec 2012 20:31:56 +0000 (15:31 -0500)]
Dialog tests: More async focus handling to deal with IE8.
Scott González [Mon, 10 Dec 2012 15:35:28 +0000 (10:35 -0500)]
Spinner tests: Better handling of async focus in IE.
Scott González [Mon, 10 Dec 2012 15:35:01 +0000 (10:35 -0500)]
Button tests: Handle async focus in IE.
Scott González [Mon, 10 Dec 2012 15:34:44 +0000 (10:34 -0500)]
Core tests: Handle async focus in IE.
Scott González [Mon, 10 Dec 2012 13:52:54 +0000 (08:52 -0500)]
Dialog tests: Updated markup for deprecated tests to match standard tests.
Mike Sherov [Sun, 9 Dec 2012 02:27:37 +0000 (21:27 -0500)]
Dev: remove unnecessary simulated drag delegation in test suite
Mike Sherov [Sat, 8 Dec 2012 18:19:36 +0000 (13:19 -0500)]
Dev: Change incorrect references in test suite from #main to #qunit-fixture.
Mike Sherov [Sat, 8 Dec 2012 01:06:29 +0000 (20:06 -0500)]
Dev: Remove *_tickets.js test files and move the associated tests to the proper locations.
Scott González [Fri, 7 Dec 2012 21:57:03 +0000 (16:57 -0500)]
Dialog: Respect maxHeight when determining size on open. Fixes #4820 - Dialog: Auto height does not respect the maxHeight option.
Scott González [Fri, 7 Dec 2012 19:54:21 +0000 (14:54 -0500)]
Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be attached to a element other than body.
Scott González [Fri, 7 Dec 2012 16:58:58 +0000 (11:58 -0500)]
Autocomplete: Handle detached elements for appendTo after create.
Jörn Zaefferer [Fri, 7 Dec 2012 09:51:44 +0000 (10:51 +0100)]
Build: Update to node-testswarm 0.3
Jörn Zaefferer [Fri, 7 Dec 2012 09:10:40 +0000 (10:10 +0100)]
Build: Update grunt-junit, gets rid of the bogus xml files.
Scott González [Thu, 6 Dec 2012 20:00:42 +0000 (15:00 -0500)]
Position: Split out dimension parsing.
Scott González [Thu, 6 Dec 2012 19:43:35 +0000 (14:43 -0500)]
Droppable: Added missing semicolon.
Scott González [Thu, 6 Dec 2012 19:42:10 +0000 (14:42 -0500)]
Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove $.ui.isOver() and $.ui.isOverAxis().
Scott González [Thu, 6 Dec 2012 19:25:48 +0000 (14:25 -0500)]
Allow higher cyclomatic complexity in functions that sanely use switch statements.
Scott González [Thu, 6 Dec 2012 19:18:20 +0000 (14:18 -0500)]
Tabs: Reduce cyclomatic complexity.
Kris Borchers [Thu, 6 Dec 2012 17:07:25 +0000 (11:07 -0600)]
Progressbar: Add link to custom label demo in demo index.
Kris Borchers [Thu, 6 Dec 2012 17:07:07 +0000 (11:07 -0600)]
Progressbar: Take min into account when calculating percentage.
Scott González [Thu, 6 Dec 2012 16:56:56 +0000 (11:56 -0500)]
Datepicker: Run JSHint test in unit tests.
Scott González [Thu, 6 Dec 2012 15:10:07 +0000 (10:10 -0500)]
Progressbar: Cleanup, byte shaving.
Scott González [Thu, 6 Dec 2012 14:50:33 +0000 (09:50 -0500)]
Progress tests: Cleanup.
Scott González [Thu, 6 Dec 2012 14:35:41 +0000 (09:35 -0500)]
Progressbar: Only remove aria-valuenow for indeterminate progressbars. Added more accessibility tests.
Scott González [Thu, 6 Dec 2012 14:21:25 +0000 (09:21 -0500)]
Progressbar: Define defaults for callbacks.
Scott González [Wed, 5 Dec 2012 22:19:14 +0000 (17:19 -0500)]
Tabs: Decode URIs before comparing. Fixes #8877 - Tabs: isLocal function issue in Safari 5.1.7.
Scott González [Wed, 5 Dec 2012 16:53:34 +0000 (11:53 -0500)]
Dialog: Restore inline styles for dimensions/display. Fixes #8119 - Dialog: Destroying a dialog leaves some styles changed.
Bjørn Johansen [Mon, 3 Dec 2012 07:05:06 +0000 (08:05 +0100)]
Datepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes #8886 - Datepicker: Add Norwegian Bokmål (nb) and Norwegian Nynorsk (nn) locales.
Signed-off-by: Bjørn Johansen <bjorn.johansen@metronet.no>
Pavel Selitskas [Sun, 2 Dec 2012 14:02:39 +0000 (17:02 +0300)]
Datepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add Belarusian locale.
Scott González [Wed, 5 Dec 2012 15:38:31 +0000 (10:38 -0500)]
Datepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: Changing disabled option doesn't work.