]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
11 years agoSortable: Copy the src of the original item when creating a placeholder from an image...
Scott González [Thu, 7 Mar 2013 17:55:00 +0000 (12:55 -0500)]
Sortable: Copy the src of the original item when creating a placeholder from an image. Fixes #5129 - Sortable: Unable to use an image as a placeholder in Firefox.

11 years agoDraggable Tests: Fix containment tests
Mike Sherov [Mon, 4 Mar 2013 16:39:14 +0000 (11:39 -0500)]
Draggable Tests: Fix containment tests

11 years agoDraggable Tests: Fix snap test failures in IE8
Mike Sherov [Mon, 4 Mar 2013 14:58:23 +0000 (09:58 -0500)]
Draggable Tests: Fix snap test failures in IE8

11 years agoDraggable Tests: Style Sweep
Mike Sherov [Mon, 4 Mar 2013 06:32:23 +0000 (01:32 -0500)]
Draggable Tests: Style Sweep

11 years agoDraggable Tests: Add test coverage for supported options
Mike Sherov [Sat, 12 Jan 2013 05:33:45 +0000 (00:33 -0500)]
Draggable Tests: Add test coverage for supported options

11 years agoSlider tests: Use ui-slider not uiSlider for data key.
Scott González [Sat, 2 Mar 2013 20:31:38 +0000 (15:31 -0500)]
Slider tests: Use ui-slider not uiSlider for data key.

11 years agoSlider tests: Don't use .on().
Scott González [Sat, 2 Mar 2013 20:26:18 +0000 (15:26 -0500)]
Slider tests: Don't use .on().

11 years agoSortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet...
TJ VanToll [Thu, 28 Feb 2013 03:35:53 +0000 (22:35 -0500)]
Sortable: Adding a min-width to the body on the portlet demo.  Fixed #4485: Portlet demo is buggy.

11 years agoEffects: Handle the .hide/show/toggle( options ) signatures from core properly. Fixes...
Scott González [Thu, 28 Feb 2013 18:34:49 +0000 (13:34 -0500)]
Effects: Handle the .hide/show/toggle( options ) signatures from core properly. Fixes #9126 - .show()/.hide() do not support all of core's options.

11 years agoAccordion demo: Clean up hoverintent implementation to avoid using jQuery.event.handl...
Scott González [Wed, 27 Feb 2013 16:27:44 +0000 (11:27 -0500)]
Accordion demo: Clean up hoverintent implementation to avoid using jQuery.event.handle. Thanks Drew Waddell for pointing out the use of an undocumented/deprecated method.

11 years agoEffects: Delegate to core show/hide when the element is already in the correct final...
Scott González [Tue, 26 Feb 2013 15:36:03 +0000 (10:36 -0500)]
Effects: Delegate to core show/hide when the element is already in the correct final state. This forces the element to go through the olddisplay tracking and forces styles on elements even if they're hidden via an ancestor. Fixes #9120 - Effects: .hide() inconsistent with core with a hidden parent.

11 years agoDroppable tests: Cleanup.
Scott González [Tue, 26 Feb 2013 15:13:42 +0000 (10:13 -0500)]
Droppable tests: Cleanup.

11 years agoDroppable: Changed drop event to loop over a copied array instead of the droppables...
Zaven Muradyan [Sun, 24 Feb 2013 05:55:29 +0000 (21:55 -0800)]
Droppable: Changed drop event to loop over a copied array instead of the droppables directly. Fixed #9116 - Droppable: Drop event can cause droppables to remain active if any droppable is created/destroyed in the event handler.

11 years agoPosition: Fix orientation check for scrollbar widths. Fixes #8763 - Position: getScro...
Scott González [Tue, 26 Feb 2013 13:59:28 +0000 (08:59 -0500)]
Position: Fix orientation check for scrollbar widths. Fixes #8763 - Position: getScrollInfo() swapped width and height.

11 years agoAutocomplete: Set isNewMenu flag on every suggestion. Fixes #9118 - Autocomplete...
Scott González [Mon, 25 Feb 2013 20:36:08 +0000 (15:36 -0500)]
Autocomplete: Set isNewMenu flag on every suggestion. Fixes #9118 - Autocomplete: Mouse auto-highlights option in Firefox.

