Version Notes
- added dispatchEvent eabi_livehandler_ordergrid_item_show_before which allows to alter data before order_item is displayed
Download this release
Release Info
Developer | Magento Core Team |
Extension | Eabi_Livehandler |
Version | 0.1.16 |
Comparing to | |
See all releases |
Code changes from version 0.1.15 to 0.1.16
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Button.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Licence.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Remove.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Email.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Footer.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Licence.php +1 -1
- app/code/community/Eabi/Livehandler/Helper/Data.php +1 -1
- app/code/community/Eabi/Livehandler/Helper/Keypair.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Abstract.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Action/Abstract.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Print.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Send.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Adminhtml/Gridmanager.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Backend/Licence.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Config.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Directory/Collection.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Entry.php +1 -1
- app/code/community/Eabi/Livehandler/Model/File/Object.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Impl/Licenceable.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Licenceable.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Licenceable/Method.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Logger.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Mysql4/Entry.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Mysql4/Entry/Collection.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Ordergrid.php +9 -5
- app/code/community/Eabi/Livehandler/Model/Source/Log.php +1 -1
- app/code/community/Eabi/Livehandler/Model/System/Config/Backend/Button.php +1 -1
- app/code/community/Eabi/Livehandler/Model/System/Config/Source/Country.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/LicenceController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/LivehandlerController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/RemoveController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/LicenceController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/LivehandlerController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/RemoveController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/IndexController.php +1 -1
- app/code/community/Eabi/Livehandler/etc/config.xml +2 -2
- app/code/community/Eabi/Livehandler/etc/system.xml +1 -1
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-install-0.1.0.php +1 -1
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.8-0.1.9.php +1 -1
- app/design/adminhtml/default/default/layout/eabi_livehandler.xml +1 -1
- app/design/frontend/base/default/layout/eabi_livehandler.xml +1 -1
- app/design/frontend/base/default/template/eabi_livehandler/email.phtml +1 -1
- app/design/frontend/default/default/layout/eabi_livehandler.xml +1 -1
- app/etc/modules/Eabi_Livehandler.xml +2 -2
- package.xml +5 -5
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Button.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Licence.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Remove.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Email.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Footer.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Licence.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Helper/Data.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Helper/Keypair.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Abstract.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Action/Abstract.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Print.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Send.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Adminhtml/Gridmanager.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Backend/Licence.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Config.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Directory/Collection.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Entry.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/File/Object.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Impl/Licenceable.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Licenceable.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Licenceable/Method.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Logger.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Mysql4/Entry.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Mysql4/Entry/Collection.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Ordergrid.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
@@ -283,15 +283,19 @@ EOT;
|
|
283 |
}
|
284 |
// echo '<pre>'.htmlspecialchars(print_r($orderItem->debug(), true)).'</pre>';
|
285 |
// exit;
|
286 |
-
$toReplace = array(
|
287 |
'name' => $name,
|
288 |
'sku' => htmlspecialchars($orderItem->getSku()),
|
289 |
'qty' => round($orderItem->getQtyOrdered()) .'/'.round(Mage::getModel('cataloginventory/stock_item')->loadByProduct($orderItem->getProductId())->getQty()),
|
290 |
'price' => Mage::helper('core')->currency($basePrice, true, false),
|
291 |
'total' => Mage::helper('core')->currency($basePrice * $orderItem->getQtyOrdered(), true, false),
|
292 |
-
);
|
293 |
-
|
294 |
-
|
|
|
|
|
|
|
|
|
295 |
$html = str_replace('%'.$key.'%', $value, $html);
|
296 |
}
|
297 |
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
283 |
}
|
284 |
// echo '<pre>'.htmlspecialchars(print_r($orderItem->debug(), true)).'</pre>';
|
285 |
// exit;
|
286 |
+
$toReplace = new Varien_Object(array(
|
287 |
'name' => $name,
|
288 |
'sku' => htmlspecialchars($orderItem->getSku()),
|
289 |
'qty' => round($orderItem->getQtyOrdered()) .'/'.round(Mage::getModel('cataloginventory/stock_item')->loadByProduct($orderItem->getProductId())->getQty()),
|
290 |
'price' => Mage::helper('core')->currency($basePrice, true, false),
|
291 |
'total' => Mage::helper('core')->currency($basePrice * $orderItem->getQtyOrdered(), true, false),
|
292 |
+
));
|
293 |
+
Mage::dispatchEvent('eabi_livehandler_ordergrid_item_show_before', array(
|
294 |
+
'order_item' => $orderItem,
|
295 |
+
'to_replace' => $toReplace,
|
296 |
+
));
|
297 |
+
$toReplaceArray = $toReplace->__toArray();
|
298 |
+
foreach ($toReplaceArray as $key => $value) {
|
299 |
$html = str_replace('%'.$key.'%', $value, $html);
|
300 |
}
|
301 |
|
app/code/community/Eabi/Livehandler/Model/Source/Log.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/System/Config/Backend/Button.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/System/Config/Source/Country.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/LicenceController.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/LivehandlerController.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/RemoveController.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/LicenceController.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/LivehandlerController.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/RemoveController.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/IndexController.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/etc/config.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
@@ -35,7 +35,7 @@
|
|
35 |
<config>
|
36 |
<modules>
|
37 |
<Eabi_Livehandler>
|
38 |
-
<version>0.1.
|
39 |
</Eabi_Livehandler>
|
40 |
</modules>
|
41 |
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
35 |
<config>
|
36 |
<modules>
|
37 |
<Eabi_Livehandler>
|
38 |
+
<version>0.1.16</version>
|
39 |
</Eabi_Livehandler>
|
40 |
</modules>
|
41 |
|
app/code/community/Eabi/Livehandler/etc/system.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-install-0.1.0.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.8-0.1.9.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/design/adminhtml/default/default/layout/eabi_livehandler.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/design/frontend/base/default/layout/eabi_livehandler.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/design/frontend/base/default/template/eabi_livehandler/email.phtml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
-
* @copyright Copyright (c)
|
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
|
27 |
* @author Matis Halmann
|
21 |
*
|
22 |
* @category Eabi
|
23 |
* @package Eabi_Livehandler
|
24 |
+
* @copyright Copyright (c) 2016 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
|
27 |
* @author Matis Halmann
|
app/design/frontend/default/default/layout/eabi_livehandler.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
app/etc/modules/Eabi_Livehandler.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
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
|
28 |
* @author Matis Halmann
|
@@ -37,7 +37,7 @@
|
|
37 |
<Eabi_Livehandler>
|
38 |
<active>true</active>
|
39 |
<codePool>community</codePool>
|
40 |
-
<version>0.1.
|
41 |
</Eabi_Livehandler>
|
42 |
</modules>
|
43 |
</config>
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2016 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
|
28 |
* @author Matis Halmann
|
37 |
<Eabi_Livehandler>
|
38 |
<active>true</active>
|
39 |
<codePool>community</codePool>
|
40 |
+
<version>0.1.16</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>
|
@@ -12,11 +12,11 @@
|
|
12 |
<p>You can navigate between orders by pressing directional keys or by pressing left/right icons on the order view</p>
|
13 |
<p>Possibility to create your own action buttons, which allows to save lots of time when managing orders</p>
|
14 |
<p>Possibility to purchase action buttons like <strong>Add order comment</strong>, <strong>Create invoice</strong>, <strong>Ship order</strong> and more</p></description>
|
15 |
-
<notes>-
|
16 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
17 |
-
<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.16</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
12 |
<p>You can navigate between orders by pressing directional keys or by pressing left/right icons on the order view</p>
|
13 |
<p>Possibility to create your own action buttons, which allows to save lots of time when managing orders</p>
|
14 |
<p>Possibility to purchase action buttons like <strong>Add order comment</strong>, <strong>Create invoice</strong>, <strong>Ship order</strong> and more</p></description>
|
15 |
+
<notes>- added dispatchEvent eabi_livehandler_ordergrid_item_show_before which allows to alter data before order_item is displayed</notes>
|
16 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
17 |
+
<date>2016-04-29</date>
|
18 |
+
<time>00:51:04</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="d36b03871a31d8b71cd43f24e3405eb9"/><file name="Licence.php" hash="6bb27e654ebd75607878bf5f115b2693"/><file name="Remove.php" hash="a63f62a55e34247b03acaeb65f549f64"/></dir></dir></dir></dir><file name="Email.php" hash="5f6612a447d1ecf41a077ce6032ae14d"/><file name="Footer.php" hash="3c32082506681f42bedef970b5358b37"/><file name="Licence.php" hash="a49965cde8bf250b9188529aa29e245f"/></dir><dir name="Helper"><file name="Data.php" hash="d1b37f44a863035953e149390e848aa5"/><file name="Keypair.php" hash="9615aeb2a9da9af4d343fc25d92f87e2"/><file name="Resolver.php" hash="e095daf98824515c0e2575af6bd91cac"/></dir><dir name="Model"><dir name="Action"><dir name="Postoffice"><file name="Print.php" hash="83b976f1f25542b1dc0821433b505060"/><file name="Send.php" hash="c6c3f8673bc98f2cee0834b18829dea4"/></dir><file name="Abstract.php" hash="ae3e881c74cff1245504e01fa252d897"/></dir><dir name="Adminhtml"><file name="Gridmanager.php" hash="f470c496264d42ac8b36015afeb3de7d"/></dir><dir name="Backend"><file name="Licence.php" hash="292f48ef237f0116938d24d1b3b26634"/></dir><dir name="Directory"><file name="Collection.php" hash="2860e7c29b618bfc92183bfc3085bfab"/></dir><dir name="File"><file name="Object.php" hash="67d39cc0d11c492f67c267b12dc561af"/></dir><dir name="Impl"><file name="Licenceable.php" hash="7d301ada445a54b47700b57c3b90474b"/></dir><dir name="Licenceable"><file name="Method.php" hash="62b14bc73b37d0d99cdd0c6364b25712"/></dir><dir name="Mysql4"><dir name="Entry"><file name="Collection.php" hash="3bcb3a35a835ff33ac62456a70ab8230"/></dir><file name="Entry.php" hash="0e04f5acb9d637963f0690eea48152f0"/></dir><dir name="Source"><file name="Log.php" hash="9dc792ba6131f77a4c37fc81d44b7ae4"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Button.php" hash="1adbb4cfb7cb5eb41fd8b0926d8806bc"/></dir><dir name="Source"><file name="Country.php" hash="2ddb6ef4a31fc682850955e376d44e26"/></dir></dir></dir><file name="Abstract.php" hash="371fc5a6c0366e9391090ed57b9a4bef"/><file name="Config.php" hash="191f41a2c4ed0d4759227b400577401b"/><file name="Entry.php" hash="9c16b04543d2a8c1b344892352a4b5a6"/><file name="Licenceable.php" hash="b85f0d10bcd9d92a48a43f39c210286c"/><file name="Logger.php" hash="cea7c43230731bd2be3805d0d3fa9176"/><file name="Ordergrid.php" hash="3421acb37fc3c1ba83ed782888479122"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Eabi"><dir name="Livehandler"><file name="LicenceController.php" hash="3a2cbfe451ed94a2bdfa210e3b0310ef"/><file name="LivehandlerController.php" hash="0b5979bd6fa63deaff2f419be279951f"/><file name="RemoveController.php" hash="f28306ea1d35668fa5d16eaf6c1c7d4b"/></dir></dir><file name="LicenceController.php" hash="4f8b769678d6c101a941f0f274a42138"/><file name="LivehandlerController.php" hash="7884ca0f49f842ff570a8fd76c4b31cd"/><file name="RemoveController.php" hash="5ae10561bfaa0b7f5024e807aa05d095"/></dir><file name="IndexController.php" hash="0f4e14cd00fff291f826fba09684597b"/></dir><dir name="etc"><file name="config.xml" hash="288c1fb5e829ad717c83c4075bfc47bf"/><file name="system.xml" hash="46591770dbbcbe5852261520d01dce5a"/></dir><dir name="sql"><dir name="eabi_livehandler_setup"><file name="mysql4-install-0.1.0.php" hash="a69332cec502160e9c4f21a6a5244dec"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="be405f59aa51c3c6bb714f139006482f"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="507150f0e05f1ee5ec74e2a1d7eca41d"/></dir></dir><file name="CHANGELOG.txt" hash="d99a76e0459f6c08e178d0ceca85926e"/><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="18f517cbc4919fcf0e92792639f013c9"/></dir><dir name="template"><dir name="eabi_livehandler"><file name="licence.phtml" hash="e51d74fa4f76c8dafe0bc634665dff22"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="83a7cd94a0554ba16b9b31fb89386140"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="83a7cd94a0554ba16b9b31fb89386140"/></dir><dir name="template"><dir name="eabi_livehandler"><file name="email.phtml" hash="214f6183afd0a59648dc623578f6d8a4"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Livehandler.xml" hash="63ad294a06c28503746044db06f2aa78"/></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>
|