]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
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 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 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 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 agoMerge branch 'master' into datepicker
Scott González [Thu, 20 Aug 2015 13:48:11 +0000 (09:48 -0400)]
Merge branch 'master' into datepicker

9 years agoSpinner: Add padding to input to give consistent visual style
Alexander Schmitz [Mon, 10 Aug 2015 14:31:08 +0000 (10:31 -0400)]
Spinner: Add padding to input to give consistent visual style

Fixes #13997
Closes #1586

9 years agoTheme: If make outer border consistent among widgets
Alexander Schmitz [Mon, 10 Aug 2015 14:29:19 +0000 (10:29 -0400)]
Theme: If make outer border consistent among widgets

Make sure all widgets use the default border color

Ref #13997
Ref #1586

9 years agoBuild: remove dependency on grunt-contrib-concat
Alexander Schmitz [Tue, 4 Aug 2015 12:15:30 +0000 (08:15 -0400)]
Build: remove dependency on grunt-contrib-concat

9 years agoBuild: Remove grunt concat task its no longer used
Alexander Schmitz [Mon, 3 Aug 2015 13:08:06 +0000 (09:08 -0400)]
Build: Remove grunt concat task its no longer used

This task was only used to create the combined js file for sizer
and for creating the combined files for the NPM package. The
npm package is no longer maintained so there is no need for this any more.

9 years agoBuild: Add requirejs build task
Alexander Schmitz [Wed, 29 Jul 2015 15:34:00 +0000 (11:34 -0400)]
Build: Add requirejs build task

This more closely emulates what you get from the builder in terms of file order
it also will error on any dependency issues.

9 years agoTests: adjust jshint path for moving all widgets into folder
Alexander Schmitz [Wed, 15 Jul 2015 02:22:43 +0000 (22:22 -0400)]
Tests: adjust jshint path for moving all widgets into folder

Ref #13885

9 years agoTooltip: Move tooltip into widgets directory
Alexander Schmitz [Wed, 15 Jul 2015 02:12:14 +0000 (22:12 -0400)]
Tooltip: Move tooltip into widgets directory

Ref #13885

9 years agoTabs: Move tabs into widgets directory
Alexander Schmitz [Wed, 15 Jul 2015 02:11:35 +0000 (22:11 -0400)]
Tabs: Move tabs into widgets directory

Ref #13885

9 years agoSpinner: Move spinner into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:10:12 +0000 (22:10 -0400)]
Spinner: Move spinner into widgets folder

Ref #13885

9 years agoSortable: Move sortable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:08:51 +0000 (22:08 -0400)]
Sortable: Move sortable into widgets folder

Ref #13885

9 years agoSlider: Move slider into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:08:11 +0000 (22:08 -0400)]
Slider: Move slider into widgets folder

Ref #13885

9 years agoSelectmenu: Move selectmenu into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:06:31 +0000 (22:06 -0400)]
Selectmenu: Move selectmenu into widgets folder

Ref #13885

9 years agoSelectable: Move selectable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:05:54 +0000 (22:05 -0400)]
Selectable: Move selectable into widgets folder

Ref #13885

9 years agoResizable: Move resizable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:05:00 +0000 (22:05 -0400)]
Resizable: Move resizable into widgets folder

Ref #13885

9 years agoMouse: Move mouse into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:18:43 +0000 (22:18 -0400)]
Mouse: Move mouse into widgets folder

Ref #13885

9 years agoProgressbar: Move progressbar into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:04:22 +0000 (22:04 -0400)]
Progressbar: Move progressbar into widgets folder

Ref #13885

9 years agoMenu: Move menu into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:03:37 +0000 (22:03 -0400)]
Menu: Move menu into widgets folder

Ref #13885

9 years agoDroppable: Move droppable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:03:06 +0000 (22:03 -0400)]
Droppable: Move droppable into widgets folder

Ref #13885

