Version Notes
* Fixed public service handler bug. Now it is capable of returning service() results.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Eabi_Livehandler |
Version | 0.1.6 |
Comparing to | |
See all releases |
Code changes from version 0.1.5 to 0.1.6
app/code/community/Eabi/Livehandler/controllers/IndexController.php
CHANGED
@@ -79,7 +79,7 @@ class Eabi_Livehandler_IndexController extends Mage_Core_Controller_Front_Action
|
|
79 |
|
80 |
if (!isset($result['_is_error']) || !$result['_is_error']) {
|
81 |
$processEntries[$processName] = $time;
|
82 |
-
$action->runPublic($this->getRequest()->getPost());
|
83 |
}
|
84 |
$classesRan[$action->getModelClass()] = true;
|
85 |
|
79 |
|
80 |
if (!isset($result['_is_error']) || !$result['_is_error']) {
|
81 |
$processEntries[$processName] = $time;
|
82 |
+
$result = $action->runPublic($this->getRequest()->getPost());
|
83 |
}
|
84 |
$classesRan[$action->getModelClass()] = true;
|
85 |
|
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,12 +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 |
-
* added toJson wrapper to base model</notes>
|
17 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
18 |
-
<date>2014-01-
|
19 |
-
<time>
|
20 |
-
<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="aa2cdefca35fc906943b76063cdf8537"/><file name="Remove.php" hash="e0da5a9c856c10d65143d565f3414347"/></dir></dir></dir></dir><file name="Footer.php" hash="2965dff82f3be4b53b00d282d423b9ef"/></dir><dir name="Helper"><file name="Data.php" hash="5efe08d888222257f24131478d405c0c"/></dir><dir name="Model"><dir name="Action"><dir name="Postoffice"><file name="Print.php" hash="13c64015d6460221d0266ef40698280c"/><file name="Send.php" hash="e990ba8fa14afa1528cf8cd2c74cedbc"/></dir><file name="Abstract.php" hash="4d3fd6cc78037008610d590f742fae51"/></dir><dir name="Adminhtml"><file name="Gridmanager.php" hash="daa2aa0217b91045aa2cf3d21a5f64f1"/></dir><dir name="Directory"><file name="Collection.php" hash="28aca7ecf41b56fd2624139fa3746139"/></dir><dir name="File"><file name="Object.php" hash="278cd8f5cfee8554930de1a04fcd794f"/></dir><dir name="Mysql4"><dir name="Entry"><file name="Collection.php" hash="98020b9eeb67626c42af1a75699f88c5"/></dir><file name="Entry.php" hash="94e8d257cb4f5f7d9cc83150d4b9bb26"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Button.php" hash="2d401233ebdc077e398c5e09165217b9"/></dir></dir></dir><file name="Abstract.php" hash="cac0cec1ce45d10474a14d37efa0da82"/><file name="Entry.php" hash="6b9ff0824a667e04897afe39dadf2db7"/><file name="Ordergrid.php" hash="8377da25f8c9849b2f16ae3dea2edbd0"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LivehandlerController.php" hash="e0f36d42a5e87a6359ca179b1cf35d10"/><file name="RemoveController.php" hash="a8578a2b448e91b84b7d8ad93cc1ff75"/></dir><file name="IndexController.php" hash="
|
21 |
<compatible/>
|
22 |
<dependencies/>
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_Livehandler</name>
|
4 |
+
<version>0.1.6</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>* Fixed public service handler bug. Now it is capable of returning service() results.</notes>
|
|
|
16 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
17 |
+
<date>2014-01-16</date>
|
18 |
+
<time>17:53:13</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="aa2cdefca35fc906943b76063cdf8537"/><file name="Remove.php" hash="e0da5a9c856c10d65143d565f3414347"/></dir></dir></dir></dir><file name="Footer.php" hash="2965dff82f3be4b53b00d282d423b9ef"/></dir><dir name="Helper"><file name="Data.php" hash="5efe08d888222257f24131478d405c0c"/></dir><dir name="Model"><dir name="Action"><dir name="Postoffice"><file name="Print.php" hash="13c64015d6460221d0266ef40698280c"/><file name="Send.php" hash="e990ba8fa14afa1528cf8cd2c74cedbc"/></dir><file name="Abstract.php" hash="4d3fd6cc78037008610d590f742fae51"/></dir><dir name="Adminhtml"><file name="Gridmanager.php" hash="daa2aa0217b91045aa2cf3d21a5f64f1"/></dir><dir name="Directory"><file name="Collection.php" hash="28aca7ecf41b56fd2624139fa3746139"/></dir><dir name="File"><file name="Object.php" hash="278cd8f5cfee8554930de1a04fcd794f"/></dir><dir name="Mysql4"><dir name="Entry"><file name="Collection.php" hash="98020b9eeb67626c42af1a75699f88c5"/></dir><file name="Entry.php" hash="94e8d257cb4f5f7d9cc83150d4b9bb26"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Button.php" hash="2d401233ebdc077e398c5e09165217b9"/></dir></dir></dir><file name="Abstract.php" hash="cac0cec1ce45d10474a14d37efa0da82"/><file name="Entry.php" hash="6b9ff0824a667e04897afe39dadf2db7"/><file name="Ordergrid.php" hash="8377da25f8c9849b2f16ae3dea2edbd0"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LivehandlerController.php" hash="e0f36d42a5e87a6359ca179b1cf35d10"/><file name="RemoveController.php" hash="a8578a2b448e91b84b7d8ad93cc1ff75"/></dir><file name="IndexController.php" hash="d3c35dfae888e0f3200a46e27a7291e8"/></dir><dir name="etc"><file name="config.xml" hash="44a18cf550de927c224ebac617a2f4f7"/><file name="system.xml" hash="3aae85cb6b4fc84224fdef9e55e3a20c"/></dir><dir name="sql"><dir name="eabi_livehandler_setup"><file name="mysql4-install-0.1.0.php" hash="3542a9b16298e0cb7ab1b75081da09a6"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="66d9663cf4ebfa01f4060090b3af511c"/></dir></dir><file name="CHANGELOG.txt" hash="d2c529c652576f6592990ced43ed51cb"/><file name="LICENCE.txt" hash="7a9e279147a63af4f63a16ca67fae07b"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="1fc2fe104ffc719adbcf240db22c9b83"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="73db0149877ed655a282a0ed9acefe57"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_livehandler.xml" hash="73db0149877ed655a282a0ed9acefe57"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Livehandler.xml" hash="9d525508e93cb72aa57b71e0a00562f5"/></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/>
|
22 |
</package>
|