svn propchange: r1802972 - svn:log

2017-07-25 Thread pranayp
Author: pranayp
Revision: 1802972
Modified property: svn:log

Modified: svn:log at Tue Jul 25 16:16:49 2017
--
--- svn:log (original)
+++ svn:log Tue Jul 25 16:16:49 2017
@@ -3,4 +3,4 @@ Improved: User should be notified with s
 
 Created a new UiLabel for success message and returned it from 'updateQuote' 
service.
 
-Thanks Sonal Patwari for reporting and providing the patch.
+Thanks Aditya Sharma for reporting and thanks Sonal Patwari providing the 
patch.



svn commit: r1802972 - in /ofbiz/ofbiz-framework/trunk/applications/order: config/OrderUiLabels.xml minilang/quote/QuoteServices.xml

2017-07-25 Thread pranayp
Author: pranayp
Date: Tue Jul 25 16:12:15 2017
New Revision: 1802972

URL: http://svn.apache.org/viewvc?rev=1802972=rev
Log:
Improved: User should be notified with success message on Update Quote page. 
(OFBIZ-9519)

Created a new UiLabel for success message and returned it from 'updateQuote' 
service.

Thanks Sonal Patwari for reporting and providing the patch.

Modified:
ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml

ofbiz/ofbiz-framework/trunk/applications/order/minilang/quote/QuoteServices.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml?rev=1802972=1802971=1802972=diff
==
--- ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml Tue 
Jul 25 16:12:15 2017
@@ -8929,6 +8929,9 @@
 报价单位标识
 報價度量單位識別
 
+
+Quote updated successfully.
+
 
 مشاهدة ربحية عرض السعر
 Angebotsgewinn anzeigen

Modified: 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/quote/QuoteServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/minilang/quote/QuoteServices.xml?rev=1802972=1802971=1802972=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/quote/QuoteServices.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/quote/QuoteServices.xml 
Tue Jul 25 16:12:15 2017
@@ -187,6 +187,7 @@ under the License.
 
 
 
+
 
 
 




svn commit: r1802965 - /ofbiz/ofbiz-plugins/trunk/scrum/groovyScripts/AddProductBacklogItem.groovy

2017-07-25 Thread pranayp
Author: pranayp
Date: Tue Jul 25 15:19:45 2017
New Revision: 1802965

URL: http://svn.apache.org/viewvc?rev=1802965=rev
Log:
Fixed: SCRUM - Error on 'Edit backlog' for a product. 
(OFBIZ-9531)

Added missing import for GenericEntityException and defined customer and items 
list at right place to make it available.

Thanks Pallavi Goyal for reporting and providing the patch.

Modified:
ofbiz/ofbiz-plugins/trunk/scrum/groovyScripts/AddProductBacklogItem.groovy