9 years agoEffects: Move individual effects into effects folder
Alexander Schmitz [Wed, 15 Jul 2015 02:01:41 +0000 (22:01 -0400)]
Effects: Move individual effects into effects folder

Ref #13885

9 years agoDraggable: Move draggable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:59:40 +0000 (21:59 -0400)]
Draggable: Move draggable into widgets folder

Ref #13885

9 years agoDialog: Move dialog into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:59:10 +0000 (21:59 -0400)]
Dialog: Move dialog into widgets folder

Ref #13885

9 years agoDatepicker: Move datepicker into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:58:04 +0000 (21:58 -0400)]
Datepicker: Move datepicker into widgets folder

Ref #13885

9 years agoButton: Move button into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:57:20 +0000 (21:57 -0400)]
Button: Move button into widgets folder

Ref #13885

9 years agoAutocomplete: Move autocomplete into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:56:36 +0000 (21:56 -0400)]
Autocomplete: Move autocomplete into widgets folder

Ref #13885

9 years agoAccordion: Move accordion into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:54:33 +0000 (21:54 -0400)]
Accordion: Move accordion into widgets folder

Ref #13885

9 years agoDemos: bootstrap needs to account for widgets folder
Alexander Schmitz [Tue, 21 Jul 2015 19:54:14 +0000 (15:54 -0400)]
Demos: bootstrap needs to account for widgets folder

Ref #13885

9 years agoCore: Movie uniqueId into its own module and deprecate core module
Alexander Schmitz [Thu, 16 Jul 2015 00:30:36 +0000 (20:30 -0400)]
Core: Movie uniqueId into its own module and deprecate core module

uniqueId was the last thing in the core module, and it is now just a helper
which require all the modules it used to contain.

Closes #9647

9 years agoCore: Move scrollParent into its own module
Alexander Schmitz [Thu, 16 Jul 2015 00:23:44 +0000 (20:23 -0400)]
Core: Move scrollParent into its own module

Ref #9647

9 years agoCore: Move tabbable into its own module
Alexander Schmitz [Thu, 16 Jul 2015 00:20:41 +0000 (20:20 -0400)]
Core: Move tabbable into its own module

Ref #9647

9 years agoCore: Move safe blur into its own module
Alexander Schmitz [Thu, 16 Jul 2015 00:17:12 +0000 (20:17 -0400)]
Core: Move safe blur into its own module

Ref #9647

9 years agoCore: Move safeActiveElement into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:39:11 +0000 (18:39 -0400)]
Core: Move safeActiveElement into its own module

Ref #9647

9 years agoCore: Move plugin into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:31:39 +0000 (18:31 -0400)]
Core: Move plugin into its own module

Ref #9647

9 years agoCore: Move backcompat for core 1.7 into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:28:30 +0000 (18:28 -0400)]
Core: Move backcompat for core 1.7 into its own module

Ref #9647

9 years agoCore: Move labels into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:14:26 +0000 (18:14 -0400)]
Core: Move labels into its own module

Ref #9647

9 years agoCore: Move keyCode into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:03:01 +0000 (18:03 -0400)]
Core: Move keyCode into its own module

Ref #9647

9 years agoCore: Move $.ui.ie into its own module
Alexander Schmitz [Wed, 15 Jul 2015 21:08:07 +0000 (17:08 -0400)]
Core: Move $.ui.ie into its own module

Ref #9647

9 years agoCore: Move form method into its own module
Alexander Schmitz [Thu, 16 Jul 2015 13:14:58 +0000 (09:14 -0400)]
Core: Move form method into its own module

Ref #9647

9 years agoCore: Move escape selector into its own module
Alexander Schmitz [Thu, 16 Jul 2015 13:13:15 +0000 (09:13 -0400)]
Core: Move escape selector into its own module

Ref #9647

9 years agoCore: Move focusable into its own module
Alexander Schmitz [Thu, 16 Jul 2015 13:09:14 +0000 (09:09 -0400)]
Core: Move focusable into its own module

