Commit Graph

5560 Commits

Author SHA1 Message Date
Jyoti Deka
01a0da8105 Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()
(cherry picked from commit 93a2dcde52)
2013-11-26 15:14:21 -05:00
Jyoti Deka
6cdebe84f8 Widget: option-method should work as getter only when argument length is 1. Fixes #9601 - Widget: calling _setOption with undefined as 3rd argument makes it a getter
(cherry picked from commit ecde7cd41a)
2013-11-26 15:13:05 -05:00
Scott González
8eefd2032f Tabs: Keep reference to existing tablist during refresh. Fixes #9584 - Tabs: Refresh issue when tabs are moved to bottom.
(cherry picked from commit e14f75ed48)
2013-11-26 15:10:34 -05:00
Scott González
c78ac679bf Updated author information.
(cherry picked from commit acf153e0b4)
2013-11-26 15:10:04 -05:00
Scott González
68772769f8 Build: Fixed TestSwarm submission.
(cherry picked from commit 80b17bb40a)
2013-11-26 15:09:26 -05:00
Timo Tijhof
5a2832bf2d Gruntfile: Remove project prefix from TestSwarm job name
* Also added a line break to separate the for statement
  from the testswarm chain.
* Passing explicit false instead of empty string as `extra`.
(cherry picked from commit 647b839c52)
2013-11-26 15:09:20 -05:00
Scott González
c9a161bf95 Updated author information.
(cherry picked from commit f3668632e4)
2013-11-26 15:07:58 -05:00
TJ VanToll
29e8077871 Dialog: Safe activeElement access.
Fixed #9420 - Dialog: Close causes blur of window in IE9
Fixed #8443 - Dialog: "unspecified error" when using ie9 and iframe
(cherry picked from commit 2dfe85d3e2)
2013-11-26 15:07:39 -05:00
Jasper de Groot
fd80c3445d Dialog: Changed the width of the close button. Fixed #9133 - Dialog: Resizing causes close icon to misalign in Firefox.
(cherry picked from commit ec3cf6725a)
2013-11-26 15:07:21 -05:00
TJ VanToll
b846bea0fd Spinner: Only format the value when there is one. Fixes #9573 - Spinner: forces a field validation in Firefox before field loses focus or form is submitted
(cherry picked from commit e6360ab846)
2013-11-26 15:06:45 -05:00
Jörn Zaefferer
a05cc850e6 Build: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore
(cherry picked from commit 041e0ec492)
2013-11-26 15:06:28 -05:00
Scott González
639ecb20dc Remove environment-specific files from .gitignore.
(cherry picked from commit 9db5e164bd)
2013-11-26 15:06:18 -05:00
Kris Borchers
78c593be8f Menu: Only focus menu after click if focus is on an element within menu. Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget
(cherry picked from commit 485e0a0612)
2013-11-26 15:04:39 -05:00
Scott González
225b693e47 Update AUTHORS.txt.
(cherry picked from commit 37bba1eb92)
2013-11-26 15:03:35 -05:00
TJ VanToll
34b1390b16 Upgrade grunt-contrib-jshint to 0.6.3.
(cherry picked from commit 643ef44ee2)

Conflicts:

	package.json
2013-11-26 14:49:38 -05:00
Scott González
3dc532ea29 README: Updated build instructions.(cherry picked from commit cca2daafec) 2013-11-26 14:49:20 -05:00
Scott González
1b207d37ab Tests: Fixed accidental use of comma instead of semicolon.
(cherry picked from commit dc380ee695)
2013-11-26 14:48:47 -05:00
Mohsen Ekhtiari
8e52648501 Position demo: Added missing semicolon.
(cherry picked from commit 1c58573a95)
2013-11-26 14:48:21 -05:00
Kris Borchers
2a7896ec3e Menu: Make check for click outside of menu a function which can be overridden. Fixes #8929 - Menu needs adjustement for use in Selectmenu
(cherry picked from commit cceb163548)
2013-11-26 14:48:14 -05:00
TJ VanToll
8f7e3428f0 CSS Framework: Display child links within .ui-state-hover and .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab
(cherry picked from commit 5aa106a052)
2013-11-26 14:48:01 -05:00
Scott González
bc72e1d910 Mailmap: Fix Nick Pierpoint.
(cherry picked from commit 92d5421395)
2013-11-26 14:47:23 -05:00
Scott González
4fc3c6a057 Mailmap: Fix Christoph Rönsch.
(cherry picked from commit 8f45d2d9ac)
2013-11-26 14:47:12 -05:00
TJ VanToll
885421afd2 Menu tests: jshint cleanup of unused argument
(cherry picked from commit afdf898659)
2013-11-26 14:46:49 -05:00
TJ VanToll
b02a32f4b3 Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes #9469: on( "menuselect" )
not firing every time.
(cherry picked from commit 484e382259)
2013-11-26 14:46:41 -05:00
Siebrand Mazeland
1a2284deb6 Position: Replace double space with single space.
(cherry picked from commit a3770884ac)
2013-11-26 11:32:24 -05:00
Vilhjálmur Skúlason
94be965cd2 Datepicker: Fixed Icelandic locale. Fixes #9431 - Datepicker: Wrong dateformat for Icelandic datepicker locale.
(cherry picked from commit 369c76d9e6)
2013-11-26 11:32:09 -05:00
TJ VanToll
251e5a1ae4 Update the project's description as well as fix a few spelling / grammatical issues.
(cherry picked from commit c4c90f385a)
2013-11-26 11:31:31 -05:00
Kris Borchers
d379af9e96 Menu tests: Whitespace and general cleanup
(cherry picked from commit 86eaa30994)
2013-11-26 11:30:23 -05:00
Kris Borchers
be7d0a54ea Menu tests: Check default is prevented on any click on disabled menus
(cherry picked from commit a74ac174cc)
2013-11-26 11:30:18 -05:00
TJ VanToll
152c190001 Updating Globalize to v0.0.1.
(cherry picked from commit 2f49702326)
2013-11-26 11:30:01 -05:00
Scott González
d1b764b5f5 Core tests: Explicitly focus the body during delayed .focus() test to avoid an issue in IE 8.
(cherry picked from commit afeaf565bb)
2013-11-26 11:29:35 -05:00
Bruno M. Custódio
1aad398dba Updating jQuery to 1.10.2.
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the
tests directory.
(cherry picked from commit 0d5eaab9bb)

