You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/10/04 18:56:33 UTC

svn commit: r1811130 - in /ofbiz/ofbiz-framework/trunk/applications/content: webapp/content/images/contentForum.css webapp/contentimages/css/ webapp/contentimages/css/contentForum.css widget/CommonScreens.xml

Author: deepak
Date: Wed Oct  4 18:56:33 2017
New Revision: 1811130

URL: http://svn.apache.org/viewvc?rev=1811130&view=rev
Log:
Fixed: Moved contentForum.css to contentimages webapp and updated path accordinlgy. This will complete the r1658621 and r1674451 (OFBIZ-6259)

Added:
    ofbiz/ofbiz-framework/trunk/applications/content/webapp/contentimages/css/
    ofbiz/ofbiz-framework/trunk/applications/content/webapp/contentimages/css/contentForum.css
      - copied unchanged from r1811129, ofbiz/ofbiz-framework/trunk/applications/content/webapp/content/images/contentForum.css
Removed:
    ofbiz/ofbiz-framework/trunk/applications/content/webapp/content/images/contentForum.css
Modified:
    ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml?rev=1811130&r1=1811129&r2=1811130&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml Wed Oct  4 18:56:33 2017
@@ -32,7 +32,7 @@ under the License.
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="layoutSettings.companyName" from-field="uiLabelMap.ContentCompanyName" global="true"/>
                 <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.ContentCompanySubtitle" global="true"/>
-                <set field="layoutSettings.styleSheets[]" value="/content/contentForum.css" global="true"/>
+                <set field="layoutSettings.styleSheets[]" value="/contentimages/css/contentForum.css" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/common/js/util/OfbizUtil.js" global="true"/>
                 <set field="activeApp" value="contentmgr" global="true"/>
                 <set field="applicationMenuName" value="ContentAppBar" global="true"/>



Re: svn commit: r1811130 - in /ofbiz/ofbiz-framework/trunk/applications/content: webapp/content/images/contentForum.css webapp/contentimages/css/ webapp/contentimages/css/contentForum.css widget/CommonScreens.xml

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Thanks Jacques for confirmation. :)

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Thu, Oct 5, 2017 at 12:57 PM, Jacques Le Roux <
jacques.le.roux@les7arts.com> wrote:

> OK got it, it's right because it completes r1674451
>
> Sorry for the noise :)
>
> Jacques
>
>
>
> Le 04/10/2017 à 21:54, Jacques Le Roux a écrit :
>
>> Hi Deepak,
>>
>> Must be an error for the Jira: https://issues.apache.org/jira
>> /browse/OFBIZ-6259
>>
>> Jacques
>>
>>
>> Le 04/10/2017 à 20:56, deepak@apache.org a écrit :
>>
>>> Author: deepak
>>> Date: Wed Oct  4 18:56:33 2017
>>> New Revision: 1811130
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1811130&view=rev
>>> Log:
>>> Fixed: Moved contentForum.css to contentimages webapp and updated path
>>> accordinlgy. This will complete the r1658621 and r1674451 (OFBIZ-6259)
>>>
>>> Added:
>>> ofbiz/ofbiz-framework/trunk/applications/content/webapp/cont
>>> entimages/css/
>>> ofbiz/ofbiz-framework/trunk/applications/content/webapp/cont
>>> entimages/css/contentForum.css
>>>        - copied unchanged from r1811129, ofbiz/ofbiz-framework/trunk/ap
>>> plications/content/webapp/content/images/contentForum.css
>>> Removed:
>>> ofbiz/ofbiz-framework/trunk/applications/content/webapp/cont
>>> ent/images/contentForum.css
>>> Modified:
>>> ofbiz/ofbiz-framework/trunk/applications/content/widget/Comm
>>> onScreens.xml
>>>
>>> Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/Comm
>>> onScreens.xml
>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/app
>>> lications/content/widget/CommonScreens.xml?rev=1811130&r1=
>>> 1811129&r2=1811130&view=diff
>>> ============================================================
>>> ==================
>>> --- ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml
>>> (original)
>>> +++ ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml
>>> Wed Oct  4 18:56:33 2017
>>> @@ -32,7 +32,7 @@ under the License.
>>>                   <property-map resource="ProductUiLabels"
>>> map-name="uiLabelMap" global="true"/>
>>>                   <set field="layoutSettings.companyName"
>>> from-field="uiLabelMap.ContentCompanyName" global="true"/>
>>>                   <set field="layoutSettings.companySubtitle"
>>> from-field="uiLabelMap.ContentCompanySubtitle" global="true"/>
>>> -                <set field="layoutSettings.styleSheets[]"
>>> value="/content/contentForum.css" global="true"/>
>>> +                <set field="layoutSettings.styleSheets[]"
>>> value="/contentimages/css/contentForum.css" global="true"/>
>>>                   <set field="layoutSettings.javaScripts[]"
>>> value="/common/js/util/OfbizUtil.js" global="true"/>
>>>                   <set field="activeApp" value="contentmgr"
>>> global="true"/>
>>>                   <set field="applicationMenuName" value="ContentAppBar"
>>> global="true"/>
>>>
>>>
>>>
>>>
>>
>>
>

