Version Notes
* Multistore fix
Download this release
Release Info
Developer | Yury Ksenevich |
Extension | SpadarLogin |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- app/code/community/Widgento/Core/Helper/Data.php +1 -1
- app/code/community/Widgento/Core/Model/Feed.php +1 -1
- app/code/community/Widgento/Core/Model/Uninstall/Abstract.php +1 -1
- app/code/community/Widgento/Core/controllers/Adminhtml/RewriteController.php +1 -1
- app/code/community/Widgento/Core/etc/config.xml +1 -1
- app/code/community/Widgento/Core/etc/manifest.xml +1 -1
- app/code/community/Widgento/Login/Helper/Button.php +1 -1
- app/code/community/Widgento/Login/Helper/Data.php +11 -8
- app/code/community/Widgento/Login/Model/Login.php +1 -1
- app/code/community/Widgento/Login/Model/Mysql4/Login.php +1 -1
- app/code/community/Widgento/Login/Model/Uninstall.php +1 -1
- app/code/community/Widgento/Login/controllers/Adminhtml/IndexController.php +1 -1
- app/code/community/Widgento/Login/controllers/IndexController.php +1 -1
- app/code/community/Widgento/Login/etc/config.xml +2 -2
- app/code/community/Widgento/Login/etc/manifest.xml +1 -1
- app/code/community/Widgento/Login/etc/system.xml +1 -1
- app/code/community/Widgento/Login/sql/widgentologin_setup/mysql4-install-0.1.0.php +1 -1
- app/code/community/Widgento/Login/sql/widgentologin_setup/mysql4-install-1.0.1.php +1 -1
- app/code/community/Widgento/Login/sql/widgentologin_setup/mysql4-upgrade-1.0.1.php +1 -1
- app/design/adminhtml/default/default/layout/widgentologin.xml +1 -1
- app/etc/modules/Spadar_Login.xml +1 -1
- app/etc/modules/Widgento_Core.xml +1 -1
- app/etc/modules/Widgento_Login.xml +1 -1
- package.xml +5 -5
- shell/widgento_uninstall.php +1 -1
app/code/community/Widgento/Core/Helper/Data.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Core/Model/Feed.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Core/Model/Uninstall/Abstract.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Core/controllers/Adminhtml/RewriteController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Core/etc/config.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Core
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Core
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
app/code/community/Widgento/Core/etc/manifest.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Core
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Core
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
app/code/community/Widgento/Login/Helper/Button.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/Helper/Data.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
@@ -29,17 +29,20 @@ class Widgento_Login_Helper_Data extends Mage_Core_Helper_Abstract
|
|
29 |
}
|
30 |
|
31 |
$customer = Mage::getModel('customer/customer')->load($customerId);
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
if ($customerStore && $customerStore->getIsActive())
|
36 |
{
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
|
40 |
-
if ($
|
41 |
{
|
42 |
-
$customerWebsite = Mage::app()->getWebsite($
|
43 |
|
44 |
foreach ($customerWebsite->getStores() as $websiteStore)
|
45 |
{
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
29 |
}
|
30 |
|
31 |
$customer = Mage::getModel('customer/customer')->load($customerId);
|
32 |
+
|
33 |
+
if ($customer->getStoreId())
|
|
|
|
|
34 |
{
|
35 |
+
$customerStore = Mage::app()->getStore($customer->getStoreId());
|
36 |
+
|
37 |
+
if ($customerStore->getId() && $customerStore->getIsActive())
|
38 |
+
{
|
39 |
+
return $customer->getStoreId();
|
40 |
+
}
|
41 |
}
|
42 |
|
43 |
+
if ($customer->getWebsiteId())
|
44 |
{
|
45 |
+
$customerWebsite = Mage::app()->getWebsite($customer->getWebsiteId());
|
46 |
|
47 |
foreach ($customerWebsite->getStores() as $websiteStore)
|
48 |
{
|
app/code/community/Widgento/Login/Model/Login.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/Model/Mysql4/Login.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/Model/Uninstall.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/controllers/Adminhtml/IndexController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/controllers/IndexController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/etc/config.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
@@ -23,7 +23,7 @@
|
|
23 |
<config>
|
24 |
<modules>
|
25 |
<Widgento_Login>
|
26 |
-
<version>1.0.
|
27 |
</Widgento_Login>
|
28 |
</modules>
|
29 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
23 |
<config>
|
24 |
<modules>
|
25 |
<Widgento_Login>
|
26 |
+
<version>1.0.6</version>
|
27 |
</Widgento_Login>
|
28 |
</modules>
|
29 |
|
app/code/community/Widgento/Login/etc/manifest.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
app/code/community/Widgento/Login/etc/system.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
app/code/community/Widgento/Login/sql/widgentologin_setup/mysql4-install-0.1.0.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/sql/widgentologin_setup/mysql4-install-1.0.1.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Widgento/Login/sql/widgentologin_setup/mysql4-upgrade-1.0.1.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Login
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/design/adminhtml/default/default/layout/widgentologin.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
app/etc/modules/Spadar_Login.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
app/etc/modules/Widgento_Core.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Core
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Core
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
app/etc/modules/Widgento_Login.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
-
* @copyright Copyright (c) 2012-
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
13 |
* @category Widgento
|
14 |
* @package Widgento_Login
|
15 |
* @author Yury Ksenevich <info@widgento.com>
|
16 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
17 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SpadarLogin</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Login as Customer</summary>
|
10 |
<description>Allows admin users login as customers from admin</description>
|
11 |
-
<notes>*
|
12 |
<authors><author><name>Yury Ksenevich</name><user>widgento</user><email>info@widgento.com</email></author><author><name>Yury Ksenevich</name><user>spadar</user><email>yury@spadar.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Widgento"><dir name="Core"><dir name="Helper"><file name="Data.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>7.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.4</min><max/></package></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SpadarLogin</name>
|
4 |
+
<version>1.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Login as Customer</summary>
|
10 |
<description>Allows admin users login as customers from admin</description>
|
11 |
+
<notes>* Multistore fix</notes>
|
12 |
<authors><author><name>Yury Ksenevich</name><user>widgento</user><email>info@widgento.com</email></author><author><name>Yury Ksenevich</name><user>spadar</user><email>yury@spadar.com</email></author></authors>
|
13 |
+
<date>2014-01-16</date>
|
14 |
+
<time>09:34:44</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Widgento"><dir name="Core"><dir name="Helper"><file name="Data.php" hash="5c084decef30167ea2ee8189c932c76f"/></dir><dir name="Model"><file name="Feed.php" hash="f63257c2228b0a7572d7645119953461"/><dir name="Uninstall"><file name="Abstract.php" hash="c6ce1d4b678139ceaf38e4af2e72808b"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="RewriteController.php" hash="fd8d03e00ae21de335f00f89ff6f2805"/></dir></dir><dir name="etc"><file name="config.xml" hash="70c93fe26710248226553762f594252c"/><file name="manifest.xml" hash="f6503a305a469b7bd652d47bef866836"/></dir></dir><dir name="Login"><dir name="Helper"><file name="Button.php" hash="8d0267cc9ead51eeca5bbc618ffeaab6"/><file name="Data.php" hash="def351b327391da4de9c5056ded0c07f"/></dir><dir name="Model"><file name="Login.php" hash="5d948863c202ba6032f02a2892ceeb54"/><dir name="Mysql4"><file name="Login.php" hash="dfb677ca53588b42eaf58034f9f11076"/></dir><file name="Uninstall.php" hash="533385dcf8daaf8b864fe2bd532210b1"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="b7a6f5cfd09f31e6fd9c3a5c87f0a48b"/></dir><file name="IndexController.php" hash="0fb67122336102c4136f16f33a5237b7"/></dir><dir name="etc"><file name="config.xml" hash="2ef672bdc83ca9c7e138836b865747d0"/><file name="manifest.xml" hash="d959418a3e7c4f84f38c0a9242655d84"/><file name="system.xml" hash="4edbd5d9126a91cabd1d88d4829d1570"/></dir><dir name="sql"><dir name="widgentologin_setup"><file name="mysql4-install-0.1.0.php" hash="d514cbdf9752b64e0a9193e952098bbd"/><file name="mysql4-install-1.0.1.php" hash="2df40ce249cac6cacbc1e63b4870d621"/><file name="mysql4-upgrade-1.0.1.php" hash="d9b5afec91ab3df10e1dfea08c5e4266"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Widgento_Core.xml" hash="f4a4f876441a427fc51443b0486e178a"/><file name="Widgento_Login.xml" hash="1d8c6c1930f933d37682ebbd4b638d7b"/><file name="Spadar_Login.xml" hash="411aae5de4494f05496a035061170f00"/></dir></target><target name="mage"><dir name="shell"><file name="widgento_uninstall.php" hash="503b3c6f5c3941eff0615c1aa97f3215"/></dir></target><target name="magelocale"><dir><dir name="de_DE"><file name="Widgento_Login.csv" hash="0b9020a898e0ae4c95b3a61a8a193156"/></dir><dir name="en_US"><file name="Widgento_Login.csv" hash="68458781e96bf72778efce90103748e9"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="widgentologin.xml" hash="b940ba56d20675783bf0b05bb93e0e95"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>7.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.4</min><max/></package></required></dependencies>
|
18 |
</package>
|
shell/widgento_uninstall.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
-
* @copyright Copyright (c) 2012-
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
* @category Widgento
|
13 |
* @package Widgento_Core
|
14 |
* @author Yury Ksenevich <info@widgento.com>
|
15 |
+
* @copyright Copyright (c) 2012-2014 Yury Ksenevich p.e.
|
16 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|