Skip to content

Commit cb69f00

Browse files
committed
All: Fix manifest issues for categories and CSS dependencies
Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
1 parent a1d6920 commit cb69f00

23 files changed

+54
-54
lines changed

ui/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
//>>label: Core
12-
//>>group: UI Core
12+
//>>group: Core
1313
//>>description: The core of jQuery UI, required for all interactions and widgets.
1414
//>>docs: http://api.jqueryui.com/category/ui-core/
1515

ui/jquery-1-7.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
//>>label: jQuery 1.7 Support
12-
//>>group: UI Core
12+
//>>group: Core
1313
//>>description: Support version 1.7.x of jQuery core
1414

1515
( function( factory ) {

ui/position.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
//>>label: Position
13-
//>>group: UI Core
13+
//>>group: Core
1414
//>>description: Positions elements relative to other elements.
1515
//>>docs: http://api.jqueryui.com/position/
1616
//>>demos: http://jqueryui.com/position/

ui/widget.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
//>>label: Widget
11-
//>>group: UI Core
11+
//>>group: Core
1212
//>>description: Provides a factory for creating stateful widgets with a common API.
1313
//>>docs: http://api.jqueryui.com/jQuery.widget/
1414
//>>demos: http://jqueryui.com/widget/

ui/widgets/accordion.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
1313
//>>docs: http://api.jqueryui.com/accordion/
1414
//>>demos: http://jqueryui.com/accordion/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/accordion.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/accordion.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/autocomplete.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Lists suggested words as the user is typing.
1313
//>>docs: http://api.jqueryui.com/autocomplete/
1414
//>>demos: http://jqueryui.com/autocomplete/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/autocomplete.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/autocomplete.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/button.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Enhances a form with themeable buttons.
1313
//>>docs: http://api.jqueryui.com/button/
1414
//>>demos: http://jqueryui.com/button/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/button.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/button.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/checkboxradio.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
1313
//>>docs: http://api.jqueryui.com/checkboxradio/
1414
//>>demos: http://jqueryui.com/checkboxradio/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/button.css
17-
//>>css.structure: ../themes/base/checkboxradio.css
18-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/button.css
17+
//>>css.structure: ../../themes/base/checkboxradio.css
18+
//>>css.theme: ../../themes/base/theme.css
1919

2020
( function( factory ) {
2121
if ( typeof define === "function" && define.amd ) {

ui/widgets/controlgroup.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Visually groups form control widgets
1313
//>>docs: http://api.jqueryui.com/controlgroup/
1414
//>>demos: http://jqueryui.com/controlgroup/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/controlgroup.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/controlgroup.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/datepicker.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
//>>description: Displays a calendar from an input or inline for selecting dates.
1414
//>>docs: http://api.jqueryui.com/datepicker/
1515
//>>demos: http://jqueryui.com/datepicker/
16-
//>>css.structure: ../themes/base/core.css
17-
//>>css.structure: ../themes/base/datepicker.css
18-
//>>css.theme: ../themes/base/theme.css
16+
//>>css.structure: ../../themes/base/core.css
17+
//>>css.structure: ../../themes/base/datepicker.css
18+
//>>css.theme: ../../themes/base/theme.css
1919

2020
( function( factory ) {
2121
if ( typeof define === "function" && define.amd ) {

ui/widgets/dialog.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Displays customizable dialog windows.
1313
//>>docs: http://api.jqueryui.com/dialog/
1414
//>>demos: http://jqueryui.com/dialog/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/dialog.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/dialog.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/draggable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//>>description: Enables dragging functionality for any element.
1313
//>>docs: http://api.jqueryui.com/draggable/
1414
//>>demos: http://jqueryui.com/draggable/
15-
//>>css.structure: ../themes/base/draggable.css
15+
//>>css.structure: ../../themes/base/draggable.css
1616

1717
( function( factory ) {
1818
if ( typeof define === "function" && define.amd ) {

ui/widgets/menu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Creates nestable menus.
1313
//>>docs: http://api.jqueryui.com/menu/
1414
//>>demos: http://jqueryui.com/menu/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/menu.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/menu.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/mouse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
//>>label: Mouse
11-
//>>group: UI Core
11+
//>>group: Widgets
1212
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
1313
//>>docs: http://api.jqueryui.com/mouse/
1414

ui/widgets/progressbar.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
1313
//>>docs: http://api.jqueryui.com/progressbar/
1414
//>>demos: http://jqueryui.com/progressbar/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/progressbar.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/progressbar.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/resizable.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Enables resize functionality for any element.
1313
//>>docs: http://api.jqueryui.com/resizable/
1414
//>>demos: http://jqueryui.com/resizable/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/resizable.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/resizable.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/selectable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//>>description: Allows groups of elements to be selected with the mouse.
1313
//>>docs: http://api.jqueryui.com/selectable/
1414
//>>demos: http://jqueryui.com/selectable/
15-
//>>css.structure: ../themes/base/selectable.css
15+
//>>css.structure: ../../themes/base/selectable.css
1616

1717
( function( factory ) {
1818
if ( typeof define === "function" && define.amd ) {

ui/widgets/selectmenu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.
1313
//>>docs: http://api.jqueryui.com/selectmenu/
1414
//>>demos: http://jqueryui.com/selectmenu/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/selectmenu.css, ../themes/base/button.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/slider.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
1313
//>>docs: http://api.jqueryui.com/slider/
1414
//>>demos: http://jqueryui.com/slider/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/slider.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/slider.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//>>description: Enables items in a list to be sorted using the mouse.
1313
//>>docs: http://api.jqueryui.com/sortable/
1414
//>>demos: http://jqueryui.com/sortable/
15-
//>>css.structure: ../themes/base/sortable.css
15+
//>>css.structure: ../../themes/base/sortable.css
1616

1717
( function( factory ) {
1818
if ( typeof define === "function" && define.amd ) {

ui/widgets/spinner.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
1313
//>>docs: http://api.jqueryui.com/spinner/
1414
//>>demos: http://jqueryui.com/spinner/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/spinner.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/spinner.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/tabs.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Transforms a set of container elements into a tab structure.
1313
//>>docs: http://api.jqueryui.com/tabs/
1414
//>>demos: http://jqueryui.com/tabs/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/tabs.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/tabs.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

ui/widgets/tooltip.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//>>description: Shows additional information for any element on hover or focus.
1313
//>>docs: http://api.jqueryui.com/tooltip/
1414
//>>demos: http://jqueryui.com/tooltip/
15-
//>>css.structure: ../themes/base/core.css
16-
//>>css.structure: ../themes/base/tooltip.css
17-
//>>css.theme: ../themes/base/theme.css
15+
//>>css.structure: ../../themes/base/core.css
16+
//>>css.structure: ../../themes/base/tooltip.css
17+
//>>css.theme: ../../themes/base/theme.css
1818

1919
( function( factory ) {
2020
if ( typeof define === "function" && define.amd ) {

0 commit comments

Comments
 (0)