svn commit: r1825261 - in /ofbiz/ofbiz-framework/trunk/framework/webtools: config/ template/artifactinfo/ template/datafile/ template/entity/ template/log/

2018-02-24 Thread mbrohl
Author: mbrohl Date: Sat Feb 24 16:23:19 2018 New Revision: 1825261 URL: http://svn.apache.org/viewvc?rev=1825261=rev Log: Improved: Improve layout and structure of forms. (OFBIZ-10221) This includes the webtools templates. Thanks Julian Leichert for reporting and providing the patch.

svn commit: r1825262 - /ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_facility.xml

2018-02-24 Thread mbrohl
Author: mbrohl Date: Sat Feb 24 16:43:46 2018 New Revision: 1825262 URL: http://svn.apache.org/viewvc?rev=1825262=rev Log: Fixed: Unable to create inventory item label. (OFBIZ-10015) Thanks Priya Sharma for reporting. Modified:

svn commit: r1825263 - in /ofbiz/branches/release16.11: ./ applications/product/servicedef/services_facility.xml

2018-02-24 Thread mbrohl
Author: mbrohl Date: Sat Feb 24 16:49:38 2018 New Revision: 1825263 URL: http://svn.apache.org/viewvc?rev=1825263=rev Log: Applied fix from trunk for revision: 1825262 === Fixed: Unable to create inventory item label. (OFBIZ-10015) Thanks Priya Sharma for reporting. Modified:

buildbot failure in on ofbizTrunkFramework

2018-02-24 Thread buildbot
The Buildbot has detected a new failure on builder ofbizTrunkFramework while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFramework/builds/110 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The

buildbot success in on ofbizTrunkFramework

2018-02-24 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/111 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1825197 - /ofbiz/ofbiz-framework/trunk/framework/minilang/src/main/java/org/apache/ofbiz/minilang/operation/ValidateMethod.java

2018-02-24 Thread deepak
Author: deepak Date: Sat Feb 24 08:31:14 2018 New Revision: 1825197 URL: http://svn.apache.org/viewvc?rev=1825197=rev Log: Improved: In 'ValidateMethod.java', when we don't pass any className from xml files. default value 'org.apache.ofbiz.base.util.UtilValidate' should be set for className.

buildbot success in on ofbizBranch16

2018-02-24 Thread buildbot
The Buildbot has detected a restored build on builder ofbizBranch16 while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch16/builds/32 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1825205 - in /ofbiz/ofbiz-framework/trunk: applications/content/widget/ framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/macro/ themes/common-theme/template/includes/ theme

2018-02-24 Thread deepak
Author: deepak Date: Sat Feb 24 10:22:18 2018 New Revision: 1825205 URL: http://svn.apache.org/viewvc?rev=1825205=rev Log: Alert message : Developer: for lookups to work you must provide a form name! appears when try to select contentId from Lookup. Applied slightly modified patch (OFBIZ-10012)

svn commit: r1825209 - in /ofbiz/ofbiz-framework/trunk/applications/workeffort: config/WorkEffortUiLabels.xml servicedef/services.xml

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 10:46:30 2018 New Revision: 1825209 URL: http://svn.apache.org/viewvc?rev=1825209=rev Log: Improved: all the service level error messages for missing required field for workeffort component (OFBIZ-7738) Thanks Ratnesh Upadhyay and Dhaval Wagela for your

svn commit: r1825210 - in /ofbiz/ofbiz-framework/branches/release17.12: applications/content/widget/ framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/macro/ themes/common/template/inclu

2018-02-24 Thread deepak
Author: deepak Date: Sat Feb 24 10:48:51 2018 New Revision: 1825210 URL: http://svn.apache.org/viewvc?rev=1825210=rev Log: Fixed: Alert message : Developer: for lookups to work you must provide a form name! appears when try to select contentId from Lookup. (OFBIZ-10012) Applied slightly

svn propchange: r1825205 - svn:log

2018-02-24 Thread deepak
Author: deepak Revision: 1825205 Modified property: svn:log Modified: svn:log at Sat Feb 24 10:49:50 2018 -- --- svn:log (original) +++ svn:log Sat Feb 24 10:49:50 2018 @@ -1,3 +1,4 @@ -Fixed: Alert message : Developer:

svn commit: r1825211 - /ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/util/OfbizUtil.js

