Author: rishi
Date: Sun Apr 28 11:01:54 2019 New Revision: 1858315 URL: http://svn.apache.org/viewvc?rev=1858315&view=rev Log: Improved: Rename custom component for SMS gateway integration. Change more refereneces from msg91 to msggateway. (OFBIZ-10973) Modified: ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_MsgGateway.xml ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/controller.xml ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml ofbiz/ofbiz-plugins/trunk/msggateway/widget/MsgGatewayScreens.xml Modified: ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_MsgGateway.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_MsgGateway.xml?rev=1858315&r1=1858314&r2=1858315&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_MsgGateway.xml (original) +++ ofbiz/ofbiz-plugins/trunk/msggateway/data/helpdata/HELP_MsgGateway.xml Sun Apr 28 11:01:54 2019 @@ -23,7 +23,7 @@ under the License. xmlns:xi="http://www.w3.org/2001/XInclude" xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd" xmlns="http://docbook.org/ns/docbook"> - <title>Msg91 Overview</title> - <para>The Msg91 Help file template.</para> + <title>MsgGateway Overview</title> + <para>The MsgGateway Help file template.</para> </section> Modified: ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/controller.xml?rev=1858315&r1=1858314&r2=1858315&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/controller.xml (original) +++ ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/controller.xml Sun Apr 28 11:01:54 2019 @@ -25,7 +25,7 @@ under the License. elements found in the common-controller.xml file. --> <include location="component://common/webcommon/WEB-INF/common-controller.xml"/> - <description>Msg91 Component Site Configuration File</description> + <description>MsgGateway Component Site Configuration File</description> <!-- Events to run on every request before security (chains exempt) --> <!-- @@ -43,5 +43,5 @@ under the License. <request-map uri="main"><security https="true" auth="true"/><response name="success" type="view" value="main"/></request-map> <!-- View Mappings --> - <view-map name="main" type="screen" page="component://msg91/widget/Msg91Screens.xml#main"/> + <view-map name="main" type="screen" page="component://msggateway/widget/MsgGatewayScreens.xml#main"/> </site-conf> \ No newline at end of file Modified: ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml?rev=1858315&r1=1858314&r2=1858315&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml (original) +++ ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml Sun Apr 28 11:01:54 2019 @@ -24,12 +24,12 @@ under the License. <!-- context-param> <param-name>webSiteId</param-name> - <param-value>msg91Site</param-value> + <param-value>msggatewaySite</param-value> <description>A unique ID used to look up the WebSite entity. Only for component using a WebSite entity, like ecommerce</description> </context-param--> <context-param> <description>A unique name used to identify/recognize the local dispatcher for the Service Engine</description> - <param-name>localDispatcherName</param-name><param-value>msg91</param-value> + <param-name>localDispatcherName</param-name><param-value>msggateway</param-value> </context-param> <context-param> <description>The Name of the Entity Delegator to use, defined in entityengine.xml</description> Modified: ofbiz/ofbiz-plugins/trunk/msggateway/widget/MsgGatewayScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/widget/MsgGatewayScreens.xml?rev=1858315&r1=1858314&r2=1858315&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/msggateway/widget/MsgGatewayScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/msggateway/widget/MsgGatewayScreens.xml Sun Apr 28 11:01:54 2019 @@ -27,7 +27,7 @@ under the License. <set field="headerItem" value="main"/><!-- this highlights the selected menu-item with name "main" --> </actions> <widgets> - <decorator-screen name="Msg91CommonDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-screen name="MsgGatewayCommonDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> </decorator-section> </decorator-screen> |
Free forum by Nabble | Edit this page |