svn commit: r1821390 - /ofbiz/ofbiz-framework/trunk/themes/common/template/includes/SetMultipleSelectJsList.ftl

2018-01-17 Thread jleroux
Author: jleroux Date: Wed Jan 17 15:51:58 2018 New Revision: 1821390 URL: http://svn.apache.org/viewvc?rev=1821390&view=rev Log: Fixed: Replace Asm select plugin with Select2. (OFBIZ-10113) Completes r1821268(same possible userLogin missing in SetMultipleSelectJsList.ftl Thanks Aditya Modified

svn commit: r1821387 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ framework/common/config/general.properties

2018-01-17 Thread jleroux
Author: jleroux Date: Wed Jan 17 15:30:07 2018 New Revision: 1821387 URL: http://svn.apache.org/viewvc?rev=1821387&view=rev Log: "Applied fix from trunk for revision: 1821386" r1821386 | jleroux | 2018-01-17 16:28:51 +0100 (

svn commit: r1821386 - /ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties

2018-01-17 Thread jleroux
Author: jleroux Date: Wed Jan 17 15:28:51 2018 New Revision: 1821386 URL: http://svn.apache.org/viewvc?rev=1821386&view=rev Log: Improved: Make xssi prefix configurable (OFBIZ-9169) In OFBIZ-5409 a prefix was added for GET ajax requests. It would be beneficial if the prefix could be configured in

svn commit: r1821356 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml

2018-01-17 Thread jleroux
Author: jleroux Date: Wed Jan 17 12:10:17 2018 New Revision: 1821356 URL: http://svn.apache.org/viewvc?rev=1821356&view=rev Log: Improved: Remove ftl dependency in order on ecommerce (OFBIZ-6946) Currently there are dependencies in the order component on the ecommerce component. Order management

svn commit: r1821352 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/product/ProductPromoWorker.java

2018-01-17 Thread lektran
Author: lektran Date: Wed Jan 17 09:17:13 2018 New Revision: 1821352 URL: http://svn.apache.org/viewvc?rev=1821352&view=rev Log: Improved: Replace while-loop and iterator with an enhanced for-loop and also removed an unnecessary isNotEmpty test in ProductPromoWorker.getProductStorePromotions(...