]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
8 years agoCalendar: Remove unused data-modules attribute from localization demo
Felix Nagel [Wed, 18 Nov 2015 16:06:20 +0000 (17:06 +0100)]
Calendar: Remove unused data-modules attribute from localization demo

8 years agoDatepicker: Fix outdated Globalize format option in date-format demo
Felix Nagel [Wed, 18 Nov 2015 16:05:33 +0000 (17:05 +0100)]
Datepicker: Fix outdated Globalize format option in date-format demo

8 years agoCalendar: Fix first day of week calculation for non latin locales
Felix Nagel [Wed, 18 Nov 2015 16:04:55 +0000 (17:04 +0100)]
Calendar: Fix first day of week calculation for non latin locales

9 years agoCalendar: Use globalize-runtime with compiled locales
Felix Nagel [Wed, 18 Nov 2015 16:04:20 +0000 (17:04 +0100)]
Calendar: Use globalize-runtime with compiled locales

9 years agoCalendar: Remove Globalize.cldr.supplemental.weekData dependency
Felix Nagel [Mon, 16 Nov 2015 21:30:51 +0000 (22:30 +0100)]
Calendar: Remove Globalize.cldr.supplemental.weekData dependency

9 years agoCalendar: Fix jscs errors after merging master 1590/head
Felix Nagel [Thu, 8 Oct 2015 13:06:55 +0000 (15:06 +0200)]
Calendar: Fix jscs errors after merging master

9 years agoMerge branch 'master' into datepicker
Felix Nagel [Wed, 7 Oct 2015 22:38:07 +0000 (00:38 +0200)]
Merge branch 'master' into datepicker

9 years agoCalendar: Remove _refresh method
Felix Nagel [Sun, 27 Sep 2015 17:17:02 +0000 (19:17 +0200)]
Calendar: Remove _refresh method

9 years agoCalendar tests: Add comment to number of month test
Felix Nagel [Sun, 27 Sep 2015 17:14:52 +0000 (19:14 +0200)]
Calendar tests: Add comment to number of month test

9 years agoCalendar: Fix some jshint issues
Felix Nagel [Sun, 27 Sep 2015 16:57:46 +0000 (18:57 +0200)]
Calendar: Fix some jshint issues

9 years agoTests: Fix jshint includes for datepicker and effects
Jörn Zaefferer [Thu, 1 Oct 2015 10:08:04 +0000 (12:08 +0200)]
Tests: Fix jshint includes for datepicker and effects

9 years agoRelease: Publish to npm 1608/head
Jörn Zaefferer [Tue, 29 Sep 2015 10:24:38 +0000 (12:24 +0200)]
Release: Publish to npm

Fixes #11101

9 years agoTests: Use demo bootstrap for visual tests 1609/head
Jörn Zaefferer [Wed, 30 Sep 2015 07:49:13 +0000 (09:49 +0200)]
Tests: Use demo bootstrap for visual tests

Adds a data-composite option and fixes paths for effects. Otherwise
just applies the same conversion as already applied to demos, sometimes
moving a <style> element to the right place.

9 years agoTooltip: Turn of collision detection on forms demo for mobile rendering 1610/head
Jörn Zaefferer [Wed, 30 Sep 2015 13:23:07 +0000 (15:23 +0200)]
Tooltip: Turn of collision detection on forms demo for mobile rendering

Slighly improves the result by avoiding the tooltip ending up on top of
the input.

9 years agoDemos: Add device-width viewport meta to all demos
Jörn Zaefferer [Wed, 30 Sep 2015 13:11:22 +0000 (15:11 +0200)]
Demos: Add device-width viewport meta to all demos

Ref 343c2651729af2fdf020dd538fce0855785f5a0d

9 years agoFocusable: Fix handling of `visibility: inherit`
Scott González [Fri, 25 Sep 2015 14:33:58 +0000 (10:33 -0400)]
Focusable: Fix handling of `visibility: inherit`

Ref #14596
Ref gh-1583
Closes gh-1605

9 years agoCalendar: Remove all unused methods from custom date object
Felix Nagel [Sun, 27 Sep 2015 16:51:39 +0000 (18:51 +0200)]
Calendar: Remove all unused methods from custom date object

9 years agoCalendar: Move custom date object to ui namespace
Felix Nagel [Sun, 27 Sep 2015 16:35:35 +0000 (18:35 +0200)]
Calendar: Move custom date object to ui namespace

