Commit Graph

5579 Commits

Author SHA1 Message Date
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
Jörn Zaefferer
189effc526 Build: Update node-testswarm to 1.1.0 to match latest TestSwarm API
(cherry picked from commit a9bb4880d3)

Conflicts:

	package.json
2013-11-26 10:25:24 -05:00
Jörn Zaefferer
7bbe9dc114 Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
(cherry picked from commit aaf75767fa)
2013-11-26 10:25:24 -05:00
Steven Luscher
0ab1e16ad9 Droppable: Defer querying of offsetWidth and offsetHeight until they're required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow.
(cherry picked from commit a4fc7a9e96)
2013-11-26 10:25:24 -05:00
Christian Klammer
1660c761e7 Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: Erratic behavior of contained elements within scrollable grandparents
(cherry picked from commit 6df5c1a4ae)
2013-11-26 10:25:24 -05:00
Scott González
e4a194ce42 Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
(cherry picked from commit 9e00e00f3b)
2013-11-26 10:25:23 -05:00
TJ VanToll
26238369bb Dialog: Add type="button" to the close button. Fixed #9312: Dialog: closes on enter in textbox in IE.
(cherry picked from commit c19e7b3496)
2013-11-26 10:25:23 -05:00
Scott González
39ff5b36e4 Tabs: Restore anchor cloning for remote tab testing. Fixes #9317 - Tabs: Incorrect remote tab detection in IE7.
(cherry picked from commit daf3f0d9af)
2013-11-26 10:25:23 -05:00
Scott González
c241313f1d Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 - Widget: widgetEventPrefix is empty when widget is (occasionally) loaded twice.
(cherry picked from commit 2eb89f0734)
2013-11-26 10:16:01 -05:00
Scott González
511bd9842f Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish.
(cherry picked from commit 9726cd72b6)
2013-11-26 10:13:12 -05:00
Scott González
7e6627f933 Sortable demo (portlets): Cleanup.
(cherry picked from commit 2121a1008a)
2013-11-26 10:13:05 -05:00
Scott González
edf36f35ce Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
(cherry picked from commit d500e945a4)
2013-11-26 10:12:44 -05:00
Toshi MARUYAMA
d8e166b411 Datepicker: Fixed Lithuanian translation. Fixes #9281 - Datepicker i18n: Incorrect settings for Lithuanian locale.
(cherry picked from commit ce73a2688d)
2013-11-26 10:10:50 -05:00
Scott González
bda92da664 Autocomplete tests: Cleanup.
(cherry picked from commit 7af03b73ea)
2013-11-25 17:29:43 -05:00
Scott González
0755faaad1 Whitespace.
(cherry picked from commit 72f82df577)
2013-11-25 17:29:22 -05:00
Scott González
8faae8c672 Position demo: Fixed usage of center positioning.
(cherry picked from commit cc378433ab)
2013-11-25 17:27:04 -05:00
Scott González
3de683d135 Autocomplete: Refactored _response() so that requestIndex is defined closer to where it's used.
(cherry picked from commit 947d738c0b)
2013-11-25 17:26:58 -05:00
Scott González
215b19d127 All: Remove inline JSHint settings.
(cherry picked from commit fadf2b312a)
2013-11-25 17:24:19 -05:00
Scott González
b147d00ce1 Sortable: Don't create functions inside loops.
(cherry picked from commit 7033544cdd)
2013-11-25 17:24:13 -05:00
Mike Sherov
1a4e6e98fd Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur(cherry picked from commit 71a332e8b8) 2013-11-25 17:24:06 -05:00
Mike Sherov
03e96b110b Datepicker Tests: fix failing oldIE tests by creating new inputs to focus when necessary for focus tests.(cherry picked from commit b75e4f7d27) 2013-11-25 17:23:59 -05:00
Mike Sherov
06d830f1a4 Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test cases for old Opera and old Safari.(cherry picked from commit 7c939aadf8)
Conflicts:

	tests/unit/draggable/draggable_options.js
2013-11-25 17:23:41 -05:00
Scott González
9243b9565a Grunt: Allow tabs tests to run in PhantomJS.
(cherry picked from commit dd58f9832b)

Conflicts:

	Gruntfile.js
2013-11-25 17:19:22 -05:00
Scott González
6e48da0490 Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
(cherry picked from commit 0d0b05ec7c)

Conflicts:

	ui/jquery.ui.button.js
2013-11-25 16:53:28 -05:00
Scott González
707f46ac65 Use .csslintrc instead of inlining rules in the Gruntfile.
(cherry picked from commit 39a2f465a5)
2013-11-25 16:41:04 -05:00
Scott González
151bcb264b Updating the 1-10-stable version to 1.10.4pre. 2013-05-03 09:21:53 -07:00
Scott González
66203f74b3 Release: Use 1-10-stable. 2013-05-02 09:49:37 -04:00
Scott González
01c35af967 Updated AUTHORS.txt. 2013-05-02 09:35:39 -04:00
Scott González
3a7c7bbbe2 Release: Ability to provide a different repo for testing.
(cherry picked from commit 562f884722)
2013-05-02 09:21:11 -04:00
Rafael Xavier de Souza
c64e1b8416 Build: Fix effect demo url (typo)
(cherry picked from commit 2daf09d671)
2013-05-02 09:20:44 -04:00
Jörn Zaefferer
91445c69e8 Build: Change the homepage and demo URLs to the main effects page. Fixes #9247 - Build: Incorrect links in effect manifests
(cherry picked from commit 45f85cce56)
2013-04-26 18:12:16 +02:00
Jason Moon
c1f7f527af Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).
(cherry picked from commit f5f0879153)
2013-04-25 13:18:11 -04:00