svn propchange: r1867663 - svn:log

2019-09-29 Thread deepaknigam
Author: deepaknigam
Revision: 1867663
Modified property: svn:log

Modified: svn:log at Mon Sep 30 05:54:01 2019
--
--- svn:log (original)
+++ svn:log Mon Sep 30 05:54:01 2019
@@ -1,3 +1,4 @@
-Fixed: Serbian CommonEntityLabels for geo entity. (OFBIZ-11209)
+Implemented: Serbian CommonEntityLabelsfor geo entity.
+(OFBIZ-11209)
 Added missing entity label for Serbia.
-Thanks Ulrich Heidfeld for your contribution.
+Thanks: Ulrich Heidfeld for your contribution.



buildbot success in on ofbizTrunkFrameworkPlugins

2019-09-29 Thread buildbot
The Buildbot has detected a restored build on builder 
ofbizTrunkFrameworkPlugins while building . Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1012

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf947_ubuntu

Build Reason: downstream
Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1867708
Blamelist: jleroux

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1867721 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ ecommerce/template/catalog/ProductReview.ftl

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 11:00:38 2019
New Revision: 1867721

URL: http://svn.apache.org/viewvc?rev=1867721=rev
Log:
"Applied fix from plugins for revision: 1867717" 

r1867717 | jleroux | 2019-09-29 11:43:42 +0200 (dim. 29 sept. 2019) | 11 lignes

Fixed: Freemarker error on reviewProduct page on storefront
(OFBIZ-11108)

Steps to regenerate:
1)Navigate to https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
2) User should not be logged in
3) Click on any product
4) Click on Be The First To Review This Product! link
5) FTL error for the null check is occurring

Thanks: Minal Phalak for the patch and Suraj for review


Modified:
ofbiz/ofbiz-plugins/branches/release17.12/   (props changed)

ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ProductReview.ftl

Propchange: ofbiz/ofbiz-plugins/branches/release17.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 11:00:38 2019
@@ -11,4 +11,4 @@
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
 /ofbiz/ofbiz-framework/trunk:1836107
-/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838797,1838816,1841650,1845558,1847272,1847346,1847398,1847528,1847530,1848009,1848396,1848398,1848921,1849119,1851002,1851068,1851135,1851185,1852988,1855082,1856802,1856917,1857120,1857173,1858141,1858244,1858285,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828,1867712
+/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838797,1838816,1841650,1845558,1847272,1847346,1847398,1847528,1847530,1848009,1848396,1848398,1848921,1849119,1851002,1851068,1851135,1851185,1852988,1855082,1856802,1856917,1857120,1857173,1858141,1858244,1858285,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828,1867712,1867717

Modified: 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ProductReview.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ProductReview.ftl?rev=1867721=1867720=1867721=diff
==
--- 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ProductReview.ftl
 (original)
+++ 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ProductReview.ftl
 Sun Sep 29 11:00:38 2019
@@ -20,10 +20,10 @@ under the License.
 <#if requestParameters.product_id??>
   
 
-  
+  
   
   
-  
+  
   
 ${uiLabelMap.EcommerceRating}:
 




svn commit: r1867720 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ ecommerce/template/catalog/ProductReview.ftl

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 11:00:35 2019
New Revision: 1867720

URL: http://svn.apache.org/viewvc?rev=1867720=rev
Log:
"Applied fix from plugins for revision: 1867717" 

r1867717 | jleroux | 2019-09-29 11:43:42 +0200 (dim. 29 sept. 2019) | 11 lignes

Fixed: Freemarker error on reviewProduct page on storefront
(OFBIZ-11108)

Steps to regenerate:
1)Navigate to https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
2) User should not be logged in
3) Click on any product
4) Click on Be The First To Review This Product! link
5) FTL error for the null check is occurring

Thanks: Minal Phalak for the patch and Suraj for review


Modified:
ofbiz/ofbiz-plugins/branches/release18.12/   (props changed)

ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ProductReview.ftl

Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 11:00:35 2019
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828,1867712
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828,1867712,1867717