11 years agoUpgrade mousewheel to 3.1.0.
Scott González [Fri, 22 Feb 2013 22:28:45 +0000 (17:28 -0500)]
Upgrade mousewheel to 3.1.0.

11 years agoAutocomplete demo (Combobox): Split code into smaller functions.
Scott González [Tue, 19 Feb 2013 20:10:02 +0000 (15:10 -0500)]
Autocomplete demo (Combobox): Split code into smaller functions.

11 years agoAutocomplete demo (Combobox): Rename selected event to select.
Scott González [Tue, 19 Feb 2013 19:47:14 +0000 (14:47 -0500)]
Autocomplete demo (Combobox): Rename selected event to select.

11 years agoAutocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - Autocomplet...
Scott González [Tue, 19 Feb 2013 19:46:30 +0000 (14:46 -0500)]
Autocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - Autocomplete: Incorrect escaping in combobox demo.

11 years agoSpinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after losing...
Scott González [Fri, 22 Feb 2013 14:15:43 +0000 (09:15 -0500)]
Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after losing focus.

11 years agoTabs: Use border-bottom-width instead of border-bottom to remove the border on tabs...
Scott González [Fri, 22 Feb 2013 13:53:03 +0000 (08:53 -0500)]
Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs.

11 years agoDraggable: Revert flag honours Sortable revert speed. Fixed #9103 Draggable: revert...
Steve Urmston [Tue, 19 Feb 2013 22:58:31 +0000 (22:58 +0000)]
Draggable: Revert flag honours Sortable revert speed. Fixed #9103 Draggable: revert option reset after being added to a connectedSortable.

11 years agoSortable: When sorting table rows, create a td to force dimensions. Fixes #4765 ...
Scott González [Thu, 21 Feb 2013 01:16:29 +0000 (20:16 -0500)]
Sortable: When sorting table rows, create a td to force dimensions. Fixes #4765 - Sortable: Placeholder not displayed when sorting table rows.

11 years agoDialog: Extract check for which elements can gain focus into its own method for overr...
Scott González [Wed, 20 Feb 2013 22:35:48 +0000 (17:35 -0500)]
Dialog: Extract check for which elements can gain focus into its own method for overriding. Fixes #9087 - Dialog: Allow registering elements outside a dialog for use when a modal dialog is open.

11 years agoDatepicker: Updated German locale. Fixes #9098 - Datepicker German localization ...
Christian Wenz [Tue, 19 Feb 2013 02:35:10 +0000 (18:35 -0800)]
Datepicker: Updated German locale. Fixes #9098 - Datepicker German localization - make casing of previous/next/today consistent.

11 years agoDialog: Don't hard-code widget data key. Fixes #9097 - UI dialog inheritance.
Scott González [Mon, 18 Feb 2013 21:07:15 +0000 (16:07 -0500)]
Dialog: Don't hard-code widget data key. Fixes #9097 - UI dialog inheritance.

11 years agoSortable: Inject a CSS rule to style the cursor. Fixed #7389 - sortable: 'cursor...
Nathanael Silverman [Wed, 13 Feb 2013 16:34:52 +0000 (17:34 +0100)]
Sortable: Inject a CSS rule to style the cursor. Fixed #7389 - sortable: 'cursor' option didn't override CSS cursor settings.

11 years agoUpdating the master version to 1.10.2pre.
Scott González [Fri, 15 Feb 2013 20:07:15 +0000 (15:07 -0500)]
Updating the master version to 1.10.2pre.

11 years agoBuild: Use fs.existsSync() instead of path.existsSync().
Scott González [Fri, 15 Feb 2013 17:41:39 +0000 (12:41 -0500)]
Build: Use fs.existsSync() instead of path.existsSync().

11 years agoBuild: Cleanup.
Scott González [Fri, 15 Feb 2013 17:41:18 +0000 (12:41 -0500)]
Build: Cleanup.

