]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoTabs tests: Added tests for show and hide options.
Scott González [Fri, 6 Jul 2012 01:07:49 +0000 (21:07 -0400)]
Tabs tests: Added tests for show and hide options.

12 years agoTabs tests: Add tests for accessibility of ajax tabs.
Scott González [Fri, 6 Jul 2012 00:49:00 +0000 (20:49 -0400)]
Tabs tests: Add tests for accessibility of ajax tabs.

12 years agoUpdate AUTHORS.txt.
Scott González [Thu, 5 Jul 2012 20:16:49 +0000 (16:16 -0400)]
Update AUTHORS.txt.

12 years agoAllow newer 0.3.x releases of grunt.
Scott González [Thu, 5 Jul 2012 18:34:56 +0000 (14:34 -0400)]
Allow newer 0.3.x releases of grunt.

12 years agoGrunt: Use grunt-git-authors plugin to generate authors list.
Scott González [Thu, 5 Jul 2012 18:34:15 +0000 (14:34 -0400)]
Grunt: Use grunt-git-authors plugin to generate authors list.

12 years agoMenu: Added missing position dependency to header comment.
Scott González [Thu, 5 Jul 2012 18:17:56 +0000 (14:17 -0400)]
Menu: Added missing position dependency to header comment.

12 years agoUpdate AUTHORS.txt.
Scott González [Thu, 5 Jul 2012 14:14:52 +0000 (10:14 -0400)]
Update AUTHORS.txt.

12 years agoUpdate package.json to contain more information.
Scott González [Wed, 4 Jul 2012 13:28:39 +0000 (09:28 -0400)]
Update package.json to contain more information.

12 years agoUpdate copyright to jQuery Foundation.
Scott González [Wed, 4 Jul 2012 13:08:08 +0000 (09:08 -0400)]
Update copyright to jQuery Foundation.

12 years agoSetting version back to 1.9.0pre.
Scott González [Thu, 28 Jun 2012 13:19:56 +0000 (06:19 -0700)]
Setting version back to 1.9.0pre.

12 years agoTagging version 1.9.0-beta.1. 1.9.0-beta.1
Scott González [Thu, 28 Jun 2012 13:18:52 +0000 (06:18 -0700)]
Tagging version 1.9.0-beta.1.

12 years agoEffects: Update jquery-color.
Scott González [Thu, 28 Jun 2012 12:45:25 +0000 (05:45 -0700)]
Effects: Update jquery-color.

12 years agoUpdated AUTHORS.txt.
Scott González [Thu, 28 Jun 2012 12:41:39 +0000 (05:41 -0700)]
Updated AUTHORS.txt.

12 years agoMenu tests: Split out markup structure and accessibility assertions.
Scott González [Thu, 28 Jun 2012 12:38:08 +0000 (05:38 -0700)]
Menu tests: Split out markup structure and accessibility assertions.

12 years agoTests: Enable QUnit.config.requireExpects.
Scott González [Wed, 27 Jun 2012 15:32:48 +0000 (11:32 -0400)]
Tests: Enable QUnit.config.requireExpects.

12 years agoMenu tests: Cleanup.
Scott González [Wed, 27 Jun 2012 13:49:56 +0000 (09:49 -0400)]
Menu tests: Cleanup.

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.

12 years agojshint: Add boss: true to suppot jquery-color.
Scott González [Tue, 26 Jun 2012 00:28:19 +0000 (20:28 -0400)]
jshint: Add boss: true to suppot jquery-color.

12 years agoUpgrade to jquery-color 2.0pre. Fixes #6910 - Trying to animate the background color...
Scott González [Mon, 25 Jun 2012 23:25:27 +0000 (19:25 -0400)]
Upgrade to jquery-color 2.0pre. Fixes #6910 - Trying to animate the background color of a document fragment can easily fail. Fixes #5215 - Effects color: Add support for rgba animations. Fixes #4372 - Animate backgroundColor to 'transparent'. Fixes #5393 - getColor reports inaccurate color for transparent elements in Webkit. Fixes #3806 - Feature request: expose getRGB and getColor.

12 years agoTests: Update support comments.
Scott González [Mon, 25 Jun 2012 18:51:51 +0000 (14:51 -0400)]
Tests: Update support comments.

12 years agoCore tests: Updated support comments.
Scott González [Mon, 25 Jun 2012 18:46:45 +0000 (14:46 -0400)]
Core tests: Updated support comments.