Modified: 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ProductReview.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ProductReview.ftl?rev=1867720=1867719=1867720=diff
==
--- 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ProductReview.ftl
 (original)
+++ 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ProductReview.ftl
 Sun Sep 29 11:00:35 2019
@@ -20,10 +20,10 @@ under the License.
 <#if requestParameters.product_id??>
   
 
-  
+  
   
   
-  
+  
   
 ${uiLabelMap.EcommerceRating}:
 




buildbot success in on ofbizTrunkFrameworkPlugins

2019-09-29 Thread buildbot
The Buildbot has detected a restored build on builder 
ofbizTrunkFrameworkPlugins while building . Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1010

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf946_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'onTrunkPluginsCommit' 
triggered this build
Build Source Stamp: [branch ofbiz/ofbiz-plugins/trunk] 1867711
Blamelist: jleroux

Build succeeded!

Sincerely,
 -The Buildbot





buildbot exception in on ofbizTrunkFrameworkPlugins

2019-09-29 Thread buildbot
The Buildbot has detected a build exception on builder 
ofbizTrunkFrameworkPlugins while building . Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1011

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf947_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'onTrunkPluginsCommit' 
triggered this build
Build Source Stamp: [branch ofbiz/ofbiz-plugins/trunk] 1867717
Blamelist: jleroux

BUILD FAILED: exception upload_1

Sincerely,
 -The Buildbot





svn commit: r1867717 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductReview.ftl

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 09:43:42 2019
New Revision: 1867717

URL: http://svn.apache.org/viewvc?rev=1867717=rev
Log:
Fixed: Freemarker error on reviewProduct page on storefront
(OFBIZ-11108)

Steps to regenerate:
1)Navigate to https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
2) User should not be logged in
3) Click on any product
4) Click on Be The First To Review This Product! link
5) FTL error for the null check is occurring

Thanks: Minal Phalak for the patch and Suraj for review

Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductReview.ftl

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductReview.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductReview.ftl?rev=1867717=1867716=1867717=diff
==
--- ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductReview.ftl 
(original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ProductReview.ftl Sun 
Sep 29 09:43:42 2019
@@ -20,10 +20,10 @@ under the License.
 <#if requestParameters.product_id??>
   
 
-  
+  
   
   
-  
+  
   
 ${uiLabelMap.EcommerceRating}:
 




buildbot success in on ofbizTrunkFramework

2019-09-29 Thread buildbot
The Buildbot has detected a restored build on builder ofbizTrunkFramework while 
building . Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFramework/builds/1094

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf946_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'onTrunkFrameworkCommit' 
triggered this build
Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1867708
Blamelist: jleroux

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1867713 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ ecommerce/template/catalog/ConfigProductDetail.ftl

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 09:34:24 2019
New Revision: 1867713

URL: http://svn.apache.org/viewvc?rev=1867713=rev
Log:
"Applied fix from plugins for revision: 1867712" 

r1867712 | jleroux | 2019-09-29 11:31:59 +0200 (dim. 29 sept. 2019) | 9 lignes

Improved: UI issue on ecommerce Product page
(OFBIZ-10884)

Navigate to demo-trunk ecom
Click on Product titled as Enchiladas, It redirects to the product page
On the Product page, Multiple horizontal lines are displayed 

Thanks: Garima jain for report, Sourabh Punyani for initial patch and Jayesh 
Agrawal for updated patch


Modified:
ofbiz/ofbiz-plugins/branches/release18.12/   (props changed)

ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ConfigProductDetail.ftl

Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 09:34:24 2019
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828,1867712

Modified: 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ConfigProductDetail.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ConfigProductDetail.ftl?rev=1867713=1867712=1867713=diff
==
--- 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ConfigProductDetail.ftl
 (original)
+++ 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/catalog/ConfigProductDetail.ftl
 Sun Sep 29 09:34:24 2019
@@ -476,6 +476,7 @@ ${virtualJavaScript!}
   
 
   <#-- Long description of product -->
+  <#if productContentWrapper.get("LONG_DESCRIPTION", "html") != "">
 
   
 ${productContentWrapper.get("LONG_DESCRIPTION", "html")!}
@@ -486,6 +487,7 @@ ${virtualJavaScript!}
 
   
 
+  
   <#-- Any attributes/etc may go here -->
   <#-- Product Configurator -->
 
@@ -676,6 +678,7 @@ ${virtualJavaScript!}
   
 
   <#-- Product Reviews -->
+<#if productReviews?has_content>
 
   
 ${uiLabelMap.OrderCustomerReviews}:
@@ -691,7 +694,6 @@ ${virtualJavaScript!}
 
   
 
-  <#if productReviews?has_content>
 <#list productReviews as productReview>
   <#assign postedUserLogin = productReview.getRelatedOne("UserLogin", 
false)>
   <#assign postedPerson = postedUserLogin.getRelatedOne("Person", false)!>