Ref #9647

9 years agoCore: Move disable-selection into its own module
Alexander Schmitz [Wed, 15 Jul 2015 20:49:34 +0000 (16:49 -0400)]
Core: Move disable-selection into its own module

Ref #9647

9 years agoCore: Move data selector from core into its own module
Alexander Schmitz [Wed, 15 Jul 2015 20:43:33 +0000 (16:43 -0400)]
Core: Move data selector from core into its own module

Ref #9647

9 years agoCore: Move version and creation of the ui namespace into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:26:12 +0000 (18:26 -0400)]
Core: Move version and creation of the ui namespace into its own module

Ref #9647

9 years agoDatepicker: Re-introduce formatDate option, simplify Globalize usage
Felix Nagel [Tue, 28 Jul 2015 21:10:16 +0000 (23:10 +0200)]
Datepicker: Re-introduce formatDate option, simplify Globalize usage

9 years agoDatepicker: Update to Globalize 1.0.0
Felix Nagel [Tue, 28 Jul 2015 20:37:47 +0000 (22:37 +0200)]
Datepicker: Update to Globalize 1.0.0

9 years agoCalendar: Re-introduce formatDate option
Felix Nagel [Mon, 27 Jul 2015 22:42:32 +0000 (00:42 +0200)]
Calendar: Re-introduce formatDate option

9 years agoCalendar: Update Globalize to 1.0.0
Felix Nagel [Mon, 27 Jul 2015 18:53:16 +0000 (20:53 +0200)]
Calendar: Update Globalize to 1.0.0

9 years agoMerge branch 'datepicker' into datepicker-globalize-1.x
Felix Nagel [Thu, 30 Apr 2015 15:38:01 +0000 (17:38 +0200)]
Merge branch 'datepicker' into datepicker-globalize-1.x

9 years agoDatepicker: Use Globalize 1.0.0
Felix Nagel [Thu, 30 Apr 2015 11:28:04 +0000 (13:28 +0200)]
Datepicker: Use Globalize 1.0.0

- Make all demos work
- Fix calendar localization demo
- Fix merge errors

9 years agoDatepicker: Use Globalize 1.0.0
Felix Nagel [Thu, 30 Apr 2015 11:06:56 +0000 (13:06 +0200)]
Datepicker: Use Globalize 1.0.0

- Fix merge conflict in value method
- Fix common unit tests
- Fix calendar localization tests
- Fix rebase regression: labels update on refresh
- Add new pass through options
- lint fixes

9 years agoDatepicker: Use Globalize 1.0.0
Felix Nagel [Sat, 25 Apr 2015 17:36:10 +0000 (19:36 +0200)]
Datepicker: Use Globalize 1.0.0

- Make unit tests work

9 years ago(fix) Datepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
(fix) Datepicker: Use Globalize 1.0.0

- Use format/parse generators

9 years ago(fix) Datepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
(fix) Datepicker: Use Globalize 1.0.0

- Update Globalize to 1.0.0-alpha.7

9 years ago(fix) Datepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
(fix) Datepicker: Use Globalize 1.0.0

- user cannot provide locale: {fn1: ..., fn2:...} with all the
  formatters and parsers

9 years ago(fix) Datepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
(fix) Datepicker: Use Globalize 1.0.0

- parseYMD

9 years agoDatepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
Datepicker: Use Globalize 1.0.0

- Move external/date.js -> ui/calendar/date.js and UMDify it;
- Create a locale option as discussed during Chicago's meeting:
  - [String] A String with locale value, e.g. "en"; or
  - [Object] An object with all the formatters.
  TODO: Use the Globalize to-be-created generators instead of these wrap
  functions.

9 years agoDatepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
Datepicker: Use Globalize 1.0.0

- \o/ \o/ \o/ get rid of all name translations

9 years agoDatepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
Datepicker: Use Globalize 1.0.0