12 years agoEffects tests: Convert step callback to a no-op after first call in animateClass...
Scott González [Mon, 25 Jun 2012 17:05:01 +0000 (13:05 -0400)]
Effects tests: Convert step callback to a no-op after first call in animateClass test.

12 years agoAutocomplete: More verbose checking for multi-line to work around IE treating inputs...
Scott González [Mon, 25 Jun 2012 15:59:35 +0000 (11:59 -0400)]
Autocomplete: More verbose checking for multi-line to work around IE treating inputs as contentEditable.

12 years agoAutocomplete: Check for contenteditable via isContentEditable property rather than...
Scott González [Mon, 25 Jun 2012 15:41:24 +0000 (11:41 -0400)]
Autocomplete: Check for contenteditable via isContentEditable property rather than [contenteditable] selector. Properly accounts for properties vs. attributes and 'inherit'.

12 years agoButton: Trim button text before setting as title attribute.
Mike Hollis [Mon, 25 Jun 2012 13:52:42 +0000 (09:52 -0400)]
Button: Trim button text before setting as title attribute.

12 years agoTooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined attribute...
Jörn Zaefferer [Tue, 19 Jun 2012 15:12:38 +0000 (17:12 +0200)]
Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined attribute is returned as empty string

12 years agoCore: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is returne...
Jörn Zaefferer [Tue, 19 Jun 2012 15:08:38 +0000 (17:08 +0200)]
Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is returned as empty string

12 years agojQuery may be redefined or not exist do to noConflict, so using the global is bad... 682/head
Steven Roussey [Mon, 18 Jun 2012 22:09:28 +0000 (15:09 -0700)]
jQuery may be redefined or not exist do to noConflict, so using the global is bad, instead use the scoping function's $

12 years agoMenu tests: Saner output for log helper.
Scott González [Mon, 18 Jun 2012 17:38:16 +0000 (13:38 -0400)]
Menu tests: Saner output for log helper.

12 years agoMenu tests: Cleanup.
Scott González [Mon, 18 Jun 2012 17:26:46 +0000 (13:26 -0400)]
Menu tests: Cleanup.

12 years agoMenu demos: Cleanup.
Scott González [Mon, 18 Jun 2012 16:43:55 +0000 (12:43 -0400)]
Menu demos: Cleanup.

12 years agoMenu: Cleanup.
Scott González [Mon, 18 Jun 2012 16:33:52 +0000 (12:33 -0400)]
Menu: Cleanup.

12 years agoRevert "Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean...
Jörn Zaefferer [Sat, 16 Jun 2012 12:36:57 +0000 (14:36 +0200)]
Revert "Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean task"

This reverts commit 38aac3770cc1e22e5e7225b90c47b37d857be13a.

As long as grunt-contrib has a coffeescript dependency, we won't use it.

12 years agoButton tests: Use domEqual() to test destroy().
Scott González [Sat, 16 Jun 2012 12:24:29 +0000 (08:24 -0400)]
Button tests: Use domEqual() to test destroy().

12 years agoEffects tests: Don't use internal jQuery properties to detect support for fixed posit...
Scott González [Sat, 16 Jun 2012 12:19:41 +0000 (08:19 -0400)]
Effects tests: Don't use internal jQuery properties to detect support for fixed positioning.

12 years agoUpdate node-testswarm to 0.2.3, fixes 418 issues with big testsuites
Jörn Zaefferer [Sat, 16 Jun 2012 10:51:15 +0000 (12:51 +0200)]
Update node-testswarm to 0.2.3, fixes 418 issues with big testsuites

12 years agoGrunt: Add all jQuery versions to test 1.9 beta against to testswarm-multi-jquery...
Jörn Zaefferer [Sat, 16 Jun 2012 10:12:41 +0000 (12:12 +0200)]
Grunt: Add all jQuery versions to test 1.9 beta against to testswarm-multi-jquery task

12 years agoGrunt: Fix test urls
Jörn Zaefferer [Fri, 15 Jun 2012 22:11:20 +0000 (00:11 +0200)]
Grunt: Fix test urls

12 years agoGrunt: Fix scoping issue
Jörn Zaefferer [Fri, 15 Jun 2012 21:58:29 +0000 (23:58 +0200)]
Grunt: Fix scoping issue

12 years agoGrunt: Refactor testswarm task and add an experimental testswarm-multi-jquery task...
Jörn Zaefferer [Fri, 15 Jun 2012 21:51:05 +0000 (23:51 +0200)]
Grunt: Refactor testswarm task and add an experimental testswarm-multi-jquery task for testing across jQuery versions