2018-02-24 Thread deepak
Author: deepak Date: Sat Feb 24 10:56:00 2018 New Revision: 1825211 URL: http://svn.apache.org/viewvc?rev=1825211=rev Log: Fixed: Found element binding issue related to lookup work done at r#1825205 (OFBIZ-10012) Modified:

svn commit: r1825195 - in /ofbiz/branches/release16.11: applications/datamodel/entitydef/party-entitymodel.xml specialpurpose/webpos/data/PosSyncSettings.xml specialpurpose/webpos/entitydef/entitymode

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 08:05:46 2018 New Revision: 1825195 URL: http://svn.apache.org/viewvc?rev=1825195=rev Log: Reverted: Reverted unwanted changes committed at r#1825194 Modified: ofbiz/branches/release16.11/applications/datamodel/entitydef/party-entitymodel.xml

svn commit: r1825212 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ themes/common/webapp/common/js/util/OfbizUtil.js

2018-02-24 Thread deepak
Author: deepak Date: Sat Feb 24 10:57:33 2018 New Revision: 1825212 URL: http://svn.apache.org/viewvc?rev=1825212=rev Log: Applied fix from trunk for revision: 1825211 === Fixed: Found element binding issue related to lookup work done at r#1825205 (OFBIZ-10012) Modified:

svn commit: r1825201 - in /ofbiz/branches/release16.11: applications/datamodel/entitydef/party-entitymodel.xml specialpurpose/webpos/data/PosSyncSettings.xml specialpurpose/webpos/entitydef/entitymode

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 08:52:30 2018 New Revision: 1825201 URL: http://svn.apache.org/viewvc?rev=1825201=rev Log: Fixed: Changed org.ofbiz package to org.apache.ofbiz in missing files. (OFBIZ-10235) Modified:

svn propchange: r1825205 - svn:log

2018-02-24 Thread deepak
Author: deepak Revision: 1825205 Modified property: svn:log Modified: svn:log at Sat Feb 24 10:40:30 2018 -- --- svn:log (original) +++ svn:log Sat Feb 24 10:40:30 2018 @@ -1,3 +1,3 @@ -Alert message : Developer: for

svn commit: r1825208 - in /ofbiz/ofbiz-plugins/trunk/example: config/ExampleUiLabels.xml widget/example/FormWidgetExampleForms.xml

2018-02-24 Thread deepak
Author: deepak Date: Sat Feb 24 10:42:46 2018 New Revision: 1825208 URL: http://svn.apache.org/viewvc?rev=1825208=rev Log: Improved: Added examples for call_fieldlookup3 i.e. Popup lookup field with description and Layered lookup field with autocompletion, description at right and optional

svn propchange: r1825208 - svn:log

2018-02-24 Thread deepak
Author: deepak Revision: 1825208 Modified property: svn:log Modified: svn:log at Sat Feb 24 10:51:08 2018 -- --- svn:log (original) +++ svn:log Sat Feb 24 10:51:08 2018 @@ -1,2 +1,3 @@ -Improved: Added examples for

buildbot failure in on ofbizTrunkFrameworkPlugins

2018-02-24 Thread buildbot
The Buildbot has detected a new failure on builder ofbizTrunkFrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/128 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason:

svn commit: r1825200 - /ofbiz/ofbiz-plugins/branches/release17.12/birt/entitydef/ServiceReportsView.xml

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 08:51:58 2018 New Revision: 1825200 URL: http://svn.apache.org/viewvc?rev=1825200=rev Log: Fixed: Changed org.ofbiz package to org.apache.ofbiz in missing files. (OFBIZ-10235) Modified:

svn commit: r1825199 - /ofbiz/ofbiz-plugins/trunk/birt/entitydef/ServiceReportsView.xml

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 08:51:18 2018 New Revision: 1825199 URL: http://svn.apache.org/viewvc?rev=1825199=rev Log: Fixed: Changed org.ofbiz package to org.apache.ofbiz in missing files. (OFBIZ-10235) Modified: ofbiz/ofbiz-plugins/trunk/birt/entitydef/ServiceReportsView.xml

svn propchange: r1825191 - svn:log

2018-02-24 Thread arunpatidar
Author: arunpatidar Revision: 1825191 Modified property: svn:log Modified: svn:log at Sat Feb 24 11:01:22 2018 -- --- svn:log (original) +++ svn:log Sat Feb 24 11:01:22 2018 @@ -1,2 +1,3 @@ -Improved: Introduce support