9 years agoCalendar: Remove some obsolete todo comments
Felix Nagel [Thu, 10 Sep 2015 21:23:03 +0000 (23:23 +0200)]
Calendar: Remove some obsolete todo comments

9 years agoTabs: Adjust handling of disabled option, using _setOptionDisabled
Jörn Zaefferer [Tue, 22 Sep 2015 11:14:25 +0000 (13:14 +0200)]
Tabs: Adjust handling of disabled option, using _setOptionDisabled

Tabs support multiple values to disable individual tabs. Only add the
ui-tabs-disabled class when all tabs are disabled.

Ref #9151
Closes gh-1599

9 years agoTooltip: Don't apply disabled style changes on create
Jörn Zaefferer [Mon, 21 Sep 2015 11:37:51 +0000 (13:37 +0200)]
Tooltip: Don't apply disabled style changes on create

Ref #9151
Ref gh-1599

9 years agoSpinner: Remove redundant handling of disabled option on create
Jörn Zaefferer [Mon, 21 Sep 2015 11:20:09 +0000 (13:20 +0200)]
Spinner: Remove redundant handling of disabled option on create

Ref #9151
Ref gh-1599

9 years agoSlider: Remove redundant handling of disabled option on create
Jörn Zaefferer [Mon, 21 Sep 2015 11:04:08 +0000 (13:04 +0200)]
Slider: Remove redundant handling of disabled option on create

Ref #9151
Ref gh-1599

9 years agoSelectmenu: Remove redundant handling of disabled option on create
Jörn Zaefferer [Mon, 21 Sep 2015 11:01:13 +0000 (13:01 +0200)]
Selectmenu: Remove redundant handling of disabled option on create

Ref #9151
Ref gh-1599

9 years agoProgressbar: Handle disabled option on create, using _setOptionDisabled
Jörn Zaefferer [Mon, 21 Sep 2015 10:55:33 +0000 (12:55 +0200)]
Progressbar: Handle disabled option on create, using _setOptionDisabled

Ref #9151
Ref gh-1599

9 years agoMenu: Remove redundant handling of disabled option on create
Jörn Zaefferer [Mon, 21 Sep 2015 10:49:41 +0000 (12:49 +0200)]
Menu: Remove redundant handling of disabled option on create

Ref #9151
Ref gh-1599

9 years agoDraggable: Remove redundant handling of disabled class on create
Jörn Zaefferer [Mon, 21 Sep 2015 10:42:56 +0000 (12:42 +0200)]
Draggable: Remove redundant handling of disabled class on create

_setOptionDisabled in $.Widget is now handling that.

Ref #9151
Ref gh-1599

9 years agoDialog: Override disabled option on create, force always-enabled state
Jörn Zaefferer [Mon, 21 Sep 2015 10:39:09 +0000 (12:39 +0200)]
Dialog: Override disabled option on create, force always-enabled state

Without this, _on will still respect the disabled option and ends up
preventing closing the dialog.

Ref #9151
Ref gh-1599

9 years agoAccordion: Handle disabled option on create, through _setOptionDisabled
Jörn Zaefferer [Mon, 21 Sep 2015 10:29:46 +0000 (12:29 +0200)]
Accordion: Handle disabled option on create, through _setOptionDisabled

Ref #9151
Ref gh-1599

9 years agoWidget: Call `._setOptionDisabled()` on init if the widget is disabled
Scott González [Thu, 17 Sep 2015 12:47:08 +0000 (08:47 -0400)]
Widget: Call `._setOptionDisabled()` on init if the widget is disabled

Fixes #9151
Ref gh-1599

9 years agoCore: Remove ancestor visibility requirement from `:focusable` selector
Weston Ruter [Tue, 4 Aug 2015 23:46:58 +0000 (16:46 -0700)]
Core: Remove ancestor visibility requirement from `:focusable` selector

* Check computed visibility in addition to :visible
* Add tests for nested visibility override

Fixes #14596
Closes gh-1583

9 years agoBuild: Add main entry for webpack support; actual value doesn't matter 1600/head
Jörn Zaefferer [Thu, 17 Sep 2015 15:23:04 +0000 (17:23 +0200)]
Build: Add main entry for webpack support; actual value doesn't matter

Fixes #14375
Closes gh-1600

