Author: jleroux
Date: Thu Apr 24 07:46:20 2014
New Revision: 1589626

URL: http://svn.apache.org/r1589626
Log:
"Applied fix from trunk for revision: 1589625  " 
------------------------------------------------------------------------
r1589625 | jleroux | 2014-04-24 09:44:34 +0200 (jeu. 24 avr. 2014) | 3 lignes

A patch from Pierre Smits for "Scrum component contains private email 
addresses" https://issues.apache.org/jira/browse/OFBIZ-5623

The demo data of the scrum component contains various email addresses that are 
not compliant with normal demo email adresses
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/specialpurpose/scrum/data/scrumDemoData.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1589625

Modified: 
ofbiz/branches/release12.04/specialpurpose/scrum/data/scrumDemoData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/scrum/data/scrumDemoData.xml?rev=1589626&r1=1589625&r2=1589626&view=diff
==============================================================================
--- ofbiz/branches/release12.04/specialpurpose/scrum/data/scrumDemoData.xml 
(original)
+++ ofbiz/branches/release12.04/specialpurpose/scrum/data/scrumDemoData.xml Thu 
Apr 24 07:46:20 2014
@@ -100,11 +100,11 @@ under the License.
     <UserLoginSecurityGroup userLoginId="scrumadmin" groupId="SCRUM_ADMIN" 
fromDate="2010-08-09 11:44:08.418"/>
     
     <!-- ContactMech Password of all E-mails are "aws12345"-->
-    <ContactMech contactMechId="SCRUM_CONTACT01" 
contactMechTypeId="EMAIL_ADDRESS" 
infoString="[email protected]"/>
-    <ContactMech contactMechId="SCRUM_CONTACT02" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
-    <ContactMech contactMechId="SCRUM_CONTACT03" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
-    <ContactMech contactMechId="SCRUM_CONTACT04" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
-    <ContactMech contactMechId="SCRUM_CONTACT06" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
+    <ContactMech contactMechId="SCRUM_CONTACT01" 
contactMechTypeId="EMAIL_ADDRESS" 
infoString="[email protected]"/>
+    <ContactMech contactMechId="SCRUM_CONTACT02" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
+    <ContactMech contactMechId="SCRUM_CONTACT03" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
+    <ContactMech contactMechId="SCRUM_CONTACT04" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
+    <ContactMech contactMechId="SCRUM_CONTACT06" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
     
     <PartyContactMech contactMechId="SCRUM_CONTACT01" fromDate="2010-09-24 
00:00:00.0" partyId="DemoCustomer-1"/>
     <PartyContactMech contactMechId="SCRUM_CONTACT01" fromDate="2010-09-24 
00:00:00.0" partyId="DemoCustomer-2"/>
@@ -126,7 +126,7 @@ under the License.
     <PartyRole partyId="DemoScrumCompany" roleTypeId="PRODUCT_OWNER_COMP" 
lastUpdatedStamp="2010-11-17 14:50:12.197" lastUpdatedTxStamp="2010-11-17 
14:50:11.775" createdStamp="2010-11-17 14:50:12.197" createdTxStamp="2010-11-17 
14:50:11.775"/>
     <PartyGroup partyId="DemoScrumCompany" groupName="Demo Scrum Company"/>
     
-    <ContactMech contactMechId="SCRUM_CONTACT07" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
+    <ContactMech contactMechId="SCRUM_CONTACT07" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
     <PartyContactMech contactMechId="SCRUM_CONTACT07" fromDate="2010-09-24 
00:00:00.0" partyId="DemoScrumCompany"/>
     <PartyContactMechPurpose partyId="DemoScrumCompany" 
contactMechId="SCRUM_CONTACT07" contactMechPurposeTypeId="SUPPORT_EMAIL" 
fromDate="2010-07-23 00:00:00.000"/>
     
@@ -150,7 +150,7 @@ under the License.
     <PartyGroup partyId="DemoScrumCompany2" groupName="Demo Scrum Company 2"/>
     <PartyRelationship partyIdFrom="DemoScrumCompany2" 
roleTypeIdFrom="ACCOUNT" partyIdTo="DemoCustomer-2" roleTypeIdTo="CONTACT" 
fromDate="2010-07-23 00:00:00.000" partyRelationshipTypeId="EMPLOYMENT"/>
     
-    <ContactMech contactMechId="SCRUM_CONTACT08" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
+    <ContactMech contactMechId="SCRUM_CONTACT08" 
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
     <PartyContactMech contactMechId="SCRUM_CONTACT08" fromDate="2010-09-24 
00:00:00.0" partyId="DemoScrumCompany2"/>
     <PartyContactMechPurpose partyId="DemoScrumCompany2" 
contactMechId="SCRUM_CONTACT08" contactMechPurposeTypeId="SUPPORT_EMAIL" 
fromDate="2010-07-23 00:00:00.000"/>
     


Reply via email to