buildbot success in on ofbizBranch17Framework

2018-02-24 Thread buildbot
The Buildbot has detected a restored build on builder ofbizBranch17Framework while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch17Framework/builds/50 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1825217 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ framework/base/src/main/java/org/apache/ofbiz/base/util/UtilValidate.java

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 11:33:31 2018 New Revision: 1825217 URL: http://svn.apache.org/viewvc?rev=1825217=rev Log: Applied fix from trunk for revision: 1825216 === Improved:Update regex used for validating credit cards. (OFBIZ-9761) Thanks Amit Gadaley for your contribution and

svn commit: r1825233 - in /ofbiz/ofbiz-framework/trunk/applications: marketing/webapp/sfa/WEB-INF/ marketing/widget/sfa/ marketing/widget/sfa/forms/ party/groovyScripts/party/ party/template/party/pro

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 12:40:32 2018 New Revision: 1825233 URL: http://svn.apache.org/viewvc?rev=1825233=rev Log: Fixed: Incorrect Party profile view redirection in SFA due to missing roleType. (OFBIZ-10121) Thanks Ankit Joshi for your contribution. Modified:

svn propchange: r1825199 - svn:log

2018-02-24 Thread arunpatidar
Author: arunpatidar Revision: 1825199 Modified property: svn:log Modified: svn:log at Sat Feb 24 11:17:02 2018 -- --- svn:log (original) +++ svn:log Sat Feb 24 11:17:02 2018 @@ -1 +1,2 @@ -Fixed: Changed org.ofbiz package

buildbot failure in on ofbizTrunkFrameworkPlugins

2018-02-24 Thread buildbot
The Buildbot has detected a new failure on builder ofbizTrunkFrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/126 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The

svn commit: r1825235 - in /ofbiz/branches/release16.11: ./ applications/marketing/webapp/sfa/WEB-INF/ applications/marketing/widget/sfa/ applications/marketing/widget/sfa/forms/ applications/party/gro

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 12:44:24 2018 New Revision: 1825235 URL: http://svn.apache.org/viewvc?rev=1825235=rev Log: Applied fix from trunk for revision: 1825233 === Fixed: Incorrect Party profile view redirection in SFA due to missing roleType. (OFBIZ-10121) Thanks Ankit Joshi for

svn propchange: r1825192 - svn:log

2018-02-24 Thread arunpatidar
Author: arunpatidar Revision: 1825192 Modified property: svn:log Modified: svn:log at Sat Feb 24 11:13:45 2018 -- --- svn:log (original) +++ svn:log Sat Feb 24 11:13:45 2018 @@ -1,2 +1,3 @@ -Fixed: Survey response data

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

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 11:32:18 2018 New Revision: 1825216 URL: http://svn.apache.org/viewvc?rev=1825216=rev Log: Improved:Update regex used for validating credit cards. (OFBIZ-9761) Thanks Amit Gadaley for your contribution and Michael Brohl for reviewing patch. Modified:

svn commit: r1825223 - in /ofbiz/branches/release16.11: applications/order/template/entry/catalog/CategoryDetail.ftl applications/party/template/party/EditShoppingList.ftl framework/common/template/in

2018-02-24 Thread rishi
Author: rishi Date: Sat Feb 24 12:04:43 2018 New Revision: 1825223 URL: http://svn.apache.org/viewvc?rev=1825223=rev Log: Fixed: Error on Add Item to Shopping List Screen. Removed explicit includes of HtmlTemplate.ftl from FreeMarker templates since this has been deprecated and it is no more

buildbot success in on ofbizTrunkFrameworkPlugins

2018-02-24 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/127 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason:

svn commit: r1825234 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ applications/marketing/webapp/sfa/WEB-INF/ applications/marketing/widget/sfa/ applications/marketing/widget/sfa/forms/ applic

2018-02-24 Thread arunpatidar
Author: arunpatidar Date: Sat Feb 24 12:42:30 2018 New Revision: 1825234 URL: http://svn.apache.org/viewvc?rev=1825234=rev Log: Applied fix from trunk for revision: 1825233 === Fixed: Incorrect Party profile view redirection in SFA due to missing roleType. (OFBIZ-10121) Thanks Ankit Joshi for