9 years agoDatepicker: Fix date format for `ko` locale
Scott González [Wed, 23 Sep 2015 15:30:55 +0000 (11:30 -0400)]
Datepicker: Fix date format for `ko` locale

Fixes #14595
Closes gh-1595

9 years agoDemos: Remove use of disableSelection() in widget demo, no need 1603/head
Jörn Zaefferer [Mon, 21 Sep 2015 11:14:20 +0000 (13:14 +0200)]
Demos: Remove use of disableSelection() in widget demo, no need

Ref 4916487440b0c087e6e5996522cf478af26df591

9 years agoDemos: Add missing disable-selection dependency in sortable-ish demos
Jörn Zaefferer [Mon, 21 Sep 2015 11:08:09 +0000 (13:08 +0200)]
Demos: Add missing disable-selection dependency in sortable-ish demos

Ref 4916487440b0c087e6e5996522cf478af26df591
Ref #9647

9 years agoAutocomplete: Use a `div` instead of a `span` for the live region
Scott González [Fri, 18 Sep 2015 15:19:59 +0000 (11:19 -0400)]
Autocomplete: Use a `div` instead of a `span` for the live region

Fixes #14587

9 years agoResizable: Don't round dimensions
Scott González [Thu, 17 Sep 2015 13:51:44 +0000 (09:51 -0400)]
Resizable: Don't round dimensions

9 years agoAll: Delegate to base `_getCreateOptions()`.
Scott González [Wed, 16 Sep 2015 16:54:12 +0000 (12:54 -0400)]
All: Delegate to base `_getCreateOptions()`.

Ensures that any extensions to the base widget will be handled properly by
individual widgets.

Closes gh-1598

9 years agoDatepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test
Jörn Zaefferer [Thu, 17 Sep 2015 12:21:23 +0000 (14:21 +0200)]
Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test

The check that checks for IE wouldn't match since $.ui.ie was extracted
to its own file.

9 years agoWidget: Style updates
Scott González [Wed, 16 Sep 2015 16:21:43 +0000 (12:21 -0400)]
Widget: Style updates

Closes gh-1597

9 years agoREADME: Remove section on building jQuery UI
Scott González [Wed, 16 Sep 2015 15:48:25 +0000 (11:48 -0400)]
README: Remove section on building jQuery UI

9 years agoBuild: update grunt file for .jscsrc
Alexander Schmitz [Fri, 11 Sep 2015 13:32:27 +0000 (09:32 -0400)]
Build: update grunt file for .jscsrc

Closes gh-1589

9 years agoDatepicker: Style updates to KO locale for jscs
Alexander Schmitz [Fri, 11 Sep 2015 12:42:24 +0000 (08:42 -0400)]
Datepicker: Style updates to KO locale for jscs

9 years agoMouse: Style fixes for jscs
Alexander Schmitz [Fri, 11 Sep 2015 12:42:02 +0000 (08:42 -0400)]
Mouse: Style fixes for jscs

9 years agoBuild: bump jscs version
Alexander Schmitz [Tue, 25 Aug 2015 03:56:47 +0000 (23:56 -0400)]
Build: bump jscs version

9 years agoBuild: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs
Alexander Schmitz [Tue, 25 Aug 2015 03:12:21 +0000 (23:12 -0400)]
Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs

9 years agoWidget: Update to use camelCase identifiers
Alexander Schmitz [Tue, 25 Aug 2015 03:11:16 +0000 (23:11 -0400)]
Widget: Update to use camelCase identifiers

9 years agoSpinner: Update to use camelcase identifiers
Alexander Schmitz [Tue, 25 Aug 2015 03:10:52 +0000 (23:10 -0400)]
Spinner: Update to use camelcase identifiers

9 years agoBuild: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:36:06 +0000 (09:36 -0400)]
Build: Style updates

Ref #14246

9 years agoFormRestMixin: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:35:44 +0000 (09:35 -0400)]
FormRestMixin: Style updates

Ref #14246

9 years agoPosition: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:33:22 +0000 (09:33 -0400)]
Position: Style updates

Ref #14246

9 years agoEffects: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:32:42 +0000 (09:32 -0400)]
Effects: Style updates

Ref #14246

9 years agoWidget: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:32:13 +0000 (09:32 -0400)]
Widget: Style updates

Ref #14246