Conflicts:

	demos/progressbar/download.html
2013-11-26 11:27:25 -05:00
Jörn Zaefferer
7396460c76 Build: Implement an asciilint task to verify content of ui files (ignore i18n). Fixes #9037 - Build: Verify characters in output
(cherry picked from commit 7da828375a)
2013-11-26 11:18:32 -05:00
Rafael Xavier de Souza
c02eef9aee Release: Specify download.jqueryui.com version @1.10.3-4
(cherry picked from commit 4ed52cba65)
2013-11-26 11:18:26 -05:00
Rafael Xavier de Souza
40fea6121c Release: Lint
(cherry picked from commit 7321df722f)
2013-11-26 11:18:16 -05:00
Rafael Xavier de Souza
cecc16a46f Release: Handle prevVersion when minor or patch are 0 (zero)
(cherry picked from commit ece91a5c3b)
2013-11-26 11:18:11 -05:00
Rafael Xavier de Souza
8ca9836de8 Release: Allow remote repositories other than "git@github.com", eg. filesystem
(cherry picked from commit a52421b25f)
2013-11-26 11:18:06 -05:00
Rafael Xavier de Souza
6f87ef0c07 Add comment (TODO: amend before land)
(cherry picked from commit b8a875cabf)
2013-11-26 11:17:59 -05:00
Rafael Xavier de Souza
457c85ae05 Release: Use downloadBuilder to build pre/cdn packages instead of our grunt tasks
(cherry picked from commit a8897d4c72)
2013-11-26 11:17:15 -05:00
Gan Eng Chin
ea72dea563 Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
(cherry picked from commit e591a7a9af)
2013-11-26 11:11:37 -05:00
TJ VanToll
9b398520c5 Menu: Ensure an event was passed before checking its type. Fixes #9384 - Menu: _focus function forgets null check with doing a pattern match on event.type
(cherry picked from commit 670f650b99)
2013-11-26 11:11:13 -05:00
Jörn Zaefferer
64d84cebe1 Menu tests: Fix lint error
(cherry picked from commit 628a141485)
2013-11-26 10:58:26 -05:00
TJ VanToll
db1ee1af85 Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing should recheck for menu icons
(cherry picked from commit 91b7b9f9ab)
2013-11-26 10:53:04 -05:00
Jörn Zaefferer
13c17eb922 Build: Add support for running on Travis
(cherry picked from commit b5c41a2b33)
2013-11-26 10:45:02 -05:00
TJ VanToll
efc69a5e89 CSS Framework: Update API links from the old docs site to their new API site location.
(cherry picked from commit 9d5d2424a9)
2013-11-26 10:43:16 -05:00
Scott González
a2c88702de Slider Tests: Remove pointless doc blocks.
(cherry picked from commit e776a7fb09)
2013-11-26 10:42:59 -05:00
Scott González
b10b8648c0 Tabs: Use .ui-tabs-anchor in stylesheet.
(cherry picked from commit 2de5e78e72)
2013-11-26 10:42:50 -05:00
TJ VanToll
ccc5dd3593 Datepicker: Removing unused ui-datepicker-month-year class name.
(cherry picked from commit 3c68636c80)
2013-11-26 10:42:28 -05:00
Scott González
8fba171fec Slider: Remove range div when changing range option to false. Fixes #9355 - Slider: Changing range option to false does not remove range div.
(cherry picked from commit 2ba75e2c93)
2013-11-26 10:42:09 -05:00
TJ VanToll
c124899898 Spinner: Trivial spelling / grammatical fixes in CSS comments.
(cherry picked from commit 3ec371bca4)
2013-11-26 10:25:24 -05:00