Modified: 
ofbiz/ofbiz-plugins/trunk/scrum/groovyScripts/AddProductBacklogItem.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/groovyScripts/AddProductBacklogItem.groovy?rev=1802965=1802964=1802965=diff
==
--- ofbiz/ofbiz-plugins/trunk/scrum/groovyScripts/AddProductBacklogItem.groovy 
(original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/groovyScripts/AddProductBacklogItem.groovy 
Tue Jul 25 15:19:45 2017
@@ -23,12 +23,14 @@ import java.util.Calendar
 import net.fortuna.ical4j.model.DateTime
 import org.apache.ofbiz.base.util.*
 import org.apache.ofbiz.entity.condition.*
+import org.apache.ofbiz.entity.GenericEntityException
 import sun.util.calendar.LocalGregorianCalendar.Date
 
 def module = "AddProductBacklogItem.groovy"
 
 // find cust request and items
 def inputFields = [:]
+def custRequestAndItems = []
 
 if(parameters.statusId == null){
 parameters.statusId = ""
@@ -39,7 +41,7 @@ inputFields.putAll(parameters)
 inputFields.custRequestTypeId = "RF_PROD_BACKLOG"
 def performFindResults = runService('performFind', ["entityName": 
"CustRequestAndCustRequestItem", "inputFields": inputFields, "orderBy": 
"custSequenceNum"])
 try {
-def custRequestAndItems = performFindResults.listIt.getCompleteList()
+custRequestAndItems = performFindResults.listIt.getCompleteList()
 } catch (GenericEntityException e) {
 Debug.logError(e, "Failure in " + module)
 } finally {




svn commit: r1802913 - in /ofbiz/branches/ofbiz-new-website: ./ template/region/

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 10:27:45 2017
New Revision: 1802913

URL: http://svn.apache.org/viewvc?rev=1802913=rev
Log:
Improved:Added link to wiki for user documentation and regenerated all pages

Modified:
ofbiz/branches/ofbiz-new-website/about-ofbiz.html
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/download.html
ofbiz/branches/ofbiz-new-website/faqs.html
ofbiz/branches/ofbiz-new-website/getting-involved.html
ofbiz/branches/ofbiz-new-website/index.html
ofbiz/branches/ofbiz-new-website/mailinglists.html
ofbiz/branches/ofbiz-new-website/ofbiz-demos.html
ofbiz/branches/ofbiz-new-website/our-users.html
ofbiz/branches/ofbiz-new-website/service-providers.html
ofbiz/branches/ofbiz-new-website/source-repository.html
ofbiz/branches/ofbiz-new-website/template/region/header.tpl.php
ofbiz/branches/ofbiz-new-website/user-stories.html

Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/about-ofbiz.html?rev=1802913=1802912=1802913=diff
==
--- ofbiz/branches/ofbiz-new-website/about-ofbiz.html (original)
+++ ofbiz/branches/ofbiz-new-website/about-ofbiz.html Tue Jul 25 10:27:45 2017
@@ -69,16 +69,16 @@
 
 News
   
-https://twitter.com/apacheofbiz; 
target="_blank">Twitter
-https://blogs.apache.org/ofbiz/; target="_blank" 
class="last">Blog
+https://twitter.com/apacheofbiz; 
target="external">Twitter
+https://blogs.apache.org/ofbiz/; 
target="external" class="last">Blog
   
 
 Documentation
   
-User Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation;
 target="_blank" class="">Technical Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Home; target="_blank" 
class="">Wiki
-https://ci.apache.org/projects/ofbiz/site/javadocs/; target="_blank" 
class="last">API Reference
+https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation;
 target="external" class="">User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation;
 target="external" class="">Technical Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; target="external" 
class="">Wiki
+https://ci.apache.org/projects/ofbiz/site/javadocs/; target="external" 
class="last">API Reference
   
 
 Community
@@ -87,7 +87,7 @@
 Mailing Lists
 Source Repository
Downloadshttps://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank" >Issue Tracker
+https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="external" >Issue Tracker
 FAQ
   
 

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1802913=1802912=1802913=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Tue Jul 25 10:27:45 
2017
@@ -69,16 +69,16 @@
 
 News
   
-https://twitter.com/apacheofbiz; 
target="_blank">Twitter
-https://blogs.apache.org/ofbiz/; target="_blank" 
class="last">Blog
+https://twitter.com/apacheofbiz; 
target="external">Twitter
+https://blogs.apache.org/ofbiz/; 
target="external" class="last">Blog
   
 
 Documentation
   
-User Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation;
 target="_blank" class="">Technical Documentation
-https://cwiki.apache.org/confluence/display/OFBIZ/Home; target="_blank" 
class="">Wiki
-https://ci.apache.org/projects/ofbiz/site/javadocs/; target="_blank" 
class="last">API Reference
+https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation;
 target="external" class="">User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation;
 target="external" class="">Technical Documentation
+

svn commit: r1802909 - in /ofbiz/branches/ofbiz-new-website: source-repository.html template/page/source-repository.tpl.php

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 09:53:52 2017
New Revision: 1802909

URL: http://svn.apache.org/viewvc?rev=1802909=rev
Log:
Improved:Minor corrections re ofbiz-plugins on source repository page

Modified:
ofbiz/branches/ofbiz-new-website/source-repository.html
ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/source-repository.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/source-repository.html?rev=1802909=1802908=1802909=diff
==
--- ofbiz/branches/ofbiz-new-website/source-repository.html (original)
+++ ofbiz/branches/ofbiz-new-website/source-repository.html Tue Jul 25 09:53:52 
2017
@@ -150,7 +150,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins 

   ofbiz tools : 
$ svn co https://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools 

   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11
   ofbiz website : 
$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site 
ofbiz-website 

Modified: 
ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php?rev=1802909=1802908=1802909=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php 
Tue Jul 25 09:53:52 2017
@@ -49,7 +49,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins 

   ofbiz tools : 
$ svn co https://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools 

   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11
   ofbiz website : 
$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site 
ofbiz-website 




svn commit: r1802906 - in /ofbiz/branches/ofbiz-new-website: business-users.html template/page/business-users.tpl.php

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 09:34:24 2017
New Revision: 1802906

URL: http://svn.apache.org/viewvc?rev=1802906=rev
Log:
Improved:Updated installation instructions and user documentation link for 
business users page

Modified:
ofbiz/branches/ofbiz-new-website/business-users.html
ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/business-users.html?rev=1802906=1802905=1802906=diff
==
--- ofbiz/branches/ofbiz-new-website/business-users.html (original)
+++ ofbiz/branches/ofbiz-new-website/business-users.html Tue Jul 25 09:34:24 
2017
@@ -250,9 +250,7 @@
  Email Integration
  Customer Service and Case 
Managment
  Quotes, Order Entry and 
Order Management
- Manage marketing campaign 
including tracking code reporting
- Address lookup ??? 
- Integration with Asterisk 
???
+ Manage marketing campaign 
including tracking code reporting   
   
   
 
@@ -298,11 +296,11 @@
Run the following command for Windows
gradlew ofbiz loadDefault

-   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running.  
+   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running (e.g at 91%). 
To log into OFBiz, navigate with your browser to 
https://localhost:8443/accounting
and login with username "admin" and 
password "ofbiz"   
-   NOTE: For further details and a full list of all available 
commands, please take a look at the readme.md file
+   NOTE: These commands will build OFBiz and 
include demo data. For further details of how to build OFBiz without any demo 
data and a full list of all available commands, please take a look at the 
readme.md file

 
 
@@ -310,10 +308,10 @@
   
 Documentation and Help
 
-Add link to User Documentation.
-   https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
target="_blank">OFBiz Wiki
+   https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation;
 target="external">User Documentation
+https://cwiki.apache.org/confluence/display/OFBIZ/Home; 
target="external">OFBiz Wiki
OFBiz Frequently 
Asksed Questions (FAQs)
-   OFBiz End User 
Guide 
+   
 
 
 

Modified: ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php?rev=1802906=1802905=1802906=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php 
(original)
+++ ofbiz/branches/ofbiz-new-website/template/page/business-users.tpl.php Tue 
Jul 25 09:34:24 2017
@@ -149,9 +149,7 @@
  Email Integration
  Customer Service and Case 
Managment
  Quotes, Order Entry and 
Order Management
- Manage marketing campaign 
including tracking code reporting
- Address lookup ??? 
- Integration with Asterisk 
???
+ Manage marketing campaign 
including tracking code reporting   
   
   
 
@@ -197,11 +195,11 @@
Run the following command for Windows
gradlew ofbiz loadDefault

-   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running.  
+   NOTE: It is completely normal for the 
command line window to remain active while OFBiz is running (e.g at 91%). 
To log into OFBiz, navigate with your browser to 
https://localhost:8443/accounting
and login with username "admin" and 
password "ofbiz"   
-   NOTE: For further details and a full list of all available 
commands, please take a look at the readme.md file
+   NOTE: These commands will build OFBiz and 
include demo data. For further details of how to build OFBiz without any demo 
data and a full list of all available commands, please take a look at the 
readme.md file
  

svn commit: r1802904 - in /ofbiz/branches/ofbiz-new-website: developers.html template/page/developers.tpl.php

2017-07-25 Thread sharan
Author: sharan
Date: Tue Jul 25 09:18:11 2017
New Revision: 1802904

URL: http://svn.apache.org/viewvc?rev=1802904=rev
Log:
Improved:Fixed typo for ofbiz-plugins on developers getting started page

Modified:
ofbiz/branches/ofbiz-new-website/developers.html
ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1802904=1802903=1802904=diff
==
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Tue Jul 25 09:18:11 2017
@@ -153,7 +153,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk 
ofbiz-plugins
   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11



Modified: ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php?rev=1802904=1802903=1802904=diff
==
--- ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php Tue Jul 
25 09:18:11 2017
@@ -52,7 +52,7 @@
To checkout the source code, simply use the following 
command (if you are using a GUI client, configure it appropriately).

ofbiz-framework 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk 
ofbiz-framework
-  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework 

+  ofbiz-plugins 
trunk : $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk 
ofbiz-plugins
   branch release16.11 
(stable): $ svn co 
http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 
ofbiz.16.11






svn commit: r1802893 - /ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml

2017-07-25 Thread pranayp
Author: pranayp
Date: Tue Jul 25 07:03:15 2017
New Revision: 1802893

URL: http://svn.apache.org/viewvc?rev=1802893=rev
Log:
Manually applied trunk for revision: 1802885.

===
Fixed: SCRUM - Upload content to a product email in SCRUM component is not 
working.
(OFBIZ-9524)

Fixed typo in form name in the javascript function on the button.

Thanks Devanshu Vyas for reporting and providing the patch.

===

Modified:

ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml

Modified: 
ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml?rev=1802893=1802892=1802893=diff
==
--- 
ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml
 (original)
+++ 
ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml
 Tue Jul 25 07:03:15 2017
@@ -209,12 +209,12 @@ under the License.
 
+
(document.UploadContentForProduct.datetimeStarted.value=document.EditEmailForProduct.datetimeStarted.value),
+
(document.UploadContentForProduct.partyIdTo.value=document.EditEmailForProduct.partyIdTo.value),
+
(document.UploadContentForProduct.subject.value=document.EditEmailForProduct.subject.value),
+
(document.UploadContentForProduct.productId.value=document.EditEmailForProduct.productId.value),
+
(document.UploadContentForProduct.content.value=document.EditEmailForProduct.content.value),
+(document.UploadContentForProduct.submit())"/>
 
 
 

svn commit: r1802885 - /ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml

2017-07-25 Thread pranayp
Author: pranayp
Date: Tue Jul 25 06:57:26 2017
New Revision: 1802885

URL: http://svn.apache.org/viewvc?rev=1802885=rev
Log:
Fixed: SCRUM - Upload content to a product email in SCRUM component is not 
working. 
(OFBIZ-9524)

Fixed typo in form name in the javascript function on the button.

Thanks Devanshu Vyas for reporting and providing the patch.

Modified:
ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml

Modified: ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml?rev=1802885=1802884=1802885=diff
==
--- ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml 
(original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml Tue Jul 
25 06:57:26 2017
@@ -209,12 +209,12 @@ under the License.
 
+
(document.UploadContentForProduct.datetimeStarted.value=document.EditEmailForProduct.datetimeStarted.value),
+
(document.UploadContentForProduct.partyIdTo.value=document.EditEmailForProduct.partyIdTo.value),
+
(document.UploadContentForProduct.subject.value=document.EditEmailForProduct.subject.value),
+
(document.UploadContentForProduct.productId.value=document.EditEmailForProduct.productId.value),
+
(document.UploadContentForProduct.content.value=document.EditEmailForProduct.content.value),
+(document.UploadContentForProduct.submit())"/>