You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Scott Gray <sc...@hotwaxmedia.com> on 2012/05/11 09:04:29 UTC

Re: svn commit: r1335824 - /ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml

Jacques,

Please remember that *everything* must be tested before committing to the release branches, we can't claim that these branches are stable if it isn't being done.

Many thanks
Scott

On 9/05/2012, at 11:24 AM, jonesde@apache.org wrote:

> Author: jonesde
> Date: Tue May  8 23:24:16 2012
> New Revision: 1335824
> 
> URL: http://svn.apache.org/viewvc?rev=1335824&view=rev
> Log:
> One more change to get this file loading again, added productStoreId which is part of the PK and was also causing a load failure; tested to make sure load succeeds
> 
> Modified:
>    ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml
> 
> Modified: ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml
> URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml?rev=1335824&r1=1335823&r2=1335824&view=diff
> ==============================================================================
> --- ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml (original)
> +++ ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml Tue May  8 23:24:16 2012
> @@ -136,8 +136,10 @@ under the License.
>     <WebSite webSiteId="WebStore" siteName="eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/>
>     <WebSite webSiteId="WebStoreClone" siteName="Cloned eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/>
> 
> -    <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS" webAnalyticsCode="//--  enter here your analytic script code --"/>
> -    <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS" webAnalyticsCode="//--  enter here your analytic script code --"/>
> +    <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS"
> +        webAnalyticsCode="//--  enter here your analytic script code --"/>
> +    <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS"
> +        webAnalyticsCode="//--  enter here your analytic script code --"/>
> 
>     <ProdCatalog prodCatalogId="DemoCatalog" catalogName="Demo Catalog" useQuickAdd="Y"/>
>     <ProdCatalog prodCatalogId="TestCatalog" catalogName="Test Catalog" useQuickAdd="N"/>
> 
> 


Re: svn commit: r1335824 - /ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
Yes you are right, my fault, it's was not broken there

Jacques

From: "Scott Gray" <sc...@hotwaxmedia.com>
> Jacques,
>
> Please remember that *everything* must be tested before committing to the release branches, we can't claim that these branches are 
> stable if it isn't being done.
>
> Many thanks
> Scott
>
> On 9/05/2012, at 11:24 AM, jonesde@apache.org wrote:
>
>> Author: jonesde
>> Date: Tue May  8 23:24:16 2012
>> New Revision: 1335824
>>
>> URL: http://svn.apache.org/viewvc?rev=1335824&view=rev
>> Log:
>> One more change to get this file loading again, added productStoreId which is part of the PK and was also causing a load failure; 
>> tested to make sure load succeeds
>>
>> Modified:
>>    ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml
>>
>> Modified: ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml?rev=1335824&r1=1335823&r2=1335824&view=diff
>> ==============================================================================
>> --- ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml (original)
>> +++ ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml Tue May  8 23:24:16 2012
>> @@ -136,8 +136,10 @@ under the License.
>>     <WebSite webSiteId="WebStore" siteName="eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/>
>>     <WebSite webSiteId="WebStoreClone" siteName="Cloned eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/>
>>
>> -    <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS" webAnalyticsCode="//--  enter here your 
>> analytic script code --"/>
>> -    <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS" webAnalyticsCode="//--  enter here your 
>> analytic script code --"/>
>> +    <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS"
>> +        webAnalyticsCode="//--  enter here your analytic script code --"/>
>> +    <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS"
>> +        webAnalyticsCode="//--  enter here your analytic script code --"/>
>>
>>     <ProdCatalog prodCatalogId="DemoCatalog" catalogName="Demo Catalog" useQuickAdd="Y"/>
>>     <ProdCatalog prodCatalogId="TestCatalog" catalogName="Test Catalog" useQuickAdd="N"/>
>>
>>
>
>