Eabi_DpdEE - Version 0.1.28

Version Notes

- implemented Mage_Shipping_Model_Carrier_Interface

Download this release

Release Info

Developer Magento Core Team
Extension Eabi_DpdEE
Version 0.1.28
Comparing to
See all releases


Code changes from version 0.1.27 to 0.1.28

Files changed (73) hide show
  1. app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php +1 -1
  2. app/code/community/Eabi/DpdEE/Block/Info/Payment.php +1 -1
  3. app/code/community/Eabi/DpdEE/Block/Invoice.php +1 -1
  4. app/code/community/Eabi/DpdEE/Block/Order/Courier.php +1 -1
  5. app/code/community/Eabi/DpdEE/CHANGELOG.txt +2 -0
  6. app/code/community/Eabi/DpdEE/Helper/Data.php +1 -1
  7. app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php +1 -1
  8. app/code/community/Eabi/DpdEE/Model/Api.php +1 -1
  9. app/code/community/Eabi/DpdEE/Model/Button/Courier.php +1 -1
  10. app/code/community/Eabi/DpdEE/Model/Config.php +1 -1
  11. app/code/community/Eabi/DpdEE/Model/Flat.php +1 -1
  12. app/code/community/Eabi/DpdEE/Model/Observer.php +1 -1
  13. app/code/community/Eabi/DpdEE/Model/Payment/Processor.php +1 -1
  14. app/code/community/Eabi/DpdEE/Model/Post.php +1 -1
  15. app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php +1 -1
  16. app/code/community/Eabi/DpdEE/Model/Source/Service.php +1 -1
  17. app/code/community/Eabi/DpdEE/etc/config.xml +2 -2
  18. app/code/community/Eabi/DpdEE/etc/system.xml +1 -1
  19. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php +1 -1
  20. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
  21. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
  22. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
  23. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php +1 -1
  24. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php +1 -1
  25. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.9-0.1.10.php +1 -1
  26. app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/License.php +1 -1
  27. app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php +1 -1
  28. app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php +1 -1
  29. app/code/community/Eabi/Postoffice/Helper/Countrycode.php +1 -1
  30. app/code/community/Eabi/Postoffice/Helper/Data.php +1 -1
  31. app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php +25 -4
  32. app/code/community/Eabi/Postoffice/Model/Carrier/Result.php +1 -1
  33. app/code/community/Eabi/Postoffice/Model/Carriermodule.php +1 -1
  34. app/code/community/Eabi/Postoffice/Model/Email/Template/Mailer.php +1 -1
  35. app/code/community/Eabi/Postoffice/Model/Licenceable/Autosend/Method.php +1 -1
  36. app/code/community/Eabi/Postoffice/Model/Licenceable/Method.php +1 -1
  37. app/code/community/Eabi/Postoffice/Model/Licenceable/Payment/Method.php +1 -1
  38. app/code/community/Eabi/Postoffice/Model/Licenceable/Shipping/Method.php +1 -1
  39. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php +1 -1
  40. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php +1 -1
  41. app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php +1 -1
  42. app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php +1 -1
  43. app/code/community/Eabi/Postoffice/Model/Observer.php +1 -1
  44. app/code/community/Eabi/Postoffice/Model/Office.php +1 -1
  45. app/code/community/Eabi/Postoffice/Model/Orderview.php +1 -1
  46. app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php +1 -1
  47. app/code/community/Eabi/Postoffice/Model/System/Config/Source/Country.php +1 -1
  48. app/code/community/Eabi/Postoffice/Model/Updater.php +1 -1
  49. app/code/community/Eabi/Postoffice/controllers/Adminhtml/Eabi/Postoffice/PostofficeController.php +1 -1
  50. app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php +1 -1
  51. app/code/community/Eabi/Postoffice/controllers/IndexController.php +1 -1
  52. app/code/community/Eabi/Postoffice/etc/config.xml +2 -2
  53. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php +1 -1
  54. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
  55. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
  56. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.11-0.1.12.php +1 -1
  57. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.5-0.1.6.php +1 -1
  58. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.6-0.1.7.php +1 -1
  59. app/design/adminhtml/default/default/layout/eabi_postoffice.xml +1 -1
  60. app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml +1 -1
  61. app/design/frontend/base/default/layout/eabi_postoffice.xml +1 -1
  62. app/design/frontend/base/default/template/eabi_postoffice/available.phtml +1 -1
  63. app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml +1 -1
  64. app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml +1 -1
  65. app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml +1 -1
  66. app/etc/modules/Eabi_DpdEE.xml +2 -2
  67. app/etc/modules/Eabi_Postoffice.xml +2 -2
  68. js/eabi_js/eabi_dpdee.js +1 -1
  69. package.xml +5 -5
  70. skin/adminhtml/default/default/eabi_dpdee.css +1 -1
  71. skin/adminhtml/default/default/eabi_postoffice.css +1 -1
  72. skin/frontend/base/default/css/eabi_postoffice.css +1 -1
  73. skin/frontend/default/default/css/eabi_postoffice.css +1 -1