12 years agoTests: Remove the need to include the 'ui.' prefix in testJshint() now that effects...
Scott González [Fri, 15 Jun 2012 17:42:00 +0000 (13:42 -0400)]
Tests: Remove the need to include the 'ui.' prefix in testJshint() now that effects use 'ui.'.

12 years agoEffects tests: Fixed JSHint references.
Scott González [Fri, 15 Jun 2012 17:37:05 +0000 (13:37 -0400)]
Effects tests: Fixed JSHint references.

12 years agoDroppable demo: Fixed styling.
Scott González [Fri, 15 Jun 2012 17:28:48 +0000 (13:28 -0400)]
Droppable demo: Fixed styling.

12 years agoEffects: Renamed all files.
Scott González [Fri, 15 Jun 2012 16:47:12 +0000 (12:47 -0400)]
Effects: Renamed all files.

12 years agoEffects (fade): Delegate hiding and showing to core. Fixes #8267 - dialog fadein...
Scott González [Fri, 15 Jun 2012 01:01:14 +0000 (21:01 -0400)]
Effects (fade): Delegate hiding and showing to core. Fixes #8267 - dialog fadein broken since 1.9m4.

12 years agoTabs: Change array join to string.
Scott González [Fri, 15 Jun 2012 01:22:36 +0000 (21:22 -0400)]
Tabs: Change array join to string.

12 years agoSortable: Remove workaround for Safari 3.
Scott González [Thu, 14 Jun 2012 22:46:38 +0000 (18:46 -0400)]
Sortable: Remove workaround for Safari 3.

12 years agoResizable: Remove IE hidden element hack. It seems illogical and I have no idea what...
Scott González [Thu, 14 Jun 2012 22:45:27 +0000 (18:45 -0400)]
Resizable: Remove IE hidden element hack. It seems illogical and I have no idea what it's trying to fix.

12 years agoDraggable: Remove workaround for Safari 3.
Scott González [Thu, 14 Jun 2012 22:32:27 +0000 (18:32 -0400)]
Draggable: Remove workaround for Safari 3.

12 years agoDatepicker: Remove workaround for old Opera.
Scott González [Thu, 14 Jun 2012 22:25:06 +0000 (18:25 -0400)]
Datepicker: Remove workaround for old Opera.

12 years agoDatepicker: Removed unused isArray() function.
Scott González [Thu, 14 Jun 2012 22:09:53 +0000 (18:09 -0400)]
Datepicker: Removed unused isArray() function.

12 years agoTabs: Fixed event triggering for select method.
Scott González [Thu, 14 Jun 2012 17:42:02 +0000 (13:42 -0400)]
Tabs: Fixed event triggering for select method.

12 years agoTooltip: Reposition tracking tooltips when they gain focus.
Scott González [Thu, 14 Jun 2012 14:06:21 +0000 (10:06 -0400)]
Tooltip: Reposition tracking tooltips when they gain focus.

12 years agoTooltip: Add track option
Jörn Zaefferer [Wed, 13 Jun 2012 23:02:11 +0000 (01:02 +0200)]
Tooltip: Add track option

12 years agoWidget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on and _off.
Scott González [Thu, 14 Jun 2012 16:33:16 +0000 (12:33 -0400)]
Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on and _off.

12 years agoWidget: Create eventNamespace property instead of constantly rebuilding it.
Scott González [Thu, 14 Jun 2012 14:51:29 +0000 (10:51 -0400)]
Widget: Create eventNamespace property instead of constantly rebuilding it.

12 years agoGenerate a uuid for each widget for unique namespaces. Fixes #8385 - Widget: _bind...
Jörn Zaefferer [Sun, 10 Jun 2012 18:55:04 +0000 (20:55 +0200)]
Generate a uuid for each widget for unique namespaces. Fixes #8385 - Widget: _bind() on elements such as document are dangerous

12 years agoGrunt: Coding standards.
Scott González [Thu, 14 Jun 2012 13:37:53 +0000 (09:37 -0400)]
Grunt: Coding standards.

12 years agoGrunt: Replace custom rimraf-based clean task with grunt-contrib's clean task
Jörn Zaefferer [Thu, 14 Jun 2012 10:41:04 +0000 (12:41 +0200)]
Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean task

12 years agoGrunt: Update testswarm task to use more config props
Jörn Zaefferer [Wed, 13 Jun 2012 22:24:51 +0000 (00:24 +0200)]
Grunt: Update testswarm task to use more config props