9 years agoAutocomplete: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:04:59 +0000 (09:04 -0400)]
Autocomplete: Style updates

Ref #14246

9 years agoButton: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:00:22 +0000 (09:00 -0400)]
Button: Style updates

Ref #14246

9 years agoDatepicker: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 13:00:11 +0000 (09:00 -0400)]
Datepicker: Style updates

Ref #14246

9 years agoDialog: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:59:54 +0000 (08:59 -0400)]
Dialog: Style updates

Ref #14246

9 years agoDraggable: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:59:44 +0000 (08:59 -0400)]
Draggable: Style updates

Ref #14246

9 years agoDroppable: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:59:32 +0000 (08:59 -0400)]
Droppable: Style updates

Ref #14246

9 years agoMenu: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:59:13 +0000 (08:59 -0400)]
Menu: Style updates

Ref #14246

9 years agoMouse: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:59:04 +0000 (08:59 -0400)]
Mouse: Style updates

Ref #14246

9 years agoProgressbar: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:58:48 +0000 (08:58 -0400)]
Progressbar: Style updates

Ref #14246

9 years agoResizable: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:58:35 +0000 (08:58 -0400)]
Resizable: Style updates

Ref #14246

9 years agoSelectable: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:58:20 +0000 (08:58 -0400)]
Selectable: Style updates

Ref #14246

9 years agoSlider: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:58:09 +0000 (08:58 -0400)]
Slider: Style updates

Ref #14246

9 years agoSortable: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:57:53 +0000 (08:57 -0400)]
Sortable: Style updates

Ref #14246

9 years agoSpinner: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:57:40 +0000 (08:57 -0400)]
Spinner: Style updates

Ref #14246

9 years agoTabs: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:57:25 +0000 (08:57 -0400)]
Tabs: Style updates

Ref #14246

9 years agoTooltip: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:50:46 +0000 (08:50 -0400)]
Tooltip: Style updates

Ref #14246

9 years agoSelectmenu: Style updates
Alexander Schmitz [Mon, 24 Aug 2015 12:50:24 +0000 (08:50 -0400)]
Selectmenu: Style updates

Ref #14246

9 years agoCalendar tests: Test for using right arrow button with numberOfMonth
Felix Nagel [Wed, 2 Sep 2015 21:06:59 +0000 (23:06 +0200)]
Calendar tests: Test for using right arrow button with numberOfMonth

9 years agoCalendar tests: Add header buttons test when using date below min option
Felix Nagel [Wed, 2 Sep 2015 20:58:22 +0000 (22:58 +0200)]
Calendar tests: Add header buttons test when using date below min option

9 years agoDatepicker: Use button instead of a link in icon trigger demo
Felix Nagel [Wed, 2 Sep 2015 20:46:57 +0000 (22:46 +0200)]
Datepicker: Use button instead of a link in icon trigger demo

9 years agoCalendar: Use day of the month instead day of the week in setMonth
Felix Nagel [Wed, 26 Aug 2015 16:06:18 +0000 (18:06 +0200)]
Calendar: Use day of the month instead day of the week in setMonth

Fixes $.ui.calendarDate tests.

9 years agoCalendar tests: Fix min / max range header button state tests
Felix Nagel [Wed, 26 Aug 2015 10:06:20 +0000 (12:06 +0200)]
Calendar tests: Fix min / max range header button state tests

9 years agoCalendar: Use day of the month instead day of the week for range
Felix Nagel [Wed, 26 Aug 2015 09:49:04 +0000 (11:49 +0200)]
Calendar: Use day of the month instead day of the week for range

There is no sense in use the day of the week as a base for min/max range.

9 years agoCalendar: Make header prev / next buttons min / max option aware
Felix Nagel [Wed, 26 Aug 2015 09:45:15 +0000 (11:45 +0200)]
Calendar: Make header prev / next buttons min / max option aware

* Disable / enable header buttons according to min / max
* Add tests for header button states
* Improve header button rendering and refreshing
* Improve header button label escaping on create
* Create button pane for multiple pickers (bugfix)

9 years agoCalendar: Some code style and CGL fixes
Felix Nagel [Tue, 25 Aug 2015 21:59:36 +0000 (23:59 +0200)]
Calendar: Some code style and CGL fixes

9 years agoCalendar tests: Fix wrong data-widget attribute
Felix Nagel [Tue, 25 Aug 2015 21:54:55 +0000 (23:54 +0200)]
Calendar tests: Fix wrong data-widget attribute