svn commit: r1867714 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ ecommerce/template/catalog/ConfigProductDetail.ftl

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 09:34:27 2019
New Revision: 1867714

URL: http://svn.apache.org/viewvc?rev=1867714=rev
Log:
"Applied fix from plugins for revision: 1867712" 

r1867712 | jleroux | 2019-09-29 11:31:59 +0200 (dim. 29 sept. 2019) | 9 lignes

Improved: UI issue on ecommerce Product page
(OFBIZ-10884)

Navigate to demo-trunk ecom
Click on Product titled as Enchiladas, It redirects to the product page
On the Product page, Multiple horizontal lines are displayed 

Thanks: Garima jain for report, Sourabh Punyani for initial patch and Jayesh 
Agrawal for updated patch


Modified:
ofbiz/ofbiz-plugins/branches/release17.12/   (props changed)

ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ConfigProductDetail.ftl

Propchange: ofbiz/ofbiz-plugins/branches/release17.12/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 09:34:27 2019
@@ -11,4 +11,4 @@
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
 /ofbiz/ofbiz-framework/trunk:1836107
-/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838797,1838816,1841650,1845558,1847272,1847346,1847398,1847528,1847530,1848009,1848396,1848398,1848921,1849119,1851002,1851068,1851135,1851185,1852988,1855082,1856802,1856917,1857120,1857173,1858141,1858244,1858285,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828
+/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838797,1838816,1841650,1845558,1847272,1847346,1847398,1847528,1847530,1848009,1848396,1848398,1848921,1849119,1851002,1851068,1851135,1851185,1852988,1855082,1856802,1856917,1857120,1857173,1858141,1858244,1858285,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828,1867712

Modified: 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ConfigProductDetail.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ConfigProductDetail.ftl?rev=1867714=1867713=1867714=diff
==
--- 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ConfigProductDetail.ftl
 (original)
+++ 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/ConfigProductDetail.ftl
 Sun Sep 29 09:34:27 2019
@@ -476,6 +476,7 @@ ${virtualJavaScript!}
   
 
   <#-- Long description of product -->
+  <#if productContentWrapper.get("LONG_DESCRIPTION", "html") != "">
 
   
 ${productContentWrapper.get("LONG_DESCRIPTION", "html")!}
@@ -486,6 +487,7 @@ ${virtualJavaScript!}
 
   
 
+  
   <#-- Any attributes/etc may go here -->
   <#-- Product Configurator -->
 
@@ -672,6 +674,7 @@ ${virtualJavaScript!}
   
 
   <#-- Product Reviews -->
+<#if productReviews?has_content>
 
   
 ${uiLabelMap.OrderCustomerReviews}:
@@ -687,7 +690,6 @@ ${virtualJavaScript!}
 
   
 
-  <#if productReviews?has_content>
 <#list productReviews as productReview>
   <#assign postedUserLogin = productReview.getRelatedOne("UserLogin", 
false)>
   <#assign postedPerson = postedUserLogin.getRelatedOne("Person", false)!>




svn commit: r1867712 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ConfigProductDetail.ftl

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 09:31:59 2019
New Revision: 1867712

