Ticket #5638 (closed bug: fixed)
Download builder: theme missing new file jquery.ui.selectable.css on ui-dev.jquery.com 1.8.2
| Reported by: | rdworth | Owned by: | jdsharp |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8.2 |
| Component: | [meta] ui.downloadbuilder | Version: | 1.8.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
1.8.2 is now on the test server ui-dev.jquery.com
When downloading a zip, the new file jquery.ui.selectable.css is missing from the theme folders and there's also no evidence of it in jquery.ui.base.css in the theme folders.
Change History
Note: See
TracTickets for help on using
tickets.


Not tested, but could be enough to just add ", theme" here, in site svn:
Index: config.inc.php =================================================================== --- config.inc.php (revision 1277) +++ config.inc.php (working copy) @@ -74,7 +74,7 @@ 'ui.resizable.js' => array('hasDemo' => true, 'hasCss' => true, 'name' => 'Resizable', 'desc' => 'Makes any element on the page resizable.', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js, theme'), 'ui.selectable.js' => array('hasDemo' => true, - 'name' => 'Selectable', 'desc' => 'Makes a list of elements mouse selectable by dragging a box or clicking on them.', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js'), + 'name' => 'Selectable', 'desc' => 'Makes a list of elements mouse selectable by dragging a box or clicking on them.', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js, theme'), 'ui.sortable.js' => array('hasDemo' => true, 'name' => 'Sortable', 'desc' => 'Makes a list of items sortable', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js'), ),