12 years agoUpdate QUnit to 1.8.0
Jörn Zaefferer [Wed, 13 Jun 2012 22:21:54 +0000 (00:21 +0200)]
Update QUnit to 1.8.0

12 years agoGrunt: Add grunt-junit, to replace qunit task in Jenkins context
Jörn Zaefferer [Sat, 9 Jun 2012 15:30:52 +0000 (17:30 +0200)]
Grunt: Add grunt-junit, to replace qunit task in Jenkins context

12 years agoSpinner: Fix ghost log call in events unit test, never shows up in browser for some...
Jörn Zaefferer [Wed, 13 Jun 2012 21:06:34 +0000 (23:06 +0200)]
Spinner: Fix ghost log call in events unit test, never shows up in browser for some reason

12 years agoTheme: Remove !important from tabs and button styles. Fixes #8396 - Use of !important...
Scott González [Wed, 13 Jun 2012 20:38:25 +0000 (16:38 -0400)]
Theme: Remove !important from tabs and button styles. Fixes #8396 - Use of !important in jquery-ui.css should be avoided.

12 years agoTabs: Better event binding/unbinding.
Scott González [Wed, 13 Jun 2012 14:40:41 +0000 (10:40 -0400)]
Tabs: Better event binding/unbinding.

12 years agoWidget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González [Wed, 13 Jun 2012 12:00:45 +0000 (08:00 -0400)]
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.

12 years agoTooltip: When calling the content response method multiple times, only update the...
Scott González [Wed, 13 Jun 2012 09:18:48 +0000 (05:18 -0400)]
Tooltip: When calling the content response method multiple times, only update the content, don't do any other processing.

12 years agoTooltip mouse tracking demo: Only track the mouse when the tooltip is opened on hover...
Scott González [Wed, 13 Jun 2012 09:07:26 +0000 (05:07 -0400)]
Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened on hover. Don't let the positioning of one tooltip affect other tooltips.

12 years agoTabs: Removed TODO about making .load() accept nodes; it's unnecessary.
Scott González [Tue, 12 Jun 2012 14:39:32 +0000 (10:39 -0400)]
Tabs: Removed TODO about making .load() accept nodes; it's unnecessary.

12 years agoTabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying to...
Scott González [Tue, 12 Jun 2012 14:07:16 +0000 (10:07 -0400)]
Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying to activate is disabled.

12 years agoTabs: Rename internal properties.
Scott González [Tue, 12 Jun 2012 13:11:49 +0000 (09:11 -0400)]
Tabs: Rename internal properties.

12 years agoTabs: Removed cookie demo since the cookie option is deprecated.
Scott González [Mon, 11 Jun 2012 21:31:36 +0000 (17:31 -0400)]
Tabs: Removed cookie demo since the cookie option is deprecated.

12 years agoAccordion tests: Fixed typos.
Scott González [Mon, 11 Jun 2012 21:24:27 +0000 (17:24 -0400)]
Accordion tests: Fixed typos.

12 years agoTabs tests: Don't call start directly from setTimeout because Firefox <13 is dumb.
Scott González [Mon, 11 Jun 2012 20:21:12 +0000 (16:21 -0400)]
Tabs tests: Don't call start directly from setTimeout because Firefox <13 is dumb.

12 years agoTest: Set testswarm.runMax from config file
Timo Tijhof [Mon, 11 Jun 2012 19:46:06 +0000 (21:46 +0200)]
Test: Set testswarm.runMax from config file

12 years agoWidget: Work around bug in jQuery <1.6.3 where .removeData( dashed-name ) doesn't...
Scott González [Mon, 11 Jun 2012 17:30:03 +0000 (13:30 -0400)]
Widget: Work around bug in jQuery <1.6.3 where .removeData( dashed-name ) doesn't work.