URL: http://svn.apache.org/viewvc?rev=1867712=rev
Log:
Improved: UI issue on ecommerce Product page
(OFBIZ-10884)

Navigate to demo-trunk ecom
Click on Product titled as Enchiladas, It redirects to the product page
On the Product page, Multiple horizontal lines are displayed 

Thanks: Garima jain for report, Sourabh Punyani for initial patch and Jayesh 
Agrawal for updated patch

Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ConfigProductDetail.ftl

Modified: 
ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ConfigProductDetail.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ConfigProductDetail.ftl?rev=1867712=1867711=1867712=diff
==
--- 
ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ConfigProductDetail.ftl 
(original)
+++ 
ofbiz/ofbiz-plugins/trunk/ecommerce/template/catalog/ConfigProductDetail.ftl 
Sun Sep 29 09:31:59 2019
@@ -476,6 +476,7 @@ ${virtualJavaScript!}
   
 
   <#-- Long description of product -->
+  <#if productContentWrapper.get("LONG_DESCRIPTION", "html") != "">
 
   
 ${productContentWrapper.get("LONG_DESCRIPTION", "html")!}
@@ -486,6 +487,7 @@ ${virtualJavaScript!}
 
   
 
+  
   <#-- Any attributes/etc may go here -->
   <#-- Product Configurator -->
 
@@ -676,6 +678,7 @@ ${virtualJavaScript!}
   
 
   <#-- Product Reviews -->
+<#if productReviews?has_content>
 
   
 ${uiLabelMap.OrderCustomerReviews}:
@@ -691,7 +694,6 @@ ${virtualJavaScript!}
 
   
 
-  <#if productReviews?has_content>
 <#list productReviews as productReview>
   <#assign postedUserLogin = productReview.getRelatedOne("UserLogin", 
false)>
   <#assign postedPerson = postedUserLogin.getRelatedOne("Person", false)!>




svn commit: r1867711 - /ofbiz/ofbiz-plugins/trunk/

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 09:29:40 2019
New Revision: 1867711

URL: http://svn.apache.org/viewvc?rev=1867711=rev
Log:
Improved: no functional change

Small change in tsvn log template

Modified:
ofbiz/ofbiz-plugins/trunk/   (props changed)

Propchange: ofbiz/ofbiz-plugins/trunk/
--
--- tsvn:logtemplatecommit (original)
+++ tsvn:logtemplatecommit Sun Sep 29 09:29:40 2019
@@ -1,5 +1,5 @@
-Implemented:
 Improved:
+Implemented:
 Documented:
 Completed:
 Reverted:




svn commit: r1867708 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/TrackingCodeScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:36:03 2019
New Revision: 1867708

URL: http://svn.apache.org/viewvc?rev=1867708=rev
Log:
Improved: Make Create Menu tab bar for TrackingCode consistent
(OFBIZ-8199)

Add a create TrackingCode tab bar in the main decorator to maintain the 
consistency throughout the tab bar of TrackingCode.

Thanks: Avnindra Sharma for the report and patch

Modified:

ofbiz/ofbiz-framework/trunk/applications/marketing/widget/TrackingCodeScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/TrackingCodeScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/TrackingCodeScreens.xml?rev=1867708=1867707=1867708=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/TrackingCodeScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/TrackingCodeScreens.xml
 Sun Sep 29 08:36:03 2019
@@ -52,6 +52,11 @@ under the License.
 
 
 
+
+
+
+
+
 
 
 
@@ -118,11 +123,6 @@ under the License.
 
 
 
-
-
-
-
-
 
 
 
@@ -392,12 +392,12 @@ under the License.
 
 
 
+
+
+
+
+
 
-
-
-
-
-
 
 
 




svn commit: r1867706 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/MarketingCampaignScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:31:34 2019
New Revision: 1867706

URL: http://svn.apache.org/viewvc?rev=1867706=rev
Log:
Improved: Make Create Menu tab bar for Marketing Campaign consistent
(OFBIZ-8197)

