Giko_AjaxLogin - Version 0.5.1

Version Notes

Add the static files, such as js/css/images

Download this release

Release Info

Developer Giko
Extension Giko_AjaxLogin
Version 0.5.1
Comparing to
See all releases


Code changes from version 0.5.0 to 0.5.1

app/code/community/Giko/Ajaxlogin/Block/Js.php CHANGED
@@ -59,7 +59,7 @@ class Giko_Ajaxlogin_Block_Js extends Mage_Core_Block_Text
59
 
60
  $cssMain = $this->getSkinUrl('css/ajaxlogin.css');
61
 
62
- $html .= <<<HTML
63
  <!-- AjaxLogin -->
64
  <script type="text/javascript">
65
  $$("a[href*=customer/account/login]").each(function(item) {
59
 
60
  $cssMain = $this->getSkinUrl('css/ajaxlogin.css');
61
 
62
+ $html = <<<HTML
63
  <!-- AjaxLogin -->
64
  <script type="text/javascript">
65
  $$("a[href*=customer/account/login]").each(function(item) {
app/code/community/Giko/Ajaxlogin/etc/config.xml CHANGED
@@ -13,7 +13,7 @@
13
  <config>
14
  <modules>
15
  <Giko_Ajaxlogin>
16
- <version>0.3.2</version>
17
  </Giko_Ajaxlogin>
18
  </modules>
19
 
13
  <config>
14
  <modules>
15
  <Giko_Ajaxlogin>
16
+ <version>0.5.1</version>
17
  </Giko_Ajaxlogin>
18
  </modules>
19
 
app/design/frontend/base/default/layout/ajaxlogin.xml CHANGED
@@ -29,7 +29,7 @@
29
  <reference name="head">
30
  <action method="addJs" ifconfig="ajaxlogin/settings/enable"><script>giko/tinybox.js</script></action>
31
  <action method="addJs" ifconfig="ajaxlogin/settings/enable"><script>giko/ajaxlogin.js</script></action>
32
- <action method="addCss"><stylesheet>css/ajaxlogin.css</stylesheet></action>
33
  </reference>
34
 
35
  <reference name="before_body_end">
29
  <reference name="head">
30
  <action method="addJs" ifconfig="ajaxlogin/settings/enable"><script>giko/tinybox.js</script></action>
31
  <action method="addJs" ifconfig="ajaxlogin/settings/enable"><script>giko/ajaxlogin.js</script></action>
32
+ <action method="addCss"><stylesheet>css/giko/ajaxlogin.css</stylesheet></action>
33
  </reference>
34
 
35
  <reference name="before_body_end">
{skin/frontend/base/default/js → js}/giko/ajaxlogin.js RENAMED
File without changes
{skin/frontend/base/default/js → js}/giko/tinybox.js RENAMED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Giko_AjaxLogin</name>
4
- <version>0.5.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>Giko AjaxLogin will replace the login link to an ajax popup box.It's easy to use without any core code change</description>
11
  <notes>Add the static files, such as js/css/images</notes>
12
  <authors><author><name>Giko</name><user>Giko</user><email>wo@luochunhui.com</email></author></authors>
13
- <date>2011-07-04</date>
14
- <time>13:22:03</time>
15
- <contents><target name="magecommunity"><dir name="Giko"><dir name="Ajaxlogin"><dir name="Block"><file name="Form.php" hash="97bc941ff767d3f3810f5f86e17c06dd"/><file name="Js.php" hash="6d903b295184ab7ada02db50676248f2"/></dir><dir name="Helper"><file name="Data.php" hash="82b0004af2c85fec0359e35992854a94"/></dir><dir name="controllers"><file name="LoginController.php" hash="9b4c1f383edde1d07a02e198a186eb8e"/></dir><dir name="etc"><file name="config.xml" hash="6b0a1d4125d59173ff7b2877688a459b"/><file name="system.xml" hash="f620a68064925a7385c544b8f213adb0"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Giko_Ajaxlogin.xml" hash="5db395b7e6ba60868fb6e7938d498b39"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ajaxlogin.xml" hash="5b88b4c7d868a2ef794f661f0eb06766"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="ajaxlogin.css" hash="f51502b90ad15197150b92e4f5ca7744"/></dir><dir name="images"><dir name="ajaxlogin"><file name="close.png" hash="4278a8b021acb550ad96cdddb2db6d8f"/><file name="preload.gif" hash="bf3ec68db23e93ba2ec795ef558e96da"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="js"><dir name="giko"><file name="tinybox.js" hash="1a6b0ef907a4f5cc136ef0846be88a05"/><file name="ajaxlogin.js" hash="a68dafd2df08570a60d241d6285ec62e"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>core</channel><min>1.5.0</min><max>1.6.0</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Giko_AjaxLogin</name>
4
+ <version>0.5.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
10
  <description>Giko AjaxLogin will replace the login link to an ajax popup box.It's easy to use without any core code change</description>
11
  <notes>Add the static files, such as js/css/images</notes>
12
  <authors><author><name>Giko</name><user>Giko</user><email>wo@luochunhui.com</email></author></authors>
13
+ <date>2011-07-17</date>
14
+ <time>04:46:08</time>
15
+ <contents><target name="magecommunity"><dir name="Giko"><dir name="Ajaxlogin"><dir name="Block"><file name="Form.php" hash="97bc941ff767d3f3810f5f86e17c06dd"/><file name="Js.php" hash="94c12764388620c4f9ff81196969259c"/></dir><dir name="Helper"><file name="Data.php" hash="82b0004af2c85fec0359e35992854a94"/></dir><dir name="controllers"><file name="LoginController.php" hash="9b4c1f383edde1d07a02e198a186eb8e"/></dir><dir name="etc"><file name="config.xml" hash="eb413369828d805ade6e6838b3059395"/><file name="system.xml" hash="f620a68064925a7385c544b8f213adb0"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Giko_Ajaxlogin.xml" hash="5db395b7e6ba60868fb6e7938d498b39"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ajaxlogin.xml" hash="e95676c60dcb48cfc22378cc1d603928"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="giko"><file name="ajaxlogin.css" hash="d74f51ff3af0b2e40a5b061a013dee22"/></dir></dir><dir name="images"><dir name="giko"><dir name="ajaxlogin"><file name="close.png" hash="4278a8b021acb550ad96cdddb2db6d8f"/><file name="preload.gif" hash="bf3ec68db23e93ba2ec795ef558e96da"/></dir></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="giko"><file name="tinybox.js" hash="1a6b0ef907a4f5cc136ef0846be88a05"/><file name="ajaxlogin.js" hash="a68dafd2df08570a60d241d6285ec62e"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>core</channel><min>1.5.0</min><max>1.6.0</max></package></required></dependencies>
18
  </package>
skin/frontend/{default/default/css → base/default/css/giko}/ajaxlogin.css RENAMED
@@ -1,8 +1,8 @@
1
 
2
  .tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
3
- .tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../images/ajaxlogin/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
4
  .tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
5
- .tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../images/ajaxlogin/close.png) no-repeat}
6
  .tclose:hover {background-position:0 -30px}
7
 
8
  #ajaxlogin_form .form-list .input-box {
1
 
2
  .tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
3
+ .tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../../images/giko/ajaxlogin/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
4
  .tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
5
+ .tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../../images/giko/ajaxlogin/close.png) no-repeat}
6
  .tclose:hover {background-position:0 -30px}
7
 
8
  #ajaxlogin_form .form-list .input-box {
skin/frontend/{default/default/images → base/default/images/giko}/ajaxlogin/close.png RENAMED
File without changes
skin/frontend/{default/default/images → base/default/images/giko}/ajaxlogin/preload.gif RENAMED
File without changes