Eabi_DpdEE - Version 0.1.18

Version Notes

- Compatiblity with SUPEE-6285
- Added option "all remaining countries"

Download this release

Release Info

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


Code changes from version 0.1.17 to 0.1.18

Files changed (74) hide show
  1. app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php +6 -22
  2. app/code/community/Eabi/DpdEE/Block/Info/Payment.php +6 -22
  3. app/code/community/Eabi/DpdEE/Block/Invoice.php +6 -22
  4. app/code/community/Eabi/DpdEE/Block/Order/Courier.php +6 -22
  5. app/code/community/Eabi/DpdEE/CHANGELOG.txt +4 -0
  6. app/code/community/Eabi/DpdEE/Helper/Data.php +6 -22
  7. app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php +6 -22
  8. app/code/community/Eabi/DpdEE/Model/Api.php +6 -22
  9. app/code/community/Eabi/DpdEE/Model/Button/Courier.php +6 -22
  10. app/code/community/Eabi/DpdEE/Model/Config.php +6 -22
  11. app/code/community/Eabi/DpdEE/Model/Flat.php +6 -22
  12. app/code/community/Eabi/DpdEE/Model/Observer.php +6 -22
  13. app/code/community/Eabi/DpdEE/Model/Payment/Processor.php +6 -22
  14. app/code/community/Eabi/DpdEE/Model/Post.php +6 -22
  15. app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php +6 -22
  16. app/code/community/Eabi/DpdEE/Model/Source/Service.php +6 -22
  17. app/code/community/Eabi/DpdEE/etc/config.xml +7 -23
  18. app/code/community/Eabi/DpdEE/etc/system.xml +6 -22
  19. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php +6 -22
  20. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php +6 -22
  21. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php +6 -22
  22. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php +6 -22
  23. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php +6 -22
  24. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php +6 -22
  25. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.9-0.1.10.php +6 -22
  26. app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/License.php +6 -22
  27. app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php +6 -22
  28. app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php +6 -22
  29. app/code/community/Eabi/Postoffice/Helper/Countrycode.php +6 -22
  30. app/code/community/Eabi/Postoffice/Helper/Data.php +6 -22
  31. app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php +6 -22
  32. app/code/community/Eabi/Postoffice/Model/Carrier/Result.php +6 -22
  33. app/code/community/Eabi/Postoffice/Model/Carriermodule.php +6 -22
  34. app/code/community/Eabi/Postoffice/Model/Email/Template/Mailer.php +6 -22
  35. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php +6 -22
  36. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php +6 -22
  37. app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php +6 -22
  38. app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php +6 -22
  39. app/code/community/Eabi/Postoffice/Model/Observer.php +6 -22
  40. app/code/community/Eabi/Postoffice/Model/Office.php +6 -22
  41. app/code/community/Eabi/Postoffice/Model/Orderview.php +6 -22
  42. app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php +6 -22
  43. app/code/community/Eabi/Postoffice/Model/System/Config/Source/Country.php +43 -0
  44. app/code/community/Eabi/Postoffice/Model/Updater.php +6 -22
  45. app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php +6 -22
  46. app/code/community/Eabi/Postoffice/controllers/IndexController.php +6 -22
  47. app/code/community/Eabi/Postoffice/etc/config.xml +7 -23
  48. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php +6 -22
  49. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php +6 -22
  50. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php +6 -22
  51. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.5-0.1.6.php +6 -22
  52. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.6-0.1.7.php +6 -22
  53. app/design/adminhtml/default/default/layout/eabi_postoffice.xml +6 -22
  54. app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml +6 -22
  55. app/design/frontend/base/default/layout/eabi_postoffice.xml +6 -22
  56. app/design/frontend/base/default/template/eabi_postoffice/available.phtml +6 -22
  57. app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml +6 -22
  58. app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml +6 -22
  59. app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml +6 -22
  60. app/etc/modules/Eabi_DpdEE.xml +7 -23
  61. app/etc/modules/Eabi_Postoffice.xml +7 -23
  62. app/locale/en_US/Eabi_Postoffice.csv +2 -1
  63. app/locale/et_EE/Eabi_Postoffice.csv +2 -0
  64. app/locale/fi_FI/Eabi_Postoffice.csv +2 -0
  65. app/locale/hu_HU/Eabi_Postoffice.csv +2 -0
  66. app/locale/lt_LT/Eabi_Postoffice.csv +2 -0
  67. app/locale/ru_RU/Eabi_Postoffice.csv +2 -0
  68. app/locale/sv_SE/Eabi_Postoffice.csv +2 -0
  69. js/eabi_js/eabi_dpdee.js +6 -22
  70. package.xml +7 -6
  71. skin/adminhtml/default/default/eabi_dpdee.css +6 -22
  72. skin/adminhtml/default/default/eabi_postoffice.css +6 -22
  73. skin/frontend/base/default/css/eabi_postoffice.css +6 -22
  74. skin/frontend/default/default/css/eabi_postoffice.css +6 -22
