GSD_Easy_Ajax_Login - Version 2.0.1

Version Notes

Easy way to login without page reload. You can also choose forgot password option within the login form pop up. It is very fast and easy to understand.

Download this release

Release Info

Developer GS Dhunna
Extension GSD_Easy_Ajax_Login
Version 2.0.1
Comparing to
See all releases


Code changes from version 1.0.3 to 2.0.1

app/etc/modules/Infortis_Brands.xml DELETED
@@ -1,16 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * @category Infortis
5
- * @package Infortis_Brands
6
- * @author Infortis
7
- */
8
- -->
9
- <config>
10
- <modules>
11
- <Infortis_Brands>
12
- <active>true</active>
13
- <codePool>local</codePool>
14
- </Infortis_Brands>
15
- </modules>
16
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Infortis_CloudZoom.xml DELETED
@@ -1,16 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * @category Infortis
5
- * @package Infortis_CloudZoom
6
- * @author Infortis
7
- */
8
- -->
9
- <config>
10
- <modules>
11
- <Infortis_CloudZoom>
12
- <active>true</active>
13
- <codePool>local</codePool>
14
- </Infortis_CloudZoom>
15
- </modules>
16
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Infortis_Ultimo.xml DELETED
@@ -1,16 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * @category Infortis
5
- * @package Infortis_Ultimo
6
- * @author Infortis
7
- */
8
- -->
9
- <config>
10
- <modules>
11
- <Infortis_Ultimo>
12
- <active>true</active>
13
- <codePool>local</codePool>
14
- </Infortis_Ultimo>
15
- </modules>
16
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Infortis_UltraSlideshow.xml DELETED
@@ -1,16 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * @category Infortis
5
- * @package Infortis_UltraSlideshow
6
- * @author Infortis
7
- */
8
- -->
9
- <config>
10
- <modules>
11
- <Infortis_UltraSlideshow>
12
- <active>true</active>
13
- <codePool>local</codePool>
14
- </Infortis_UltraSlideshow>
15
- </modules>
16
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_All.xml DELETED
@@ -1,401 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Core
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Core>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- </Mage_Core>
34
- <Mage_Eav>
35
- <active>true</active>
36
- <codePool>core</codePool>
37
- <depends>
38
- <Mage_Core/>
39
- </depends>
40
- </Mage_Eav>
41
- <Mage_Page>
42
- <active>true</active>
43
- <codePool>core</codePool>
44
- <depends>
45
- <Mage_Core/>
46
- </depends>
47
- </Mage_Page>
48
- <Mage_Install>
49
- <active>true</active>
50
- <codePool>core</codePool>
51
- <depends>
52
- <Mage_Core/>
53
- </depends>
54
- </Mage_Install>
55
- <Mage_Admin>
56
- <active>true</active>
57
- <codePool>core</codePool>
58
- <depends>
59
- <Mage_Core/>
60
- </depends>
61
- </Mage_Admin>
62
- <Mage_Rule>
63
- <active>true</active>
64
- <codePool>core</codePool>
65
- <depends>
66
- <Mage_Core/>
67
- </depends>
68
- </Mage_Rule>
69
- <Mage_Adminhtml>
70
- <active>true</active>
71
- <codePool>core</codePool>
72
- <depends>
73
- <Mage_Admin/>
74
- </depends>
75
- </Mage_Adminhtml>
76
- <Mage_AdminNotification>
77
- <active>true</active>
78
- <codePool>core</codePool>
79
- <depends>
80
- <Mage_Core/>
81
- <Mage_Adminhtml/>
82
- </depends>
83
- </Mage_AdminNotification>
84
- <Mage_Cron>
85
- <active>true</active>
86
- <codePool>core</codePool>
87
- <depends>
88
- <Mage_Core/>
89
- </depends>
90
- </Mage_Cron>
91
- <Mage_Directory>
92
- <active>true</active>
93
- <codePool>core</codePool>
94
- <depends>
95
- <Mage_Core/>
96
- </depends>
97
- </Mage_Directory>
98
- <Mage_Customer>
99
- <active>true</active>
100
- <codePool>core</codePool>
101
- <depends>
102
- <Mage_Eav/>
103
- <Mage_Dataflow/>
104
- <Mage_Directory/>
105
- </depends>
106
- </Mage_Customer>
107
- <Mage_Catalog>
108
- <active>true</active>
109
- <codePool>core</codePool>
110
- <depends>
111
- <Mage_Eav/>
112
- <Mage_Dataflow/>
113
- <Mage_Cms/>
114
- <Mage_Index/>
115
- </depends>
116
- </Mage_Catalog>
117
- <Mage_CatalogRule>
118
- <active>true</active>
119
- <codePool>core</codePool>
120
- <depends>
121
- <Mage_Rule/>
122
- <Mage_Catalog/>
123
- <Mage_Customer/>
124
- </depends>
125
- </Mage_CatalogRule>
126
- <Mage_CatalogIndex>
127
- <active>true</active>
128
- <codePool>core</codePool>
129
- <depends>
130
- <Mage_Catalog/>
131
- <Mage_Eav/>
132
- <Mage_CatalogRule/>
133
- </depends>
134
- </Mage_CatalogIndex>
135
- <Mage_CatalogSearch>
136
- <active>true</active>
137
- <codePool>core</codePool>
138
- <depends>
139
- <Mage_Catalog/>
140
- </depends>
141
- </Mage_CatalogSearch>
142
- <Mage_Sales>
143
- <active>true</active>
144
- <codePool>core</codePool>
145
- <depends>
146
- <Mage_Rule/>
147
- <Mage_Catalog/>
148
- <Mage_Customer/>
149
- <Mage_Payment/>
150
- </depends>
151
- </Mage_Sales>
152
- <Mage_SalesRule>
153
- <active>true</active>
154
- <codePool>core</codePool>
155
- <depends>
156
- <Mage_Rule/>
157
- <Mage_Catalog/>
158
- <Mage_Sales/>
159
- </depends>
160
- </Mage_SalesRule>
161
- <Mage_Checkout>
162
- <active>true</active>
163
- <codePool>core</codePool>
164
- <depends>
165
- <Mage_Sales/>
166
- <Mage_CatalogInventory/>
167
- </depends>
168
- </Mage_Checkout>
169
- <Mage_Shipping>
170
- <active>true</active>
171
- <codePool>core</codePool>
172
- <depends>
173
- <Mage_Core/>
174
- <Mage_Catalog/>
175
- </depends>
176
- </Mage_Shipping>
177
- <Mage_Payment>
178
- <active>true</active>
179
- <codePool>core</codePool>
180
- <depends>
181
- <Mage_Core/>
182
- <Mage_Catalog/>
183
- </depends>
184
- </Mage_Payment>
185
- <Mage_Usa>
186
- <active>true</active>
187
- <codePool>core</codePool>
188
- <depends>
189
- <Mage_Sales/>
190
- <Mage_Shipping/>
191
- </depends>
192
- </Mage_Usa>
193
- <Mage_Paygate>
194
- <active>true</active>
195
- <codePool>core</codePool>
196
- <depends>
197
- <Mage_Payment/>
198
- </depends>
199
- </Mage_Paygate>
200
- <Mage_Paypal>
201
- <active>true</active>
202
- <codePool>core</codePool>
203
- <depends>
204
- <Mage_Paygate/>
205
- <Mage_Checkout/>
206
- <Mage_Sales/>
207
- </depends>
208
- </Mage_Paypal>
209
- <Mage_PaypalUk>
210
- <active>true</active>
211
- <codePool>core</codePool>
212
- <depends>
213
- <Mage_Paygate/>
214
- <Mage_Checkout/>
215
- <Mage_Sales/>
216
- <Mage_Paypal/>
217
- </depends>
218
- </Mage_PaypalUk>
219
- <Mage_GoogleCheckout>
220
- <active>true</active>
221
- <codePool>core</codePool>
222
- <depends>
223
- <Mage_Sales/>
224
- <Mage_Payment/>
225
- <Mage_Usa/>
226
- </depends>
227
- </Mage_GoogleCheckout>
228
- <Mage_Log>
229
- <active>true</active>
230
- <codePool>core</codePool>
231
- <depends>
232
- <Mage_Core/>
233
- <Mage_Customer/>
234
- </depends>
235
- </Mage_Log>
236
- <Mage_Backup>
237
- <active>true</active>
238
- <codePool>core</codePool>
239
- <depends>
240
- <Mage_Core/>
241
- </depends>
242
- </Mage_Backup>
243
- <Mage_Poll>
244
- <active>true</active>
245
- <codePool>core</codePool>
246
- <depends>
247
- <Mage_Core/>
248
- <Mage_Cms/>
249
- </depends>
250
- </Mage_Poll>
251
- <Mage_Rating>
252
- <active>true</active>
253
- <codePool>core</codePool>
254
- <depends>
255
- <Mage_Core/>
256
- <Mage_Review/>
257
- </depends>
258
- </Mage_Rating>
259
- <Mage_Review>
260
- <active>true</active>
261
- <codePool>core</codePool>
262
- <depends>
263
- <Mage_Catalog/>
264
- <Mage_Core/>
265
- </depends>
266
- </Mage_Review>
267
- <Mage_Tag>
268
- <active>true</active>
269
- <codePool>core</codePool>
270
- <depends>
271
- <Mage_Catalog/>
272
- </depends>
273
- </Mage_Tag>
274
- <Mage_Cms>
275
- <active>true</active>
276
- <codePool>core</codePool>
277
- <depends>
278
- <Mage_Core/>
279
- </depends>
280
- </Mage_Cms>
281
- <Mage_Reports>
282
- <active>true</active>
283
- <codePool>core</codePool>
284
- <depends>
285
- <Mage_Customer/>
286
- <Mage_Catalog/>
287
- <Mage_Sales/>
288
- <Mage_Cms/>
289
- </depends>
290
- </Mage_Reports>
291
- <Mage_Newsletter>
292
- <active>true</active>
293
- <codePool>core</codePool>
294
- <depends>
295
- <Mage_Core/>
296
- <Mage_Customer/>
297
- <Mage_Eav/>
298
- <Mage_Widget/>
299
- </depends>
300
- </Mage_Newsletter>
301
- <Mage_Tax>
302
- <active>true</active>
303
- <codePool>core</codePool>
304
- <depends>
305
- <Mage_Catalog/>
306
- <Mage_Customer/>
307
- </depends>
308
- </Mage_Tax>
309
- <Mage_Wishlist>
310
- <active>true</active>
311
- <codePool>core</codePool>
312
- <depends>
313
- <Mage_Customer/>
314
- <Mage_Catalog/>
315
- </depends>
316
- </Mage_Wishlist>
317
- <Mage_GoogleAnalytics>
318
- <active>true</active>
319
- <codePool>core</codePool>
320
- <depends>
321
- <Mage_Core/>
322
- </depends>
323
- </Mage_GoogleAnalytics>
324
- <Mage_CatalogInventory>
325
- <active>true</active>
326
- <codePool>core</codePool>
327
- <depends>
328
- <Mage_Catalog/>
329
- </depends>
330
- </Mage_CatalogInventory>
331
- <Mage_GiftMessage>
332
- <active>true</active>
333
- <codePool>core</codePool>
334
- <depends>
335
- <Mage_Catalog/>
336
- <Mage_Sales/>
337
- </depends>
338
- </Mage_GiftMessage>
339
- <Mage_Sendfriend>
340
- <active>true</active>
341
- <codePool>core</codePool>
342
- <depends>
343
- <Mage_Catalog/>
344
- </depends>
345
- </Mage_Sendfriend>
346
- <Mage_Media>
347
- <active>true</active>
348
- <codePool>core</codePool>
349
- <depends>
350
- <Mage_Core/>
351
- </depends>
352
- </Mage_Media>
353
- <Mage_Sitemap>
354
- <active>true</active>
355
- <codePool>core</codePool>
356
- <depends>
357
- <Mage_Catalog/>
358
- </depends>
359
- </Mage_Sitemap>
360
- <Mage_Contacts>
361
- <active>true</active>
362
- <codePool>core</codePool>
363
- <depends>
364
- <Mage_Core/>
365
- </depends>
366
- </Mage_Contacts>
367
- <Mage_Dataflow>
368
- <active>true</active>
369
- <codePool>core</codePool>
370
- <depends>
371
- <Mage_Core/>
372
- </depends>
373
- </Mage_Dataflow>
374
- <Mage_Rss>
375
- <active>true</active>
376
- <codePool>core</codePool>
377
- <depends>
378
- <Mage_Catalog/>
379
- <Mage_CatalogInventory/>
380
- <Mage_Sales/>
381
- <Mage_SalesRule/>
382
- <Mage_Wishlist/>
383
- </depends>
384
- </Mage_Rss>
385
- <Mage_ProductAlert>
386
- <active>true</active>
387
- <codePool>core</codePool>
388
- <depends>
389
- <Mage_Catalog/>
390
- <Mage_Customer/>
391
- </depends>
392
- </Mage_ProductAlert>
393
- <Mage_Index>
394
- <active>true</active>
395
- <codePool>core</codePool>
396
- <depends>
397
- <Mage_Core/>
398
- </depends>
399
- </Mage_Index>
400
- </modules>
401
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Api.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Api
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Api>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Core />
35
- </depends>
36
- </Mage_Api>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Api2.xml DELETED
@@ -1,39 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Api2
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Api2>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Core />
35
- <Mage_Oauth />
36
- </depends>
37
- </Mage_Api2>
38
- </modules>
39
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Authorizenet.xml DELETED
@@ -1,40 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Authorizenet
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Authorizenet>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Paygate/>
35
- <Mage_Sales/>
36
- <Mage_Checkout/>
37
- </depends>
38
- </Mage_Authorizenet>
39
- </modules>
40
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Bundle.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Bundle
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Bundle>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Catalog />
35
- </depends>
36
- </Mage_Bundle>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Captcha.xml DELETED
@@ -1,39 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Captcha
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Captcha>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Customer />
35
- <Mage_Adminhtml />
36
- </depends>
37
- </Mage_Captcha>
38
- </modules>
39
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Centinel.xml DELETED
@@ -1,39 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Centinel
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Centinel>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Payment/>
35
- <Mage_Checkout/>
36
- </depends>
37
- </Mage_Centinel>
38
- </modules>
39
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Compiler.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Compiler
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Compiler>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Core />
35
- </depends>
36
- </Mage_Compiler>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Connect.xml DELETED
@@ -1,36 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Connect
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Connect>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends />
34
- </Mage_Connect>
35
- </modules>
36
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_CurrencySymbol.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_CurrencySymbol
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_CurrencySymbol>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Widget/>
35
- </depends>
36
- </Mage_CurrencySymbol>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Downloadable.xml DELETED
@@ -1,39 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Downloadable
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Downloadable>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Catalog />
35
- <!--<Mage_Sales />-->
36
- </depends>
37
- </Mage_Downloadable>
38
- </modules>
39
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_ImportExport.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_ImportExport
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_ImportExport>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Catalog/>
35
- </depends>
36
- </Mage_ImportExport>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Oauth.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Oauth
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Oauth>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Core/>
35
- </depends>
36
- </Mage_Oauth>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_PageCache.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_PageCache
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_PageCache>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Core/>
35
- </depends>
36
- </Mage_PageCache>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Persistent.xml DELETED
@@ -1,39 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Persistent
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Persistent>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Adminhtml />
35
- <Mage_Checkout />
36
- </depends>
37
- </Mage_Persistent>
38
- </modules>
39
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Weee.xml DELETED
@@ -1,40 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Weee
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Weee>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Catalog />
35
- <Mage_Tax />
36
- <Mage_Sales />
37
- </depends>
38
- </Mage_Weee>
39
- </modules>
40
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_Widget.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Widget
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_Widget>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Cms />
35
- </depends>
36
- </Mage_Widget>
37
- </modules>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Mage_XmlConnect.xml DELETED
@@ -1,49 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <modules>
30
- <Mage_XmlConnect>
31
- <active>true</active>
32
- <codePool>core</codePool>
33
- <depends>
34
- <Mage_Checkout />
35
- <Mage_Paypal />
36
- <Mage_Usa />
37
- <Mage_Tax />
38
- <Mage_Weee />
39
- <Mage_Catalog />
40
- <Mage_CatalogSearch />
41
- <Mage_CatalogInventory />
42
- <Mage_Bundle />
43
- <Mage_Wishlist />
44
- <Mage_Rating />
45
- <Mage_Review />
46
- </depends>
47
- </Mage_XmlConnect>
48
- </modules>
49
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Phoenix_Moneybookers.xml DELETED
@@ -1,29 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * @category Phoenix
17
- * @package Phoenix_Moneybookers
18
- * @copyright Copyright (c) 2012 Phoenix Medien GmbH & Co. KG (http://www.phoenix-medien.de)
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- */
21
- -->
22
- <config>
23
- <modules>
24
- <Phoenix_Moneybookers>
25
- <active>true</active>
26
- <codePool>community</codePool>
27
- </Phoenix_Moneybookers>
28
- </modules>
29
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GSD_Easy_Ajax_Login</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
@@ -19,8 +19,8 @@ Benefits&#xD;
19
  </notes>
20
  <authors><author><name>GS Dhunna</name><user>gsdhunna</user><email>gurjit035@gmail.com</email></author></authors>
21
  <date>2014-03-24</date>
22
- <time>07:41:25</time>
23
- <contents><target name="magelocal"><dir name="GSD"><dir name="AjaxLogin"><dir name="Helper"><file name="Data.php" hash="aa40df972cd3f4b4eceb28b906459e75"/><file name="Data.php" hash="aa40df972cd3f4b4eceb28b906459e75"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3f746c43d8d4742f1cdb30daef67a197"/><file name="config.xml" hash="0eb7f9b3466ec44e720e41c1ed20bf01"/><file name="system.xml" hash="8b10c51e46e3b89540989639f4b42c14"/><file name="system.xml" hash="8b10c51e46e3b89540989639f4b42c14"/><file name="config.xml" hash="0eb7f9b3466ec44e720e41c1ed20bf01"/><file name="adminhtml.xml" hash="3f746c43d8d4742f1cdb30daef67a197"/></dir><dir name="controllers"><file name="IndexController.php" hash="79019039dc3789a51ec871757d930c67"/><file name="IndexController.php" hash="79019039dc3789a51ec871757d930c67"/></dir><dir name="Block"><file name="Login.php" hash="533adb9f55864b8928ee545a9c96e89f"/><file name="Login.php" hash="533adb9f55864b8928ee545a9c96e89f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ajaxlogin.xml" hash="37dc026ba8cf85e09923130522cc90ad"/></dir><dir name="template"><dir name="ajaxlogin"><file name="login.phtml" hash="61f43bd133ce73f81a1a33caef007f1e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GSD_AjaxLogin.xml" hash="16c6fefa237a88565574feabe28911c4"/><file name="Infortis_Brands.xml" hash="8422a13852d6495e67ccf1c60d1bfb08"/><file name="Infortis_CloudZoom.xml" hash="a3ca42014c364da03c53c2d3ff345185"/><file name="Infortis_Ultimo.xml" hash="ffb7af66c451707370e96d7e99069642"/><file name="Infortis_UltraSlideshow.xml" hash="1c5ca192eb9edab69ad838bc93a9b471"/><file name="Mage_All.xml" hash="c7e565cbf0f7d8c23632fe53b20ea5f1"/><file name="Mage_Api.xml" hash="1ccfdaf5da9fc0a1a5b1ba2884d002f0"/><file name="Mage_Api2.xml" hash="091cfd7a676009bae1fd6910ba62c9db"/><file name="Mage_Authorizenet.xml" hash="92783f2d372685fe1be6b8481fe4f256"/><file name="Mage_Bundle.xml" hash="ef8c0b59e5e40ffec259cc4bacafd529"/><file name="Mage_Captcha.xml" hash="1146d8747598d59ccc59cf91199294c6"/><file name="Mage_Centinel.xml" hash="383a4595e11a0bc3c8b5b1217f81fd10"/><file name="Mage_Compiler.xml" hash="479d2097705e618aeaa68390fcac2774"/><file name="Mage_Connect.xml" hash="9d49380c1936fa5b912d964a6aa53688"/><file name="Mage_CurrencySymbol.xml" hash="9ab962cbdb0189446ab5edb05450517a"/><file name="Mage_Downloadable.xml" hash="636d3d007abe288ea27d24e35cacac13"/><file name="Mage_ImportExport.xml" hash="7b98560049d0a0c19516dd6c7aecba8a"/><file name="Mage_Oauth.xml" hash="4d324a63d05002a251978adedb8a5594"/><file name="Mage_PageCache.xml" hash="3539dd54faa22dc50b558cd5cc4634dd"/><file name="Mage_Persistent.xml" hash="9cb87c217c3d462f7a9858b1c60fd19e"/><file name="Mage_Weee.xml" hash="0bc1f3ebdc9b6b85166a03b31d2ed09a"/><file name="Mage_Widget.xml" hash="15d52f9e84449a97c4bbc965daba153f"/><file name="Mage_XmlConnect.xml" hash="c6176612e733ca95ee95780cd8afde50"/><file name="Phoenix_Moneybookers.xml" hash="59d5246e2db42680074697dc09c55d57"/><file name="GSD_AjaxLogin.xml" hash="16c6fefa237a88565574feabe28911c4"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><dir name="centinel"><file name="sc_learn_62x34.gif" hash="059ec6c3eecea97b3f70a2e2d6ceb911"/><file name="v_activate_steps.gif" hash="005312b14c6aed41e8a47c4acaac7c1a"/><file name="vbv_ltbg_71x57.gif" hash="2b0bcd07251fcaafd46e7ce77ba821a9"/></dir><dir name="cookies"><file name="firefox.png" hash="425e1b2ddc38c0bba431fb54357c66a4"/><file name="ie6-1.gif" hash="5c27700e245762bc89ed8c3ee7183f21"/><file name="ie6-2.gif" hash="d8c55e15e1f711e5c259300a9c19551b"/><file name="ie7-1.gif" hash="d61edcc8a514a3c81ea116b7d38ddcb6"/><file name="ie7-2.gif" hash="0526a654e94c54866cad977c0a47d3e5"/><file name="ie7-3.gif" hash="4fb142def3f6cfd8d8d23e1315528a1e"/><file name="ie7-4.gif" hash="575c276231c6a91e28935ec98215e146"/><file name="ie7-5.gif" hash="3ae5fcc11fe89da91674d183872337c1"/><file name="ie7-6.gif" hash="95a4981a41785a8cde273c9b2edbfbc7"/><file name="opera.png" hash="34070d92180d4ee0e37b1dd8bb731cd7"/></dir><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="icon-close.png" hash="6701153ef3e30addce58dc9d0db052d5"/><file name="loader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><dir name="moneybookers"><file name="banner_120_de.gif" hash="74815117bf378543e5b3496bb5bc4e8a"/><file name="banner_120_de.png" hash="6c3f708fcb6dac92e53472d4c2246c68"/><file name="banner_120_dk.gif" hash="2106bd994d188d40474bf2a2e8d62a8d"/><file name="banner_120_fr.gif" hash="a84241eef7bc38fb38567e7aa8ca245a"/><file name="banner_120_fr.png" hash="8994d1dc3b4f5c9e5efc67ce3f9f55a9"/><file name="banner_120_int.gif" hash="e23ddcf71e15f0a9300062ef9cdea512"/><file name="banner_120_int.png" hash="f9dfbc26041e52b34eea65348707d64f"/><file name="banner_120_pl.gif" hash="44313c7d27cdcf59c2f66708c6c5abd5"/><file name="banner_120_pl.png" hash="67d3385f93bc9113880305ee7c7da9de"/><file name="banner_120_sp.gif" hash="a003ed8db63620672ae945682b1e1e39"/><file name="banner_120_sp.png" hash="f9c4a653d6814ab3f8c535da706f5f77"/><file name="moneybookers_acc.png" hash="a3e639a68fafdffaca81e91985127735"/><file name="moneybookers_csi.gif" hash="4eec4ed7c494d01d518a3c6c691128e9"/><file name="moneybookers_did.gif" hash="6a3a3365894e9cdb199647a5b74ba35b"/><file name="moneybookers_dnk.gif" hash="7d4b8d27784f8a6fa6ef81c4e911831b"/><file name="moneybookers_ebt.gif" hash="9911d8cc223e7f3d9ec12f50c280ec61"/><file name="moneybookers_ent.gif" hash="704e9551ed4aff82b67114242b9fba1a"/><file name="moneybookers_gcb.gif" hash="e2e7c0f501e5ab0136f859ca5f57abc2"/><file name="moneybookers_gir.gif" hash="f16e949bc60bbd812f803d5e377d47f6"/><file name="moneybookers_idl.gif" hash="fe0ad1efc12d43df6c9ff3ffdd9dd59b"/><file name="moneybookers_lsr.gif" hash="58cdadfa20b6d37aeaa19e50995e4baf"/><file name="moneybookers_mae.gif" hash="4d4b5f0cf3377939c7738fc7e416d25f"/><file name="moneybookers_npy.gif" hash="01242c5ad7bc667e7493b550b6397fab"/><file name="moneybookers_obt_de.png" hash="ce44fd2974b8d279401778292e2c4484"/><file name="moneybookers_obt_dk.png" hash="2985e8cb472d1886d584fa31d56bee92"/><file name="moneybookers_obt_ee.png" hash="cb186be1c7595544f61d3737c7bf85aa"/><file name="moneybookers_obt_en.png" hash="eee098a06e3ea34f33e276724b084774"/><file name="moneybookers_obt_fl.png" hash="6c3766df052d875ce399e62ad8a435f8"/><file name="moneybookers_obt_lt.png" hash="adf61f248fc6d5985840db3e0c23391e"/><file name="moneybookers_obt_lv.png" hash="4e7f16b4988ea30f049942d4dcdb5f78"/><file name="moneybookers_obt_pl.png" hash="fb2c43c18ba73d390e5b5f5261261f4a"/><file name="moneybookers_obt_se.png" hash="9028412e9c3f25d114bf40bb2049d225"/><file name="moneybookers_pli.gif" hash="93989e85caff760af7a61838db0300bf"/><file name="moneybookers_psp.gif" hash="7abffc2246f172625be2ce31f4315cb2"/><file name="moneybookers_pwy.gif" hash="b4a0b9db9a031855e6e3899592012fae"/><file name="moneybookers_sft.gif" hash="e9e774163c99a8ab4deb18d37feaf658"/><file name="moneybookers_so2.gif" hash="9911d8cc223e7f3d9ec12f50c280ec61"/><file name="moneybookers_wlt.gif" hash="4b9cbc5aa5c32f3015ce7bec98da2670"/></dir><file name="reload.png" hash="84cc4883f78ef850814ea9b53989b2a7"/><dir name="widgets"><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_widget-link.gif" hash="1bf753578171f147f0203e7b13bdd0c4"/><file name="i_widget-new.gif" hash="a75377ffed51b711cbc608ffaa1a2e7d"/></dir><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir><file name="loader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><file name="icon-close.png" hash="6701153ef3e30addce58dc9d0db052d5"/></dir><dir name="css"><file name="ajaxlogin.css" hash="f5ffcec1b82894ada5c7fd7ac46d6d65"/><file name="widgets.css" hash="49d489c9cc589a27782d4bd40ce92299"/><file name="ajaxlogin.css" hash="f5ffcec1b82894ada5c7fd7ac46d6d65"/></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>GSD_Easy_Ajax_Login</name><channel>local</channel><min>1.0</min><max>2.0</max></package><extension><name>Core</name><min>1.0</min><max>3.0</max></extension></required></dependencies>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GSD_Easy_Ajax_Login</name>
4
+ <version>2.0.1</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
19
  </notes>
20
  <authors><author><name>GS Dhunna</name><user>gsdhunna</user><email>gurjit035@gmail.com</email></author></authors>
21
  <date>2014-03-24</date>
22
+ <time>07:48:38</time>
23
+ <contents><target name="magelocal"><dir name="GSD"><dir name="AjaxLogin"><dir name="Helper"><file name="Data.php" hash="aa40df972cd3f4b4eceb28b906459e75"/><file name="Data.php" hash="aa40df972cd3f4b4eceb28b906459e75"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3f746c43d8d4742f1cdb30daef67a197"/><file name="config.xml" hash="0eb7f9b3466ec44e720e41c1ed20bf01"/><file name="system.xml" hash="8b10c51e46e3b89540989639f4b42c14"/><file name="system.xml" hash="8b10c51e46e3b89540989639f4b42c14"/><file name="config.xml" hash="0eb7f9b3466ec44e720e41c1ed20bf01"/><file name="adminhtml.xml" hash="3f746c43d8d4742f1cdb30daef67a197"/></dir><dir name="controllers"><file name="IndexController.php" hash="79019039dc3789a51ec871757d930c67"/><file name="IndexController.php" hash="79019039dc3789a51ec871757d930c67"/></dir><dir name="Block"><file name="Login.php" hash="533adb9f55864b8928ee545a9c96e89f"/><file name="Login.php" hash="533adb9f55864b8928ee545a9c96e89f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ajaxlogin.xml" hash="37dc026ba8cf85e09923130522cc90ad"/></dir><dir name="template"><dir name="ajaxlogin"><file name="login.phtml" hash="61f43bd133ce73f81a1a33caef007f1e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GSD_AjaxLogin.xml" hash="16c6fefa237a88565574feabe28911c4"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><dir name="centinel"><file name="sc_learn_62x34.gif" hash="059ec6c3eecea97b3f70a2e2d6ceb911"/><file name="v_activate_steps.gif" hash="005312b14c6aed41e8a47c4acaac7c1a"/><file name="vbv_ltbg_71x57.gif" hash="2b0bcd07251fcaafd46e7ce77ba821a9"/></dir><dir name="cookies"><file name="firefox.png" hash="425e1b2ddc38c0bba431fb54357c66a4"/><file name="ie6-1.gif" hash="5c27700e245762bc89ed8c3ee7183f21"/><file name="ie6-2.gif" hash="d8c55e15e1f711e5c259300a9c19551b"/><file name="ie7-1.gif" hash="d61edcc8a514a3c81ea116b7d38ddcb6"/><file name="ie7-2.gif" hash="0526a654e94c54866cad977c0a47d3e5"/><file name="ie7-3.gif" hash="4fb142def3f6cfd8d8d23e1315528a1e"/><file name="ie7-4.gif" hash="575c276231c6a91e28935ec98215e146"/><file name="ie7-5.gif" hash="3ae5fcc11fe89da91674d183872337c1"/><file name="ie7-6.gif" hash="95a4981a41785a8cde273c9b2edbfbc7"/><file name="opera.png" hash="34070d92180d4ee0e37b1dd8bb731cd7"/></dir><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="icon-close.png" hash="6701153ef3e30addce58dc9d0db052d5"/><file name="loader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><dir name="moneybookers"><file name="banner_120_de.gif" hash="74815117bf378543e5b3496bb5bc4e8a"/><file name="banner_120_de.png" hash="6c3f708fcb6dac92e53472d4c2246c68"/><file name="banner_120_dk.gif" hash="2106bd994d188d40474bf2a2e8d62a8d"/><file name="banner_120_fr.gif" hash="a84241eef7bc38fb38567e7aa8ca245a"/><file name="banner_120_fr.png" hash="8994d1dc3b4f5c9e5efc67ce3f9f55a9"/><file name="banner_120_int.gif" hash="e23ddcf71e15f0a9300062ef9cdea512"/><file name="banner_120_int.png" hash="f9dfbc26041e52b34eea65348707d64f"/><file name="banner_120_pl.gif" hash="44313c7d27cdcf59c2f66708c6c5abd5"/><file name="banner_120_pl.png" hash="67d3385f93bc9113880305ee7c7da9de"/><file name="banner_120_sp.gif" hash="a003ed8db63620672ae945682b1e1e39"/><file name="banner_120_sp.png" hash="f9c4a653d6814ab3f8c535da706f5f77"/><file name="moneybookers_acc.png" hash="a3e639a68fafdffaca81e91985127735"/><file name="moneybookers_csi.gif" hash="4eec4ed7c494d01d518a3c6c691128e9"/><file name="moneybookers_did.gif" hash="6a3a3365894e9cdb199647a5b74ba35b"/><file name="moneybookers_dnk.gif" hash="7d4b8d27784f8a6fa6ef81c4e911831b"/><file name="moneybookers_ebt.gif" hash="9911d8cc223e7f3d9ec12f50c280ec61"/><file name="moneybookers_ent.gif" hash="704e9551ed4aff82b67114242b9fba1a"/><file name="moneybookers_gcb.gif" hash="e2e7c0f501e5ab0136f859ca5f57abc2"/><file name="moneybookers_gir.gif" hash="f16e949bc60bbd812f803d5e377d47f6"/><file name="moneybookers_idl.gif" hash="fe0ad1efc12d43df6c9ff3ffdd9dd59b"/><file name="moneybookers_lsr.gif" hash="58cdadfa20b6d37aeaa19e50995e4baf"/><file name="moneybookers_mae.gif" hash="4d4b5f0cf3377939c7738fc7e416d25f"/><file name="moneybookers_npy.gif" hash="01242c5ad7bc667e7493b550b6397fab"/><file name="moneybookers_obt_de.png" hash="ce44fd2974b8d279401778292e2c4484"/><file name="moneybookers_obt_dk.png" hash="2985e8cb472d1886d584fa31d56bee92"/><file name="moneybookers_obt_ee.png" hash="cb186be1c7595544f61d3737c7bf85aa"/><file name="moneybookers_obt_en.png" hash="eee098a06e3ea34f33e276724b084774"/><file name="moneybookers_obt_fl.png" hash="6c3766df052d875ce399e62ad8a435f8"/><file name="moneybookers_obt_lt.png" hash="adf61f248fc6d5985840db3e0c23391e"/><file name="moneybookers_obt_lv.png" hash="4e7f16b4988ea30f049942d4dcdb5f78"/><file name="moneybookers_obt_pl.png" hash="fb2c43c18ba73d390e5b5f5261261f4a"/><file name="moneybookers_obt_se.png" hash="9028412e9c3f25d114bf40bb2049d225"/><file name="moneybookers_pli.gif" hash="93989e85caff760af7a61838db0300bf"/><file name="moneybookers_psp.gif" hash="7abffc2246f172625be2ce31f4315cb2"/><file name="moneybookers_pwy.gif" hash="b4a0b9db9a031855e6e3899592012fae"/><file name="moneybookers_sft.gif" hash="e9e774163c99a8ab4deb18d37feaf658"/><file name="moneybookers_so2.gif" hash="9911d8cc223e7f3d9ec12f50c280ec61"/><file name="moneybookers_wlt.gif" hash="4b9cbc5aa5c32f3015ce7bec98da2670"/></dir><file name="reload.png" hash="84cc4883f78ef850814ea9b53989b2a7"/><dir name="widgets"><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_widget-link.gif" hash="1bf753578171f147f0203e7b13bdd0c4"/><file name="i_widget-new.gif" hash="a75377ffed51b711cbc608ffaa1a2e7d"/></dir><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir><file name="loader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><file name="icon-close.png" hash="6701153ef3e30addce58dc9d0db052d5"/></dir><dir name="css"><file name="ajaxlogin.css" hash="f5ffcec1b82894ada5c7fd7ac46d6d65"/><file name="widgets.css" hash="49d489c9cc589a27782d4bd40ce92299"/><file name="ajaxlogin.css" hash="f5ffcec1b82894ada5c7fd7ac46d6d65"/></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>GSD_Easy_Ajax_Login</name><channel>local</channel><min>1.0</min><max>2.0</max></package><extension><name>Core</name><min>1.0</min><max>3.0</max></extension></required></dependencies>
26
  </package>