svn commit: r1849695 - in /ofbiz/branches/release16.11: ./ framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntityQuery.java

2018-12-24 Thread jleroux
Author: jleroux Date: Mon Dec 24 14:58:37 2018 New Revision: 1849695 URL: http://svn.apache.org/viewvc?rev=1849695&view=rev Log: "Applied fix from trunk framework for revision: 1849693 " r1849693 | jleroux | 2018-12-24 15:5

svn commit: r1849694 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntityQuery.java

2018-12-24 Thread jleroux
Author: jleroux Date: Mon Dec 24 14:58:24 2018 New Revision: 1849694 URL: http://svn.apache.org/viewvc?rev=1849694&view=rev Log: "Applied fix from trunk for revision: 1849693 " r1849693 | jleroux | 2018-12-24 15:57:08 +0100

svn commit: r1849693 - /ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntityQuery.java

2018-12-24 Thread jleroux
Author: jleroux Date: Mon Dec 24 14:57:08 2018 New Revision: 1849693 URL: http://svn.apache.org/viewvc?rev=1849693&view=rev Log: Fixed: Having condition is ignored on queryList() and queryFirst() calls in EntityQuery (OFBIZ-9890) queryList() and queryFirst() both call internal private query() me

svn commit: r1849688 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java

2018-12-24 Thread adityasharma
Author: adityasharma Date: Mon Dec 24 13:25:59 2018 New Revision: 1849688 URL: http://svn.apache.org/viewvc?rev=1849688&view=rev Log: Improved: Refactor boolean returns for ShoppingCart methods (OFBIZ-10745) Improves code in isPaymentMethodType() and isValidateGCFinAccount(). Improved boolean retu

svn propchange: r1849547 - svn:log

2018-12-24 Thread arunpatidar
Author: arunpatidar Revision: 1849547 Modified property: svn:log Modified: svn:log at Mon Dec 24 10:35:41 2018 -- --- svn:log (original) +++ svn:log Mon Dec 24 10:35:41 2018 @@ -1,3 +1,4 @@ -Added: Demo Data based on the p

svn commit: r1849677 - /ofbiz/tools/demo-backup/old-manual.sh

2018-12-24 Thread nmalin
Author: nmalin Date: Mon Dec 24 09:05:57 2018 New Revision: 1849677 URL: http://svn.apache.org/viewvc?rev=1849677&view=rev Log: Load contrast-rO0.jar if not present for old demo Modified: ofbiz/tools/demo-backup/old-manual.sh Modified: ofbiz/tools/demo-backup/old-manual.sh URL: http://svn.a

svn commit: r1849676 - in /ofbiz/tools/demo-backup/Nicolas: functions.sh old-manual.sh stable-manual.sh trunk.sh

2018-12-24 Thread nmalin
Author: nmalin Date: Mon Dec 24 09:03:32 2018 New Revision: 1849676 URL: http://svn.apache.org/viewvc?rev=1849676&view=rev Log: Review ofbiz demo run script : * add new file to consolidate function for reset svn and remove unnecessary files * for old, add download contrast-rO0.jar and branch13.

svn commit: r1849675 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilHttp.java

2018-12-24 Thread adityasharma
Author: adityasharma Date: Mon Dec 24 09:02:54 2018 New Revision: 1849675 URL: http://svn.apache.org/viewvc?rev=1849675&view=rev Log: Improved: Refactor boolean returns for UtilHttp methods (OFBIZ-10726) Improved boolean returns with single statement, replacing if blocks with explicit boolean ret