app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Block/Info/Payment.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Block/Invoice.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Block/Order/Courier.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/CHANGELOG.txt CHANGED
@@ -56,3 +56,7 @@
56
 
57
  0.1.17
58
  - DPD Pakipoodi => DPD Pickup
 
 
 
 
56
 
57
  0.1.17
58
  - DPD Pakipoodi => DPD Pickup
59
+
60
+ 0.1.18
61
+ - Compatiblity with SUPEE-6285
62
+ - Added option "all remaining countries"
app/code/community/Eabi/DpdEE/Helper/Data.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Model/Api.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Button/Courier.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Config.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Model/Flat.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Observer.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Payment/Processor.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Post.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Source/Service.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/etc/config.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
@@ -36,7 +20,7 @@
36
  <config>
37
  <modules>
38
  <Eabi_DpdEE>
39
- <version>0.1.17</version>
40
  </Eabi_DpdEE>
41
  </modules>
42
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
20
  <config>
21
  <modules>
22
  <Eabi_DpdEE>
23
+ <version>0.1.18</version>
24
  </Eabi_DpdEE>
25
  </modules>
26
 
app/code/community/Eabi/DpdEE/etc/system.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.9-0.1.10.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/License.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Helper/Countrycode.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Helper/Data.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Carrier/Result.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Carriermodule.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Email/Template/Mailer.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Observer.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/Postoffice/Model/Office.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Orderview.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/System/Config/Source/Country.php ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
8
+ *
9
+ * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
13
+ * @author Matis Halmann
14
+ *
15
+
16
+ */
17
+
18
+ /**
19
+ * Description of Country
20
+ *
21
+ * @author Matis
22
+ */
23
+ class Eabi_Postoffice_Model_System_Config_Source_Country extends Mage_Adminhtml_Model_System_Config_Source_Country {
24
+
25
+ public function toOptionArray($isMultiselect = false) {
26
+ $result = parent::toOptionArray($isMultiselect);
27
+ $result[] = array(
28
+ 'value' => '*',
29
+ 'label' => $this->_getOfficeHelper()->__('All remaining countries'),
30
+ );
31
+
32
+ return $result;
33
+ }
34
+
35
+ /**
36
+ *
37
+ * @return Eabi_Postoffice_Helper_Data
38
+ */
39
+ protected function _getOfficeHelper() {
40
+ return Mage::helper('eabi_postoffice');
41
+ }
42
+
43
+ }
app/code/community/Eabi/Postoffice/Model/Updater.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/controllers/IndexController.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/etc/config.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
@@ -36,7 +20,7 @@
36
  <config>
37
  <modules>
38
  <Eabi_Postoffice>
39
- <version>0.1.10</version>
40
  </Eabi_Postoffice>
41
  </modules>
42
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
20
  <config>
21
  <modules>
22
  <Eabi_Postoffice>
23
+ <version>0.1.11</version>
24
  </Eabi_Postoffice>
25
  </modules>
26
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.5-0.1.6.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.6-0.1.7.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/adminhtml/default/default/layout/eabi_postoffice.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/layout/eabi_postoffice.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/design/frontend/base/default/template/eabi_postoffice/available.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
- * @copyright Copyright (c) 2014 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
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/etc/modules/Eabi_DpdEE.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
@@ -39,7 +23,7 @@
39
  <depends>
