[ 
https://issues.apache.org/jira/browse/OFBIZ-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677221#action_12677221
 ] 

David E. Jones commented on OFBIZ-2201:
---------------------------------------

Don't worry too much about something that says "ECOMMERCE" existing in the 
framework. The framework has lots of resources that support ecommerce sites. 
Consider that we could have also have theme sets for things like managed 
content sites, blog/forum only sites, partner/supplier/customer/etc access 
sites, and so on.

Right now we also have special stylesheets and such in the framework that are 
used by ecommerce, but that is something that we have discussed changing. We 
haven't changed it because we want all static content like that to be in a 
single place so that it is easy to change the contentUrl prefix in the 
url.properties file (or on the WebSite entity) and have the content moved to 
another server, like a static file web server or a service like Akamai.

> Theme component should be loaded after applications component
> -------------------------------------------------------------
>
>                 Key: OFBIZ-2201
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2201
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: betterSolution.patch, themeload.patch
>
>
> In the ecommerce application a specific (to the ecommerce application) 
> VisualThemeSet is defined:
> In EcommerceTypeData.xml:
>    <VisualThemeSet visualThemeSetId="ECOMMERCE" description="ECommerce Visual 
> Themes"/>
> The multiflex theme is defined as:
>    <VisualTheme visualThemeId="MULTIFLEX" visualThemeSetId="ECOMMERCE" 
> description="Alternative VisualTheme for Ecommerce"/>
> When doing "ant run-install" for the first time the 
> visualThemeSetId="ECOMMERCE" is not found when the VisualTheme entity gets 
> created.
> This is the reason I think themes should be loaded AFTER the applications 
> because, actually, they apply ON applications.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to