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 | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4 to 2.0.5
- app/code/community/Youama/Ajaxlogin/Block/Ajaxlogin.php +13 -14
- app/code/community/Youama/Ajaxlogin/Model/Ajaxlogin.php +13 -14
- app/code/community/Youama/Ajaxlogin/Model/Ajaxregister.php +13 -14
- app/code/community/Youama/Ajaxlogin/Model/Validator.php +13 -14
- app/code/community/Youama/Ajaxlogin/controllers/AccountController.php +13 -14
- app/code/community/Youama/Ajaxlogin/controllers/AjaxController.php +13 -14
- app/code/community/Youama/Ajaxlogin/etc/adminhtml.xml +12 -13
- app/code/community/Youama/Ajaxlogin/etc/config.xml +13 -14
- app/code/community/Youama/Ajaxlogin/etc/system.xml +12 -13
- app/design/frontend/base/default/layout/youama_ajaxlogin.xml +12 -13
- app/design/frontend/base/default/template/youama/ajaxlogin/ajaxlogin.phtml +13 -14
- app/etc/modules/Youama_Ajaxlogin.xml +12 -13
- package.xml +5 -5
- skin/frontend/base/default/css/youama/ajaxlogin/ajaxlogin.css +12 -13
- skin/frontend/base/default/js/youama/ajaxlogin/ajaxlogin.js +14 -15
app/code/community/Youama/Ajaxlogin/Block/Ajaxlogin.php
CHANGED
@@ -1,36 +1,35 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
9 |
-
* on http://youama.com/freemodule-license.txt.
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
-
*
|
13 |
-
|
14 |
-
* This package designed for Magento Community
|
15 |
-
*
|
16 |
-
* Magento
|
17 |
-
* provide extension support in case of incorrect
|
18 |
-
*******************************************************************************
|
19 |
-
* DISCLAIMER
|
20 |
*******************************************************************************
|
|
|
|
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
-
* @copyright Copyright (c) 2012-
|
27 |
-
* @license
|
28 |
*/
|
29 |
|
30 |
/**
|
31 |
* Block class for ajaxlogin view.
|
32 |
* Class Youama_Ajaxlogin_Block_Ajaxlogin
|
33 |
-
* @author
|
34 |
*/
|
35 |
class Youama_Ajaxlogin_Block_Ajaxlogin extends Mage_Core_Block_Template
|
36 |
{
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* YOUAMA SOFTWARE
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
9 |
*
|
10 |
*******************************************************************************
|
11 |
+
* MAGENTO EDITION USAGE NOTICE
|
12 |
+
*
|
13 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
14 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
15 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
16 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
17 |
*******************************************************************************
|
18 |
+
* DISCLAIMER
|
19 |
+
*
|
20 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
21 |
* versions in the future.
|
22 |
*******************************************************************************
|
23 |
* @category Youama
|
24 |
* @package Youama_Ajaxlogin
|
25 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
26 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
27 |
*/
|
28 |
|
29 |
/**
|
30 |
* Block class for ajaxlogin view.
|
31 |
* Class Youama_Ajaxlogin_Block_Ajaxlogin
|
32 |
+
* @author David Belicza
|
33 |
*/
|
34 |
class Youama_Ajaxlogin_Block_Ajaxlogin extends Mage_Core_Block_Template
|
35 |
{
|
app/code/community/Youama/Ajaxlogin/Model/Ajaxlogin.php
CHANGED
@@ -1,36 +1,35 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
9 |
-
* on http://youama.com/freemodule-license.txt.
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
-
*
|
13 |
-
|
14 |
-
* This package designed for Magento Community
|
15 |
-
*
|
16 |
-
* Magento
|
17 |
-
* provide extension support in case of incorrect
|
18 |
-
*******************************************************************************
|
19 |
-
* DISCLAIMER
|
20 |
*******************************************************************************
|
|
|
|
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
-
* @copyright Copyright (c) 2012-
|
27 |
-
* @license
|
28 |
*/
|
29 |
|
30 |
/**
|
31 |
* Login user.
|
32 |
* Class Youama_Ajaxlogin_Model_Ajaxlogin
|
33 |
-
* @author
|
34 |
*/
|
35 |
class Youama_Ajaxlogin_Model_Ajaxlogin extends Youama_Ajaxlogin_Model_Validator
|
36 |
{
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* YOUAMA SOFTWARE
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
9 |
*
|
10 |
*******************************************************************************
|
11 |
+
* MAGENTO EDITION USAGE NOTICE
|
12 |
+
*
|
13 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
14 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
15 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
16 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
17 |
*******************************************************************************
|
18 |
+
* DISCLAIMER
|
19 |
+
*
|
20 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
21 |
* versions in the future.
|
22 |
*******************************************************************************
|
23 |
* @category Youama
|
24 |
* @package Youama_Ajaxlogin
|
25 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
26 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
27 |
*/
|
28 |
|
29 |
/**
|
30 |
* Login user.
|
31 |
* Class Youama_Ajaxlogin_Model_Ajaxlogin
|
32 |
+
* @author David Belicza
|
33 |
*/
|
34 |
class Youama_Ajaxlogin_Model_Ajaxlogin extends Youama_Ajaxlogin_Model_Validator
|
35 |
{
|
app/code/community/Youama/Ajaxlogin/Model/Ajaxregister.php
CHANGED
@@ -1,36 +1,35 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
9 |
-
* on http://youama.com/freemodule-license.txt.
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
-
*
|
13 |
-
|
14 |
-
* This package designed for Magento Community
|
15 |
-
*
|
16 |
-
* Magento
|
17 |
-
* provide extension support in case of incorrect
|
18 |
-
*******************************************************************************
|
19 |
-
* DISCLAIMER
|
20 |
*******************************************************************************
|
|
|
|
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
-
* @copyright Copyright (c) 2012-
|
27 |
-
* @license
|
28 |
*/
|
29 |
|
30 |
/**
|
31 |
* Register user.
|
32 |
* Class Youama_Ajaxlogin_Model_Ajaxregister
|
33 |
-
* @author
|
34 |
*/
|
35 |
class Youama_Ajaxlogin_Model_Ajaxregister
|
36 |
extends Youama_Ajaxlogin_Model_Validator
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* YOUAMA SOFTWARE
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
9 |
*
|
10 |
*******************************************************************************
|
11 |
+
* MAGENTO EDITION USAGE NOTICE
|
12 |
+
*
|
13 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
14 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
15 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
16 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
17 |
*******************************************************************************
|
18 |
+
* DISCLAIMER
|
19 |
+
*
|
20 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
21 |
* versions in the future.
|
22 |
*******************************************************************************
|
23 |
* @category Youama
|
24 |
* @package Youama_Ajaxlogin
|
25 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
26 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
27 |
*/
|
28 |
|
29 |
/**
|
30 |
* Register user.
|
31 |
* Class Youama_Ajaxlogin_Model_Ajaxregister
|
32 |
+
* @author David Belicza
|
33 |
*/
|
34 |
class Youama_Ajaxlogin_Model_Ajaxregister
|
35 |
extends Youama_Ajaxlogin_Model_Validator
|
app/code/community/Youama/Ajaxlogin/Model/Validator.php
CHANGED
@@ -1,36 +1,35 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
9 |
-
* on http://youama.com/freemodule-license.txt.
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
-
*
|
13 |
-
|
14 |
-
* This package designed for Magento Community
|
15 |
-
*
|
16 |
-
* Magento
|
17 |
-
* provide extension support in case of incorrect
|
18 |
-
*******************************************************************************
|
19 |
-
* DISCLAIMER
|
20 |
*******************************************************************************
|
|
|
|
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
-
* @copyright Copyright (c) 2012-
|
27 |
-
* @license
|
28 |
*/
|
29 |
|
30 |
/**
|
31 |
* Validate user data.
|
32 |
* Class Youama_Ajaxlogin_Model_Validator
|
33 |
-
* @author
|
34 |
*/
|
35 |
class Youama_Ajaxlogin_Model_Validator extends Varien_Object
|
36 |
{
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* YOUAMA SOFTWARE
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
9 |
*
|
10 |
*******************************************************************************
|
11 |
+
* MAGENTO EDITION USAGE NOTICE
|
12 |
+
*
|
13 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
14 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
15 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
16 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
17 |
*******************************************************************************
|
18 |
+
* DISCLAIMER
|
19 |
+
*
|
20 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
21 |
* versions in the future.
|
22 |
*******************************************************************************
|
23 |
* @category Youama
|
24 |
* @package Youama_Ajaxlogin
|
25 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
26 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
27 |
*/
|
28 |
|
29 |
/**
|
30 |
* Validate user data.
|
31 |
* Class Youama_Ajaxlogin_Model_Validator
|
32 |
+
* @author David Belicza
|
33 |
*/
|
34 |
class Youama_Ajaxlogin_Model_Validator extends Varien_Object
|
35 |
{
|
app/code/community/Youama/Ajaxlogin/controllers/AccountController.php
CHANGED
@@ -1,30 +1,29 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
9 |
-
* on http://youama.com/freemodule-license.txt.
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
-
*
|
13 |
-
|
14 |
-
* This package designed for Magento Community
|
15 |
-
*
|
16 |
-
* Magento
|
17 |
-
* provide extension support in case of incorrect
|
18 |
-
*******************************************************************************
|
19 |
-
* DISCLAIMER
|
20 |
*******************************************************************************
|
|
|
|
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
-
* @copyright Copyright (c) 2012-
|
27 |
-
* @license
|
28 |
*/
|
29 |
|
30 |
require_once Mage::getModuleDir('controllers', 'Mage_Customer') . DS . 'AccountController.php';
|
@@ -32,7 +31,7 @@ require_once Mage::getModuleDir('controllers', 'Mage_Customer') . DS . 'AccountC
|
|
32 |
/**
|
33 |
* Override Customer Account controller for disable login and register pages.
|
34 |
* Class Youama_Ajaxlogin_AccountController
|
35 |
-
* @author
|
36 |
* @see Mage_Customer_AccountController
|
37 |
*/
|
38 |
class Youama_Ajaxlogin_AccountController extends Mage_Customer_AccountController
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* YOUAMA SOFTWARE
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
9 |
*
|
10 |
*******************************************************************************
|
11 |
+
* MAGENTO EDITION USAGE NOTICE
|
12 |
+
*
|
13 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
14 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
15 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
16 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
17 |
*******************************************************************************
|
18 |
+
* DISCLAIMER
|
19 |
+
*
|
20 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
21 |
* versions in the future.
|
22 |
*******************************************************************************
|
23 |
* @category Youama
|
24 |
* @package Youama_Ajaxlogin
|
25 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
26 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
27 |
*/
|
28 |
|
29 |
require_once Mage::getModuleDir('controllers', 'Mage_Customer') . DS . 'AccountController.php';
|
31 |
/**
|
32 |
* Override Customer Account controller for disable login and register pages.
|
33 |
* Class Youama_Ajaxlogin_AccountController
|
34 |
+
* @author David Belicza
|
35 |
* @see Mage_Customer_AccountController
|
36 |
*/
|
37 |
class Youama_Ajaxlogin_AccountController extends Mage_Customer_AccountController
|
app/code/community/Youama/Ajaxlogin/controllers/AjaxController.php
CHANGED
@@ -1,36 +1,35 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
9 |
-
* on http://youama.com/freemodule-license.txt.
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
-
*
|
13 |
-
|
14 |
-
* This package designed for Magento Community
|
15 |
-
*
|
16 |
-
* Magento
|
17 |
-
* provide extension support in case of incorrect
|
18 |
-
*******************************************************************************
|
19 |
-
* DISCLAIMER
|
20 |
*******************************************************************************
|
|
|
|
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
-
* @copyright Copyright (c) 2012-
|
27 |
-
* @license
|
28 |
*/
|
29 |
|
30 |
/**
|
31 |
* Handle ajax login and registration.
|
32 |
* Class Youama_Ajaxlogin_AjaxController
|
33 |
-
* @author
|
34 |
*/
|
35 |
class Youama_Ajaxlogin_AjaxController extends Mage_Core_Controller_Front_Action
|
36 |
{
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* YOUAMA SOFTWARE
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
9 |
*
|
10 |
*******************************************************************************
|
11 |
+
* MAGENTO EDITION USAGE NOTICE
|
12 |
+
*
|
13 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
14 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
15 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
16 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
17 |
*******************************************************************************
|
18 |
+
* DISCLAIMER
|
19 |
+
*
|
20 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
21 |
* versions in the future.
|
22 |
*******************************************************************************
|
23 |
* @category Youama
|
24 |
* @package Youama_Ajaxlogin
|
25 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
26 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
27 |
*/
|
28 |
|
29 |
/**
|
30 |
* Handle ajax login and registration.
|
31 |
* Class Youama_Ajaxlogin_AjaxController
|
32 |
+
* @author David Belicza
|
33 |
*/
|
34 |
class Youama_Ajaxlogin_AjaxController extends Mage_Core_Controller_Front_Action
|
35 |
{
|
app/code/community/Youama/Ajaxlogin/etc/adminhtml.xml
CHANGED
@@ -2,30 +2,29 @@
|
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
-
*
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
-
* This source file is subject to the
|
10 |
-
* on http://youama.com/freemodule-license.txt.
|
11 |
*
|
12 |
*******************************************************************************
|
13 |
-
*
|
14 |
-
|
15 |
-
* This package designed for Magento Community
|
16 |
-
*
|
17 |
-
* Magento
|
18 |
-
* provide extension support in case of incorrect
|
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-
|
28 |
-
* @license
|
29 |
*/
|
30 |
-->
|
31 |
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
+
* YOUAMA SOFTWARE
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
+
* MAGENTO EDITION USAGE NOTICE
|
13 |
+
*
|
14 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
15 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
16 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
17 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
18 |
*******************************************************************************
|
19 |
+
* DISCLAIMER
|
20 |
+
*
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
27 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
28 |
*/
|
29 |
-->
|
30 |
|
app/code/community/Youama/Ajaxlogin/etc/config.xml
CHANGED
@@ -2,37 +2,36 @@
|
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
-
*
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
-
* This source file is subject to the
|
10 |
-
* on http://youama.com/freemodule-license.txt.
|
11 |
*
|
12 |
*******************************************************************************
|
13 |
-
*
|
14 |
-
|
15 |
-
* This package designed for Magento Community
|
16 |
-
*
|
17 |
-
* Magento
|
18 |
-
* provide extension support in case of incorrect
|
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-
|
28 |
-
* @license
|
29 |
*/
|
30 |
-->
|
31 |
|
32 |
<config>
|
33 |
<modules>
|
34 |
<Youama_Ajaxlogin>
|
35 |
-
<version>2.0.
|
36 |
</Youama_Ajaxlogin>
|
37 |
</modules>
|
38 |
<global>
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
+
* YOUAMA SOFTWARE
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
+
* MAGENTO EDITION USAGE NOTICE
|
13 |
+
*
|
14 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
15 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
16 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
17 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
18 |
*******************************************************************************
|
19 |
+
* DISCLAIMER
|
20 |
+
*
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
27 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
28 |
*/
|
29 |
-->
|
30 |
|
31 |
<config>
|
32 |
<modules>
|
33 |
<Youama_Ajaxlogin>
|
34 |
+
<version>2.0.5</version>
|
35 |
</Youama_Ajaxlogin>
|
36 |
</modules>
|
37 |
<global>
|
app/code/community/Youama/Ajaxlogin/etc/system.xml
CHANGED
@@ -2,30 +2,29 @@
|
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
-
*
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
-
* This source file is subject to the
|
10 |
-
* on http://youama.com/freemodule-license.txt.
|
11 |
*
|
12 |
*******************************************************************************
|
13 |
-
*
|
14 |
-
|
15 |
-
* This package designed for Magento Community
|
16 |
-
*
|
17 |
-
* Magento
|
18 |
-
* provide extension support in case of incorrect
|
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-
|
28 |
-
* @license
|
29 |
*/
|
30 |
-->
|
31 |
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
+
* YOUAMA SOFTWARE
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
+
* MAGENTO EDITION USAGE NOTICE
|
13 |
+
*
|
14 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
15 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
16 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
17 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
18 |
*******************************************************************************
|
19 |
+
* DISCLAIMER
|
20 |
+
*
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
27 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
28 |
*/
|
29 |
-->
|
30 |
|
app/design/frontend/base/default/layout/youama_ajaxlogin.xml
CHANGED
@@ -2,30 +2,29 @@
|
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
-
*
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
-
* This source file is subject to the
|
10 |
-
* on http://youama.com/freemodule-license.txt.
|
11 |
*
|
12 |
*******************************************************************************
|
13 |
-
*
|
14 |
-
|
15 |
-
* This package designed for Magento Community
|
16 |
-
*
|
17 |
-
* Magento
|
18 |
-
* provide extension support in case of incorrect
|
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-
|
28 |
-
* @license
|
29 |
*/
|
30 |
-->
|
31 |
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
+
* YOUAMA SOFTWARE
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
+
* MAGENTO EDITION USAGE NOTICE
|
13 |
+
*
|
14 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
15 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
16 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
17 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
18 |
*******************************************************************************
|
19 |
+
* DISCLAIMER
|
20 |
+
*
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
27 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
28 |
*/
|
29 |
-->
|
30 |
|
app/design/frontend/base/default/template/youama/ajaxlogin/ajaxlogin.phtml
CHANGED
@@ -1,33 +1,32 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* on http://youama.com/freemodule-license.txt.
|
9 |
*
|
10 |
*******************************************************************************
|
11 |
-
*
|
12 |
-
|
13 |
-
* This package designed for Magento Community
|
14 |
-
*
|
15 |
-
* Magento
|
16 |
-
* provide extension support in case of incorrect
|
17 |
-
*******************************************************************************
|
18 |
-
* DISCLAIMER
|
19 |
*******************************************************************************
|
|
|
|
|
20 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
21 |
* versions in the future.
|
22 |
*******************************************************************************
|
23 |
* @category Youama
|
24 |
* @package Youama_Ajaxlogin
|
25 |
-
* @copyright Copyright (c) 2012-
|
26 |
-
* @license
|
27 |
*/
|
28 |
|
29 |
/**
|
30 |
-
* @author
|
31 |
* @see Youama_Ajaxlogin_Block_Ajaxlogin
|
32 |
*/
|
33 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* YOUAMA SOFTWARE
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
8 |
*
|
9 |
*******************************************************************************
|
10 |
+
* MAGENTO EDITION USAGE NOTICE
|
11 |
+
*
|
12 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
13 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
14 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
15 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
16 |
*******************************************************************************
|
17 |
+
* DISCLAIMER
|
18 |
+
*
|
19 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
20 |
* versions in the future.
|
21 |
*******************************************************************************
|
22 |
* @category Youama
|
23 |
* @package Youama_Ajaxlogin
|
24 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
25 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
26 |
*/
|
27 |
|
28 |
/**
|
29 |
+
* @author David Belicza
|
30 |
* @see Youama_Ajaxlogin_Block_Ajaxlogin
|
31 |
*/
|
32 |
?>
|
app/etc/modules/Youama_Ajaxlogin.xml
CHANGED
@@ -2,30 +2,29 @@
|
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
-
*
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
-
* This source file is subject to the
|
10 |
-
* on http://youama.com/freemodule-license.txt.
|
11 |
*
|
12 |
*******************************************************************************
|
13 |
-
*
|
14 |
-
|
15 |
-
* This package designed for Magento Community
|
16 |
-
*
|
17 |
-
* Magento
|
18 |
-
* provide extension support in case of incorrect
|
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-
|
28 |
-
* @license
|
29 |
*/
|
30 |
-->
|
31 |
|
2 |
|
3 |
<!--
|
4 |
/**
|
5 |
+
* YOUAMA SOFTWARE
|
6 |
*
|
7 |
* NOTICE OF LICENSE
|
8 |
*
|
9 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
10 |
*
|
11 |
*******************************************************************************
|
12 |
+
* MAGENTO EDITION USAGE NOTICE
|
13 |
+
*
|
14 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
15 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
16 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
17 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
18 |
*******************************************************************************
|
19 |
+
* DISCLAIMER
|
20 |
+
*
|
21 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
22 |
* versions in the future.
|
23 |
*******************************************************************************
|
24 |
* @category Youama
|
25 |
* @package Youama_Ajaxlogin
|
26 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
27 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
28 |
*/
|
29 |
-->
|
30 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Youama_Ajaxlogin</name>
|
4 |
-
<version>2.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>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This module implement the Magento Login/Register process. Youama_Ajaxlogin generate two popup windows what allow login and registration. Remove the default login and registration pages by redirect to homepage. This module has setting page: System -> Configuration -> Youama -> Ajax Login and Register</description>
|
11 |
<notes>If there is jQuery problem by another module what implement jquery, please visit the settings page of this module.</notes>
|
12 |
<authors><author><name>David Belicza</name><user>DoveID</user><email>87.bdavid@gmail.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Youama"><dir name="Ajaxlogin"><dir name="Block"><file name="Ajaxlogin.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.1.0</min><max>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Youama_Ajaxlogin</name>
|
4 |
+
<version>2.0.5</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>
|
10 |
<description>This module implement the Magento Login/Register process. Youama_Ajaxlogin generate two popup windows what allow login and registration. Remove the default login and registration pages by redirect to homepage. This module has setting page: System -> Configuration -> Youama -> Ajax Login and Register</description>
|
11 |
<notes>If there is jQuery problem by another module what implement jquery, please visit the settings page of this module.</notes>
|
12 |
<authors><author><name>David Belicza</name><user>DoveID</user><email>87.bdavid@gmail.com</email></author></authors>
|
13 |
+
<date>2016-02-21</date>
|
14 |
+
<time>14:29:54</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Youama"><dir name="Ajaxlogin"><dir name="Block"><file name="Ajaxlogin.php" hash="ff4317f32de34801a6ccb8945264f4ee"/></dir><dir name="Model"><file name="Ajaxlogin.php" hash="db5598771ede2916dae05736fbfe5e3f"/><file name="Ajaxregister.php" hash="dc0fd644176ae2f36f6f91c5fa622e0e"/><file name="Validator.php" hash="368744b7a57c64df2f52b46013824ddd"/></dir><dir name="controllers"><file name="AccountController.php" hash="338dec4a0e5e3ce46f860db5733d833c"/><file name="AjaxController.php" hash="30c1ede2e82e242af24c44c6da68d5fd"/></dir><dir name="etc"><file name="adminhtml.xml" hash="48a9c4d8d51e14fd40d2d10dd2484bf2"/><file name="config.xml" hash="ddd27d15f7327748bd413dff240e3a9e"/><file name="system.xml" hash="034d16d34519e483110b5ad52f4d162b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Youama_Ajaxlogin.xml" hash="b598571fad1f017cb96e2d6b5c28d5db"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="youama_ajaxlogin.xml" hash="a4d9225845f1351fe054427ad3563079"/></dir><dir name="template"><dir name="youama"><dir name="ajaxlogin"><file name="ajaxlogin.phtml" hash="73eb7c118e147ff8949f65a2d61e02a7"/></dir></dir></dir></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="d69512e0cc944577a8af29cab6d9df17"/></dir></dir></dir><dir name="images"><dir name="youama"><dir name="ajaxlogin"><file name="loader.gif" hash="bddaa3a544a4a5b32fe95fcc59b1bbc2"/></dir></dir></dir><dir name="js"><dir name="youama"><dir name="ajaxlogin"><file name="ajaxlogin.js" hash="9a9f4057cedf41e96e9a1bd7ea0b8670"/><file name="jquery-1-11-1.js" hash="4625f24f6a8cbb43df7785fa588f6461"/><file name="jquery-ui-1-10-4.js" hash="794e59f6144e3841062157279af70af9"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="hu_HU"><file name="Youama_Ajaxlogin.csv" hash="61a304f3940f9a6986cd8224801f41a2"/></dir><dir name="en_US"><file name="Youama_Ajaxlogin.csv" hash="61a304f3940f9a6986cd8224801f41a2"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|
skin/frontend/base/default/css/youama/ajaxlogin/ajaxlogin.css
CHANGED
@@ -1,28 +1,27 @@
|
|
1 |
/**
|
2 |
-
*
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
6 |
-
* This source file is subject to the
|
7 |
-
* on http://youama.com/freemodule-license.txt.
|
8 |
*
|
9 |
*******************************************************************************
|
10 |
-
*
|
11 |
-
|
12 |
-
* This package designed for Magento Community
|
13 |
-
*
|
14 |
-
* Magento
|
15 |
-
* provide extension support in case of incorrect
|
16 |
-
*******************************************************************************
|
17 |
-
* DISCLAIMER
|
18 |
*******************************************************************************
|
|
|
|
|
19 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
20 |
* versions in the future.
|
21 |
*******************************************************************************
|
22 |
* @category Youama
|
23 |
* @package Youama_Ajaxlogin
|
24 |
-
* @copyright Copyright (c) 2012-
|
25 |
-
* @license
|
26 |
*/
|
27 |
|
28 |
#header-account { position:relative; }
|
1 |
/**
|
2 |
+
* YOUAMA SOFTWARE
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
6 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
7 |
*
|
8 |
*******************************************************************************
|
9 |
+
* MAGENTO EDITION USAGE NOTICE
|
10 |
+
*
|
11 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
12 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
13 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
14 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
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.
|
20 |
*******************************************************************************
|
21 |
* @category Youama
|
22 |
* @package Youama_Ajaxlogin
|
23 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
24 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
25 |
*/
|
26 |
|
27 |
#header-account { position:relative; }
|
skin/frontend/base/default/js/youama/ajaxlogin/ajaxlogin.js
CHANGED
@@ -1,35 +1,34 @@
|
|
1 |
/**
|
2 |
-
*
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
6 |
-
* This source file is subject to the
|
7 |
-
* on http://youama.com/freemodule-license.txt.
|
8 |
*
|
9 |
*******************************************************************************
|
10 |
-
*
|
11 |
-
|
12 |
-
* This package designed for Magento Community
|
13 |
-
*
|
14 |
-
* Magento
|
15 |
-
* provide extension support in case of incorrect
|
16 |
-
*******************************************************************************
|
17 |
-
* DISCLAIMER
|
18 |
*******************************************************************************
|
|
|
|
|
19 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
20 |
* versions in the future.
|
21 |
*******************************************************************************
|
22 |
* @category Youama
|
23 |
* @package Youama_Ajaxlogin
|
24 |
-
* @copyright Copyright (c) 2012-
|
25 |
-
* @license
|
26 |
*/
|
27 |
|
28 |
/**
|
29 |
* This plugin build on jQuery 1.9+ to use login and Register APIs of Magento CE
|
30 |
* 1.9+ via ajax on default RWD template package Madison Island.
|
31 |
* jQuery(TM) youamaAjaxlogin plugin
|
32 |
-
* @author
|
33 |
*/
|
34 |
(function($) {
|
35 |
$.fn.youamaAjaxLogin = function(options) {
|
@@ -312,7 +311,7 @@
|
|
312 |
* @returns {boolean}
|
313 |
*/
|
314 |
function validateEmail(emailAddress) {
|
315 |
-
var filter = /^([\
|
316 |
|
317 |
if (filter.test(emailAddress)) {
|
318 |
return true;
|
1 |
/**
|
2 |
+
* YOUAMA SOFTWARE
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
6 |
+
* This source file is subject to the OSL 3.0 license.
|
|
|
7 |
*
|
8 |
*******************************************************************************
|
9 |
+
* MAGENTO EDITION USAGE NOTICE
|
10 |
+
*
|
11 |
+
* This package designed for Magento Community Edition. Developer(s) of
|
12 |
+
* YOUAMA.COM does not guarantee correct work of this extension on any other
|
13 |
+
* Magento Edition except clear installed Magento Community Edition. YouAMA.com
|
14 |
+
* does not provide extension support in case of incorrect usage.
|
|
|
|
|
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.
|
20 |
*******************************************************************************
|
21 |
* @category Youama
|
22 |
* @package Youama_Ajaxlogin
|
23 |
+
* @copyright Copyright (c) 2012-2016 David Belicza (http://www.youama.com)
|
24 |
+
* @license https://opensource.org/licenses/osl-3.0.php
|
25 |
*/
|
26 |
|
27 |
/**
|
28 |
* This plugin build on jQuery 1.9+ to use login and Register APIs of Magento CE
|
29 |
* 1.9+ via ajax on default RWD template package Madison Island.
|
30 |
* jQuery(TM) youamaAjaxlogin plugin
|
31 |
+
* @author David Belicza
|
32 |
*/
|
33 |
(function($) {
|
34 |
$.fn.youamaAjaxLogin = function(options) {
|
311 |
* @returns {boolean}
|
312 |
*/
|
313 |
function validateEmail(emailAddress) {
|
314 |
+
var filter = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
|
315 |
|
316 |
if (filter.test(emailAddress)) {
|
317 |
return true;
|