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
- app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php +6 -22
- app/code/community/Eabi/DpdEE/Block/Info/Payment.php +6 -22
- app/code/community/Eabi/DpdEE/Block/Invoice.php +6 -22
- app/code/community/Eabi/DpdEE/Block/Order/Courier.php +6 -22
- app/code/community/Eabi/DpdEE/CHANGELOG.txt +4 -0
- app/code/community/Eabi/DpdEE/Helper/Data.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Api.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Button/Courier.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Config.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Flat.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Observer.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Payment/Processor.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Post.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Source/Service.php +6 -22
- app/code/community/Eabi/DpdEE/etc/config.xml +7 -23
- app/code/community/Eabi/DpdEE/etc/system.xml +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.9-0.1.10.php +6 -22
- app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/License.php +6 -22
- app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php +6 -22
- app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php +6 -22
- app/code/community/Eabi/Postoffice/Helper/Countrycode.php +6 -22
- app/code/community/Eabi/Postoffice/Helper/Data.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Carrier/Result.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Carriermodule.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Email/Template/Mailer.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Observer.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Office.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Orderview.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php +6 -22
- app/code/community/Eabi/Postoffice/Model/System/Config/Source/Country.php +43 -0
- app/code/community/Eabi/Postoffice/Model/Updater.php +6 -22
- app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php +6 -22
- app/code/community/Eabi/Postoffice/controllers/IndexController.php +6 -22
- app/code/community/Eabi/Postoffice/etc/config.xml +7 -23
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.5-0.1.6.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.6-0.1.7.php +6 -22
- app/design/adminhtml/default/default/layout/eabi_postoffice.xml +6 -22
- app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml +6 -22
- app/design/frontend/base/default/layout/eabi_postoffice.xml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/available.phtml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml +6 -22
- app/etc/modules/Eabi_DpdEE.xml +7 -23
- app/etc/modules/Eabi_Postoffice.xml +7 -23
- app/locale/en_US/Eabi_Postoffice.csv +2 -1
- app/locale/et_EE/Eabi_Postoffice.csv +2 -0
- app/locale/fi_FI/Eabi_Postoffice.csv +2 -0
- app/locale/hu_HU/Eabi_Postoffice.csv +2 -0
- app/locale/lt_LT/Eabi_Postoffice.csv +2 -0
- app/locale/ru_RU/Eabi_Postoffice.csv +2 -0
- app/locale/sv_SE/Eabi_Postoffice.csv +2 -0
- js/eabi_js/eabi_dpdee.js +6 -22
- package.xml +7 -6
- skin/adminhtml/default/default/eabi_dpdee.css +6 -22
- skin/adminhtml/default/default/eabi_postoffice.css +6 -22
- skin/frontend/base/default/css/eabi_postoffice.css +6 -22
- 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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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.
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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.
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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.
|
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 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
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.
|
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 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
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.
|
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 |
<p>Allows to call the courier from Magento admin</p>
|
18 |
<p>Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee</p>
|
19 |
<p>Intended to use for Estonian merchant who sends parcels to all Baltic states</p></description>
|
20 |
-
<notes>-
|
|
|
21 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
22 |
-
<date>2015-
|
23 |
-
<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="
|
25 |
<compatible/>
|
26 |
-
<dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.
|
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 |
<p>Allows to call the courier from Magento admin</p>
|
18 |
<p>Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee</p>
|
19 |
<p>Intended to use for Estonian merchant who sends parcels to all Baltic states</p></description>
|
20 |
+
<notes>- Compatiblity with SUPEE-6285
|
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 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
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 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
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 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
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 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
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 |
|