11 years agoGrunt: update generate_themes task to use the new DownloadBuilder API
Rafael Xavier de Souza [Wed, 13 Feb 2013 20:56:35 +0000 (18:56 -0200)]
Grunt: update generate_themes task to use the new DownloadBuilder API

- DownloadBuilder accepts the config file as an option. It's not necessary
  to workaround it by changing the DownloadBuilder config file anymore;
- DownloadBuilder has exposed a method to generate the theme gallery bundle;

11 years agoUpdated AUTHORS.txt.
Scott González [Wed, 13 Feb 2013 15:30:08 +0000 (10:30 -0500)]
Updated AUTHORS.txt.

11 years agoTheme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix...
Scott González [Wed, 13 Feb 2013 14:06:02 +0000 (09:06 -0500)]
Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing.

11 years agoMerge branch 'draggable_fix_9077'
TJ VanToll [Wed, 13 Feb 2013 02:28:23 +0000 (21:28 -0500)]
Merge branch 'draggable_fix_9077'

11 years agoRemoving unnecessary wrapping of this in draggable's stack option handling.
TJ VanToll [Wed, 13 Feb 2013 02:27:21 +0000 (21:27 -0500)]
Removing unnecessary wrapping of this in draggable's stack option handling.

11 years agoDatepicker i18n: Change Slovak day/month names to lowercase. Fixes #9078 - Datepicker...
Scott González [Tue, 12 Feb 2013 14:57:29 +0000 (09:57 -0500)]
Datepicker i18n: Change Slovak day/month names to lowercase. Fixes #9078 - Datepicker Slovak localisation - name of day/month is always lowercase.

11 years agoPosition: Handle decimal percentage offsets. Fixes #9076: percentage offset does... 912/head
David Petersen [Tue, 12 Feb 2013 02:04:28 +0000 (20:04 -0600)]
Position: Handle decimal percentage offsets. Fixes #9076: percentage offset does not support decimal

11 years agoDraggable: Account for z-index set in CSS for the stack option. Fixed #9077 - Dragga... 913/head
TJ VanToll [Tue, 12 Feb 2013 04:29:48 +0000 (23:29 -0500)]
Draggable: Account for z-index set in CSS for the stack option.  Fixed #9077 - Draggable: stack option resets the z-index

11 years agoSlider: Coding standards for tests 903/head 910/head
David Petersen [Thu, 7 Feb 2013 14:33:26 +0000 (08:33 -0600)]
Slider: Coding standards for tests

11 years agoAdded .mailmap for top contributors.
Scott González [Wed, 6 Feb 2013 13:37:58 +0000 (08:37 -0500)]
Added .mailmap for top contributors.

11 years agoAutocomplete: Use .ui-front instead of .zIndex() for the suggestions menu.
Scott González [Tue, 5 Feb 2013 18:01:32 +0000 (13:01 -0500)]
Autocomplete: Use .ui-front instead of .zIndex() for the suggestions menu.

11 years agoDatepicker: Use entity number instead of entity name when escaping single quotes.
Scott González [Tue, 5 Feb 2013 15:13:27 +0000 (10:13 -0500)]
Datepicker: Use entity number instead of entity name when escaping single quotes.

11 years agoAutocomplete: Optimize element type checks for speed and size.
Scott González [Tue, 5 Feb 2013 14:33:48 +0000 (09:33 -0500)]
Autocomplete: Optimize element type checks for speed and size.

11 years agoSlider: allow range option to be changed. Fixed #5602 - Slider Does Not Exhibit Prope...
David Petersen [Wed, 30 Jan 2013 19:07:33 +0000 (13:07 -0600)]
Slider: allow range option to be changed. Fixed #5602 - Slider Does Not Exhibit Proper Behavior When Switching Range

11 years agoUpdating 'jQuery' to 1.9.1. 908/head
Bruno M. Custódio [Tue, 5 Feb 2013 13:47:59 +0000 (13:47 +0000)]
Updating 'jQuery' to 1.9.1.

11 years agoSlider: Add disabled tests and remove disabled prop from handles 905/head
David Petersen [Fri, 1 Feb 2013 02:19:52 +0000 (20:19 -0600)]
Slider: Add disabled tests and remove disabled prop from handles