Add a create Marketing Campaign tab bar in the main decorator to maintain the 
consistency throughout the tab bar of Marketing Campaign.

Thanks: Avnindra Sharma for the report and patch, Devanshu Vyas for testing

Modified:

ofbiz/ofbiz-framework/trunk/applications/marketing/widget/MarketingCampaignScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/MarketingCampaignScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/MarketingCampaignScreens.xml?rev=1867706=1867705=1867706=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/MarketingCampaignScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/MarketingCampaignScreens.xml
 Sun Sep 29 08:31:34 2019
@@ -52,6 +52,11 @@ under the License.
 
 
 
+
+
+
+
+
 
 
 
@@ -85,13 +90,6 @@ under the License.
 
 
 
-
-
-
-
-
-
-
 
 
 
@@ -117,11 +115,6 @@ under the License.
 
 
 
-
-
-
-
-
 
 
 




svn commit: r1867704 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:29:10 2019
New Revision: 1867704

URL: http://svn.apache.org/viewvc?rev=1867704=rev
Log:
Improved: Make Create Menu tab bar for Data Source consistent
(OFBIZ-8196)

Add a create Data Source tab bar in the main decorator to maintain the 
consistency throughout the tab bar of Data Source. Also a DataSourceTypeCreate
button in ListDataSourceType screen

Thanks: Avnindra Sharma for the report and patch, Devanshu Vyas for testing

Modified:

ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceScreens.xml?rev=1867704=1867703=1867704=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceScreens.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceScreens.xml 
Sun Sep 29 08:29:10 2019
@@ -49,6 +49,11 @@ under the License.
 
 
 
+
+
+
+
+
 
 
 
@@ -80,11 +85,6 @@ under the License.
 
 
 
-
-
-
-
-
 
 
 
@@ -115,11 +115,6 @@ under the License.
 
 
 
-
-
-
-
-
 
 
 
@@ -183,12 +178,12 @@ under the License.
 
 
 
+
+
+
+
+
 
-
-
-
-
-
 
 
 




buildbot success in on ofbizTrunkFrameworkPlugins

2019-09-29 Thread buildbot
The Buildbot has detected a restored build on builder 
ofbizTrunkFrameworkPlugins while building . Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1005

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf946_ubuntu

Build Reason: downstream
Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1867690
Blamelist: jleroux

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1867703 - /ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplLeaveScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:18:22 2019
New Revision: 1867703

URL: http://svn.apache.org/viewvc?rev=1867703=rev
Log:
Improved: Make Create Menu tab bar for Leave consistent
(OFBIZ-8195)

Add a create Leave tab bar in the main decorator to maintain the consistency 
throughout the tab bar of Leave.

Thanks: Avnindra Sharma for the report and patch, Devanshu Vyas for testing

Modified:

ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplLeaveScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplLeaveScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplLeaveScreens.xml?rev=1867703=1867702=1867703=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplLeaveScreens.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplLeaveScreens.xml 
Sun Sep 29 08:18:22 2019
@@ -94,6 +94,15 @@
 
 
 
+
+
+
+
+
+
+
+
+
 
 
 




svn commit: r1867702 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:15:40 2019
New Revision: 1867702

URL: http://svn.apache.org/viewvc?rev=1867702=rev
Log:
Improved: Make Create Menu tab bar for BOM consistent
(OFBIZ-8194)

Adds a create BOM tab bar in the main decorator to maintain the consistency 
throughout the tab bar of BOM.

Thanks: Avnindra Sharma for the report and patch, Pierre Smits for testing

Modified:

ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml?rev=1867702=1867701=1867702=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
 Sun Sep 29 08:15:40 2019
@@ -32,6 +32,7 @@ under the License.
 
 
 
+
 
 
 
@@ -143,9 +144,6 @@ under the License.
 
 
 
-
-
-
 
 
 




svn commit: r1867701 - in /ofbiz/ofbiz-framework/trunk/applications/manufacturing: template/routing/EditCalendar.ftl widget/manufacturing/CalendarScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:12:37 2019
New Revision: 1867701

