You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2008/06/01 10:50:24 UTC

svn commit: r662179 - in /ofbiz/trunk/applications/party: webapp/partymgr/WEB-INF/actions/communication/ webapp/partymgr/WEB-INF/actions/party/ widget/partymgr/

Author: ashish
Date: Sun Jun  1 01:50:23 2008
New Revision: 662179

URL: http://svn.apache.org/viewvc?rev=662179&view=rev
Log:
Suggested by Jacopo in the Developer Mailing list.

Converted few more files from *.bsh to *.groovy.
There is no changes in these files.

After this commit the Groovy feature will be applied on these files.
Made necessary changes in the *Screens.xml files.

Added:
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/findCommEventContactMechs.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/findCommEventContactMechs.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/listCommunications.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/listCommunications.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/pendingCommunications.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/pendingCommunications.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/prepCommEventReply.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/prepCommEventReply.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editShoppingList.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editShoppingList.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editcontactmech.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editcontactmech.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/findMatches.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/findMatches.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getContactMechs.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getContactMechs.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getCurrentCart.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getCurrentCart.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getLoyaltyPoints.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getLoyaltyPoints.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getPaymentMethods.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getPaymentMethods.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/linkparty.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/linkparty.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/viewprofile.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/viewroles.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/viewroles.bsh
Removed:
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/findCommEventContactMechs.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/listCommunications.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/pendingCommunications.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/prepCommEventReply.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editShoppingList.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editcontactmech.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/findMatches.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getContactMechs.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getCurrentCart.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getLoyaltyPoints.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getPaymentMethods.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/linkparty.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/viewroles.bsh
Modified:
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml?rev=662179&r1=662178&r2=662179&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml Sun Jun  1 01:50:23 2008
@@ -174,7 +174,7 @@
                 <set field="headerItem" value="comm"/>
                 <set field="tabButtonItem" value="find"/>
                 <set field="entityName" value="CommunicationEvent"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/communication/listCommunications.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/communication/listCommunications.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen location="${parameters.mainDecoratorLocation}" name="main-decorator">
@@ -298,7 +298,7 @@
                 <entity-one entity-name="Party" use-cache="true" value-name="party"/>
                 <entity-one entity-name="Person" use-cache="true" value-name="lookupPerson"/>
                 <entity-one entity-name="CommunicationEvent" value-name="communicationEvent"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/communication/findCommEventContactMechs.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/communication/findCommEventContactMechs.groovy"/>
                 <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
                 <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="20"/>
             </actions>

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml?rev=662179&r1=662178&r2=662179&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Sun Jun  1 01:50:23 2008
@@ -69,8 +69,8 @@
                 <set field="layoutSettings.styleSheets[]" value="/images/prototypejs/progress_bar.css" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/partymgr/js/PartyProfileContent.js" global="true"/>                
 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.groovy"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
@@ -141,8 +141,8 @@
 
                 <set field="labelTitleProperty" value="PartyMemberRoles"/>
 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewroles.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.groovy"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewroles.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
@@ -161,8 +161,8 @@
                 <set field="titleProperty" value="PartyLink"/>
                 <set field="headerItem" value="link"/>
                 <set field="tabButtonItem" value="linkparty"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/linkparty.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.groovy"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/linkparty.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
@@ -371,7 +371,7 @@
 
                 <set field="labelTitleProperty" value="PartyShoppingLists"/>
 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editShoppingList.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editShoppingList.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
@@ -394,8 +394,8 @@
 
                 <set field="labelTitleProperty" value="PageTitleEditContactMech"/>
 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editcontactmech.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.groovy"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editcontactmech.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -950,7 +950,7 @@
             <actions>
                 <set field="titleProperty" value="PageTitleAddressMatches"/>
                 <set field="headerItem" value="addrmap"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/findMatches.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/findMatches.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml?rev=662179&r1=662178&r2=662179&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml Sun Jun  1 01:50:23 2008
@@ -25,7 +25,7 @@
         <section>
             <actions>
                 <set field="headerItem" value="find"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -62,8 +62,8 @@
                 <set field="tabButtonItem" value="editcreditcard"/>
                 <set field="cardNumberMinDisplay" value="min"/>
                 <set field="showToolTip" value="true"/>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/>                
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.bsh"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.groovy"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.groovy"/>                
             </actions>
             <widgets>
                 <decorator-screen name="PaymentMethodDecorator">
@@ -82,8 +82,8 @@
                 <set field="titleProperty" value="PageTitleEditGiftCard"/>
                 <set field="tabButtonItem" value="editgiftcard"/>
                 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/>                
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.bsh"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.groovy"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.groovy"/>                
             </actions>
             <widgets>
                 <decorator-screen name="PaymentMethodDecorator">
@@ -102,8 +102,8 @@
                 <set field="titleProperty" value="PageTitleEditEftAccount"/>
                 <set field="tabButtonItem" value="editeftaccount"/>
                 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/>                
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.bsh"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.groovy"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editpaymentmethod.groovy"/>                
             </actions>
             <widgets>
                 <decorator-screen name="PaymentMethodDecorator">

Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?rev=662179&r1=662178&r2=662179&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Sun Jun  1 01:50:23 2008
@@ -80,7 +80,7 @@
     <screen name="Contact">
         <section>
             <actions>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getContactMechs.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getContactMechs.groovy"/>
             </actions>
             <widgets>
                 <platform-specific>
@@ -95,7 +95,7 @@
     <screen name="PaymentMethods">
         <section>
             <actions>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getPaymentMethods.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getPaymentMethods.groovy"/>
             </actions>
             <widgets>
                 <platform-specific>
@@ -144,7 +144,7 @@
     <screen name="Cart">
         <section>
             <actions>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getCurrentCart.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getCurrentCart.groovy"/>
             </actions>
             <widgets>
                 <platform-specific>
@@ -159,7 +159,7 @@
     <screen name="LoyaltyPoints">
         <section>
             <actions>
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getLoyaltyPoints.bsh"/>
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getLoyaltyPoints.groovy"/>
             </actions>
             <widgets>
                 <platform-specific>