- Fix "I never liked that we attempted to translate the language
  https://github.com/jquery/jquery-ui/pull/1341#discussion_r17171152

9 years agoDatepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
Datepicker: Use Globalize 1.0.0

- Fix Use narrow day names (e.g., "ﺥ" EEEEE) if short (e.g., "ﺎﻠﺨﻤﻴﺳ" EEE) if
  too lengthy;

9 years agoDatepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 18:47:48 +0000 (15:47 -0300)]
Datepicker: Use Globalize 1.0.0

- Update demos

9 years agoDatepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Thu, 4 Sep 2014 19:04:04 +0000 (16:04 -0300)]
Datepicker: Use Globalize 1.0.0

- Remove unneeded territory DE from de-DE locale;

9 years agoDatepicker: Use Globalize 1.0.0
Rafael Xavier de Souza [Wed, 3 Sep 2014 18:59:37 +0000 (15:59 -0300)]
Datepicker: Use Globalize 1.0.0

- Update Globalize to 1.0.0-alpha.6

9 years agoBuild: Update the licenses attribute to singular license
Jörn Zaefferer [Fri, 24 Jul 2015 14:16:14 +0000 (16:16 +0200)]
Build: Update the licenses attribute to singular license

Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license

9 years agoSlider: Remove horizontal scrollbar demo from index it was removed
Alexander Schmitz [Tue, 21 Jul 2015 14:56:41 +0000 (10:56 -0400)]
Slider: Remove horizontal scrollbar demo from index it was removed

9 years agoDroppable: Remove shopping cart demo from index it was deleted
Alexander Schmitz [Tue, 21 Jul 2015 14:56:10 +0000 (10:56 -0400)]
Droppable: Remove shopping cart demo from index it was deleted

9 years agoWidget: Update demo to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:46:37 +0000 (23:46 -0400)]
Widget: Update demo to use AMD

Ref #10119

9 years agoTooltip: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:46:05 +0000 (23:46 -0400)]
Tooltip: Update demos to use AMD

Ref #10119

9 years agoTabs: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:45:49 +0000 (23:45 -0400)]
Tabs: Update demos to use AMD

Ref #10119

9 years agoSortable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:34:31 +0000 (23:34 -0400)]
Sortable: Update demos to use AMD

Ref #10119

9 years agoSpinner: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:34:08 +0000 (23:34 -0400)]
Spinner: Update demos to use AMD

Ref #10119

9 years agoSortable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:09:22 +0000 (23:09 -0400)]
Sortable: Update demos to use AMD

Ref #10119

9 years agoSlider: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:58:43 +0000 (22:58 -0400)]
Slider: Update demos to use AMD

Ref #10119

9 years agoSelectmenu: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:53:45 +0000 (22:53 -0400)]
Selectmenu: Update demos to use AMD

Ref #10119

9 years agoSelectable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:17:29 +0000 (22:17 -0400)]
Selectable: Update demos to use AMD

Ref #10119

9 years agoResizable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:14:51 +0000 (22:14 -0400)]
Resizable: Update demos to use AMD

Ref #10119

9 years agoProgressbar: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:11:05 +0000 (22:11 -0400)]
Progressbar: Update demos to use AMD

Ref #10119

9 years agoPosition: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 23:01:59 +0000 (19:01 -0400)]
Position: Update demos to use AMD

Ref #10119

9 years agoMenu: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 23:01:30 +0000 (19:01 -0400)]
Menu: Update demos to use AMD

Ref #10119

9 years agoEffects: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 22:57:51 +0000 (18:57 -0400)]
Effects: Update demos to use AMD

Ref #10119

9 years agoDroppable: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 21:18:16 +0000 (17:18 -0400)]
Droppable: Update demos to use AMD

Ref #10119

9 years agoDraggable: Update to demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 21:12:39 +0000 (17:12 -0400)]
Draggable: Update to demos to use AMD

Ref #10119