11 years agoFix file permissions in themes/base/images.
Travis Carden [Fri, 18 Jan 2013 19:12:39 +0000 (13:12 -0600)]
Fix file permissions in themes/base/images.

11 years agoDailog: Cover iframes during drag and resize. Fixes #7650 - Dialog cannot be dragged...
Scott González [Sun, 3 Feb 2013 13:55:34 +0000 (08:55 -0500)]
Dailog: Cover iframes during drag and resize. Fixes #7650 - Dialog cannot be dragged properly with IFRAME.

11 years agoDialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: broken focus...
Scott González [Sun, 3 Feb 2013 00:32:42 +0000 (19:32 -0500)]
Dialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: broken focusin event handler when beforeclose event of a modal opens another modal.

11 years agooops...
Scott González [Sun, 3 Feb 2013 00:11:30 +0000 (19:11 -0500)]
oops...

11 years agoDraggable: Change $.ui.contains() to $.contains(). Fixes #9051 - Draggable: Reference...
Vahid Sohrabloo [Fri, 1 Feb 2013 22:09:43 +0000 (01:39 +0330)]
Draggable: Change $.ui.contains() to $.contains(). Fixes #9051 - Draggable: Reference to undefined $.ui.contains().

11 years agoDatepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker beforeShowDay...
Scott González [Fri, 1 Feb 2013 21:52:04 +0000 (16:52 -0500)]
Datepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker beforeShowDay tooltip not displayed properly if single quote is used.

11 years agoDialog: Add effect files to deprecated testsuite to sync with non-deprecated file
Jörn Zaefferer [Fri, 1 Feb 2013 18:17:32 +0000 (19:17 +0100)]
Dialog: Add effect files to deprecated testsuite to sync with non-deprecated file

11 years agoUpgrade to node-testswarm 1.0. -alpha works well, tested with QUnit already.
Jörn Zaefferer [Fri, 1 Feb 2013 17:44:51 +0000 (18:44 +0100)]
Upgrade to node-testswarm 1.0. -alpha works well, tested with QUnit already.

11 years agoDialog: Check for empty array in addition to empty object when checking if there...
Scott González [Fri, 1 Feb 2013 13:59:55 +0000 (08:59 -0500)]
Dialog: Check for empty array in addition to empty object when checking if there are buttons. Fixes #9043 - Dialog: Buttonpane shown with no buttons when modifying native prototypes.

11 years agoDialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: Double...
Scott González [Thu, 31 Jan 2013 22:20:19 +0000 (17:20 -0500)]
Dialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog.

11 years agoDatepicker demo: Simplify localization demo so that jqueryui.com works properly.
Scott González [Thu, 31 Jan 2013 15:31:27 +0000 (10:31 -0500)]
Datepicker demo: Simplify localization demo so that jqueryui.com works properly.

11 years agoUpgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12.
Scott González [Thu, 31 Jan 2013 15:19:48 +0000 (10:19 -0500)]
Upgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12.

11 years agoSortable demo: Fix use of tabs API.
Scott González [Thu, 31 Jan 2013 14:16:54 +0000 (09:16 -0500)]
Sortable demo: Fix use of tabs API.

11 years agoMenu: Escape em and en dashes in regex. Fixes #9016 - Menu: Non-ASCII characters.
Scott González [Thu, 31 Jan 2013 14:05:04 +0000 (09:05 -0500)]
Menu: Escape em and en dashes in regex. Fixes #9016 - Menu: Non-ASCII characters.

11 years agoDialog Tests: Cleanup el -> element
Kris Borchers [Thu, 31 Jan 2013 05:38:20 +0000 (23:38 -0600)]
Dialog Tests: Cleanup el -> element

11 years agoDialog Tests: Add test to ensure dialog keeps focus when clicking a modal overlay
Kris Borchers [Thu, 31 Jan 2013 05:17:45 +0000 (23:17 -0600)]
Dialog Tests: Add test to ensure dialog keeps focus when clicking a modal overlay

