Version Notes
- Added support for licenceable modules
Download this release
Release Info
Developer | Magento Core Team |
Extension | Eabi_Livehandler |
Version | 0.1.13 |
Comparing to | |
See all releases |
Code changes from version 0.1.12 to 0.1.13
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Button.php +1 -2
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Licence.php +1 -2
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Remove.php +1 -2
- app/code/community/Eabi/Livehandler/Block/Email.php +2 -3
- app/code/community/Eabi/Livehandler/Block/Footer.php +1 -2
- app/code/community/Eabi/Livehandler/Block/Licence.php +2 -3
- app/code/community/Eabi/Livehandler/Helper/Data.php +1 -2
- app/code/community/Eabi/Livehandler/Helper/Keypair.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Abstract.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Action/Abstract.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Print.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Send.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Adminhtml/Gridmanager.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Backend/Licence.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Config.php +3 -4
- app/code/community/Eabi/Livehandler/Model/Directory/Collection.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Entry.php +1 -2
- app/code/community/Eabi/Livehandler/Model/File/Object.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Impl/Licenceable.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Licenceable.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Licenceable/Method.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Logger.php +2 -3
- app/code/community/Eabi/Livehandler/Model/Mysql4/Entry.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Mysql4/Entry/Collection.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Ordergrid.php +1 -2
- app/code/community/Eabi/Livehandler/Model/Source/Log.php +2 -3
- app/code/community/Eabi/Livehandler/Model/System/Config/Backend/Button.php +1 -2
- app/code/community/Eabi/Livehandler/Model/System/Config/Source/Country.php +2 -3
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/LicenceController.php +1 -2
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/LivehandlerController.php +1 -2
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/RemoveController.php +1 -2
- app/code/community/Eabi/Livehandler/controllers/IndexController.php +1 -2
- app/code/community/Eabi/Livehandler/etc/config.xml +2 -3
- app/code/community/Eabi/Livehandler/etc/system.xml +1 -2
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-install-0.1.0.php +1 -2
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -2
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.8-0.1.9.php +2 -3
- app/design/adminhtml/default/default/layout/eabi_livehandler.xml +1 -2
- app/design/frontend/base/default/layout/eabi_livehandler.xml +1 -2
- app/design/frontend/base/default/template/eabi_livehandler/email.phtml +2 -3
- app/design/frontend/default/default/layout/eabi_livehandler.xml +1 -2
- app/etc/modules/Eabi_Livehandler.xml +2 -3
- package.xml +3 -3
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Button.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Licence.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Remove.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Block/Email.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Block/Footer.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Block/Licence.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Helper/Data.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Helper/Keypair.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Abstract.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Action/Abstract.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Print.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Send.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Adminhtml/Gridmanager.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Backend/Licence.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Config.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
@@ -37,5 +36,5 @@
|
|
37 |
* @author Matis
|
38 |
*/
|
39 |
class Eabi_Livehandler_Model_Config {
|
40 |
-
const REGISTRATION_URL = 'http://
|
41 |
}
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
36 |
* @author Matis
|
37 |
*/
|
38 |
class Eabi_Livehandler_Model_Config {
|
39 |
+
const REGISTRATION_URL = 'http://www.e-abi.ee/eabi_licence/register/';
|
40 |
}
|
app/code/community/Eabi/Livehandler/Model/Directory/Collection.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Entry.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/File/Object.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Impl/Licenceable.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
*
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
* *
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Licenceable.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
*
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
* *
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Licenceable/Method.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Logger.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Mysql4/Entry.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Mysql4/Entry/Collection.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Ordergrid.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/Source/Log.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
*
|
4 |
-
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
3 |
+
* *
|
|
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
6 |
* This source file is subject to the Open Software License (OSL 3.0)
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/System/Config/Backend/Button.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/Model/System/Config/Source/Country.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/LicenceController.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/LivehandlerController.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/RemoveController.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/controllers/IndexController.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/etc/config.xml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
@@ -36,7 +35,7 @@
|
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Eabi_Livehandler>
|
39 |
-
<version>0.1.
|
40 |
</Eabi_Livehandler>
|
41 |
</modules>
|
42 |
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
35 |
<config>
|
36 |
<modules>
|
37 |
<Eabi_Livehandler>
|
38 |
+
<version>0.1.13</version>
|
39 |
</Eabi_Livehandler>
|
40 |
</modules>
|
41 |
|
app/code/community/Eabi/Livehandler/etc/system.xml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-install-0.1.0.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/*
|
|
|
3 |
*
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.8-0.1.9.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
|
5 |
-
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
*
|
|
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/design/adminhtml/default/default/layout/eabi_livehandler.xml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/design/frontend/base/default/layout/eabi_livehandler.xml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/design/frontend/base/default/template/eabi_livehandler/email.phtml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
* This source file is subject to the Open Software License (OSL 3.0)
|
@@ -21,7 +20,7 @@
|
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?php
|
2 |
/**
|
3 |
+
* *
|
|
|
4 |
* NOTICE OF LICENSE
|
5 |
*
|
6 |
* This source file is subject to the Open Software License (OSL 3.0)
|
20 |
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
+
* @package Eabi_Livehandler
|
24 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/design/frontend/default/default/layout/eabi_livehandler.xml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
app/etc/modules/Eabi_Livehandler.xml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
4 |
-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -22,7 +21,7 @@
|
|
22 |
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
@@ -38,7 +37,7 @@
|
|
38 |
<Eabi_Livehandler>
|
39 |
<active>true</active>
|
40 |
<codePool>community</codePool>
|
41 |
-
<version>0.1.
|
42 |
</Eabi_Livehandler>
|
43 |
</modules>
|
44 |
</config>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/*
|
|
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
21 |
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
+
* @package Eabi_Livehandler
|
25 |
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
37 |
<Eabi_Livehandler>
|
38 |
<active>true</active>
|
39 |
<codePool>community</codePool>
|
40 |
+
<version>0.1.13</version>
|
41 |
</Eabi_Livehandler>
|
42 |
</modules>
|
43 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_Livehandler</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -15,8 +15,8 @@
|
|
15 |
<notes>- Added support for licenceable modules</notes>
|
16 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
17 |
<date>2015-09-30</date>
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Eabi"><dir name="Livehandler"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Button.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_Livehandler</name>
|
4 |
+
<version>0.1.13</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
15 |
<notes>- Added support for licenceable modules</notes>
|
16 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
17 |
<date>2015-09-30</date>
|
18 |
+
<time>01:16:09</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Eabi"><dir name="Livehandler"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Button.php" hash="b51f596b71925089db8681852ad10333"/><file name="Licence.php" hash="6d2bc17fca54267baafeed8538334357"/><file name="Remove.php" hash="8e55288e2949d6c4fe5e8d6d2eb9f4ea"/></dir></dir></dir></dir><file name="Email.php" hash="7b7cecbdcd4d145fc22b9bf80e29c2d7"/><file name="Footer.php" hash="edea044c1afb75beb13fc5a5cb8e433d"/><file name="Licence.php" hash="da87d8ceb6c055c6014b0303b9bb6019"/></dir><dir name="Helper"><file name="Data.php" hash="5a7e9f1cdbc48b23d05aa68d8f0c73f3"/><file name="Keypair.php" hash="76cf53db6f26ce43262540c9fd70cfd4"/><file name="Resolver.php" hash="e095daf98824515c0e2575af6bd91cac"/></dir><dir name="Model"><dir name="Action"><dir name="Postoffice"><file name="Print.php" hash="75f41c358d5271f0c79cdc9cf9bbf7ac"/><file name="Send.php" hash="bf7cef7f8d05705b28c2028d5d8001fe"/></dir><file name="Abstract.php" hash="6609dbfbca1de57450136d3b083fa398"/></dir><dir name="Adminhtml"><file name="Gridmanager.php" hash="a05c8b2698db6033ea1eea11fa6a418f"/></dir><dir name="Backend"><file name="Licence.php" hash="4150ab4c07277d0a5cd57b795e90bd27"/></dir><dir name="Directory"><file name="Collection.php" hash="48dcc7ed420e0dcf3e9f087edfd4df0f"/></dir><dir name="File"><file name="Object.php" hash="aba747890136b2a3a4a3dded60b0db71"/></dir><dir name="Impl"><file name="Licenceable.php" hash="2de21e742a5998823907e36b6574b52d"/></dir><dir name="Licenceable"><file name="Method.php" hash="4af0b93de10dadf6e946bfc8a74c4142"/></dir><dir name="Mysql4"><dir name="Entry"><file name="Collection.php" hash="d18e9afe01204239fa2ba2ece86013b5"/></dir><file name="Entry.php" hash="f913d91a73b389be8ed0ede2f02b3b4f"/></dir><dir name="Source"><file name="Log.php" hash="32ec0a39e2ce6d4cec6d8b4dd2ab47f3"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Button.php" hash="97e212bdf67c456568dfac5629b463a3"/></dir><dir name="Source"><file name="Country.php" hash="9a5815e2a7c0793cc0d4a847f68aa188"/></dir></dir></dir><file name="Abstract.php" hash="f27c5e26df27da522954fb27600419e9"/><file name="Config.php" hash="388303acfde69f0ad3217b2c13339d8a"/><file name="Entry.php" hash="ebe6204a31a7cb283f27f97daf2a12d4"/><file name="Licenceable.php" hash="ffbd7340f80e720940cbd6eb19cd0bf1"/><file name="Logger.php" hash="10fec7286a755a2951a7d948bb01dc3f"/><file name="Ordergrid.php" hash="09ae1f4b6a5867bc6881f1c9ca77f3c4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LicenceController.php" hash="ca378dd5169fd36bcd946db09609b58b"/><file name="LivehandlerController.php" hash="c753c139ea08c1b84015760543e2c9b9"/><file name="RemoveController.php" hash="8d9036c14495568dcfc69b229adbd36d"/></dir><file name="IndexController.php" hash="e61e8e88b1476078e335767b59f2f908"/></dir><dir name="etc"><file name="config.xml" hash="bed670c1b62fb964b46886a7cfbc46fa"/><file name="system.xml" hash="f09bfc91db0b0811ffb87fd49bf6c087"/></dir><dir name="sql"><dir name="eabi_livehandler_setup"><file name="mysql4-install-0.1.0.php" hash="a6c2ac011be1f4f1612e2cd91f23aa19"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="73a5ae6b29078375e22417c9dec56af5"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="13a03db8f9f62aa341e9fb9aa34317ee"/></dir></dir><file name="CHANGELOG.txt" hash="997dbc49adb7bbe459d345d425977910"/><file name="LICENCE.txt" hash="7a9e279147a63af4f63a16ca67fae07b"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="3454cf9ba4d98760f7e1ead5be46a1f3"/></dir><dir name="template"><dir name="eabi_livehandler"><file name="licence.phtml" hash="edfdf8da70cbbf8553a4940e66a2916d"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="74517010f19889f798b8aa0a72a1aeb7"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="74517010f19889f798b8aa0a72a1aeb7"/></dir><dir name="template"><dir name="eabi_livehandler"><file name="email.phtml" hash="3508543f37d719fcb7733d4e3a12523f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Livehandler.xml" hash="8fdb704c20c0f35b3aa3141e7998dccd"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_Livehandler.csv" hash="6f5ee0485eb526cddd63cfb072868e5f"/></dir><dir name="et_EE"><file name="Eabi_Livehandler.csv" hash="2bab23debce29e66f09910e0a0fcf7c7"/></dir><dir name="fi_FI"><file name="Eabi_Livehandler.csv" hash="6f5ee0485eb526cddd63cfb072868e5f"/></dir><dir name="lt_LT"><file name="Eabi_Livehandler.csv" hash="6f5ee0485eb526cddd63cfb072868e5f"/></dir><dir name="sv_SE"><file name="Eabi_Livehandler.csv" hash="24b827d2abf3149e46db4dc255559da6"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_admintools.css" hash="759ad91a1f9e4e653ae0358867bd9a31"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="crossBrowser_initKeyboardEvent.js" hash="8600c5536225fd70c56ef313ee430e08"/></dir><dir name="livepipe"><file name="contextmenu.js" hash="a5dbab9663d94d9d848e84b524c1f925"/><file name="cookie.js" hash="eab2042ac637aec7777c7c64e3e2bb1a"/><file name="event_behavior.js" hash="a59a00ad652efb1596b5bd2e6f5cfe48"/><file name="hotkey.js" hash="c6193fc03e4cd4c94ee4fb37e3d5ed6b"/><file name="livepipe.js" hash="a75a5d5612c97ea2e20ecf85de5fd3ab"/><file name="progressbar.js" hash="69719eccbecbc0378d9919c53a3ef7dd"/><file name="rating.js" hash="adb5ce773c37b40fb590a877d949be7a"/><file name="resizable.js" hash="38fd18daa37e5612495cc7b42fd32b3d"/><file name="scrollbar.js" hash="7a2603c2107944b8a70e41e7a84133ba"/><file name="selection.js" hash="3f48981cccffdb5fcc5f5ff27d0b0b68"/><file name="selectmultiple.js" hash="d8f044eb344061bdcce405f671b15654"/><file name="tabs.js" hash="22abb9a3ec3933d54ff9ede0338ca7f3"/><file name="textarea.js" hash="9825782bf78d38efa53200a206d8cd77"/><file name="window.js" hash="f6eba488d6a80e05f59d97a0cef59730"/></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|