Eabi_Livehandler - Version 0.1.16

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

Files changed (46) hide show
  1. app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Button.php +1 -1
  2. app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Licence.php +1 -1
  3. app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Remove.php +1 -1
  4. app/code/community/Eabi/Livehandler/Block/Email.php +1 -1
  5. app/code/community/Eabi/Livehandler/Block/Footer.php +1 -1
  6. app/code/community/Eabi/Livehandler/Block/Licence.php +1 -1
  7. app/code/community/Eabi/Livehandler/Helper/Data.php +1 -1
  8. app/code/community/Eabi/Livehandler/Helper/Keypair.php +1 -1
  9. app/code/community/Eabi/Livehandler/Model/Abstract.php +1 -1
  10. app/code/community/Eabi/Livehandler/Model/Action/Abstract.php +1 -1
  11. app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Print.php +1 -1
  12. app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Send.php +1 -1
  13. app/code/community/Eabi/Livehandler/Model/Adminhtml/Gridmanager.php +1 -1
  14. app/code/community/Eabi/Livehandler/Model/Backend/Licence.php +1 -1
  15. app/code/community/Eabi/Livehandler/Model/Config.php +1 -1
  16. app/code/community/Eabi/Livehandler/Model/Directory/Collection.php +1 -1
  17. app/code/community/Eabi/Livehandler/Model/Entry.php +1 -1
  18. app/code/community/Eabi/Livehandler/Model/File/Object.php +1 -1
  19. app/code/community/Eabi/Livehandler/Model/Impl/Licenceable.php +1 -1
  20. app/code/community/Eabi/Livehandler/Model/Licenceable.php +1 -1
  21. app/code/community/Eabi/Livehandler/Model/Licenceable/Method.php +1 -1
  22. app/code/community/Eabi/Livehandler/Model/Logger.php +1 -1
  23. app/code/community/Eabi/Livehandler/Model/Mysql4/Entry.php +1 -1
  24. app/code/community/Eabi/Livehandler/Model/Mysql4/Entry/Collection.php +1 -1
  25. app/code/community/Eabi/Livehandler/Model/Ordergrid.php +9 -5
  26. app/code/community/Eabi/Livehandler/Model/Source/Log.php +1 -1
  27. app/code/community/Eabi/Livehandler/Model/System/Config/Backend/Button.php +1 -1
  28. app/code/community/Eabi/Livehandler/Model/System/Config/Source/Country.php +1 -1
  29. app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/LicenceController.php +1 -1
  30. app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/LivehandlerController.php +1 -1
  31. app/code/community/Eabi/Livehandler/controllers/Adminhtml/Eabi/Livehandler/RemoveController.php +1 -1
  32. app/code/community/Eabi/Livehandler/controllers/Adminhtml/LicenceController.php +1 -1
  33. app/code/community/Eabi/Livehandler/controllers/Adminhtml/LivehandlerController.php +1 -1
  34. app/code/community/Eabi/Livehandler/controllers/Adminhtml/RemoveController.php +1 -1
  35. app/code/community/Eabi/Livehandler/controllers/IndexController.php +1 -1
  36. app/code/community/Eabi/Livehandler/etc/config.xml +2 -2
  37. app/code/community/Eabi/Livehandler/etc/system.xml +1 -1
  38. app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-install-0.1.0.php +1 -1
  39. app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
  40. app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.8-0.1.9.php +1 -1
  41. app/design/adminhtml/default/default/layout/eabi_livehandler.xml +1 -1
  42. app/design/frontend/base/default/layout/eabi_livehandler.xml +1 -1
  43. app/design/frontend/base/default/template/eabi_livehandler/email.phtml +1 -1
  44. app/design/frontend/default/default/layout/eabi_livehandler.xml +1 -1
  45. app/etc/modules/Eabi_Livehandler.xml +2 -2
  46. 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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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
- foreach ($toReplace as $key => $value) {
 
 
 
 
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
28
  * @author Matis Halmann
@@ -35,7 +35,7 @@
35
  <config>
36
  <modules>
37
  <Eabi_Livehandler>
38
- <version>0.1.15</version>
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
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) 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
28
  * @author Matis Halmann
@@ -37,7 +37,7 @@
37
  <Eabi_Livehandler>
38
  <active>true</active>
39
  <codePool>community</codePool>
40
- <version>0.1.15</version>
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.15</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,11 +12,11 @@
12
  &lt;p&gt;You can navigate between orders by pressing directional keys or by pressing left/right icons on the order view&lt;/p&gt;&#xD;
13
  &lt;p&gt;Possibility to create your own action buttons, which allows to save lots of time when managing orders&lt;/p&gt;&#xD;
14
  &lt;p&gt;Possibility to purchase action buttons like &lt;strong&gt;Add order comment&lt;/strong&gt;, &lt;strong&gt;Create invoice&lt;/strong&gt;, &lt;strong&gt;Ship order&lt;/strong&gt; and more&lt;/p&gt;</description>
15
- <notes>- SUPEE-6788 Compatibility Improvement after real patch testing</notes>
16
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
17
- <date>2015-11-11</date>
18
- <time>23:50:23</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="b9e6ea073d945aaae46a5bb167deda92"/><file name="Remove.php" hash="2b2165191ec31b31f7c0e83d58685ee4"/></dir></dir></dir></dir><file name="Email.php" hash="7b7cecbdcd4d145fc22b9bf80e29c2d7"/><file name="Footer.php" hash="9b7b1dd028b594b2fb21ed432e3ccaf9"/><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="25d198b32f69f676f4ee90a030fcf46a"/></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"><dir name="Eabi"><dir name="Livehandler"><file name="LicenceController.php" hash="fa702ffb0573a39c6208fce25756e239"/><file name="LivehandlerController.php" hash="587a7d8223ce6aa4d65ea125c4470395"/><file name="RemoveController.php" hash="3ccc14589e289d3dd8a7408355c0d4ce"/></dir></dir><file name="LicenceController.php" hash="85f70f77c73f543f34bdd3a9bff42085"/><file name="LivehandlerController.php" hash="a8a4c04898b8567847f0298587947712"/><file name="RemoveController.php" hash="20471e53fef23c0f7e0f9068b6773cf7"/></dir><file name="IndexController.php" hash="e61e8e88b1476078e335767b59f2f908"/></dir><dir name="etc"><file name="config.xml" hash="23ab861c793c26a06b38b059d716b4f5"/><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="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="3454cf9ba4d98760f7e1ead5be46a1f3"/></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="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="a298e676ba173e747be54df0cc24a096"/></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>
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
  &lt;p&gt;You can navigate between orders by pressing directional keys or by pressing left/right icons on the order view&lt;/p&gt;&#xD;
13
  &lt;p&gt;Possibility to create your own action buttons, which allows to save lots of time when managing orders&lt;/p&gt;&#xD;
14
  &lt;p&gt;Possibility to purchase action buttons like &lt;strong&gt;Add order comment&lt;/strong&gt;, &lt;strong&gt;Create invoice&lt;/strong&gt;, &lt;strong&gt;Ship order&lt;/strong&gt; and more&lt;/p&gt;</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>