9 years agoCalendar tests: Fix and clean-up $.ui.calendarDate unit tests
Felix Nagel [Tue, 25 Aug 2015 21:53:03 +0000 (23:53 +0200)]
Calendar tests: Fix and clean-up $.ui.calendarDate unit tests

9 years agoCalendar: Make use of escapeSelector method
Felix Nagel [Tue, 25 Aug 2015 21:11:21 +0000 (23:11 +0200)]
Calendar: Make use of escapeSelector method

9 years agoCalendar: Fix view when moving between multiple months with keyboard
Felix Nagel [Tue, 25 Aug 2015 20:40:54 +0000 (22:40 +0200)]
Calendar: Fix view when moving between multiple months with keyboard

Make sure numberOfMonths is taken into account while navigating with keyboard
when rendering multiple calendar grids (numberOfMonths > 1).

9 years agoDatepicker: Fix icon trigger demo
Felix Nagel [Tue, 25 Aug 2015 16:28:18 +0000 (18:28 +0200)]
Datepicker: Fix icon trigger demo

Support keyboard control. Fix close on second click.
Add removal notice.

9 years agoMouse: Fix delay timeout clearing upon mouseup
Liran Sharir [Wed, 22 Jul 2015 12:58:47 +0000 (15:58 +0300)]
Mouse: Fix delay timeout clearing upon mouseup

Fixes #14458
Closes gh-1579

9 years agoTests: Load ui/jquery-1-7.js when testing against jQuery 1.7.x
Scott González [Mon, 31 Aug 2015 19:33:02 +0000 (15:33 -0400)]
Tests: Load ui/jquery-1-7.js when testing against jQuery 1.7.x

9 years agoDatepicker: Translate `weekHeader` in ko locale
Myeongjin Lee [Wed, 5 Aug 2015 14:40:26 +0000 (23:40 +0900)]
Datepicker: Translate `weekHeader` in ko locale

Closes gh-1582

9 years agoDatepicker: Remove stray line
Scott González [Fri, 28 Aug 2015 14:20:45 +0000 (10:20 -0400)]
Datepicker: Remove stray line

Fixes #14416

9 years agoCalendar: Fix weekday name jumping when using numberOfMonths option
Felix Nagel [Tue, 25 Aug 2015 15:47:13 +0000 (17:47 +0200)]
Calendar: Fix weekday name jumping when using numberOfMonths option

Fixes weekday name jumping when clicking the last day of the last
grid. Includes some basic tests for multiple month demo and this
specific issue.

9 years agoBuild: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:15:43 +0000 (00:15 -0400)]
Build: Style updates

Fixes #14246
Closes gh-1588

9 years agoTests: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:15:20 +0000 (00:15 -0400)]
Tests: Style updates

Ref #14246
Ref gh-1588

9 years agoCore: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:14:57 +0000 (00:14 -0400)]
Core: Style updates

Ref #14246
Ref gh-1588

9 years agoDemos: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:14:29 +0000 (00:14 -0400)]
Demos: Style updates

Ref #14246
Ref gh-1588

9 years agoTests: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:13:44 +0000 (00:13 -0400)]
Tests: Style updates

Ref #14246
Ref gh-1588

9 years agoPosition: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:13:13 +0000 (00:13 -0400)]
Position: Style updates

Ref #14246
Ref gh-1588

9 years agoWidget: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:13:00 +0000 (00:13 -0400)]
Widget: Style updates

Ref #14246
Ref gh-1588

9 years agoButton: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:12:35 +0000 (00:12 -0400)]
Button: Style updates

Ref #14246
Ref gh-1588

9 years agoEffects: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:12:17 +0000 (00:12 -0400)]
Effects: Style updates

Ref #14246
Ref gh-1588

9 years agoAccordion: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:12:07 +0000 (00:12 -0400)]
Accordion: Style updates

Ref #14246
Ref gh-1588

9 years agoAutocomplete: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:11:54 +0000 (00:11 -0400)]
Autocomplete: Style updates

Ref #14246
Ref gh-1588

9 years agoDatepicker: Style updates
Alexander Schmitz [Fri, 21 Aug 2015 04:11:33 +0000 (00:11 -0400)]
Datepicker: Style updates

Ref #14246
Ref gh-1588