40
  <Eabi_Postoffice />
41
  </depends>
42
- <version>0.1.17</version>
43
  </Eabi_DpdEE>
44
  </modules>
45
  </config>
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
23
  <depends>
24
  <Eabi_Postoffice />
25
  </depends>
26
+ <version>0.1.18</version>
27
  </Eabi_DpdEE>
28
  </modules>
29
  </config>
app/etc/modules/Eabi_Postoffice.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
- * @copyright Copyright (c) 2014 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
30
  *
31
 
@@ -42,7 +26,7 @@
42
  <Mage_Shipping />
43
  <Eabi_Livehandler />
44
  </depends>
45
- <version>0.1.10</version>
46
  </Eabi_Postoffice>
47
  </modules>
48
  </config>
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
26
  <Mage_Shipping />
27
  <Eabi_Livehandler />
28
  </depends>
29
+ <version>0.1.11</version>
30
  </Eabi_Postoffice>
31
  </modules>
32
  </config>
app/locale/en_US/Eabi_Postoffice.csv CHANGED
@@ -55,4 +55,5 @@
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
58
-
 
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
58
+ "All remaining countries","All remaining countries"
59
+ "Minimum allowed package weight for this carrier","Minimum allowed package weight for this carrier"
app/locale/et_EE/Eabi_Postoffice.csv CHANGED
@@ -55,3 +55,5 @@
55
  "tomorrow","homme"
56
  "day after tomorrow","ülehomme"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Saada tellimuse kinnitus ribakoodiga järgnevatele e-posti aadressidele peale edukat pakiandmete saatmist"
 
 
55
  "tomorrow","homme"
56
  "day after tomorrow","ülehomme"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Saada tellimuse kinnitus ribakoodiga järgnevatele e-posti aadressidele peale edukat pakiandmete saatmist"
58
+ "All remaining countries","Kõik ülejäänud riigid"
59
+ "Minimum allowed package weight for this carrier","Minimaalne lubatud paki kaal käesolevale tarnijale"
app/locale/fi_FI/Eabi_Postoffice.csv CHANGED
@@ -55,3 +55,5 @@
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
 
 
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
58
+ "All remaining countries","All remaining countries"
59
+ "Minimum allowed package weight for this carrier","Minimum allowed package weight for this carrier"
app/locale/hu_HU/Eabi_Postoffice.csv CHANGED
@@ -55,3 +55,5 @@
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
 
 
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
58
+ "All remaining countries","All remaining countries"
59
+ "Minimum allowed package weight for this carrier","Minimum allowed package weight for this carrier"
app/locale/lt_LT/Eabi_Postoffice.csv CHANGED
@@ -55,3 +55,5 @@
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
 
 
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
58
+ "All remaining countries","All remaining countries"
59
+ "Minimum allowed package weight for this carrier","Minimum allowed package weight for this carrier"
app/locale/ru_RU/Eabi_Postoffice.csv CHANGED
@@ -55,3 +55,5 @@
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
 
 
55
  "tomorrow","tomorrow"
56
  "day after tomorrow","day after tomorrow"
57
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
58
+ "All remaining countries","All remaining countries"
59
+ "Minimum allowed package weight for this carrier","Minimum allowed package weight for this carrier"
app/locale/sv_SE/Eabi_Postoffice.csv CHANGED
@@ -61,3 +61,5 @@
61
  "tomorrow","tomorrow"
62
  "day after tomorrow","day after tomorrow"
63
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
 
 
61
  "tomorrow","tomorrow"
62
  "day after tomorrow","day after tomorrow"
63
  "Send order confirmation with barcode to following e-mails after parcel data send success","Send order confirmation with barcode to following e-mails after parcel data send success"
