Version Notes
Ongage Magento Plug-in
Version 1.0.3
Released March, 2014
Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
Copyright (C) Ongage
Download this release
Release Info
Developer | Stepin team |
Extension | Official_Ongage_Integration_For_Magento |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- app/code/community/Ongage/MageGage/Block/Adminhtml/System/Config/Form/Field/Mapfields.php +1 -1
- app/code/community/Ongage/MageGage/Block/Adminhtml/System/Config/OauthWizard.php +1 -1
- app/code/community/Ongage/MageGage/Block/Form/Register.php +1 -1
- app/code/community/Ongage/MageGage/Helper/Data.php +1 -1
- app/code/community/Ongage/MageGage/Model/Api.php +1 -1
- app/code/community/Ongage/MageGage/Model/Gage.php +1 -1
- app/code/community/Ongage/MageGage/Model/Observer.php +5 -4
- app/code/community/Ongage/MageGage/Model/System/Config/Source/List.php +1 -1
- app/code/community/Ongage/MageGage/controllers/AccountController.php +1 -1
- app/code/community/Ongage/MageGage/controllers/Adminhtml/OngagemailController.php +1 -1
- app/code/community/Ongage/MageGage/controllers/SubscriberController.php +1 -1
- app/code/community/Ongage/MageGage/etc/adminhtml.xml +1 -1
- app/code/community/Ongage/MageGage/etc/config.xml +2 -2
- app/code/community/Ongage/MageGage/etc/system.xml +1 -1
- app/design/adminhtml/default/default/layout/magegage.xml +1 -1
- app/design/adminhtml/default/default/template/magegage/system/config/oauth_wizard.phtml +1 -1
- app/design/frontend/base/default/layout/magegage.xml +1 -1
- app/design/frontend/base/default/template/magegage/form.phtml +1 -1
- app/etc/modules/Ongage_MageGage.xml +1 -1
- package.xml +18 -18
- skin/adminhtml/default/default/ongage/ongage.css +3 -4
app/code/community/Ongage/MageGage/Block/Adminhtml/System/Config/Form/Field/Mapfields.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/Block/Adminhtml/System/Config/OauthWizard.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/Block/Form/Register.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/Helper/Data.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/Model/Api.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/Model/Gage.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/Model/Observer.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
@@ -110,7 +110,8 @@ class Ongage_MageGage_Model_Observer
|
|
110 |
public function customerAddInOngage(Varien_Event_Observer $p_oObserver)
|
111 |
{
|
112 |
$aConfigration = Mage::helper('gage')->getUserDetails();
|
113 |
-
$
|
|
|
114 |
$aCustomer_Info = array();
|
115 |
foreach($aMappingField as $aMappingList)
|
116 |
{
|
@@ -160,8 +161,8 @@ class Ongage_MageGage_Model_Observer
|
|
160 |
$_totalData = $oOrder->getData();
|
161 |
$_details = $oCustomer->getData();
|
162 |
|
163 |
-
$sSession
|
164 |
-
$sCustomerSession
|
165 |
|
166 |
$aCustomer_Info = array();
|
167 |
$orderId = (int)current($observer->getEvent()->getOrderIds());
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
110 |
public function customerAddInOngage(Varien_Event_Observer $p_oObserver)
|
111 |
{
|
112 |
$aConfigration = Mage::helper('gage')->getUserDetails();
|
113 |
+
$nCurrentActiveStoreId = Mage::app()->getStore()->getStoreId();
|
114 |
+
$aMappingField = $this->getMergeMaps($nCurrentActiveStoreId);
|
115 |
$aCustomer_Info = array();
|
116 |
foreach($aMappingField as $aMappingList)
|
117 |
{
|
161 |
$_totalData = $oOrder->getData();
|
162 |
$_details = $oCustomer->getData();
|
163 |
|
164 |
+
$sSession = Mage::getSingleton('core/session');
|
165 |
+
$sCustomerSession = Mage::getSingleton('customer/session');
|
166 |
|
167 |
$aCustomer_Info = array();
|
168 |
$orderId = (int)current($observer->getEvent()->getOrderIds());
|
app/code/community/Ongage/MageGage/Model/System/Config/Source/List.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/controllers/AccountController.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
include_once('Mage/Customer/controllers/AccountController.php');
|
3 |
/*
|
4 |
* Ongage Magento Plug-in
|
5 |
-
* Version 1.0
|
6 |
* Released March, 2014
|
7 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
8 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
2 |
include_once('Mage/Customer/controllers/AccountController.php');
|
3 |
/*
|
4 |
* Ongage Magento Plug-in
|
5 |
+
* Version 1.0.3
|
6 |
* Released March, 2014
|
7 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
8 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/controllers/Adminhtml/OngagemailController.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/controllers/SubscriberController.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
include_once('Mage/Newsletter/controllers/SubscriberController.php');
|
3 |
/*
|
4 |
* Ongage Magento Plug-in
|
5 |
-
* Version 1.0
|
6 |
* Released March, 2014
|
7 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
8 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
2 |
include_once('Mage/Newsletter/controllers/SubscriberController.php');
|
3 |
/*
|
4 |
* Ongage Magento Plug-in
|
5 |
+
* Version 1.0.3
|
6 |
* Released March, 2014
|
7 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
8 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/etc/adminhtml.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/code/community/Ongage/MageGage/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
@@ -10,7 +10,7 @@
|
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Ongage_MageGage>
|
13 |
-
<version>1.0.
|
14 |
</Ongage_MageGage>
|
15 |
</modules>
|
16 |
<global>
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Ongage_MageGage>
|
13 |
+
<version>1.0.3</version>
|
14 |
</Ongage_MageGage>
|
15 |
</modules>
|
16 |
<global>
|
app/code/community/Ongage/MageGage/etc/system.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/design/adminhtml/default/default/layout/magegage.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/design/adminhtml/default/default/template/magegage/system/config/oauth_wizard.phtml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/design/frontend/base/default/layout/magegage.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/design/frontend/base/default/template/magegage/form.phtml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?php
|
2 |
/*
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
app/etc/modules/Ongage_MageGage.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version = "1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
-
* Version 1.0
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
1 |
<?xml version = "1.0"?>
|
2 |
<!--
|
3 |
* Ongage Magento Plug-in
|
4 |
+
* Version 1.0.3
|
5 |
* Released March, 2014
|
6 |
* Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
7 |
* Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
package.xml
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Official_Ongage_Integration_For_Magento</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://connect.ongage.net">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
<notes>
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
<authors><author><name>Stepin</name><user>
|
23 |
-
<date>2014-
|
24 |
-
<time>
|
25 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Ongage_MageGage.xml" hash="
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package><extension><name>gd</name><min>2.0.28</min><max>3.0</max></extension></required></dependencies>
|
28 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Official_Ongage_Integration_For_Magento</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://connect.ongage.net">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Ongage Extension</summary>
|
10 |
+
<description>Ongage Magento Plug-in
|
11 |
+
Version 1.0.3
|
12 |
+
Released March, 2014
|
13 |
+
Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
14 |
+
Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
15 |
+
Copyright (C) Ongage</description>
|
16 |
+
<notes>Ongage Magento Plug-in
|
17 |
+
Version 1.0.3
|
18 |
+
Released March, 2014
|
19 |
+
Credits: Jaldip Upadhyay, Krunal Patel, Pratik Patel, Dharmesh Vasani
|
20 |
+
Terms of Service: http://www.ongage.com/legal-terms/terms-of-service
|
21 |
+
Copyright (C) Ongage</notes>
|
22 |
+
<authors><author><name>Stepin team</name><user>StepinSolutions</user><email>StepinSolutionsteam@stepin.in</email></author></authors>
|
23 |
+
<date>2014-07-17</date>
|
24 |
+
<time>09:50:04</time>
|
25 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Ongage_MageGage.xml" hash="e17c4ebff1378ff13da39b3d424e64c1"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magegage.xml" hash="f2ab93adce3493a569978d3051e2b00e"/></dir><dir name="template"><dir name="magegage"><file name="form.phtml" hash="0fcba108bcfd29916931cfdabb870554"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="magegage"><dir name="system"><dir name="config"><file name="oauth_wizard.phtml" hash="8bad608a9a1df280024e35dba74f23df"/></dir></dir></dir></dir><dir name="layout"><file name="magegage.xml" hash="24d9e84b05eeacab31a5035b8aa98664"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="ongagefile"><file name="samplefile.csv" hash="cb90cf47524c0323d00790a6d57ac9b9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="ongage"><file name="ongage.css" hash="9b3e869813c2339e2858636ef7a10a19"/><file name="ongage.jpg" hash="7eb304565e7dd974f6fd90a2c9a19acd"/></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Ongage"><dir name="MageGage"><dir name="Block"><dir name="Form"><file name="Register.php" hash="1746d1c1086fbb35e773890fd545dd2a"/></dir><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Mapfields.php" hash="11fa771cdeb5d6183af143026f18d2e4"/></dir></dir><file name="OauthWizard.php" hash="8b91b7cf4591130a7cd2ddbaebb28f10"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="OngagemailController.php" hash="edeeb8bec2e39646f96ae18224314f59"/></dir><file name="AccountController.php" hash="964ed8090e25fb6e3798cfdf2eef9cf7"/><file name="SubscriberController.php" hash="56080f51a375b2fe924888f12f549ac0"/></dir><dir name="etc"><file name="adminhtml.xml" hash="cfb18428cfee33f216ff9aff4a50fc3a"/><file name="config.xml" hash="9470059e9229e9cb3673760acbe0dba3"/><file name="system.xml" hash="dde2b6928b4e7218db59577d8a935d6d"/></dir><dir name="Helper"><file name="Data.php" hash="6c22645970f4774d29645e28ed4337b4"/></dir><dir name="Model"><file name="Api.php" hash="b71ddf957c4751401955775e543ba121"/><file name="Gage.php" hash="2381965c3a339a60ac9aca31641dab39"/><file name="Observer.php" hash="171d7b724306ba6c3f5959f1f572a590"/><dir name="System"><dir name="Config"><dir name="Source"><file name="List.php" hash="04a41c3ad607a9fe85baf8eb418c9a16"/></dir></dir></dir></dir></dir></dir></target></contents>
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package><extension><name>gd</name><min>2.0.28</min><max>3.0</max></extension></required></dependencies>
|
28 |
</package>
|
skin/adminhtml/default/default/ongage/ongage.css
CHANGED
@@ -3,23 +3,22 @@ ul.tabs a.ongage-section:hover
|
|
3 |
background-color:#D8E6E6; background-image:url(images/tabs_link_over_bg.gif);
|
4 |
}
|
5 |
ul.tabs a.ongage-section
|
6 |
-
|
7 |
border-bottom: 1px; border-bottom-style: dotted;
|
8 |
}
|
9 |
ul.tabs a.ongage-section:hover
|
10 |
-
|
11 |
border-bottom: 1px; border-bottom-style: dotted;
|
12 |
}
|
13 |
ul.tabs a.ongage-section span,
|
14 |
ul.tabs a.ongage-section:hover span
|
15 |
-
|
16 |
background:url(ongage.jpg) no-repeat 17px 3px; overflow:hidden; padding:0; padding-left:43px; width:150px; height:24px; line-height:25px;
|
17 |
}
|
18 |
ul.tabs a.ongage-section.active, ul.tabs a.ongage-section.active:hover
|
19 |
{
|
20 |
background-color: white;border-bottom-color: #8BA5A5;
|
21 |
}
|
22 |
-
|
23 |
small
|
24 |
{
|
25 |
font-size: 9px;
|
3 |
background-color:#D8E6E6; background-image:url(images/tabs_link_over_bg.gif);
|
4 |
}
|
5 |
ul.tabs a.ongage-section
|
6 |
+
{
|
7 |
border-bottom: 1px; border-bottom-style: dotted;
|
8 |
}
|
9 |
ul.tabs a.ongage-section:hover
|
10 |
+
{
|
11 |
border-bottom: 1px; border-bottom-style: dotted;
|
12 |
}
|
13 |
ul.tabs a.ongage-section span,
|
14 |
ul.tabs a.ongage-section:hover span
|
15 |
+
{
|
16 |
background:url(ongage.jpg) no-repeat 17px 3px; overflow:hidden; padding:0; padding-left:43px; width:150px; height:24px; line-height:25px;
|
17 |
}
|
18 |
ul.tabs a.ongage-section.active, ul.tabs a.ongage-section.active:hover
|
19 |
{
|
20 |
background-color: white;border-bottom-color: #8BA5A5;
|
21 |
}
|
|
|
22 |
small
|
23 |
{
|
24 |
font-size: 9px;
|