Version Notes
Fixed:
- some redundant code
*Works only with release of app (2.6.1) and higher
Download this release
Release Info
Developer | eMagicOne |
Extension | mobile_assistant_connector |
Version | 1.2.8 |
Comparing to | |
See all releases |
Code changes from version 1.2.7 to 1.2.8
app/code/community/Emagicone/Mobassistantconnector/controllers/IndexController.php
CHANGED
@@ -28,7 +28,7 @@ class Emagicone_Mobassistantconnector_IndexController extends Mage_Core_Controll
|
|
28 |
private $hash_only;
|
29 |
private $session_key;
|
30 |
const GSM_URL = 'https://android.googleapis.com/gcm/send';
|
31 |
-
const MB_VERSION = '
|
32 |
|
33 |
public function indexAction()
|
34 |
{
|
@@ -2360,14 +2360,6 @@ class Emagicone_Mobassistantconnector_IndexController extends Mage_Core_Controll
|
|
2360 |
$row['name'] = '';
|
2361 |
$row['status'] = '';
|
2362 |
|
2363 |
-
Mage::app("default");
|
2364 |
-
// Set the variables that we care about.
|
2365 |
-
$username = 'yaroslav@emagicone.com'; // Or whatever username we're going with.
|
2366 |
-
$password = '!Q2w#E4r'; // Obviously, replace this with whatever the actual password you're looking to validate is.
|
2367 |
-
|
2368 |
-
$blah = Mage::getModel('admin/user')->authenticate($username, $password);
|
2369 |
-
|
2370 |
-
|
2371 |
// TODO: Add product storeviews
|
2372 |
Mage::setIsDeveloperMode(true);
|
2373 |
// Mage::app()->setCurrentStore(Mage::getModel('core/store')->load(Mage_Core_Model_App::ADMIN_STORE_ID));
|
@@ -2384,27 +2376,6 @@ class Emagicone_Mobassistantconnector_IndexController extends Mage_Core_Controll
|
|
2384 |
$salesCollection->addAttributeToFilter('product_id', $this->product_id);
|
2385 |
$row['total_ordered'] = $this->bd_nice_number($salesCollection->getSize(), true);
|
2386 |
|
2387 |
-
// // TODO: Get all store ids
|
2388 |
-
$row['store_ids'] = $product->getStoreIds();
|
2389 |
-
|
2390 |
-
foreach ($row['store_ids'] as $store_id) {
|
2391 |
-
$product = Mage::getModel('catalog/product')
|
2392 |
-
->setStoreId($store_id)
|
2393 |
-
->load($this->product_id);
|
2394 |
-
if ($product->getExistsStoreValueFlag('name')) {
|
2395 |
-
$all_stores['name'][$store_id] = $product->getName();
|
2396 |
-
} else {
|
2397 |
-
$all_stores['name'][$store_id] = $row['name'];
|
2398 |
-
}
|
2399 |
-
|
2400 |
-
if ($product->getExistsStoreValueFlag('status')) {
|
2401 |
-
$all_stores['status'][$store_id] = $product->getStatus();
|
2402 |
-
} else {
|
2403 |
-
$all_stores['status'][$store_id] = $row['status'];
|
2404 |
-
}
|
2405 |
-
}
|
2406 |
-
|
2407 |
-
|
2408 |
$row['id_product'] = $product->getId();
|
2409 |
$row['type_id'] = $product->getTypeId();
|
2410 |
$row['name'] = $product->getName();
|
28 |
private $hash_only;
|
29 |
private $session_key;
|
30 |
const GSM_URL = 'https://android.googleapis.com/gcm/send';
|
31 |
+
const MB_VERSION = '93';
|
32 |
|
33 |
public function indexAction()
|
34 |
{
|
2360 |
$row['name'] = '';
|
2361 |
$row['status'] = '';
|
2362 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2363 |
// TODO: Add product storeviews
|
2364 |
Mage::setIsDeveloperMode(true);
|
2365 |
// Mage::app()->setCurrentStore(Mage::getModel('core/store')->load(Mage_Core_Model_App::ADMIN_STORE_ID));
|
2376 |
$salesCollection->addAttributeToFilter('product_id', $this->product_id);
|
2377 |
$row['total_ordered'] = $this->bd_nice_number($salesCollection->getSize(), true);
|
2378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2379 |
$row['id_product'] = $product->getId();
|
2380 |
$row['type_id'] = $product->getTypeId();
|
2381 |
$row['name'] = $product->getName();
|
app/code/community/Emagicone/Mobassistantconnector/etc/config.xml
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
|
16 |
<modules>
|
17 |
<Emagicone_Mobassistantconnector>
|
18 |
-
<version>1.2.
|
19 |
</Emagicone_Mobassistantconnector>
|
20 |
</modules>
|
21 |
<frontend>
|
15 |
|
16 |
<modules>
|
17 |
<Emagicone_Mobassistantconnector>
|
18 |
+
<version>1.2.8</version>
|
19 |
</Emagicone_Mobassistantconnector>
|
20 |
</modules>
|
21 |
<frontend>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>mobile_assistant_connector</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl.html">GNU</license>
|
7 |
<channel>community</channel>
|
@@ -9,13 +9,13 @@
|
|
9 |
<summary>Mobile Assistant Connector</summary>
|
10 |
<description>Mobile Assistant Connector</description>
|
11 |
<notes>Fixed:
|
12 |
-
-
|
13 |

|
14 |
*Works only with release of app (2.6.1) and higher</notes>
|
15 |
<authors><author><name>eMagicOne</name><user>mobile</user><email>mobile@emagicone.com</email></author></authors>
|
16 |
-
<date>2015-11
|
17 |
-
<time>
|
18 |
-
<contents><target name="magecommunity"><dir name="Emagicone"><dir name="Mobassistantconnector"><dir name="Helper"><file name="Access.php" hash="c6f4c96ca225bbc72cb829c59f7808f1"/><file name="Data.php" hash="efa0278512e07a2b87bcb4ee3fe80470"/></dir><dir name="Model"><file name="Defpassword.php" hash="921e5344ba325ddf1aaba6aeb2202696"/><file name="Failed.php" hash="7da654c3cf1e9a3f5a55da7f36192117"/><file name="Login.php" hash="bedbce507924854910524fbabe1c4948"/><file name="Observer.php" hash="324a82764d34bd6684c727c7936a291b"/><file name="Order.php" hash="f3d5529e0504ea0265cb661e03f41109"/><file name="Password.php" hash="66e2050ecc7b56deb654b5476ac1746c"/><dir name="Resource"><dir name="Failed"><file name="Collection.php" hash="18980688d80660f6a663a2c4dce20f54"/></dir><file name="Failed.php" hash="a69ca1239d3400097fabc415ee02751b"/><dir name="Sessions"><file name="Collection.php" hash="397e9a6f637472b59abe42bca09ea616"/></dir><file name="Sessions.php" hash="4d9f6cdd340fd95549d287c6107285ac"/></dir><file name="Sessions.php" hash="e3a32e26446e4cd27032c99dde8d4cfa"/></dir><dir name="controllers"><file name="IndexController.php" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><extension><name>curl</name><min>1.0</min><max>3.0</max></extension><extension><name>json</name><min>1.0</min><max>3.0</max></extension><extension><name>date</name><min>1.0</min><max>3.0</max></extension></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>mobile_assistant_connector</name>
|
4 |
+
<version>1.2.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl.html">GNU</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Mobile Assistant Connector</summary>
|
10 |
<description>Mobile Assistant Connector</description>
|
11 |
<notes>Fixed:
|
12 |
+
- some redundant code
|
13 |

|
14 |
*Works only with release of app (2.6.1) and higher</notes>
|
15 |
<authors><author><name>eMagicOne</name><user>mobile</user><email>mobile@emagicone.com</email></author></authors>
|
16 |
+
<date>2015-12-11</date>
|
17 |
+
<time>11:39:48</time>
|
18 |
+
<contents><target name="magecommunity"><dir name="Emagicone"><dir name="Mobassistantconnector"><dir name="Helper"><file name="Access.php" hash="c6f4c96ca225bbc72cb829c59f7808f1"/><file name="Data.php" hash="efa0278512e07a2b87bcb4ee3fe80470"/></dir><dir name="Model"><file name="Defpassword.php" hash="921e5344ba325ddf1aaba6aeb2202696"/><file name="Failed.php" hash="7da654c3cf1e9a3f5a55da7f36192117"/><file name="Login.php" hash="bedbce507924854910524fbabe1c4948"/><file name="Observer.php" hash="324a82764d34bd6684c727c7936a291b"/><file name="Order.php" hash="f3d5529e0504ea0265cb661e03f41109"/><file name="Password.php" hash="66e2050ecc7b56deb654b5476ac1746c"/><dir name="Resource"><dir name="Failed"><file name="Collection.php" hash="18980688d80660f6a663a2c4dce20f54"/></dir><file name="Failed.php" hash="a69ca1239d3400097fabc415ee02751b"/><dir name="Sessions"><file name="Collection.php" hash="397e9a6f637472b59abe42bca09ea616"/></dir><file name="Sessions.php" hash="4d9f6cdd340fd95549d287c6107285ac"/></dir><file name="Sessions.php" hash="e3a32e26446e4cd27032c99dde8d4cfa"/></dir><dir name="controllers"><file name="IndexController.php" hash="4ce0a7ba723929f67a804a79e9daff14"/><dir name="adminhtml"><file name="IndexController.php" hash="e8fc499b74daeef9dbf856e813cbefb8"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="333ed888c7f8a1e067821b6547e34340"/><file name="config.xml" hash="5580e98fcaf56b457542f0e892b000bf"/><file name="system.xml" hash="916fe7ee643e4dcb15a5498219605896"/></dir><dir name="sql"><dir name="emagicone_mobassistantconnector_setup"><file name="install-1.2.1.php" hash="2394c0bf43b7c8f15fa83d957ed15ffd"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Emagicone_Mobassistantconnector.xml" hash="7bb654478173d96ad294000fc9625820"/></dir></target><target name="magelocale"><dir><dir name="en_GB"><file name="Emagicone_Mobassistantconnector.csv" hash="eaf733f81ff47627c4389d487c93709f"/></dir><dir name="en_US"><file name="Emagicone_Mobassistantconnector.csv" hash="510d79a25c0bfb7a096aab57d8c5b458"/></dir><dir name="es_ES"><file name="Emagicone_Mobassistantconnector.csv" hash="acc37c432dd8b4134844291931b70fbf"/></dir><dir name="fr_FR"><file name="Emagicone_Mobassistantconnector.csv" hash="76c48723a6bbd59534781fd3c7f6d86e"/></dir><dir name="ru_RU"><file name="Emagicone_Mobassistantconnector.csv" hash="2346397cbe029dcc724717b953a3f38c"/></dir><dir name="uk_UA"><file name="Emagicone_Mobassistantconnector.csv" hash="cad0e0c3ec7603e6b886d815357d1766"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="mobassistantconnector.xml" hash="b5c4d423be8de0c5d73d64783dcb9a3c"/></dir><dir name="template"><dir name="mobassistantconnector"><file name="jsinit.phtml" hash="785c82b5cf6b2a7dc94a1436d1c9115f"/></dir></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><extension><name>curl</name><min>1.0</min><max>3.0</max></extension><extension><name>json</name><min>1.0</min><max>3.0</max></extension><extension><name>date</name><min>1.0</min><max>3.0</max></extension></required></dependencies>
|
21 |
</package>
|