11 years agoDialog: Move call to _focusTabbable and triggering of open and focus events into... 880/head
Kris Borchers [Wed, 30 Jan 2013 18:30:37 +0000 (12:30 -0600)]
Dialog: Move call to _focusTabbable and triggering of open and focus events into the _show callback. Fixes #6756 - Dialog: show: "blind" with link in content doesn't animate properly. Fixes #8051 - Dialog: 'Explode' dialog animation causes crash in IE 6, 7 and 8. Fixes #4421 - Dialog: Focus lost from dialog which uses show-effect

11 years agoAutocomplete: Fix .data() references in demos. Fixes #9029 - Autocomplete: Multiple...
Scott González [Wed, 30 Jan 2013 13:36:13 +0000 (08:36 -0500)]
Autocomplete: Fix .data() references in demos. Fixes #9029 - Autocomplete: Multiple demo has errors.

11 years agoEffects Core: make removeClass work correctly with changes jQuery 1.9.0. Fixed #9015... 895/head
David Petersen [Sat, 26 Jan 2013 17:59:08 +0000 (11:59 -0600)]
Effects Core: make removeClass work correctly with changes jQuery 1.9.0. Fixed #9015 - Inclusion of jQuery UI breaks removeClass

11 years agoSlider: Added rounded corners to range area. Fixed #9024 - Slider: Range area needs... 900/head
Thomas Jaggi [Mon, 28 Jan 2013 15:03:42 +0000 (16:03 +0100)]
Slider: Added rounded corners to range area. Fixed #9024 - Slider: Range area needs rounded corners, too

11 years agoDialog: modified _createOverlay to _appendTo instead of document.body. Fixed #8984...
David Sullivan [Sat, 26 Jan 2013 10:03:14 +0000 (04:03 -0600)]
Dialog: modified _createOverlay to _appendTo instead of document.body. Fixed #8984 - Modal dialogs display behind overlay when using appendTo option

11 years agoDialog: Allow interaction with datepickers from modal dialogs. Fixes #8989 - Dialog...
Scott González [Fri, 25 Jan 2013 13:51:13 +0000 (08:51 -0500)]
Dialog: Allow interaction with datepickers from modal dialogs. Fixes #8989 - Dialog: Cannot change month/year in datepicker within modal.

11 years agoAutocomplete demo: Fixed reference to widget instance.
Scott González [Thu, 24 Jan 2013 23:12:26 +0000 (18:12 -0500)]
Autocomplete demo: Fixed reference to widget instance.

11 years agoDialog: Don't handle overlays on destory if there are not any. Fixed: #9004 - failed... 893/head
David Petersen [Thu, 24 Jan 2013 01:12:25 +0000 (19:12 -0600)]
Dialog: Don't handle overlays on destory if there are not any. Fixed: #9004 - failed in _destroyOverlay when I destroy a modal dialog thau was never opened. Fixed: #9000 Dialog leaves broken event handler after close/destroy in certain cases

11 years agoMerge pull request #891 from petersendidit/datepicker_8994
David Petersen [Wed, 23 Jan 2013 19:50:00 +0000 (11:50 -0800)]
Merge pull request #891 from petersendidit/datepicker_8994

Datepicker: Handle when yearRange is a year or a modifier. Fixed #8994 -...

11 years agoDatepicker: Handle when yearRange is a year or a modifier. Fixed #8994 - Datepicker... 891/head
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

11 years agoAccordion: Add panel in addition to content for create event. Fixes #8998 - Accordion...
Scott González [Tue, 22 Jan 2013 14:19:04 +0000 (09:19 -0500)]
Accordion: Add panel in addition to content for create event. Fixes #8998 - Accordion: Create event uses content instead of panel.

11 years agoAccordion: Properly set corner classes on refresh. Fixes #8995 - Accordion: Corner...
Scott González [Tue, 22 Jan 2013 13:56:38 +0000 (08:56 -0500)]
Accordion: Properly set corner classes on refresh. Fixes #8995 - Accordion: Corner display issues.

11 years agoUpdating the master version to 1.10.1pre.
Scott González [Thu, 17 Jan 2013 18:32:30 +0000 (13:32 -0500)]
Updating the master version to 1.10.1pre.