12 years agoBuild: Adding missing require in build.js and add buid/tasks/*.js to lint.
Scott González [Mon, 11 Jun 2012 14:56:56 +0000 (10:56 -0400)]
Build: Adding missing require in build.js and add buid/tasks/*.js to lint.

12 years agoTabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined.
Scott González [Mon, 11 Jun 2012 14:43:04 +0000 (10:43 -0400)]
Tabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined.

12 years agoTests: Check .data() and event bindings in domEqual().
Scott González [Sun, 10 Jun 2012 00:12:03 +0000 (20:12 -0400)]
Tests: Check .data() and event bindings in domEqual().

12 years agoTabs: Panel keyboard support tests.
Scott González [Sat, 9 Jun 2012 02:21:14 +0000 (22:21 -0400)]
Tabs: Panel keyboard support tests.

12 years agoTabs: CTRL navigation tests.
Scott González [Sat, 9 Jun 2012 01:36:23 +0000 (21:36 -0400)]
Tabs: CTRL navigation tests.

12 years agoTabs: Basic keyboard support tests.
Scott González [Sat, 9 Jun 2012 00:58:19 +0000 (20:58 -0400)]
Tabs: Basic keyboard support tests.

12 years agoTabs: ARIA tests.
Scott González [Fri, 8 Jun 2012 14:45:10 +0000 (10:45 -0400)]
Tabs: ARIA tests.

12 years agoTabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibility....
Scott González [Fri, 8 Jun 2012 01:27:38 +0000 (21:27 -0400)]
Tabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibility. Fixes #7845 - Tabs: default accessibility.

12 years agoGrunt: Extract testswarm and build tasks into separate files
Jörn Zaefferer [Fri, 8 Jun 2012 15:35:11 +0000 (17:35 +0200)]
Grunt: Extract testswarm and build tasks into separate files

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.

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

12 years agoMenu: Properly remove submenu carat icons and menu dividers during destroy and add...
kborchers [Fri, 1 Jun 2012 05:03:16 +0000 (00:03 -0500)]
Menu: Properly remove submenu carat icons and menu dividers during destroy and add a test for this functionality

12 years agoMenu: Add comment explaining extra filter from keypress
kborchers [Fri, 1 Jun 2012 04:03:51 +0000 (23:03 -0500)]
Menu: Add comment explaining extra filter from keypress

12 years agoMenu: Typo in comment
kborchers [Fri, 1 Jun 2012 00:55:18 +0000 (19:55 -0500)]
Menu: Typo in comment

12 years agoMenu: Don't remove the icon elements on destroy since they exist in the original...
kborchers [Fri, 1 Jun 2012 00:54:12 +0000 (19:54 -0500)]
Menu: Don't remove the icon elements on destroy since they exist in the original markup

12 years agoAccordion: Update activate and beforeActivate event properties to newPanel/oldPanel...
Jörn Zaefferer [Wed, 30 May 2012 12:40:03 +0000 (14:40 +0200)]
Accordion: Update activate and beforeActivate event properties to newPanel/oldPanel (instead of content). Fixes #6840 and #6842

12 years agoMenu tests: Anchor the regex for aria-activedescendant check.
Scott González [Wed, 30 May 2012 12:08:12 +0000 (08:08 -0400)]
Menu tests: Anchor the regex for aria-activedescendant check.

12 years agoTabs: Properly remove generated aria-controls attributes on destroy.
Scott González [Tue, 29 May 2012 21:55:24 +0000 (17:55 -0400)]
Tabs: Properly remove generated aria-controls attributes on destroy.

12 years agoDialog: Use new uniqueId method for generating id's
kborchers [Wed, 30 May 2012 04:11:42 +0000 (23:11 -0500)]
Dialog: Use new uniqueId method for generating id's

12 years agoTabs: Remove aria-controls attribute during destroy
kborchers [Wed, 30 May 2012 03:25:23 +0000 (22:25 -0500)]
Tabs: Remove aria-controls attribute during destroy

12 years agoMenu tests: Fix test id's so that they are unique to pass linting
kborchers [Wed, 30 May 2012 02:21:35 +0000 (21:21 -0500)]
Menu tests: Fix test id's so that they are unique to pass linting

12 years agoMenu tests: Add id's to some anchors to ensure destroy is only removing id's that...
kborchers [Wed, 30 May 2012 02:00:30 +0000 (21:00 -0500)]
Menu tests: Add id's to some anchors to ensure destroy is only removing id's that have been generated

12 years agoMenu tests: Modify test to check for id's generated by the new uniqueId method
kborchers [Wed, 30 May 2012 01:59:50 +0000 (20:59 -0500)]
Menu tests: Modify test to check for id's generated by the new uniqueId method

12 years agoMenu: Use new uniqueId and removeUniqueId methods for generating id's on menus and...
kborchers [Wed, 30 May 2012 01:59:03 +0000 (20:59 -0500)]
Menu: Use new uniqueId and removeUniqueId methods for generating id's on menus and menu items and for removing those id's during destroy. Also, properly remove the aria-disabled attribute during destroy.