Version Notes
* Unified data sending logic implemented in model Action/Postoffice/Send in order to better accommodate COD courier
Download this release
Release Info
Developer | Matis Matis |
Extension | Eabi_Livehandler |
Version | 0.1.8 |
Comparing to | |
See all releases |
Code changes from version 0.1.7 to 0.1.8
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Button.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Remove.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Email.php +1 -1
- app/code/community/Eabi/Livehandler/Block/Footer.php +1 -1
- app/code/community/Eabi/Livehandler/CHANGELOG.txt +14 -1
- app/code/community/Eabi/Livehandler/Helper/Data.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Abstract.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Action/Abstract.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Print.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Send.php +32 -13
- app/code/community/Eabi/Livehandler/Model/Adminhtml/Gridmanager.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Directory/Collection.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Entry.php +1 -1
- app/code/community/Eabi/Livehandler/Model/File/Object.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Mysql4/Entry.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Mysql4/Entry/Collection.php +1 -1
- app/code/community/Eabi/Livehandler/Model/Ordergrid.php +1 -1
- app/code/community/Eabi/Livehandler/Model/System/Config/Backend/Button.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/LivehandlerController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/Adminhtml/RemoveController.php +1 -1
- app/code/community/Eabi/Livehandler/controllers/IndexController.php +1 -1
- app/code/community/Eabi/Livehandler/etc/config.xml +2 -2
- app/code/community/Eabi/Livehandler/etc/system.xml +1 -1
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-install-0.1.0.php +1 -1
- app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
- app/design/adminhtml/default/default/layout/eabi_livehandler.xml +1 -1
- app/design/frontend/base/default/layout/eabi_livehandler.xml +1 -1
- app/design/frontend/base/default/template/eabi_livehandler/email.phtml +1 -1
- app/design/frontend/default/default/layout/eabi_livehandler.xml +1 -1
- app/etc/modules/Eabi_Livehandler.xml +2 -2
- package.xml +7 -7
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Button.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Adminhtml/Config/Form/Field/Remove.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Email.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Block/Footer.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/CHANGELOG.txt
CHANGED
@@ -8,4 +8,17 @@
|
|
8 |
- Additional error fixes
|
9 |
|
10 |
0.1.4
|
11 |
-
- Added checkbox to order view for massactions, DPD extra buttons added
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- Additional error fixes
|
9 |
|
10 |
0.1.4
|
11 |
+
- Added checkbox to order view for massactions, DPD extra buttons added
|
12 |
+
|
13 |
+
0.1.5
|
14 |
+
- Added documentation
|
15 |
+
- added toJson wrapper to base model
|
16 |
+
|
17 |
+
0.1.6
|
18 |
+
- Fixed public service handler bug. Now it is capable of returning service() results.
|
19 |
+
|
20 |
+
0.1.7
|
21 |
+
- Added block to obfuscate emails from webbots. usage: {{block type='eabi_livehandler/email' address='user@domain.com'}}
|
22 |
+
|
23 |
+
0.1.8
|
24 |
+
- Auto send buttons ability to auto-send-data to server is now checked by canSendData function in Postoffice abstract carrier
|
app/code/community/Eabi/Livehandler/Helper/Data.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Abstract.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Action/Abstract.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Print.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Action/Postoffice/Send.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
@@ -64,9 +64,9 @@ class Eabi_Livehandler_Model_Action_Postoffice_Send extends Eabi_Livehandler_Mod
|
|
64 |
*/
|
65 |
public function canDisplay(Mage_Sales_Model_Order $order) {
|
66 |
if (self::$_module_exists) {
|
67 |
-
$this->_label =
|
68 |
-
if (
|
69 |
-
$barcode =
|
70 |
if (is_string($barcode)) {
|
71 |
return false;
|
72 |
}
|
@@ -95,30 +95,40 @@ class Eabi_Livehandler_Model_Action_Postoffice_Send extends Eabi_Livehandler_Mod
|
|
95 |
$shippingMethodModel = Mage::getModel('shipping/shipping')->getCarrierByCode($shippingCarrierCode);
|
96 |
|
97 |
if (!($shippingMethodModel instanceof Eabi_Postoffice_Model_Carrier_Abstract)){
|
98 |
-
$errors[] =
|
99 |
}
|
100 |
$shippingMethodModel->setStoreId($order->getStoreId());
|
101 |
|
102 |
//determine if auto send is available
|
103 |
if (!count($errors) && !$shippingMethodModel->isAutoSendAvailable()) {
|
104 |
-
$errors[] =
|
105 |
}
|
106 |
|
107 |
-
if (!
|
108 |
-
|
109 |
-
$errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
}
|
111 |
-
|
|
|
|
|
|
|
112 |
if (!count($errors) && ($order->isCanceled() || $order->getIsVirtual())) {
|
113 |
-
$errors[] =
|
114 |
}
|
115 |
|
116 |
|
117 |
//send the data
|
118 |
$messages = array();
|
119 |
if (!count($errors)) {
|
120 |
-
|
121 |
-
$messages[] =
|
122 |
|
123 |
}
|
124 |
|
@@ -131,5 +141,14 @@ class Eabi_Livehandler_Model_Action_Postoffice_Send extends Eabi_Livehandler_Mod
|
|
131 |
);
|
132 |
return $result;
|
133 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
}
|
135 |
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
64 |
*/
|
65 |
public function canDisplay(Mage_Sales_Model_Order $order) {
|
66 |
if (self::$_module_exists) {
|
67 |
+
$this->_label = $this->_getOfficeHelper()->__('Send shipping data to server');
|
68 |
+
if ($this->_getOfficeHelper()->isDataSent($order->getIncrementId()) === false) {
|
69 |
+
$barcode = $this->_getOfficeHelper()->getBarcode($order->getIncrementId());
|
70 |
if (is_string($barcode)) {
|
71 |
return false;
|
72 |
}
|
95 |
$shippingMethodModel = Mage::getModel('shipping/shipping')->getCarrierByCode($shippingCarrierCode);
|
96 |
|
97 |
if (!($shippingMethodModel instanceof Eabi_Postoffice_Model_Carrier_Abstract)){
|
98 |
+
$errors[] = $this->_getOfficeHelper()->__('This carrier is not subclass of Eabi_Postoffice_Model_Carrier_Abstract');
|
99 |
}
|
100 |
$shippingMethodModel->setStoreId($order->getStoreId());
|
101 |
|
102 |
//determine if auto send is available
|
103 |
if (!count($errors) && !$shippingMethodModel->isAutoSendAvailable()) {
|
104 |
+
$errors[] = $this->_getOfficeHelper()->__('Automatic data sending is not available for the selected carrier');
|
105 |
}
|
106 |
|
107 |
+
if (!method_exists($this->_getOfficeHelper(), 'canSendData')) {
|
108 |
+
//old version of eabi_postoffice package, they have no canSendData function
|
109 |
+
if (!count($errors) && round($order->getTotalDue(), 2) > 0 && (!$shippingMethodModel->getConfigData('enable_cod') ||
|
110 |
+
(!count($errors) && $shippingMethodModel->getConfigData('enable_cod') && $paymentMethod->getMethod() != 'eabicodpayment'))) {
|
111 |
+
$errors[] = $this->_getOfficeHelper()->__('This order has not yet been fully paid');
|
112 |
+
}
|
113 |
+
} else {
|
114 |
+
if (!$this->_getOfficeHelper()->canSendData($order)) {
|
115 |
+
$errors[] = $this->_getOfficeHelper()->__('This order has not yet been fully paid');
|
116 |
+
}
|
117 |
}
|
118 |
+
|
119 |
+
|
120 |
+
|
121 |
+
|
122 |
if (!count($errors) && ($order->isCanceled() || $order->getIsVirtual())) {
|
123 |
+
$errors[] = $this->_getOfficeHelper()->__('This order cannot be shipped');
|
124 |
}
|
125 |
|
126 |
|
127 |
//send the data
|
128 |
$messages = array();
|
129 |
if (!count($errors)) {
|
130 |
+
$this->_getOfficeHelper()->sendManualOrderData($order->getIncrementId(), $shippingMethodModel->getConfigData('senddata_event'));
|
131 |
+
$messages[] = $this->_getOfficeHelper()->__('Data sent to server, please verify the status from the order comments');
|
132 |
|
133 |
}
|
134 |
|
141 |
);
|
142 |
return $result;
|
143 |
}
|
144 |
+
|
145 |
+
/**
|
146 |
+
*
|
147 |
+
* @return Eabi_Postoffice_Helper_Data
|
148 |
+
*/
|
149 |
+
protected function _getOfficeHelper() {
|
150 |
+
return Mage::helper('eabi_postoffice');
|
151 |
+
}
|
152 |
+
|
153 |
}
|
154 |
|
app/code/community/Eabi/Livehandler/Model/Adminhtml/Gridmanager.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Directory/Collection.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Entry.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/File/Object.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Mysql4/Entry.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Mysql4/Entry/Collection.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/Ordergrid.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/Model/System/Config/Backend/Button.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/LivehandlerController.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/Adminhtml/RemoveController.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/controllers/IndexController.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/etc/config.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
@@ -36,7 +36,7 @@
|
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Eabi_Livehandler>
|
39 |
-
<version>0.1.
|
40 |
</Eabi_Livehandler>
|
41 |
</modules>
|
42 |
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Eabi_Livehandler>
|
39 |
+
<version>0.1.8</version>
|
40 |
</Eabi_Livehandler>
|
41 |
</modules>
|
42 |
|
app/code/community/Eabi/Livehandler/etc/system.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-install-0.1.0.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/code/community/Eabi/Livehandler/sql/eabi_livehandler_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/design/adminhtml/default/default/layout/eabi_livehandler.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/design/frontend/base/default/layout/eabi_livehandler.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/design/frontend/base/default/template/eabi_livehandler/email.phtml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
-
* @copyright Copyright (c)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
22 |
*
|
23 |
* @category Eabi
|
24 |
* @package Eabi_Livehandler
|
25 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
app/design/frontend/default/default/layout/eabi_livehandler.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
app/etc/modules/Eabi_Livehandler.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
-
* @copyright Copyright (c)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
@@ -38,7 +38,7 @@
|
|
38 |
<Eabi_Livehandler>
|
39 |
<active>true</active>
|
40 |
<codePool>community</codePool>
|
41 |
-
<version>0.1.
|
42 |
</Eabi_Livehandler>
|
43 |
</modules>
|
44 |
</config>
|
23 |
*
|
24 |
* @category Eabi
|
25 |
* @package Eabi_Livehandler
|
26 |
+
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
38 |
<Eabi_Livehandler>
|
39 |
<active>true</active>
|
40 |
<codePool>community</codePool>
|
41 |
+
<version>0.1.8</version>
|
42 |
</Eabi_Livehandler>
|
43 |
</modules>
|
44 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_Livehandler</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,11 +12,11 @@
|
|
12 |
<p>You can navigate between orders by pressing directional keys or by pressing left/right icons on the order view</p>
|
13 |
<p>Possibility to create your own action buttons, which allows to save lots of time when managing orders</p>
|
14 |
<p>Possibility to purchase action buttons like <strong>Add order comment</strong>, <strong>Create invoice</strong>, <strong>Ship order</strong> and more</p></description>
|
15 |
-
<notes>*
|
16 |
-
<authors><author><name>Matis Matis</name><user>
|
17 |
-
<date>2014-
|
18 |
-
<time>15:
|
19 |
-
<contents><target name="magecommunity"><dir name="Eabi"><dir name="Livehandler"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Button.php" hash="
|
20 |
<compatible/>
|
21 |
-
<dependencies
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_Livehandler</name>
|
4 |
+
<version>0.1.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
12 |
<p>You can navigate between orders by pressing directional keys or by pressing left/right icons on the order view</p>
|
13 |
<p>Possibility to create your own action buttons, which allows to save lots of time when managing orders</p>
|
14 |
<p>Possibility to purchase action buttons like <strong>Add order comment</strong>, <strong>Create invoice</strong>, <strong>Ship order</strong> and more</p></description>
|
15 |
+
<notes>* Unified data sending logic implemented in model Action/Postoffice/Send in order to better accommodate COD courier</notes>
|
16 |
+
<authors><author><name>Matis Matis</name><user>mhalmann</user><email>info@e-abi.ee</email></author></authors>
|
17 |
+
<date>2014-07-07</date>
|
18 |
+
<time>15:49:55</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Eabi"><dir name="Livehandler"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Button.php" hash="98dfbc3163873ad3d00fe312e7186d1f"/><file name="Remove.php" hash="7d2f3fd7d4735fe54b2cb26cfd01d46f"/></dir></dir></dir></dir><file name="Email.php" hash="cb14489488376999ad49cdcaaa23d4c8"/><file name="Footer.php" hash="a6cfb62605b0b98a807bb63f50a5f609"/></dir><file name="CHANGELOG.txt" hash="92bca3c0e065745c59f5e76277e628a8"/><dir name="Helper"><file name="Data.php" hash="1af3369f1f5424170049c16cb04aade3"/></dir><file name="LICENCE.txt" hash="7a9e279147a63af4f63a16ca67fae07b"/><dir name="Model"><file name="Abstract.php" hash="5dbb059785d6ec34918ae807d973f90e"/><dir name="Action"><file name="Abstract.php" hash="abd8c6897a6f06e63e5135f65fc4d787"/><dir name="Postoffice"><file name="Print.php" hash="12d2b02ff60cec5e7a7c285ee806797c"/><file name="Send.php" hash="1ffe8e4ed5e7ca78deb28604835fa7d4"/></dir></dir><dir name="Adminhtml"><file name="Gridmanager.php" hash="0072348f310cbb1a8bedb4ed26aa5f4e"/></dir><dir name="Directory"><file name="Collection.php" hash="b0d8ba1d72e234efdea5b54e3a0c3ef0"/></dir><file name="Entry.php" hash="f358a1099935e8c9792806575c5cc65f"/><dir name="File"><file name="Object.php" hash="995211f621cb9ff660ebae266c654be0"/></dir><dir name="Mysql4"><dir name="Entry"><file name="Collection.php" hash="b9dc657da52f122f3b8b17ef05c8a365"/></dir><file name="Entry.php" hash="6037308bd30e7701ddf47c40bdf651d1"/></dir><file name="Ordergrid.php" hash="4c9283e59040ea8078e3c1251620e739"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Button.php" hash="b7f6dd7f8a52163fe48c7c21cd8dfb27"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="LivehandlerController.php" hash="d2c3b5227c93cd062920951185726115"/><file name="RemoveController.php" hash="a429842dd15032034af2efb4b11660b1"/></dir><file name="IndexController.php" hash="cb6b1a81baf62e552eabb5f7613b046d"/></dir><dir name="etc"><file name="config.xml" hash="5250746f330aee01c2099030b414ea9c"/><file name="system.xml" hash="583113ccdfb632ee356c8bc9eb3f6fcd"/></dir><dir name="sql"><dir name="eabi_livehandler_setup"><file name="mysql4-install-0.1.0.php" hash="ae2da894e465ff901547b6cfcf4f8ecc"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="d5f49d7270343200655ffd1e3bf99949"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="0ac7a8b08f0b94e508ec0f845453e68f"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="84207dbf7a067c9af7bb65a8449f9bac"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="84207dbf7a067c9af7bb65a8449f9bac"/></dir><dir name="template"><dir name="eabi_livehandler"><file name="email.phtml" hash="1771fd066edee01f437faf4499259b82"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Livehandler.xml" hash="2f34126932b2657226dedcec21757aab"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_Livehandler.csv" hash="e846cb14835c2c9df355d7c81da2135c"/></dir><dir name="et_EE"><file name="Eabi_Livehandler.csv" hash="e1a2e6c5568ec76ecb3c4078e23710b7"/></dir><dir name="fi_FI"><file name="Eabi_Livehandler.csv" hash="e846cb14835c2c9df355d7c81da2135c"/></dir><dir name="lt_LT"><file name="Eabi_Livehandler.csv" hash="e846cb14835c2c9df355d7c81da2135c"/></dir><dir name="sv_SE"><file name="Eabi_Livehandler.csv" hash="bcb64aae292b417a7914612e57305559"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_admintools.css" hash="0868ed1bfcc8afff6643d5a3b8aab5b9"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="crossBrowser_initKeyboardEvent.js" hash="8600c5536225fd70c56ef313ee430e08"/></dir><dir name="livepipe"><file name="contextmenu.js" hash="a5dbab9663d94d9d848e84b524c1f925"/><file name="cookie.js" hash="eab2042ac637aec7777c7c64e3e2bb1a"/><file name="event_behavior.js" hash="a59a00ad652efb1596b5bd2e6f5cfe48"/><file name="hotkey.js" hash="c6193fc03e4cd4c94ee4fb37e3d5ed6b"/><file name="livepipe.js" hash="6e569402b2686976e7390f0b7a25b1eb"/><file name="progressbar.js" hash="69719eccbecbc0378d9919c53a3ef7dd"/><file name="rating.js" hash="adb5ce773c37b40fb590a877d949be7a"/><file name="resizable.js" hash="38fd18daa37e5612495cc7b42fd32b3d"/><file name="scrollbar.js" hash="7a2603c2107944b8a70e41e7a84133ba"/><file name="selection.js" hash="3f48981cccffdb5fcc5f5ff27d0b0b68"/><file name="selectmultiple.js" hash="d8f044eb344061bdcce405f671b15654"/><file name="tabs.js" hash="22abb9a3ec3933d54ff9ede0338ca7f3"/><file name="textarea.js" hash="9825782bf78d38efa53200a206d8cd77"/><file name="window.js" hash="f6eba488d6a80e05f59d97a0cef59730"/></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|