Version Notes
- Hide modal popup which appeared while customer refused to login with specific network
Download this release
Release Info
Developer | Maxim Baybakov |
Extension | Icemax_AESocialLogin |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/Icemax/AESocialLogin/Block/Info.php
CHANGED
@@ -35,7 +35,7 @@ class Icemax_AESocialLogin_Block_Info extends Mage_Adminhtml_Block_System_Config
|
|
35 |
protected function _getFieldHtml($fieldset) {
|
36 |
$content = '<p>The Appreciation Engine Social Login for Magento ' . Mage::getConfig()->getModuleConfig("Icemax_AESocialLogin")->version . '</p>';
|
37 |
$content.= '<p>The Appreication Engine website: <a href="http://theappreciationengine.com/" target="_blank">http://theappreciationengine.com/</a></p>';
|
38 |
-
$content.= '<p>The Extension developed by <a href="
|
39 |
|
40 |
return $content;
|
41 |
}
|
35 |
protected function _getFieldHtml($fieldset) {
|
36 |
$content = '<p>The Appreciation Engine Social Login for Magento ' . Mage::getConfig()->getModuleConfig("Icemax_AESocialLogin")->version . '</p>';
|
37 |
$content.= '<p>The Appreication Engine website: <a href="http://theappreciationengine.com/" target="_blank">http://theappreciationengine.com/</a></p>';
|
38 |
+
$content.= '<p>The Extension developed by <a href="http://www.magentocommerce.com/magento-connect/developer/icemax" target="_blank">Icemax.</a></p>';
|
39 |
|
40 |
return $content;
|
41 |
}
|
app/code/community/Icemax/AESocialLogin/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Icemax_AESocialLogin>
|
5 |
<codePool>community</codePool>
|
6 |
-
<version>1.0.
|
7 |
</Icemax_AESocialLogin>
|
8 |
</modules>
|
9 |
<global>
|
3 |
<modules>
|
4 |
<Icemax_AESocialLogin>
|
5 |
<codePool>community</codePool>
|
6 |
+
<version>1.0.2</version>
|
7 |
</Icemax_AESocialLogin>
|
8 |
</modules>
|
9 |
<global>
|
app/design/frontend/base/default/template/icemax/aesociallogin/init.phtml
CHANGED
@@ -9,6 +9,8 @@
|
|
9 |
|
10 |
// Attach local handlers to events
|
11 |
aeJS.events.onLogin.addHandler(loginHandler);
|
|
|
|
|
12 |
}
|
13 |
|
14 |
//locally defined handlers
|
@@ -20,4 +22,10 @@
|
|
20 |
</script>
|
21 |
|
22 |
<script type="text/javascript" charset="utf-8" src="<?php echo Mage::getStoreConfig('aesociallogin/options/endpoint')?>/framework/js/<?php echo Mage::getStoreConfig('aesociallogin/options/framework_id') ?>"></script>
|
23 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
// Attach local handlers to events
|
11 |
aeJS.events.onLogin.addHandler(loginHandler);
|
12 |
+
aeJS.events.onFlow.addHandler(flowHandler);
|
13 |
+
aeJS.events.onWindow.addHandler(windowHandler);
|
14 |
}
|
15 |
|
16 |
//locally defined handlers
|
22 |
</script>
|
23 |
|
24 |
<script type="text/javascript" charset="utf-8" src="<?php echo Mage::getStoreConfig('aesociallogin/options/endpoint')?>/framework/js/<?php echo Mage::getStoreConfig('aesociallogin/options/framework_id') ?>"></script>
|
25 |
+
<?php endif; ?>
|
26 |
+
<style>
|
27 |
+
.ow-overlay,.ae-modal-overlay{display:none;}
|
28 |
+
.ow-closed,.ae-modal-closed,.ae-modal-overlay-closed{display:none;}
|
29 |
+
.ae-modal{display:none;}
|
30 |
+
.ae-modal iframe{display:none;}
|
31 |
+
</style>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Icemax_AESocialLogin</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/GPL-3.0">GNU General Public License (GPL) v 3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>The Appreciation Engine Social Login</summary>
|
10 |
<description>Speed up your registration, login and checkout process with The Appreciation Engine Social Login</description>
|
11 |
-
<notes
|
12 |
<authors><author><name>Maxim Baybakov</name><user>icemax</user><email>maxim.baibakov@gmail.com</email></author></authors>
|
13 |
-
<date>2015-07-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Icemax_AESocialLogin.xml" hash="93d22118787c3a69710686ee59663413"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="icemax"><file name="aesociallogin.xml" hash="13daa8f1441a46eb2a7943e3ad04af7f"/></dir></dir><dir name="template"><dir name="icemax"><dir><dir name="aesociallogin"><file name="duplicate.phtml" hash="53610155524eaf0c58ec41a1d627990d"/><file name="init.phtml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Icemax_AESocialLogin</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/GPL-3.0">GNU General Public License (GPL) v 3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>The Appreciation Engine Social Login</summary>
|
10 |
<description>Speed up your registration, login and checkout process with The Appreciation Engine Social Login</description>
|
11 |
+
<notes>- Hide modal popup which appeared while customer refused to login with specific network</notes>
|
12 |
<authors><author><name>Maxim Baybakov</name><user>icemax</user><email>maxim.baibakov@gmail.com</email></author></authors>
|
13 |
+
<date>2015-07-08</date>
|
14 |
+
<time>16:20:28</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Icemax_AESocialLogin.xml" hash="93d22118787c3a69710686ee59663413"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="icemax"><file name="aesociallogin.xml" hash="13daa8f1441a46eb2a7943e3ad04af7f"/></dir></dir><dir name="template"><dir name="icemax"><dir><dir name="aesociallogin"><file name="duplicate.phtml" hash="53610155524eaf0c58ec41a1d627990d"/><file name="init.phtml" hash="1b81679322f411725f64b2cb7e9521dc"/><file name="register.phtml" hash="3350e9cfc3bee975f940c23ed66cc8b2"/></dir></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Icemax"><dir name="AESocialLogin"><dir name="Block"><file name="Accountdata.php" hash="ab6e5a04553c38ef5702ef1e5cac5e7b"/><file name="Info.php" hash="5b9c0751e5a983d5e8ac3812ea3c98ee"/></dir><dir name="Helper"><file name="Apicall.php" hash="0da413ed447bb7a7a691f23fb6bc1bc3"/><file name="Data.php" hash="3e33db60fec5c2269da49afdff9d7601"/><file name="Identifiers.php" hash="79896191c2322cf37c15a3474156cec4"/></dir><dir name="Model"><file name="Identifiers.php" hash="22646d595f3e0a4df314293c862c50c3"/><dir name="Mysql4"><dir name="Identifiers"><file name="Collection.php" hash="614a3f62e8c4ba17c3ce5b98921648ca"/></dir><file name="Identifiers.php" hash="db115c2617ded578dada55a66d50c7fa"/></dir><file name="Observer.php" hash="8c2571315c923aea7719480dc050fd9e"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="ab5e8ed13d7553bd85a950fb54c849f9"/></dir></dir></dir><file name="Session.php" hash="cd5812fc1ef49b2748fbc76c813a0080"/><dir name="System"><dir name="Config"><file name="Authwindow.php" hash="2ea4d0e893ccf7242263ddac35d3e5f2"/><file name="Sso.php" hash="3a5a350246ea869ac49c5e6e553a2247"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="RefreshController.php" hash="b36ac4aabeb546c8edf31ac1f2b6ec56"/></dir><file name="ApiController.php" hash="6b745473df3e6bc659851f5d61362e58"/></dir><dir name="etc"><file name="config.xml" hash="ca314121c82ead2a04c3352cb924544d"/><file name="system.xml" hash="4322d162dce73daa9bc12dd7313b8828"/></dir><dir name="sql"><dir name="AESocialLogin_setup"><file name="mysql4-install-1.0.1.php" hash="9158db6fee443285ce1d54b1b44be0ae"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|