URL: http://svn.apache.org/viewvc?rev=1867701=rev
Log:
Improved: Make Create Menu tab bar for Calendar consistent
(OFBIZ-8193)

Adds a create Calendar tab bar in the main decorator to maintain the 
consistency 
throughout the tab bar of Calendar. Also a button in EditCalendar.ftl

Thanks: Avnindra Sharma for the report and patch, Pierre Smits for testing

Modified:

ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditCalendar.ftl

ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditCalendar.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditCalendar.ftl?rev=1867701=1867700=1867701=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditCalendar.ftl
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditCalendar.ftl
 Sun Sep 29 08:12:37 2019
@@ -26,7 +26,6 @@ under the License.
 
   
   
-  ${uiLabelMap.ManufacturingNewCalendar}
   
 
 <#else>

Modified: 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml?rev=1867701=1867700=1867701=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
 Sun Sep 29 08:12:37 2019
@@ -28,6 +28,10 @@ under the License.
 
 
 
+
+
+
+
 
 
 
@@ -77,9 +81,6 @@ under the License.
 
 
 
-
-
-
 
 
 
@@ -103,9 +104,6 @@ under the License.
 
 
 
-
-
-
 
 
 




svn commit: r1867700 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:08:26 2019
New Revision: 1867700

URL: http://svn.apache.org/viewvc?rev=1867700=rev
Log:
Improved: Make Create Menu tab bar for RoutingTask consistent
(OFBIZ-8192)

Adds a create RoutingTask tab bar in the main decorator to maintain the 
consistency throughout the tab bar of RoutingTask.

Thanks: Avnindra Sharma for the report and patch, Devanshu Vyas for testing

Modified:

ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml?rev=1867700=1867699=1867700=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
 Sun Sep 29 08:08:26 2019
@@ -70,6 +70,9 @@ under the License.
 
 
 
+
+
+
 
 
 




svn commit: r1867699 - in /ofbiz/ofbiz-framework/trunk/applications/content/widget: CommonScreens.xml compdoc/CompDocScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 08:03:56 2019
New Revision: 1867699

URL: http://svn.apache.org/viewvc?rev=1867699=rev
Log:
Improved: Make Create Menu tab bar for CompDoc consistent
(OFBIZ-8188)

Adds a create CompDoc tab bar in the main decorator to maintain the consistency 
throughout the tab bar of CompDoc.

Thanks: Avnindra Sharma

Modified:
ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml

ofbiz/ofbiz-framework/trunk/applications/content/widget/compdoc/CompDocScreens.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=1867699=1867698=1867699=diff
==
--- ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/widget/CommonScreens.xml 
Sun Sep 29 08:03:56 2019
@@ -229,6 +229,10 @@ under the License.
 
 
 
+
+
+
+
 
 
 

Modified: 
ofbiz/ofbiz-framework/trunk/applications/content/widget/compdoc/CompDocScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/compdoc/CompDocScreens.xml?rev=1867699=1867698=1867699=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/content/widget/compdoc/CompDocScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/content/widget/compdoc/CompDocScreens.xml
 Sun Sep 29 08:03:56 2019
@@ -295,12 +295,6 @@ under the License.
 
 
 
-
-
-
-
-
-
 
 
 




svn commit: r1867695 - in /ofbiz/ofbiz-framework/trunk/applications/humanres/widget: CommonScreens.xml EmplPositionScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 07:43:16 2019
New Revision: 1867695

URL: http://svn.apache.org/viewvc?rev=1867695=rev
Log:
Improved: Make Create Menu tab bar for Employee Position consistent
(OFBIZ-8190)

Adds a create Employee Position tab bar in the main decorator to maintain the 
consistency throughout the tab bar of Employee Position.

Thanks: Avnindra Sharma for the report and patch, Devanshu Vyas for testing

