Version Notes
If there is jQuery problem by another module what implement jquery, please visit the settings page of this module.
Download this release
Release Info
Developer | David Belicza |
Extension | Youama_Ajaxlogin |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.1.0
app/code/community/Youama/Ajaxlogin/etc/config.xml
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
<config>
|
33 |
<modules>
|
34 |
<Youama_Ajaxlogin>
|
35 |
-
<version>1.0
|
36 |
</Youama_Ajaxlogin>
|
37 |
</modules>
|
38 |
<global>
|
@@ -71,6 +71,15 @@
|
|
71 |
</youama_ajaxlogin>
|
72 |
</updates>
|
73 |
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
</frontend>
|
75 |
|
76 |
<default>
|
32 |
<config>
|
33 |
<modules>
|
34 |
<Youama_Ajaxlogin>
|
35 |
+
<version>1.1.0</version>
|
36 |
</Youama_Ajaxlogin>
|
37 |
</modules>
|
38 |
<global>
|
71 |
</youama_ajaxlogin>
|
72 |
</updates>
|
73 |
</layout>
|
74 |
+
<translate>
|
75 |
+
<modules>
|
76 |
+
<youama_ajaxlogin>
|
77 |
+
<files>
|
78 |
+
<default>Youama_Ajaxlogin.csv</default>
|
79 |
+
</files>
|
80 |
+
</youama_ajaxlogin>
|
81 |
+
</modules>
|
82 |
+
</translate>
|
83 |
</frontend>
|
84 |
|
85 |
<default>
|
app/design/frontend/base/default/template/youama/ajaxlogin/ajaxlogin.phtml
CHANGED
@@ -41,24 +41,24 @@
|
|
41 |
<div class="youama-window-outside">
|
42 |
<div class="youama-window-inside">
|
43 |
<div class="youama-login-close youama-close">
|
44 |
-
Close
|
45 |
</div>
|
46 |
<div class="youama-window-title">
|
47 |
<h3>
|
48 |
-
Login
|
49 |
</h3>
|
50 |
</div>
|
51 |
|
52 |
<div class="youama-window-box first">
|
53 |
<div class="youama-window-content">
|
54 |
<div class="input-fly youama-showhideme">
|
55 |
-
<label for="youama-email"
|
56 |
-
<input type="text" placeholder="E-mail address" id="youama-email" name="youama-email" value="" />
|
57 |
<div class="youama-ajaxlogin-error err-email err-noemail err-wrongemail err-wronglogin"></div>
|
58 |
</div>
|
59 |
<div class="input-fly youama-showhideme">
|
60 |
-
<label for="youama-password"
|
61 |
-
<input type="password" placeholder="Password" id="youama-password" name="youama-password" value="" />
|
62 |
<div class="youama-ajaxlogin-error err-password err-dirtypassword err-nopassword err-longpassword"></div>
|
63 |
</div>
|
64 |
</div>
|
@@ -67,12 +67,12 @@
|
|
67 |
<div class="youama-window-box last">
|
68 |
<div class="youama-window-content box-contents box-contents-button youama-showhideme">
|
69 |
<span class="youama-forgot-password">
|
70 |
-
<a href="<?php echo Mage::getBaseUrl() ?>customer/account/forgotpassword/"
|
71 |
</span>
|
72 |
-
<button type="button"
|
73 |
<span>
|
74 |
<span>
|
75 |
-
Login
|
76 |
</span>
|
77 |
</span>
|
78 |
</button>
|
@@ -88,59 +88,59 @@
|
|
88 |
<div class="youama-window-outside">
|
89 |
<div class="youama-window-inside">
|
90 |
<div class="youama-register-close youama-close">
|
91 |
-
Close
|
92 |
</div>
|
93 |
<div class="youama-window-title">
|
94 |
<h3>
|
95 |
-
Registration
|
96 |
</h3>
|
97 |
</div>
|
98 |
|
99 |
<div class="youama-window-box first">
|
100 |
<div class="youama-window-subtitle youama-showhideme">
|
101 |
-
<p
|
102 |
</div>
|
103 |
<div class="youama-window-content">
|
104 |
<div class="input-fly youama-showhideme">
|
105 |
-
<label for="youama-firstname"
|
106 |
-
<input type="text" placeholder="First Name" id="youama-firstname" name="youama-firstname" value="" />
|
107 |
<div class="youama-ajaxlogin-error err-firstname err-nofirstname err-dirtyfirstname"></div>
|
108 |
</div>
|
109 |
<div class="input-fly youama-showhideme">
|
110 |
-
<label for="youama-lastname"
|
111 |
-
<input type="text" placeholder="Last Name" id="youama-lastname" name="youama-lastname" value="" />
|
112 |
<div class="youama-ajaxlogin-error err-lastname err-nolastname err-dirtylastname"></div>
|
113 |
</div>
|
114 |
<div class="input-fly input-fly-checkbox youama-showhideme">
|
115 |
<input type="checkbox" id="youama-newsletter" name="youama-newsletter" value="ok" />
|
116 |
-
<label for="youama-newsletter"
|
117 |
</div>
|
118 |
</div>
|
119 |
</div>
|
120 |
|
121 |
<div class="youama-window-box second">
|
122 |
<div class="youama-window-subtitle youama-showhideme">
|
123 |
-
<p
|
124 |
</div>
|
125 |
<div class="youama-window-content">
|
126 |
<div class="input-fly youama-showhideme">
|
127 |
-
<label for="youama-email"
|
128 |
-
<input type="text" placeholder="E-mail address" id="youama-email" name="youama-email" value="" />
|
129 |
<div class="youama-ajaxlogin-error err-email err-noemail err-wrongemail err-emailisexist"></div>
|
130 |
</div>
|
131 |
<div class="input-fly youama-showhideme">
|
132 |
-
<label for="youama-password"
|
133 |
-
<input type="password" placeholder="Password" id="youama-password" name="youama-password" value="" />
|
134 |
<div class="youama-ajaxlogin-error err-password err-dirtypassword err-nopassword err-shortpassword err-longpassword"></div>
|
135 |
</div>
|
136 |
<div class="input-fly youama-showhideme">
|
137 |
-
<label for="youama-passwordsecond"
|
138 |
-
<input type="password" placeholder="Password confirmation" id="youama-passwordsecond" name="youama-passwordsecond" value="" />
|
139 |
<div class="youama-ajaxlogin-error err-passwordsecond err-nopasswordsecond err-notsamepasswords"></div>
|
140 |
</div>
|
141 |
<div class="input-fly input-fly-checkbox youama-showhideme">
|
142 |
<input type="checkbox" id="youama-licence" name="youama-licence" value="ok" />
|
143 |
-
<label for="youama-licence"
|
144 |
<div class="youama-ajaxlogin-error err-nolicence"></div>
|
145 |
</div>
|
146 |
</div>
|
@@ -148,10 +148,10 @@
|
|
148 |
|
149 |
<div class="youama-window-box last">
|
150 |
<div class="youama-window-content box-contents youama-showhideme">
|
151 |
-
<button type="button"
|
152 |
<span>
|
153 |
<span>
|
154 |
-
|
155 |
</span>
|
156 |
</span>
|
157 |
</button>
|
@@ -163,23 +163,23 @@
|
|
163 |
</div>
|
164 |
|
165 |
<div class="youama_ajaxlogin-temp-error" style="display:none !important;">
|
166 |
-
<div class="ytmpa-nofirstname"
|
167 |
-
<div class="ytmpa-nolastname"
|
168 |
-
<div class="ytmpa-dirtyfirstname"
|
169 |
-
<div class="ytmpa-dirtylastname"
|
170 |
-
|
171 |
-
<div class="ytmpa-wrongemail"
|
172 |
-
<div class="ytmpa-noemail"
|
173 |
-
<div class="ytmpa-emailisexist"
|
174 |
-
|
175 |
-
<div class="ytmpa-nopassword"
|
176 |
-
<div class="ytmpa-dirtypassword"
|
177 |
-
<div class="ytmpa-shortpassword"
|
178 |
-
<div class="ytmpa-longpassword"
|
179 |
-
<div class="ytmpa-notsamepasswords"
|
180 |
-
<div class="ytmpa-nolicence"
|
181 |
|
182 |
-
<div class="ytmpa-wronglogin"
|
183 |
</div>
|
184 |
|
185 |
<script type="text/javascript">
|
41 |
<div class="youama-window-outside">
|
42 |
<div class="youama-window-inside">
|
43 |
<div class="youama-login-close youama-close">
|
44 |
+
<?php echo $this->__('Close') ?>
|
45 |
</div>
|
46 |
<div class="youama-window-title">
|
47 |
<h3>
|
48 |
+
<?php echo $this->__('Login') ?>
|
49 |
</h3>
|
50 |
</div>
|
51 |
|
52 |
<div class="youama-window-box first">
|
53 |
<div class="youama-window-content">
|
54 |
<div class="input-fly youama-showhideme">
|
55 |
+
<label for="youama-email"><?php echo $this->__('E-mail address') ?> <span>*</span></label>
|
56 |
+
<input type="text" placeholder="<?php echo $this->__('E-mail address') ?>" id="youama-email" name="youama-email" value="" />
|
57 |
<div class="youama-ajaxlogin-error err-email err-noemail err-wrongemail err-wronglogin"></div>
|
58 |
</div>
|
59 |
<div class="input-fly youama-showhideme">
|
60 |
+
<label for="youama-password"><?php echo $this->__('Password') ?> <span>*</span></label>
|
61 |
+
<input type="password" placeholder="<?php echo $this->__('Password') ?>" id="youama-password" name="youama-password" value="" />
|
62 |
<div class="youama-ajaxlogin-error err-password err-dirtypassword err-nopassword err-longpassword"></div>
|
63 |
</div>
|
64 |
</div>
|
67 |
<div class="youama-window-box last">
|
68 |
<div class="youama-window-content box-contents box-contents-button youama-showhideme">
|
69 |
<span class="youama-forgot-password">
|
70 |
+
<a href="<?php echo Mage::getBaseUrl() ?>customer/account/forgotpassword/"><?php echo $this->__('Forgot Password') ?></a>
|
71 |
</span>
|
72 |
+
<button type="button" class="button btn-proceed-checkout btn-checkout youama-ajaxlogin-button">
|
73 |
<span>
|
74 |
<span>
|
75 |
+
<?php echo $this->__('Login') ?>
|
76 |
</span>
|
77 |
</span>
|
78 |
</button>
|
88 |
<div class="youama-window-outside">
|
89 |
<div class="youama-window-inside">
|
90 |
<div class="youama-register-close youama-close">
|
91 |
+
<?php echo $this->__('Close') ?>
|
92 |
</div>
|
93 |
<div class="youama-window-title">
|
94 |
<h3>
|
95 |
+
<?php echo $this->__('Registration') ?>
|
96 |
</h3>
|
97 |
</div>
|
98 |
|
99 |
<div class="youama-window-box first">
|
100 |
<div class="youama-window-subtitle youama-showhideme">
|
101 |
+
<p><?php echo $this->__('Profile Informations') ?></p>
|
102 |
</div>
|
103 |
<div class="youama-window-content">
|
104 |
<div class="input-fly youama-showhideme">
|
105 |
+
<label for="youama-firstname"><?php echo $this->__('First Name') ?> <span>*</span></label>
|
106 |
+
<input type="text" placeholder="<?php echo $this->__('First Name') ?>" id="youama-firstname" name="youama-firstname" value="" />
|
107 |
<div class="youama-ajaxlogin-error err-firstname err-nofirstname err-dirtyfirstname"></div>
|
108 |
</div>
|
109 |
<div class="input-fly youama-showhideme">
|
110 |
+
<label for="youama-lastname"><?php echo $this->__('Last Name') ?> <span>*</span></label>
|
111 |
+
<input type="text" placeholder="<?php echo $this->__('Last Name') ?>" id="youama-lastname" name="youama-lastname" value="" />
|
112 |
<div class="youama-ajaxlogin-error err-lastname err-nolastname err-dirtylastname"></div>
|
113 |
</div>
|
114 |
<div class="input-fly input-fly-checkbox youama-showhideme">
|
115 |
<input type="checkbox" id="youama-newsletter" name="youama-newsletter" value="ok" />
|
116 |
+
<label for="youama-newsletter"><?php echo $this->__('Subscribe to Newsletter') ?></label>
|
117 |
</div>
|
118 |
</div>
|
119 |
</div>
|
120 |
|
121 |
<div class="youama-window-box second">
|
122 |
<div class="youama-window-subtitle youama-showhideme">
|
123 |
+
<p><?php echo $this->__('Login Datas') ?></p>
|
124 |
</div>
|
125 |
<div class="youama-window-content">
|
126 |
<div class="input-fly youama-showhideme">
|
127 |
+
<label for="youama-email"><?php echo $this->__('E-mail address') ?> <span>*</span></label>
|
128 |
+
<input type="text" placeholder="<?php echo $this->__('E-mail address') ?>" id="youama-email" name="youama-email" value="" />
|
129 |
<div class="youama-ajaxlogin-error err-email err-noemail err-wrongemail err-emailisexist"></div>
|
130 |
</div>
|
131 |
<div class="input-fly youama-showhideme">
|
132 |
+
<label for="youama-password"><?php echo $this->__('Password') ?> <span>*</span></label>
|
133 |
+
<input type="password" placeholder="<?php echo $this->__('Password') ?>" id="youama-password" name="youama-password" value="" />
|
134 |
<div class="youama-ajaxlogin-error err-password err-dirtypassword err-nopassword err-shortpassword err-longpassword"></div>
|
135 |
</div>
|
136 |
<div class="input-fly youama-showhideme">
|
137 |
+
<label for="youama-passwordsecond"><?php echo $this->__('Password confirmation') ?> <span>*</span></label>
|
138 |
+
<input type="password" placeholder="<?php echo $this->__('Password confirmation') ?>" id="youama-passwordsecond" name="youama-passwordsecond" value="" />
|
139 |
<div class="youama-ajaxlogin-error err-passwordsecond err-nopasswordsecond err-notsamepasswords"></div>
|
140 |
</div>
|
141 |
<div class="input-fly input-fly-checkbox youama-showhideme">
|
142 |
<input type="checkbox" id="youama-licence" name="youama-licence" value="ok" />
|
143 |
+
<label for="youama-licence"><?php echo $this->__('I accept the') ?> <a href="#" target="_blank"><?php echo $this->__('Terms and Coditions') ?></a></label>
|
144 |
<div class="youama-ajaxlogin-error err-nolicence"></div>
|
145 |
</div>
|
146 |
</div>
|
148 |
|
149 |
<div class="youama-window-box last">
|
150 |
<div class="youama-window-content box-contents youama-showhideme">
|
151 |
+
<button type="button" class="button btn-proceed-checkout btn-checkout youama-ajaxlogin-button">
|
152 |
<span>
|
153 |
<span>
|
154 |
+
<?php echo $this->__('Register') ?>
|
155 |
</span>
|
156 |
</span>
|
157 |
</button>
|
163 |
</div>
|
164 |
|
165 |
<div class="youama_ajaxlogin-temp-error" style="display:none !important;">
|
166 |
+
<div class="ytmpa-nofirstname"><?php echo $this->__('First name is required!') ?></div>
|
167 |
+
<div class="ytmpa-nolastname"><?php echo $this->__('Last name is required!') ?></div>
|
168 |
+
<div class="ytmpa-dirtyfirstname"><?php echo $this->__('First name is not valid!') ?></div>
|
169 |
+
<div class="ytmpa-dirtylastname"><?php echo $this->__('Last name is not valid!') ?></div>
|
170 |
+
|
171 |
+
<div class="ytmpa-wrongemail"><?php echo $this->__('This is not an email address!') ?></div>
|
172 |
+
<div class="ytmpa-noemail"><?php echo $this->__('Email address is required!') ?></div>
|
173 |
+
<div class="ytmpa-emailisexist"><?php echo $this->__('This email is already registered!') ?></div>
|
174 |
+
|
175 |
+
<div class="ytmpa-nopassword"><?php echo $this->__('Password is required!') ?></div>
|
176 |
+
<div class="ytmpa-dirtypassword"><?php echo $this->__('Enter a valid password!') ?></div>
|
177 |
+
<div class="ytmpa-shortpassword"><?php echo $this->__('Please enter 6 or more characters!') ?></div>
|
178 |
+
<div class="ytmpa-longpassword"><?php echo $this->__('Please enter 16 or less characters!') ?></div>
|
179 |
+
<div class="ytmpa-notsamepasswords"><?php echo $this->__('Passwords are not same!') ?></div>
|
180 |
+
<div class="ytmpa-nolicence"><?php echo $this->__('Terms and Conditions are required!') ?></div>
|
181 |
|
182 |
+
<div class="ytmpa-wronglogin"><?php echo $this->__('Email or Password is wrong!') ?></div>
|
183 |
</div>
|
184 |
|
185 |
<script type="text/javascript">
|
app/etc/modules/Youama_Ajaxlogin.xml
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
|
3 |
-
<!--
|
4 |
-
/**
|
5 |
-
* YouAMA.com
|
6 |
-
*
|
7 |
-
* NOTICE OF LICENSE
|
8 |
-
*
|
9 |
-
* This source file is subject to the EULA that is bundled with this package
|
10 |
-
* on http://youama.com/freemodule-license.txt.
|
11 |
-
*
|
12 |
-
/****************************************************************************
|
13 |
-
* MAGENTO EDITION USAGE NOTICE *
|
14 |
-
****************************************************************************/
|
15 |
-
/* This package designed for Magento Community edition. Developer(s) of
|
16 |
-
* YouAMA.com does not guarantee correct work of this extension on any other
|
17 |
-
* Magento edition except Magento Community edition. YouAMA.com does not
|
18 |
-
* provide extension support in case of incorrect edition usage.
|
19 |
-
/****************************************************************************
|
20 |
-
* DISCLAIMER *
|
21 |
-
****************************************************************************/
|
22 |
-
/* Do not edit or add to this file if you wish to upgrade Magento to newer
|
23 |
-
* versions in the future.
|
24 |
-
*****************************************************
|
25 |
-
* @category Youama
|
26 |
-
* @package Youama_Ajaxlogin
|
27 |
-
* @copyright Copyright (c) 2012-2013 YouAMA.com (http://www.youama.com)
|
28 |
-
* @license http://youama.com/freemodule-license.txt
|
29 |
-
*/
|
30 |
-
-->
|
31 |
-
|
32 |
-
<config>
|
33 |
-
<modules>
|
34 |
-
<Youama_Ajaxlogin>
|
35 |
-
<active>true</active>
|
36 |
-
<codePool>community</codePool>
|
37 |
-
</Youama_Ajaxlogin>
|
38 |
-
</modules>
|
39 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/en_US/Youama_Ajaxlogin.csv
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"Close","Close"
|
2 |
+
"Login","Login"
|
3 |
+
"E-mail address","E-mail address"
|
4 |
+
"Password","Password"
|
5 |
+
"Registration","Registration"
|
6 |
+
"Profile Informations","Profile Informations"
|
7 |
+
"First Name","First Name"
|
8 |
+
"Last Name","Last Name"
|
9 |
+
"Subscribe to Newsletter","Subscribe to Newsletter"
|
10 |
+
"Login Datas","Login Datas"
|
11 |
+
"Password confirmation","Password confirmation"
|
12 |
+
"I accept the","I accept the"
|
13 |
+
"Terms and Coditions","Terms and Coditions"
|
14 |
+
"Register","Register"
|
15 |
+
"Email or Password is wrong!","Email or Password is wrong!"
|
16 |
+
"Terms and Conditions are required!","Terms and Conditions are required!"
|
17 |
+
"Passwords are not same!","Passwords are not same!"
|
18 |
+
"Please enter 16 or less characters!","Please enter 16 or less characters!"
|
19 |
+
"Please enter 6 or more characters!","Please enter 6 or more characters!"
|
20 |
+
"Enter a valid password!","Enter a valid password!"
|
21 |
+
"Password is required!","Password is required!"
|
22 |
+
"This email is already registered!","This email is already registered!"
|
23 |
+
"Email address is required!","Email address is required!"
|
24 |
+
"This is not an email address!","This is not an email address!"
|
25 |
+
"Last name is not valid!","Last name is not valid!"
|
26 |
+
"First name is not valid!","First name is not valid!"
|
27 |
+
"Last name is required!","Last name is required!"
|
28 |
+
"First name is required!","First name is required!"
|
29 |
+
"Forgot Password","Forgot Password"
|
app/locale/hu_HU/Youama_Ajaxlogin.csv
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"Close","Bezár"
|
2 |
+
"Login","Belépés"
|
3 |
+
"E-mail address","E-mail cím"
|
4 |
+
"Password","Jelszó"
|
5 |
+
"Registration","Regisztráció"
|
6 |
+
"Profile Informations","Személyes adatok"
|
7 |
+
"First Name","Keresztnév"
|
8 |
+
"Last Name","Vezetéknév"
|
9 |
+
"Subscribe to Newsletter","Feliratkozás a hírlevélre"
|
10 |
+
"Login Datas","Beléptető adatok"
|
11 |
+
"Password confirmation","Jelszó mégegyszer"
|
12 |
+
"I accept the","Elfogadom az"
|
13 |
+
"Terms and Coditions","Általános Felhasználási Feltételeket"
|
14 |
+
"Register","Regisztrálás"
|
15 |
+
"Email or Password is wrong!","Az email cím vagy jelszó hibás!"
|
16 |
+
"Terms and Conditions are required!","A Felhasználási feltételeket kötelező elfogadni!"
|
17 |
+
"Passwords are not same!","A jelszavak nem egyeznek!"
|
18 |
+
"Please enter 16 or less characters!","Legfeljebb 16 karakter engedélyezett!"
|
19 |
+
"Please enter 6 or more characters!","Legalább 6 karakter szükséges!"
|
20 |
+
"Enter a valid password!","Speciális karakterek nem engedélyezettek!"
|
21 |
+
"Password is required!","Jelszó megadása kötelező!"
|
22 |
+
"This email is already registered!","Ezzel az email címmel már regisztráltak!"
|
23 |
+
"Email address is required!","Email cím megadása kötelező!"
|
24 |
+
"This is not an email address!","Ez nem email cím!"
|
25 |
+
"Last name is not valid!","Valótlan vezetéknév!"
|
26 |
+
"First name is not valid!","Valótlan keresztnév!"
|
27 |
+
"Last name is required!","Vezetéknév megadása kötelező!"
|
28 |
+
"First name is required!","Keresztnév megadása kötelező!"
|
29 |
+
"Forgot Password","Elfelejtett jelszó"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Youama_Ajaxlogin</name>
|
4 |
-
<version>1.0
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL) </license>
|
7 |
<channel>community</channel>
|
@@ -14,9 +14,9 @@ Youama_Ajaxlogin generate two popup windows what allow login and registration. R
|
|
14 |
This module has setting page: System -> Configuration -> Youama -> Ajax Login and Register</description>
|
15 |
<notes>If there is jQuery problem by another module what implement jquery, please visit the settings page of this module.</notes>
|
16 |
<authors><author><name>David Belicza</name><user>DoveID</user><email>87.bdavid@gmail.com</email></author></authors>
|
17 |
-
<date>2013-02
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Youama"><dir name="Ajaxlogin"><dir name="Block"><file name="Ajaxlogin.php" hash="37ab304d1ee23a72b1406fc481eca278"/></dir><dir name="Model"><file name="Ajaxlogin.php" hash="b3d8dd033738b8501ca082ad2f82e1e7"/><file name="Ajaxregister.php" hash="1276efb09d6ef0a2ea103db2f66327b0"/><file name="Validator.php" hash="ed5ee08a3b5d3a261324e35e030226f1"/></dir><dir name="controllers"><file name="AccountController.php" hash="52b8e063c806b0a720022405d195ac72"/><file name="AjaxController.php" hash="23a41b4a8bdc50f9031d424bdceb0a98"/></dir><dir name="etc"><file name="adminhtml.xml" hash="34bf8f06b34fe4732fd1e10333962317"/><file name="config.xml" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.1.0</min><max>5.4.11</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Youama_Ajaxlogin</name>
|
4 |
+
<version>1.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL) </license>
|
7 |
<channel>community</channel>
|
14 |
This module has setting page: System -> Configuration -> Youama -> Ajax Login and Register</description>
|
15 |
<notes>If there is jQuery problem by another module what implement jquery, please visit the settings page of this module.</notes>
|
16 |
<authors><author><name>David Belicza</name><user>DoveID</user><email>87.bdavid@gmail.com</email></author></authors>
|
17 |
+
<date>2013-06-02</date>
|
18 |
+
<time>11:59:22</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Youama"><dir name="Ajaxlogin"><dir name="Block"><file name="Ajaxlogin.php" hash="37ab304d1ee23a72b1406fc481eca278"/></dir><dir name="Model"><file name="Ajaxlogin.php" hash="b3d8dd033738b8501ca082ad2f82e1e7"/><file name="Ajaxregister.php" hash="1276efb09d6ef0a2ea103db2f66327b0"/><file name="Validator.php" hash="ed5ee08a3b5d3a261324e35e030226f1"/></dir><dir name="controllers"><file name="AccountController.php" hash="52b8e063c806b0a720022405d195ac72"/><file name="AjaxController.php" hash="23a41b4a8bdc50f9031d424bdceb0a98"/></dir><dir name="etc"><file name="adminhtml.xml" hash="34bf8f06b34fe4732fd1e10333962317"/><file name="config.xml" hash="6cd2733a75740a80e9cbe4c95d7ff4a3"/><file name="system.xml" hash="f43893678f2e06f66dabce8903b91551"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Youama_Ajaxlogin.xml" hash=""/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="youama_ajaxlogin.xml" hash="13ce88e918455eb6ebc0d587fb396288"/></dir><dir name="template"><dir name="youama"><dir name="ajaxlogin"><file name="ajaxlogin.phtml" hash="7b27f5870a9c1245dee0687249bb3ce9"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="youama"><dir name="ajaxlogin"><file name="jquery-1-7-1.js" hash="2c57990a020cc3a35c4a603413d67a28"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="youama"><dir name="ajaxlogin"><file name="ajaxlogin.css" hash="d533e51d65bf0b5d03f5844f5e343f18"/></dir></dir></dir><dir name="images"><dir name="youama"><dir name="ajaxlogin"><file name="loader.gif" hash="c69d6a1798abc0839f3a2f6fee78ad7d"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="hu_HU"><file name="Youama_Ajaxlogin.csv" hash="bdbfa840dd13d871acc31acb7718174f"/></dir><dir name="en_US"><file name="Youama_Ajaxlogin.csv" hash="61a304f3940f9a6986cd8224801f41a2"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.1.0</min><max>5.4.11</max></php></required></dependencies>
|
22 |
</package>
|