app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Block/Info/Payment.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/Block/Invoice.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/Block/Order/Courier.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/CHANGELOG.txt CHANGED
@@ -89,3 +89,5 @@
89
  0.1.26
90
  - Added field Sh_email to Flat.php
91
 
 
 
89
  0.1.26
90
  - Added field Sh_email to Flat.php
91
 
92
+ 0.1.28
93
+ - implemented Mage_Shipping_Model_Carrier_Interface
app/code/community/Eabi/DpdEE/Helper/Data.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/Model/Api.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Button/Courier.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Config.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/Model/Flat.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Observer.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Payment/Processor.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Post.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/Model/Source/Service.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/etc/config.xml CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
@@ -36,7 +36,7 @@
36
  <config>
37
  <modules>
38
  <Eabi_DpdEE>
39
- <version>0.1.27</version>
40
  </Eabi_DpdEE>
41
  </modules>
42
 
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
36
  <config>
37
  <modules>
38
  <Eabi_DpdEE>
39
+ <version>0.1.28</version>
40
  </Eabi_DpdEE>
41
  </modules>
42
 
app/code/community/Eabi/DpdEE/etc/system.xml CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.9-0.1.10.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Block/Adminhtml/Config/Form/Field/License.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Block/Config/Rebuildbutton.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Helper/Countrycode.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Helper/Data.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Carrier/Abstract.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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
@@ -43,7 +43,7 @@
43
  </ul>
44
  * @author matishalmann
45
  */
46
- abstract class Eabi_Postoffice_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
47
 
48
  /**
49
  * <p>Actual URL can be entered here, where %s in the url would be replaced with supplied tracking number.</p>
@@ -102,8 +102,29 @@ abstract class Eabi_Postoffice_Model_Carrier_Abstract extends Mage_Shipping_Mode
102
  *
103
  */
104
  abstract public function getOfficeList();
105
-
106
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  /**
108
  * <p>If you would like to display certain counties or cities before the others, then you can overwrite this function.</p>
109
  * <p>This function should return positive integer. The greater the number returned means this county/city is more important than the others
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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
43
  </ul>
44
  * @author matishalmann
45
  */