11 years agoUpdating to jQuery 1.9.0
Kris Borchers [Thu, 17 Jan 2013 06:28:41 +0000 (00:28 -0600)]
Updating to jQuery 1.9.0

11 years agoBuild: Check patch instead of minor to detect major releases.
Scott González [Wed, 16 Jan 2013 18:59:27 +0000 (13:59 -0500)]
Build: Check patch instead of minor to detect major releases.

11 years agoWhitespace.
Scott González [Wed, 16 Jan 2013 18:45:54 +0000 (13:45 -0500)]
Whitespace.

11 years agoUpdating to jQuery Color 2.1.2
Corey Frang [Wed, 16 Jan 2013 17:15:16 +0000 (11:15 -0600)]
Updating to jQuery Color 2.1.2

11 years agoSpinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner...
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.

11 years agoRevert "Updating the master version to 1.10.1pre."
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.

11 years agoUpdating the master version to 1.10.1pre.
Jörn Zaefferer [Mon, 14 Jan 2013 20:16:43 +0000 (21:16 +0100)]
Updating the master version to 1.10.1pre.

11 years agoBuild: Fix generate_themes task to adopt to changes in download builder.
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.

11 years agoSlider: Moved events to named functions (to allow extended plugins to hook in).
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).

11 years agoTooltip: Avoid errors on mouseover of tooltips with parents that have no title attrib...
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.

11 years agoUpdate copyright year to 2013.
Scott González [Thu, 10 Jan 2013 13:52:20 +0000 (08:52 -0500)]
Update copyright year to 2013.

11 years agoEffects: fix backwards compatibility in animateClass for jQuery Core <1.8
Mike Sherov [Wed, 9 Jan 2013 02:36:34 +0000 (21:36 -0500)]
Effects: fix backwards compatibility in animateClass for jQuery Core <1.8

11 years agoRelease: Remove TODO for uploading release zip to GitHub since downloads are disconti...
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.

11 years agoRelease: Remove support for node <0.8.
Scott González [Wed, 9 Jan 2013 01:20:03 +0000 (20:20 -0500)]
Release: Remove support for node <0.8.

11 years agoUpdated maintainers list.
Scott González [Wed, 9 Jan 2013 01:15:35 +0000 (20:15 -0500)]
Updated maintainers list.

11 years agoUpdated AUTHORS.txt.
Scott González [Wed, 9 Jan 2013 01:13:11 +0000 (20:13 -0500)]
Updated AUTHORS.txt.

11 years agoLibs/externals: Fix line endings.
Jörn Zaefferer [Tue, 8 Jan 2013 16:28:45 +0000 (17:28 +0100)]
Libs/externals: Fix line endings.

11 years agoUpdate .gitattributes to only touch files with text content.
Jörn Zaefferer [Tue, 8 Jan 2013 13:33:08 +0000 (14:33 +0100)]
Update .gitattributes to only touch files with text content.

11 years agoDatepicker i18n: Fix line endings.
Scott González [Tue, 8 Jan 2013 13:09:34 +0000 (08:09 -0500)]
Datepicker i18n: Fix line endings.

11 years agoCore: Resume focus test based on the event, not the callback.
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.

11 years agoDev: add .gitattributes file to force all line endings to LF
Mike Sherov [Thu, 3 Jan 2013 19:38:05 +0000 (14:38 -0500)]
Dev: add .gitattributes file to force all line endings to LF

11 years agoEffects: Avoid cssHook blending in non-rgba browsers when the value is "transparent...
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

11 years agoInteractions: Update widget defaults to match documented API.
Mike Sherov [Wed, 2 Jan 2013 23:27:22 +0000 (18:27 -0500)]
Interactions: Update widget defaults to match documented API.

11 years agoTests: Correct all 404 errors in the test suite
Mike Sherov [Wed, 2 Jan 2013 23:03:03 +0000 (18:03 -0500)]
Tests: Correct all 404 errors in the test suite

11 years agoDatepicker Tests: Prepare for widget-ization tests.
Mike Sherov [Wed, 2 Jan 2013 22:37:26 +0000 (17:37 -0500)]
Datepicker Tests: Prepare for widget-ization tests.