Modified:
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml

ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplPositionScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml?rev=1867695=1867694=1867695=diff
==
--- ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml 
Sun Sep 29 07:43:16 2019
@@ -129,6 +129,9 @@ under the License.
 
 
 
+
+
+
 
 
 

Modified: 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplPositionScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplPositionScreens.xml?rev=1867695=1867694=1867695=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplPositionScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/EmplPositionScreens.xml
 Sun Sep 29 07:43:16 2019
@@ -30,15 +30,6 @@
 
 
 
-
-
-
-
-
-
-
-
-
 
 
 




svn commit: r1867694 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 07:35:18 2019
New Revision: 1867694

URL: http://svn.apache.org/viewvc?rev=1867694=rev
Log:
Improved: Correct location of New Requirement button on Requirements view
(OFBIZ-7333)

Steps to regenerate the issue:
1. Go to order manager.
2. Go to sub-menu "Requirements"
3. Find Requirements view is having New Requirement button placed at wrong 
position.

Moves the EditRequirement button above RequirementsTabBar

Thanks: Pranay for patch issue analysis

Modified:

ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml?rev=1867694=1867693=1867694=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
 Sun Sep 29 07:35:18 2019
@@ -64,10 +64,10 @@ under the License.
 
 
 
-
 
 
 
+
 
 
 




svn commit: r1867693 - /ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 07:26:15 2019
New Revision: 1867693

URL: http://svn.apache.org/viewvc?rev=1867693=rev
Log:
Improved: Make Create Menu tab bar for Facility consistent
(OFBIZ-8181)

Changes CommonCreate label for ProductNewFacility in FacilityActionBar to make
clear it's about creating a facility and nothing else

Thanks: Avnindra Sharma for report

Modified:

ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml?rev=1867693=1867692=1867693=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml
 Sun Sep 29 07:26:15 2019
@@ -43,11 +43,11 @@ under the License.
 
 
 
-
+
 
 
 
-
+
 
 
 




svn propchange: r1867688 - svn:log

2019-09-29 Thread jleroux
Author: jleroux
Revision: 1867688
Modified property: svn:log

Modified: svn:log at Sun Sep 29 07:02:09 2019
--
--- svn:log (original)
+++ svn:log Sun Sep 29 07:02:09 2019
@@ -4,4 +4,4 @@ Improved: Make Create Menu tab bar for E
 Adds a create Employee tab bar in the main decorator to maintain the 
consistency 
 throughout the tab bar of Employee.
 
-Thanks: Avnindra Sharma for report Devanshu Vyas for patch
+Thanks: Avnindra Sharma for report and patch, Devanshu Vyas for test



svn commit: r1867690 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 07:01:15 2019
New Revision: 1867690

URL: http://svn.apache.org/viewvc?rev=1867690=rev
Log:
Improved: Make Create Menu tab bar for Segment consistent
(OFBIZ-8200)

Adds a create Segment tab bar in the main decorator to maintain the consistency 
throughout the tab bar of Segment.

Thanks: Avnindra Sharma for report and patch, Devanshu Vyas for test

Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml?rev=1867690=1867689=1867690=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml 
Sun Sep 29 07:01:15 2019
@@ -49,10 +49,10 @@ under the License.
 
 
 
+
+
+
 
-
-
-
 
 
 




svn commit: r1867688 - /ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml

2019-09-29 Thread jleroux
Author: jleroux
Date: Sun Sep 29 06:58:47 2019
New Revision: 1867688

URL: http://svn.apache.org/viewvc?rev=1867688=rev
Log:
Improved: Make Create Menu tab bar for Employee consistent
(OFBIZ-8189)

Adds a create Employee tab bar in the main decorator to maintain the 
consistency 
throughout the tab bar of Employee.

Thanks: Avnindra Sharma for report Devanshu Vyas for patch

Modified:
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml?rev=1867688=1867687=1867688=diff
==
--- ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/humanres/widget/CommonScreens.xml 
Sun Sep 29 06:58:47 2019
@@ -267,6 +267,9 @@ under the License.
 
 
 
+
+
+