Re: svn commit: r1811130 - in /ofbiz/ofbiz-framework/trunk/applications/content: webapp/content/images/contentForum.css webapp/contentimages/css/ webapp/contentimages/css/contentForum.css widget/CommonScreens.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
OK got it, it's right because it completes r1674451

Sorry for the noise :)

Jacques


Le 04/10/2017 à 21:54, Jacques Le Roux a écrit :
> Hi Deepak,
>
> Must be an error for the Jira: https://issues.apache.org/jira/browse/OFBIZ-6259
>
> Jacques
>
>
> Le 04/10/2017 à 20:56, deepak@apache.org a écrit :
>> Author: deepak
>> Date: Wed Oct  4 18:56:33 2017
>> New Revision: 1811130
>>
>> URL: http://svn.apache.org/viewvc?rev=1811130&view=rev
>> Log:
>> Fixed: Moved contentForum.css to contentimages webapp and updated path accordinlgy. This will complete the r1658621 and r1674451 (OFBIZ-6259)
>>
>> Added:
>> ofbiz/ofbiz-framework/trunk/applications/content/webapp/contentimages/css/
>> ofbiz/ofbiz-framework/trunk/applications/content/webapp/contentimages/css/contentForum.css
>>        - copied unchanged from r1811129, ofbiz/ofbiz-framework/trunk/applications/content/webapp/content/images/contentForum.css
>> Removed:
>> ofbiz/ofbiz-framework/trunk/applications/content/webapp/content/images/contentForum.css
>> Modified:
>> ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml
>>
>> Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml
>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml?rev=1811130&r1=1811129&r2=1811130&view=diff
>> ==============================================================================
>> --- ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml (original)
>> +++ ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml Wed Oct  4 18:56:33 2017
>> @@ -32,7 +32,7 @@ under the License.
>>                   <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
>>                   <set field="layoutSettings.companyName" from-field="uiLabelMap.ContentCompanyName" global="true"/>
>>                   <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.ContentCompanySubtitle" global="true"/>
>> -                <set field="layoutSettings.styleSheets[]" value="/content/contentForum.css" global="true"/>
>> +                <set field="layoutSettings.styleSheets[]" value="/contentimages/css/contentForum.css" global="true"/>
>>                   <set field="layoutSettings.javaScripts[]" value="/common/js/util/OfbizUtil.js" global="true"/>
>>                   <set field="activeApp" value="contentmgr" global="true"/>
>>                   <set field="applicationMenuName" value="ContentAppBar" global="true"/>
>>
>>
>>
>
>


Re: svn commit: r1811130 - in /ofbiz/ofbiz-framework/trunk/applications/content: webapp/content/images/contentForum.css webapp/contentimages/css/ webapp/contentimages/css/contentForum.css widget/CommonScreens.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Deepak,

Must be an error for the Jira: https://issues.apache.org/jira/browse/OFBIZ-6259

Jacques


Le 04/10/2017 à 20:56, deepak@apache.org a écrit :
> Author: deepak
> Date: Wed Oct  4 18:56:33 2017
> New Revision: 1811130
>
> URL: http://svn.apache.org/viewvc?rev=1811130&view=rev
> Log:
> Fixed: Moved contentForum.css to contentimages webapp and updated path accordinlgy. This will complete the r1658621 and r1674451 (OFBIZ-6259)
>
> Added:
>      ofbiz/ofbiz-framework/trunk/applications/content/webapp/contentimages/css/
>      ofbiz/ofbiz-framework/trunk/applications/content/webapp/contentimages/css/contentForum.css
>        - copied unchanged from r1811129, ofbiz/ofbiz-framework/trunk/applications/content/webapp/content/images/contentForum.css
> Removed:
>      ofbiz/ofbiz-framework/trunk/applications/content/webapp/content/images/contentForum.css
> Modified:
>      ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml
>
> Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml
> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml?rev=1811130&r1=1811129&r2=1811130&view=diff
> ==============================================================================
> --- ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml (original)
> +++ ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml Wed Oct  4 18:56:33 2017
> @@ -32,7 +32,7 @@ under the License.
>                   <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
>                   <set field="layoutSettings.companyName" from-field="uiLabelMap.ContentCompanyName" global="true"/>
>                   <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.ContentCompanySubtitle" global="true"/>
> -                <set field="layoutSettings.styleSheets[]" value="/content/contentForum.css" global="true"/>
> +                <set field="layoutSettings.styleSheets[]" value="/contentimages/css/contentForum.css" global="true"/>
>                   <set field="layoutSettings.javaScripts[]" value="/common/js/util/OfbizUtil.js" global="true"/>
>                   <set field="activeApp" value="contentmgr" global="true"/>
>                   <set field="applicationMenuName" value="ContentAppBar" global="true"/>
>
>
>