46
+ abstract class Eabi_Postoffice_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract implements Mage_Shipping_Model_Carrier_Interface {
47
 
48
  /**
49
  * <p>Actual URL can be entered here, where %s in the url would be replaced with supplied tracking number.</p>
102
  *
103
  */
104
  abstract public function getOfficeList();
105
+
106
+ /**
107
+ * @see Mage_Adminhtml_Model_System_Config_Source_Shipping_Allmethods::toOptionArray
108
+ * @return array
109
+ */
110
+ public function getAllowedMethods() {
111
+ $terminals = $this->getTerminals();
112
+ $result = array();
113
+ if (count($terminals) && false) {
114
+ foreach ($terminals as $terminal) {
115
+ $result[$this->_code . '_' . $terminal->getRemotePlaceId()] = $this->getTerminalTitle($terminal);
116
+ }
117
+
118
+ } else {
119
+ //we only return shipping method title for now. It is not sufficient to work in discount rules, but the list of
120
+ //pickup points would be too long anyway.
121
+ $result[$this->_code] = $this->getConfigData('title');
122
+ }
123
+
124
+
125
+ return $result;
126
+ }
127
+
128
  /**
129
  * <p>If you would like to display certain counties or cities before the others, then you can overwrite this function.</p>
130
  * <p>This function should return positive integer. The greater the number returned means this county/city is more important than the others
app/code/community/Eabi/Postoffice/Model/Carrier/Result.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Carriermodule.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Email/Template/Mailer.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/Postoffice/Model/Licenceable/Autosend/Method.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/Postoffice/Model/Licenceable/Method.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/Postoffice/Model/Licenceable/Payment/Method.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/Postoffice/Model/Licenceable/Shipping/Method.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Mysql4/Carriermodule/Collection.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Mysql4/Office.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Mysql4/Office/Collection.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Observer.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/Postoffice/Model/Office.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Orderview.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/Source/Sendevent.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/Model/System/Config/Source/Country.php CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/code/community/Eabi/Postoffice/Model/Updater.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/controllers/Adminhtml/Eabi/Postoffice/PostofficeController.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/controllers/Adminhtml/PostofficeController.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/controllers/IndexController.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/etc/config.xml CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
@@ -36,7 +36,7 @@
36
  <config>
37
  <modules>
38
  <Eabi_Postoffice>
39
- <version>0.1.14</version>
40
  </Eabi_Postoffice>
41
  </modules>
42
 
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
36
  <config>
37
  <modules>
38
  <Eabi_Postoffice>
39
+ <version>0.1.15</version>
40
  </Eabi_Postoffice>
41
  </modules>
42
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.11-0.1.12.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.5-0.1.6.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.6-0.1.7.php CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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_postoffice.xml CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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_postoffice.xml CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
app/design/frontend/base/default/template/eabi_postoffice/available.phtml CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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_postoffice/multishipping.phtml CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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_postoffice/shipping.phtml CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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_postoffice/tracking/popup.phtml CHANGED
@@ -22,7 +22,7 @@
22
  *
23
  * @category Eabi
24
  * @package Eabi_Dpd
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_Dpd
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_DpdEE.xml CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
@@ -39,7 +39,7 @@
39
  <depends>
40
  <Eabi_Postoffice />
41
  </depends>
42
- <version>0.1.27</version>
43
  </Eabi_DpdEE>
44
  </modules>
45
  </config>
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
39
  <depends>
40
  <Eabi_Postoffice />
41
  </depends>
42
+ <version>0.1.28</version>
43
  </Eabi_DpdEE>
44
  </modules>
45
  </config>
app/etc/modules/Eabi_Postoffice.xml CHANGED
@@ -23,7 +23,7 @@
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
@@ -42,7 +42,7 @@
42
  <Mage_Shipping />
43
  <Eabi_Livehandler />
44
  </depends>
45
- <version>0.1.14</version>
46
  </Eabi_Postoffice>
47
  </modules>
48
  </config>
23
  *
24
  * @category Eabi
25
  * @package Eabi_Dpd
26
+ * @copyright Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
42
  <Mage_Shipping />
43
  <Eabi_Livehandler />
44
  </depends>
45
+ <version>0.1.15</version>
46
  </Eabi_Postoffice>
47
  </modules>
48
  </config>
js/eabi_js/eabi_dpdee.js CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Eabi
23
  * @package Eabi_Dpd
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_Dpd
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
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eabi_DpdEE</name>
4
- <version>0.1.27</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
7
  <channel>community</channel>
@@ -17,11 +17,11 @@
17
  &lt;p&gt;Allows to call the courier from Magento admin&lt;/p&gt;&#xD;
18
  &lt;p&gt;Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee&lt;/p&gt;&#xD;
19
  &lt;p&gt;Intended to use for Estonian merchant who sends parcels to all Baltic states&lt;/p&gt;</description>
20
- <notes>- Added field Sh_email to Flat.php</notes>
21
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
22
- <date>2015-12-22</date>
23
- <time>01:50:58</time>
24
- <contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="274e3aa4aad16160469d577af41ead2c"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="3a88ba8f59b923856a308bb9139d7910"/></dir><dir name="Order"><file name="Courier.php" hash="758e928635b2e7108153e3156ad7095b"/></dir><file name="Invoice.php" hash="e99999135dad4bad12609d9acbff637e"/></dir><dir name="Helper"><file name="Data.php" hash="56d1e034e1dc8e2b2f1830ae61a81bb7"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="c380d8524072c4c194a18f797fc77f8c"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="70b3e4a079f6805914de4c48dde9f11b"/></dir><dir name="Payment"><file name="Processor.php" hash="144fe8ad22dbefcd55fced2021ae18d0"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="b07167f21359c12540b274cbdecbb8fc"/></dir><file name="Service.php" hash="5b6c2ead82b90761a27555eb1c38cd4f"/></dir><file name="Api.php" hash="33736152afdb6c6e38253c8040935f29"/><file name="Config.php" hash="6c61f2e9d337a819f4817d87463d6715"/><file name="Flat.php" hash="4b9629d31e4a4dcee4e87859c2a0ad2f"/><file name="Observer.php" hash="6b43c309bbd4f4a2830b15059c27b467"/><file name="Post.php" hash="568ebfae18a5dabd4c0d5cb27278906e"/></dir><dir name="etc"><file name="config.xml" hash="95b95729bbce69f771c0af6702ac0526"/><file name="system.xml" hash="16564a595918ffc90bc04bd019eec56d"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="dd703e035f111caff06859c09f4e3eb5"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="4dffece4db7dec27f0d70fedcfce6a75"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="84855893b48f9025e80164956e51d301"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="d26a012199c29fd38191cefa9c567668"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="d72b3a1dc6a4d7d0470ef55c4447370f"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="8b2535e4d515a3ce6648f41158b20a69"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="439aa9cd15f5d274d1ca8494c8248524"/></dir></dir><file name="CHANGELOG.txt" hash="c74878a3142104a0897b02d64bf7713f"/><file name="LICENCE.txt" hash="0191312e121c0b3e1165619b96efcf9f"/></dir><dir name="Postoffice"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="License.php" hash="9f8512f2d7b8c88940e5571e4deb5c01"/><file name="Remove.php" hash="aecee3efce9c584f6e5c62db36ea2d99"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="2f2f1c621f8987db5c1f45250ec1af43"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="9c6d163d6c8dff19c381adb5fa06c211"/><file name="Data.php" hash="00bc797ccc643332618732f51e5b41d3"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="98f641820518ed02d87c198331d51ce5"/><file name="Result.php" hash="b087842bb78decbeab2b352aac5fa741"/></dir><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="6649ba87a1b47e083b3c9284a4aadda5"/></dir></dir><dir name="Licenceable"><dir name="Autosend"><file name="Method.php" hash="ddcfe7c15b3d528f016cb8968e10b690"/></dir><dir name="Payment"><file name="Method.php" hash="2a02e190756887fa9beef275dac91993"/></dir><dir name="Shipping"><file name="Method.php" hash="896dfa0d9ce4bd61d04f479830f66262"/></dir><file name="Method.php" hash="94768cb740a9382340f182c4c6d8b82c"/></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="34095268b71d7aeb8d1a520c0ed4422b"/></dir><dir name="Office"><file name="Collection.php" hash="4ba141a461a61e9f04cd32af8241cccc"/></dir><file name="Carriermodule.php" hash="5fa967a34c175f08c33d9bf28110c83c"/><file name="Office.php" hash="419ce5aa8c17b33cc5fc8eb9ba22b77e"/></dir><dir name="Source"><file name="Sendevent.php" hash="d6d9b4b9e09796e0dcef2969d7538b8e"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Country.php" hash="601467914ec74d8272541a60a2ac9768"/></dir></dir></dir><file name="Carriermodule.php" hash="ef7ed997237ef59e8d809cdcf66fd3bd"/><file name="Observer.php" hash="311c99f5e6c8279ace6aa98647a9c96f"/><file name="Office.php" hash="fdd0202194912bd71dcbae000831b0e3"/><file name="Orderview.php" hash="b11c1a5cb5f53b781897e63a5281e8e1"/><file name="Updater.php" hash="31919cc1e0dc02229cbc8f0a1c489f7b"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Eabi"><dir name="Postoffice"><file name="PostofficeController.php" hash="a18bca4afc8147d2d0b94b010feb8067"/></dir></dir><file name="PostofficeController.php" hash="ed5dee97f26a4d876d8ee0842e1e5c7b"/></dir><file name="IndexController.php" hash="b3288b535547c1642b955b748ec18f9f"/></dir><dir name="etc"><file name="config.xml" hash="0edfec149961a133d796686ade80be1e"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="cd14642248c474276fcc0bc44b47f679"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="7e482871358ce4286c8df3e1ec76c416"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="e88ad26ba8b6e5c1b5b9c53705ebb814"/><file name="mysql4-upgrade-0.1.11-0.1.12.php" hash="9e457075ce6ea781401eb444356f572f"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="9660ecf5d0122312b53691cc732aac79"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="3b425429ab1f75db336626f042f62f72"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="85311cb850eb13eadaed47cdc9c44fb3"/><file name="eabi_postoffice.xml" hash="6db252214380599864969ff3bb920597"/></dir><dir name="template"><dir name="eabi_dpdee"><dir name="order"><file name="courier.phtml" hash="0310f24e96ca3873e78e0e2a0ab26743"/></dir><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><file name="shipping_method_form.phtml" hash="2cb860aeb28ddf641d9cb682ead6629a"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="27179eee219a0a8c85b87b8d670ae9e1"/><file name="eabi_postoffice.xml" hash="891b37e8e618898bccad4e5393746d43"/></dir><dir name="template"><dir name="eabi_dpdee"><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><dir name="tracking"><file name="popup.phtml" hash="04cdbd8a12d570fb27016065e57baaaf"/></dir><file name="available.phtml" hash="f6e9e10c0afeb31756271011187b75a7"/><file name="multishipping.phtml" hash="69557c06e48f9e17acb464631935e8bc"/><file name="shipping.phtml" hash="864293a6b07ac3ea97d7b6be78f12911"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="df387d06071935c4c98c6a92808b60e3"/><file name="Eabi_DpdEE.xml" hash="e2112e09c80f4ddf093d06dd075decec"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d53a6b36efac9db3dfad081f31712b40"/><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="0a64d6699de9f680874acbc9869d4837"/><file name="Eabi_Postoffice.csv" hash="ea423904bbab2d44e6b68a537576c567"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="a208ad8515648b555ca13c9209c4f833"/><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="bbad7cd0c48e9482913265b2f0f0cef9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="61ebb61afb3fee7aa4967bc309372f2d"/><file name="eabi_postoffice.css" hash="35d7b5905cead7922bd0c924d1de6a18"/></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="e5f0da3ae91e28c2b72a94d0962b03bb"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="e5f0da3ae91e28c2b72a94d0962b03bb"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="f56b37daf1563510c92858497dbd6d74"/></dir></dir></target></contents>
25
  <compatible/>
26
  <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.15</min><max>1.0.0</max></package></required></dependencies>
27
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eabi_DpdEE</name>
4
+ <version>0.1.28</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
7
  <channel>community</channel>
17
  &lt;p&gt;Allows to call the courier from Magento admin&lt;/p&gt;&#xD;
18
  &lt;p&gt;Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee&lt;/p&gt;&#xD;
19
  &lt;p&gt;Intended to use for Estonian merchant who sends parcels to all Baltic states&lt;/p&gt;</description>
20
+ <notes>- implemented Mage_Shipping_Model_Carrier_Interface</notes>
21
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
22
+ <date>2016-01-04</date>
23
+ <time>23:07:33</time>
24
+ <contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="3a0ce3bedf19b868d81f4117740778ce"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="5c362a3835374edcd3f06c03bf1807d9"/></dir><dir name="Order"><file name="Courier.php" hash="897aa2fb30241802e04db8e997cc5eb8"/></dir><file name="Invoice.php" hash="3b6991a3f7a08763c16ccc73ceab2111"/></dir><dir name="Helper"><file name="Data.php" hash="5599ef7d77c5769653d3b655b7f18d72"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="bfec69ca2b190b71cc5d649d00b685f9"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="b60b161082d23d9596473fc4f942484a"/></dir><dir name="Payment"><file name="Processor.php" hash="18f56c72f9b897f40e97bae83e440d1f"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="d3c89fbc76ab10ab8daa86800fe19083"/></dir><file name="Service.php" hash="504b474a715c21d943b61b7eaddac974"/></dir><file name="Api.php" hash="5fb56e2ba77e5275c9479ad56cfaa1be"/><file name="Config.php" hash="27f77c56c64cefa4b7ccfb3df1b877b5"/><file name="Flat.php" hash="1bafdae148495a356031343f83bed390"/><file name="Observer.php" hash="8a1eeac07c99ee53c1fb0a27f14a0984"/><file name="Post.php" hash="da40176cd16068c556921d115d993716"/></dir><dir name="etc"><file name="config.xml" hash="73580857dc28903990913fdf4ae4f01d"/><file name="system.xml" hash="a7991eede8ecbe9a042d18b93d6fb983"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="d87dbd3080d98c183956319f20110433"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="56765009037b3699a7c871f14704a00c"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="411745561f0ddec025db8a48cb2abd26"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="6ad16e795c12646cd77242434c43cab0"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="dfbd21903d6e85592c994ec5dee5e374"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="a852db2e91ae253593d499a230e08013"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="456f749bc3e49363561153b3e0e57d96"/></dir></dir><file name="CHANGELOG.txt" hash="7fcac61f74ae97d308cc721558785c5f"/><file name="LICENCE.txt" hash="0191312e121c0b3e1165619b96efcf9f"/></dir><dir name="Postoffice"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="License.php" hash="2f5750200eb5e1ba7fd5ba10f82b8a18"/><file name="Remove.php" hash="f94c1e6fb2ca0d054fb5c87dc98b289c"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="b9139075530956f874b72d1592c95890"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="45879a8fbb193c3fc98fa6c4947a964c"/><file name="Data.php" hash="76aa3727765746553c4e5c3d77e09b43"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="18d9ab0cad39900aa60a8e74a7a6b6cb"/><file name="Result.php" hash="77e183bf5f9b31b9ae9c4c12182b0f43"/></dir><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="ad050d051f143033273328c6c6d365cb"/></dir></dir><dir name="Licenceable"><dir name="Autosend"><file name="Method.php" hash="f06c99a1a4311de474cd63afed947220"/></dir><dir name="Payment"><file name="Method.php" hash="18fe727f3ac4db9ccfa93486115432ba"/></dir><dir name="Shipping"><file name="Method.php" hash="b34ba5c1bee4c3c818514c125f9ee882"/></dir><file name="Method.php" hash="f054356db17488890b3275cc9608ef39"/></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="7079738f5fe7591b98aa93a8d9f02dab"/></dir><dir name="Office"><file name="Collection.php" hash="7941e291c5fa7e613d3ecdf785e1d98f"/></dir><file name="Carriermodule.php" hash="e7074af5aa20080065cf5ee44a4e8708"/><file name="Office.php" hash="55ac0e86fe5b89cfaeca3250872d977a"/></dir><dir name="Source"><file name="Sendevent.php" hash="a62dda6f3551e1ae961fc3bb4a91fa11"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Country.php" hash="cd46d97cad9d45a0eaf86a193ebe142c"/></dir></dir></dir><file name="Carriermodule.php" hash="4d4a5b6b72d102e26136b49eafb07d9d"/><file name="Observer.php" hash="13140483e2d7dcfd3a808ef1441bdf9e"/><file name="Office.php" hash="13926ff31c40ca796a15d1e2369559d7"/><file name="Orderview.php" hash="2f67fd0efa38f508fb7a438c98ec4517"/><file name="Updater.php" hash="075fd8691affe5fc79f16c7291b0a13e"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Eabi"><dir name="Postoffice"><file name="PostofficeController.php" hash="a51d4f075e8d9a606871946dc5cb53ed"/></dir></dir><file name="PostofficeController.php" hash="72a194bbe8bc3bc0685be1f8101f4d13"/></dir><file name="IndexController.php" hash="674711f386853981403317113f6fe128"/></dir><dir name="etc"><file name="config.xml" hash="8fe2809ab791bcb8d685a540c0c00043"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="6c25a503d5bc3bef7fdecf12123f7b57"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="00be7881382e9e904cb2bc2cedc89818"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="a9cf1ab713568971161e0caeb0ad19dc"/><file name="mysql4-upgrade-0.1.11-0.1.12.php" hash="40014409962d19234b62913c63b2252f"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="2330590d882eda1bb14dfa0982af096c"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="08580cbaa3ead11e28388998acbec5d8"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="85311cb850eb13eadaed47cdc9c44fb3"/><file name="eabi_postoffice.xml" hash="3248575e76fe484b1e13ee20b11d7b49"/></dir><dir name="template"><dir name="eabi_dpdee"><dir name="order"><file name="courier.phtml" hash="0310f24e96ca3873e78e0e2a0ab26743"/></dir><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><file name="shipping_method_form.phtml" hash="2b74940d708277d75ac29917f52055a4"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="27179eee219a0a8c85b87b8d670ae9e1"/><file name="eabi_postoffice.xml" hash="1b5b7e81226f5a8fdefc19ef618f38f5"/></dir><dir name="template"><dir name="eabi_dpdee"><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><dir name="tracking"><file name="popup.phtml" hash="bdfccfd7127864575a27587a95e3930c"/></dir><file name="available.phtml" hash="c24db2206654d096e898cc034370676b"/><file name="multishipping.phtml" hash="b18864cf6636826fd9b9ef11cd35657f"/><file name="shipping.phtml" hash="b0edc38cd43bdcfede1f4cf5348c9dd6"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="f60cdd66b3f1f9e9ef1217c4fe8b95fb"/><file name="Eabi_DpdEE.xml" hash="aa1d93317409e84679de460b77356633"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d53a6b36efac9db3dfad081f31712b40"/><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="0a64d6699de9f680874acbc9869d4837"/><file name="Eabi_Postoffice.csv" hash="ea423904bbab2d44e6b68a537576c567"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="a208ad8515648b555ca13c9209c4f833"/><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="651b14b0e55dbeeb55de579a1a993eab"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="bbad7cd0c48e9482913265b2f0f0cef9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="dcffac29e30c23248afd296ba6eba357"/><file name="eabi_postoffice.css" hash="1baea3a2164029da5adcb67df9ae42da"/></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="df0bc2bfd582fc01eb23ffe23fe56e90"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="df0bc2bfd582fc01eb23ffe23fe56e90"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="bced7e30c8c108c77b773e8c921b7d12"/></dir></dir></target></contents>
25
  <compatible/>
26
  <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.15</min><max>1.0.0</max></package></required></dependencies>
27
  </package>
skin/adminhtml/default/default/eabi_dpdee.css CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Eabi
23
  * @package Eabi_Dpd
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_Dpd
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
skin/adminhtml/default/default/eabi_postoffice.css CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Eabi
23
  * @package Eabi_Dpd
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_Dpd
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
skin/frontend/base/default/css/eabi_postoffice.css CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Eabi
23
  * @package Eabi_Dpd
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_Dpd
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
skin/frontend/default/default/css/eabi_postoffice.css CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Eabi
23
  * @package Eabi_Dpd
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_Dpd
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