64
+ "All remaining countries","All remaining countries"
65
+ "Minimum allowed package weight for this carrier","Minimum allowed package weight for this carrier"
js/eabi_js/eabi_dpdee.js CHANGED
@@ -1,29 +1,13 @@
1
  /*
2
 
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * or OpenGPL v3 license (GNU Public License V3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * or
12
- * http://www.gnu.org/licenses/gpl-3.0.txt
13
- * If you did not receive a copy of the license and are unable to
14
- * obtain it through the world-wide-web, please send an email
15
- * to info@e-abi.ee so we can send you a copy immediately.
16
- *
17
- * DISCLAIMER
18
- *
19
- * Do not edit or add to this file if you wish to upgrade this module to newer
20
- * versions in the future.
21
  *
22
  * @category Eabi
23
- * @package Eabi_Dpd
24
- * @copyright Copyright (c) 2014 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
28
  *
29
 
1
  /*
2
 
3
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
+ * @package Eabi_Omniva
9
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
+ * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eabi_DpdEE</name>
4
- <version>0.1.17</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,12 @@
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>- DPD Parcelstore changed to DPD Pickup</notes>
 
21
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
22
- <date>2015-06-06</date>
23
- <time>19:57:08</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="eea442b65d8f6a096e91c3087aa7a1d8"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="b2fee225c6e1d5df02cf39b46aa0f8b2"/></dir><dir name="Order"><file name="Courier.php" hash="190bec01b67a7c3da0b08d6ec44315e4"/></dir><file name="Invoice.php" hash="4b66c452996bfe08f5ff3f0cac346ab1"/></dir><dir name="Helper"><file name="Data.php" hash="e309fa33bbd4eb0d0b607b9428313837"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="a7188340758f43b53302cd0146467daf"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="e18911389141943fb0aa02de7c14574b"/></dir><dir name="Payment"><file name="Processor.php" hash="0cd6e6138c88069b36eae2e37e8e73ff"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="92238059519dcdec87401ef8cafe3fe7"/></dir><file name="Service.php" hash="3f61777107806dd84e360c3d0867b2bb"/></dir><file name="Api.php" hash="90ec6bc6f06afe586f9180f21f2398f7"/><file name="Config.php" hash="9adeafdbd2cf7a15128f2ff9b5dacdee"/><file name="Flat.php" hash="77975d48ae295ae15e0b6bc49319856e"/><file name="Observer.php" hash="2c1b22592eb9d7361fe2f42545f75b63"/><file name="Post.php" hash="f13e545870f3f0eb0ded19918f36b232"/></dir><dir name="etc"><file name="config.xml" hash="7dea28a3ed60a81ff0df5bbe06e783a7"/><file name="system.xml" hash="4c7913a6548f4ff982a1594b7d6b3c98"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="9899be85206a5ab3a36cf9acf176f1ba"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="867f9921932996c3a0f77fa9bb2fdb04"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="182c47a3d5fab4a466a07ef996dfe4d1"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="6a7ef422fd05c87c0c7b29557cd064ae"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="3c20db4f5d9de485f51b4cb28ca9eb87"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="d54424c11c48db64ed514ced1df4d60c"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="52c70756d6542e054699d922f752e123"/></dir></dir><file name="CHANGELOG.txt" hash="cb53857af50327921ae75bcc82a82add"/><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="5d3e88fcea3dc7352254910c60d43cc8"/><file name="Remove.php" hash="11818c816c7e37c0f37e8732d02d7711"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="b54ac12fa93514f5fd772e4512be945e"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="ee293e6c8dab7553284368b1c8378c07"/><file name="Data.php" hash="54dbd25900a006eb3a08d841977b3ceb"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="fa1921a37bfe61849b9a59f9f141a5dc"/><file name="Result.php" hash="452b5250a1eeaa2647106d896f170f0e"/></dir><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="46ceb49ac53b63522819cecfe5f0cc21"/></dir></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="8ccfde755a7ef4d3eecb09144919ae9a"/></dir><dir name="Office"><file name="Collection.php" hash="26894ab3a3079edf21a722b46d495d07"/></dir><file name="Carriermodule.php" hash="06fb7663d449a1a559e482807e8a8e9e"/><file name="Office.php" hash="f1ab374d9041692dabd1a1c569bc5065"/></dir><dir name="Source"><file name="Sendevent.php" hash="4d0a215ab10eb52c4de46a66155899b8"/></dir><file name="Carriermodule.php" hash="cc4ad05756dc8f8fbb66e5a3561d61ea"/><file name="Observer.php" hash="fc5f05d79108ea2804ff47edb1d8f0f9"/><file name="Office.php" hash="6f3829a91a2d3c474f0127de8e8279da"/><file name="Orderview.php" hash="9654a4b6c60f3c9d07930b56957f22f7"/><file name="Updater.php" hash="1bd7d37a9a2e814e85a14b3c669ef4ba"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="b837fb1ef3e17f1d7f49c1c8ef516e67"/></dir><file name="IndexController.php" hash="f287fec34c6d0422287da972634f40bb"/></dir><dir name="etc"><file name="config.xml" hash="043b556695e0904515aa1fcca7f47873"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="6c8c1a726bbebeaa707b007bdff592d9"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="641d3015c6f3b761759a882ed8fea5c2"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="c61dcac734cc0be364afe3262a710729"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="2a71344a96b5b5ef191956443fa2eadb"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="d8e6cf582360e0fa6141f802d97e9606"/></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="46fd01fc2eb9d53c0e7a0422e4df6557"/></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="542898a02261b0bccf075424fd0b4903"/></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="09c7179fbf39ea891fa35264e4eb8360"/></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="c6d8cc592aaa7bee1ec20dc1c202d841"/></dir><file name="available.phtml" hash="0afb1521ac8c2ab4c80364dd3cef051a"/><file name="multishipping.phtml" hash="f27c3d8ac939a97ab160feef8f5370d1"/><file name="shipping.phtml" hash="b041efafbcbbea2f2b4a6584cba83e2f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="08accdef5ba39298642b457394e344b7"/><file name="Eabi_DpdEE.xml" hash="bb8c1385c580a80a33d48f40750c8c1b"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d53a6b36efac9db3dfad081f31712b40"/><file name="Eabi_Postoffice.csv" hash="ebe39d7d5df2083aded7a85be7d237e8"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="0a64d6699de9f680874acbc9869d4837"/><file name="Eabi_Postoffice.csv" hash="0cb3f5bcc2f07e0a11152f5e51620063"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="a208ad8515648b555ca13c9209c4f833"/><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="88e407afb5e2a957aeb1cbe525e593f9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="fc08519f26a3b0819b4c925bd2f1ef1a"/><file name="eabi_postoffice.css" hash="e3f33b57efde22b9543384b57c994255"/></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="23ee780980d733a66a575a55954dd4a6"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="23ee780980d733a66a575a55954dd4a6"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="1339c149edea070f9908ceb2e7bf559d"/></dir></dir></target></contents>
25
  <compatible/>
26
- <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.9</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.18</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>- Compatiblity with SUPEE-6285&#xD;
21
+ - Added option "all remaining countries"</notes>
22
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
23
+ <date>2015-07-15</date>
24
+ <time>18:50:29</time>
25
+ <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="a91dd4a7c9bd67faf011cfecf431f13e"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="09819e2721a9f45a4f1724816f3db968"/></dir><dir name="Order"><file name="Courier.php" hash="d9884bfc4780759abd8a8e1e2ebe6ff4"/></dir><file name="Invoice.php" hash="509dd1443e50c336f67cdf7f6e5ee635"/></dir><dir name="Helper"><file name="Data.php" hash="ba3913d35845f81ffaf0d973b51f17b8"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="fd7e796ad47fce94c45d6639b88c4c49"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="bf2545ba2522f4c77494792caaca6f63"/></dir><dir name="Payment"><file name="Processor.php" hash="f1440826dd3ce41408afbbb5d6026ffa"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="bae49069f6cdc6cd578bca715750e09d"/></dir><file name="Service.php" hash="4a679480f7fbd30d8dc015c8c5b0169c"/></dir><file name="Api.php" hash="0e950036f855d24c910061d099f1b217"/><file name="Config.php" hash="75263db3d6487835429a2f5de9501725"/><file name="Flat.php" hash="9ff998e47551b6e58cc3f3fbd68a4075"/><file name="Observer.php" hash="524940d42b7e0fdfd745c9555fb7fa4e"/><file name="Post.php" hash="c9ea6b71103d1d6dfc175719cd881739"/></dir><dir name="etc"><file name="config.xml" hash="3ced3d70994333c451c35173ca23571b"/><file name="system.xml" hash="a981d9035ee99a7db9e8b96d6b6a6db1"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="ad5b2e9f6b510d0a7246d54a8ba32d7a"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="374e6bcf3d8c9353a43f5035b6c42454"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="74a1e97113cd6938d46ccee9e8a040e3"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="8274989d75160eec7152c5b01d0aa312"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="cae48a290d0ca15f8d1ff17480f60c7e"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="7b0fff5079da06c168b6d12803646ffa"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="663c69688a7b4b9e07ea1f4caf43898a"/></dir></dir><file name="CHANGELOG.txt" hash="29100581a092745a149159d8f2d24f1c"/><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="61ff82d30c89eed101859e79f03c3687"/><file name="Remove.php" hash="0d7314c95e0596ee4b002d0b22e117b2"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="ecae34b74607c29faaff60635aef088d"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="292ad11c032e2e4054b0ce61e25a6313"/><file name="Data.php" hash="51f0ea5a1fba4daf58c659e6541856a1"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="149ca3853e0036bf7e1bffb2493b15c3"/><file name="Result.php" hash="1d4575967ebba97e9492ee2d65351a88"/></dir><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="f06c90a57a570262b378f99fd11a4d85"/></dir></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="a19198e2d5e8bf1bddda27553fc80129"/></dir><dir name="Office"><file name="Collection.php" hash="77b2beaba1f5b7a8e509b950db242c1d"/></dir><file name="Carriermodule.php" hash="be27c55887c1b36ba8c34c20dff32f3c"/><file name="Office.php" hash="7be539949419e8945d326e1b5ffd6390"/></dir><dir name="Source"><file name="Sendevent.php" hash="a8391a7880ea276452ade77aa9d41f83"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Country.php" hash="94195656eb942815a8d61a585e0a4662"/></dir></dir></dir><file name="Carriermodule.php" hash="1adfc85382d08e0b3a835ac975529295"/><file name="Observer.php" hash="24ef654e49dc7750dfea9a70d73d8f5e"/><file name="Office.php" hash="503166700aebe0d309b5efa1893875dc"/><file name="Orderview.php" hash="daafc761a9669013f12a0b76cb61ec97"/><file name="Updater.php" hash="d17c818a52c799cd10fbacac8bbe4b5b"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="ec87debf4384ad741e7d980cfb3a171c"/></dir><file name="IndexController.php" hash="fb742111633cd5967914470340f99cf3"/></dir><dir name="etc"><file name="config.xml" hash="a3b675c8fe97bce8e1299f77b5693b59"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="97ae9e6f6d3a6ae2809aba72fee03662"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="fa132028a3251a2b32022b73acec27cf"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="ea69a20646276471577521620ce0fbd2"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="a2d6da4b86380923dd196d46671e2eb3"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="46e535c005ea4c1261955a2353e099c8"/></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="dd6315ea5ee3546605bc35f45ff38635"/></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="1fc6cff5cf2e802dc64cda62e13a037a"/></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="ea92bbecb8ff64a63d1b82a952d7655d"/></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="61ce4466d417710fccad53a0e1193e8e"/></dir><file name="available.phtml" hash="25b579da2eb057a1a7960b09673023f0"/><file name="multishipping.phtml" hash="4605d5ef65cfc8f60dcfd4e4a3b7a7c6"/><file name="shipping.phtml" hash="73e0040e1f0d7b0d090a8a37f21755d0"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="a91ed4a430c38ec52a8f670927749fd4"/><file name="Eabi_DpdEE.xml" hash="f4183f82ae444211c3f228a72c7b14e9"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d53a6b36efac9db3dfad081f31712b40"/><file name="Eabi_Postoffice.csv" hash="30fda5b4463f960a88fb8eb556d19046"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="0a64d6699de9f680874acbc9869d4837"/><file name="Eabi_Postoffice.csv" hash="983ea150428253e82b1c03f86e3ec81b"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="a208ad8515648b555ca13c9209c4f833"/><file name="Eabi_Postoffice.csv" hash="30fda5b4463f960a88fb8eb556d19046"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="30fda5b4463f960a88fb8eb556d19046"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="30fda5b4463f960a88fb8eb556d19046"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="30fda5b4463f960a88fb8eb556d19046"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="49e0a8662bbc0c2c0c792f1742224dba"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="d0836a504932fa15c55c793a4140126e"/><file name="eabi_postoffice.css" hash="70c1736014cb076fff8071952d918ca9"/></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="1a21b83844a2b91eab9b4a35ff592115"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="1a21b83844a2b91eab9b4a35ff592115"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="930f47f674e50400a1b2341dfc6b4101"/></dir></dir></target></contents>
26
  <compatible/>
27
+ <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.10</min><max>1.0.0</max></package></required></dependencies>
28
  </package>
skin/adminhtml/default/default/eabi_dpdee.css CHANGED
@@ -1,29 +1,13 @@
1
  /*
2
 
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * or OpenGPL v3 license (GNU Public License V3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * or
12
- * http://www.gnu.org/licenses/gpl-3.0.txt
13
- * If you did not receive a copy of the license and are unable to
14
- * obtain it through the world-wide-web, please send an email
15
- * to info@e-abi.ee so we can send you a copy immediately.
16
- *
17
- * DISCLAIMER
18
- *
19
- * Do not edit or add to this file if you wish to upgrade this module to newer
20
- * versions in the future.
21
  *
22
  * @category Eabi
23
- * @package Eabi_Dpd
24
- * @copyright Copyright (c) 2014 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
28
  *
29
 
1
  /*
2
 
3
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
+ * @package Eabi_Omniva
9
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
+ * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13
 
skin/adminhtml/default/default/eabi_postoffice.css CHANGED
@@ -1,29 +1,13 @@
1
  /*
2
 
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * or OpenGPL v3 license (GNU Public License V3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * or
12
- * http://www.gnu.org/licenses/gpl-3.0.txt
13
- * If you did not receive a copy of the license and are unable to
14
- * obtain it through the world-wide-web, please send an email
15
- * to info@e-abi.ee so we can send you a copy immediately.
16
- *
17
- * DISCLAIMER
18
- *
19
- * Do not edit or add to this file if you wish to upgrade this module to newer
20
- * versions in the future.
21
  *
22
  * @category Eabi
23
- * @package Eabi_Dpd
24
- * @copyright Copyright (c) 2014 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
28
  *
29
 
1
  /*
2
 
3
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
+ * @package Eabi_Omniva
9
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
+ * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13
 
skin/frontend/base/default/css/eabi_postoffice.css CHANGED
@@ -1,29 +1,13 @@
1
  /*
2
 
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * or OpenGPL v3 license (GNU Public License V3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * or
12
- * http://www.gnu.org/licenses/gpl-3.0.txt
13
- * If you did not receive a copy of the license and are unable to
14
- * obtain it through the world-wide-web, please send an email
15
- * to info@e-abi.ee so we can send you a copy immediately.
16
- *
17
- * DISCLAIMER
18
- *
19
- * Do not edit or add to this file if you wish to upgrade this module to newer
20
- * versions in the future.
21
  *
22
  * @category Eabi
23
- * @package Eabi_Dpd
24
- * @copyright Copyright (c) 2014 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
28
  *
29
 
1
  /*
2
 
3
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
+ * @package Eabi_Omniva
9
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
+ * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13
 
skin/frontend/default/default/css/eabi_postoffice.css CHANGED
@@ -1,29 +1,13 @@
1
  /*
2
 
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * or OpenGPL v3 license (GNU Public License V3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * or
12
- * http://www.gnu.org/licenses/gpl-3.0.txt
13
- * If you did not receive a copy of the license and are unable to
14
- * obtain it through the world-wide-web, please send an email
15
- * to info@e-abi.ee so we can send you a copy immediately.
16
- *
17
- * DISCLAIMER
18
- *
19
- * Do not edit or add to this file if you wish to upgrade this module to newer
20
- * versions in the future.
21
  *
22
  * @category Eabi
23
- * @package Eabi_Dpd
24
- * @copyright Copyright (c) 2014 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
28
  *
29
 
1
  /*
2
 
3
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
+ * @package Eabi_Omniva
9
+ * @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
+ * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13