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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Scott Gray-2
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, [hidden email] 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"/>
>
>

Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
Yes you are right, my fault, it's was not broken there

Jacques

From: "Scott Gray" <[hidden email]>

> 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, [hidden email] 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"/>
>>
>>
>
>