Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#8398 closed enhancement (wontfix)

Add Get All Themes option to http://jqueryui.com/download

Reported by: rarpsl Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.core Version: 1.8.21
Keywords: Cc:
Blocked by: Blocking:

Description

The download page at http://jqueryui.com/download has one missing option that I think would be useful to add.

When you select a theme, it is placed in the css folder and also the development-bundle/themes folder along with the basic theme. I would like to see a "Get All Themes" check box there that will cause all of the other themes to ALSO be included in the development-bundle/themes folder. IOW, when checked all themes (not just basic and the selected theme) will be placed in development-bundle/themes so that they can be swapped into css (or pointed to directly from a page's link parm).

Thank You.

Change History (3)

comment:1 Changed 11 years ago by Scott González

Resolution: wontfix
Status: newclosed

I'm not sure why you want this, but it certainly seems like it'd be of limited use while requiring special handling to implement. In the future, ThemeRoller should be able to run stand-alone at which point you should be able to script this pretty easily.

comment:2 in reply to:  1 ; Changed 11 years ago by rarpsl

Replying to scott.gonzalez:

I'm not sure why you want this, but it certainly seems like it'd be of limited use while requiring special handling to implement. In the future, ThemeRoller should be able to run stand-alone at which point you should be able to script this pretty easily.

I do not think a fix to ThemeRoller would help since that page seems to be designed to take a current Theme from the Galley, tweak it, and then output the tweaked version along with the jqueryui files.

As to why I want it, there are a large number of themes defined, and if I want all of them, I need to run the build page once for each theme (creating a separate zip file for each). My request should not, I think, be that hard to do since the code to generate the development-bundle/themes folder already outputs the basic theme and whatever theme is selected with the selection menu. All that would be needed, as far as I would assume, is to just run that selection menu entries and output all the themes.

I have not looked at the code, I guess I should, and see if my assumption is correct.

comment:3 in reply to:  2 Changed 11 years ago by Scott González

Replying to rarpsl:

I do not think a fix to ThemeRoller would help since that page seems to be designed to take a current Theme from the Galley, tweak it, and then output the tweaked version along with the jqueryui files.

No, that's what download builder does. ThemeRoller only generates themes.

As to why I want it, there are a large number of themes defined, and if I want all of them, I need to run the build page once for each theme (creating a separate zip file for each). My request should not, I think, be that hard to do since the code to generate the development-bundle/themes folder already outputs the basic theme and whatever theme is selected with the selection menu. All that would be needed, as far as I would assume, is to just run that selection menu entries and output all the themes.

That doesn't answer why you want the themes.

I have not looked at the code, I guess I should, and see if my assumption is correct.

That won't be possible until the rewrite. The source is not public right now.

Note: See TracTickets for help on using tickets.