Version Notes
Fixed an issue with search indexer
Download this release
Release Info
| Developer | Albert Andrejev |
| Extension | LinnLiveConnect |
| Version | 1.1.64 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.63 to 1.1.64
app/code/local/LinnSystems/LinnLiveConnect/Model/Main.php
CHANGED
|
@@ -266,7 +266,7 @@ class LinnSystems_LinnLiveConnect_Model_Main extends Mage_Core_Model_Abstract {
|
|
| 266 |
public function disableIndexing() {
|
| 267 |
|
| 268 |
$states = array();
|
| 269 |
-
$blocked = array('cataloginventory_stock', 'catalog_product_flat', 'catalog_category_flat'
|
| 270 |
|
| 271 |
$processes = Mage::getSingleton('index/indexer') -> getProcessesCollection();
|
| 272 |
foreach ($processes as $process) {
|
| 266 |
public function disableIndexing() {
|
| 267 |
|
| 268 |
$states = array();
|
| 269 |
+
$blocked = array('cataloginventory_stock', 'catalog_product_flat', 'catalog_category_flat');
|
| 270 |
|
| 271 |
$processes = Mage::getSingleton('index/indexer') -> getProcessesCollection();
|
| 272 |
foreach ($processes as $process) {
|
app/code/local/LinnSystems/LinnLiveConnect/etc/config.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<LinnSystems_LinnLiveConnect>
|
| 5 |
-
<version>1.1.
|
| 6 |
</LinnSystems_LinnLiveConnect>
|
| 7 |
</modules>
|
| 8 |
<global>
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<LinnSystems_LinnLiveConnect>
|
| 5 |
+
<version>1.1.64</version>
|
| 6 |
</LinnSystems_LinnLiveConnect>
|
| 7 |
</modules>
|
| 8 |
<global>
|
app/code/local/LinnSystems/LinnLiveConnect/etc/wsi.xml
CHANGED
|
@@ -50,6 +50,8 @@
|
|
| 50 |
<xsd:sequence>
|
| 51 |
<xsd:element name="sku" type="xsd:string" minOccurs="1" />
|
| 52 |
<xsd:element name="price" type="xsd:string" minOccurs="1" />
|
|
|
|
|
|
|
| 53 |
</xsd:sequence>
|
| 54 |
</xsd:complexType>
|
| 55 |
<xsd:complexType name="linnLiveUpdatePriceBulkResponseEntity">
|
|
@@ -522,7 +524,7 @@
|
|
| 522 |
</xsd:complexType>
|
| 523 |
</xsd:element>
|
| 524 |
|
| 525 |
-
<!-- Stub parameters for catalogProductAttributeRemove, remove for 1.8
|
| 526 |
<xsd:element name="linnLiveAttributeRemoveRequestParam">
|
| 527 |
<xsd:complexType>
|
| 528 |
<xsd:sequence>
|
|
@@ -538,7 +540,7 @@
|
|
| 538 |
</xsd:sequence>
|
| 539 |
</xsd:complexType>
|
| 540 |
</xsd:element>
|
| 541 |
-
|
| 542 |
|
| 543 |
<xsd:element name="linnLiveInfoRequestParam">
|
| 544 |
<xsd:complexType>
|
|
@@ -1070,14 +1072,14 @@
|
|
| 1070 |
<wsdl:part name="parameters" element="typens:linnLiveInfoResponseParam" />
|
| 1071 |
</wsdl:message>
|
| 1072 |
|
| 1073 |
-
<!-- Stub parameters for catalogProductAttributeRemove , remove for 1.8
|
| 1074 |
<wsdl:message name="catalogProductAttributeRemoveRequest">
|
| 1075 |
<wsdl:part name="parameters" element="typens:linnLiveAttributeRemoveRequestParam" />
|
| 1076 |
</wsdl:message>
|
| 1077 |
<wsdl:message name="catalogProductAttributeRemoveResponse">
|
| 1078 |
<wsdl:part name="parameters" element="typens:linnLiveAttributeRemoveResponseParam" />
|
| 1079 |
</wsdl:message>
|
| 1080 |
-
|
| 1081 |
|
| 1082 |
|
| 1083 |
|
|
@@ -1219,13 +1221,13 @@
|
|
| 1219 |
<wsdl:output message="typens:linnLiveProductListResponse"></wsdl:output>
|
| 1220 |
</wsdl:operation>
|
| 1221 |
|
| 1222 |
-
<!-- remove for 1.8
|
| 1223 |
<wsdl:operation name="catalogProductAttributeRemove">
|
| 1224 |
<wsdl:documentation>Stub operation for catalogProductAttributeRemove</wsdl:documentation>
|
| 1225 |
<wsdl:input message="typens:catalogProductAttributeRemoveRequest" />
|
| 1226 |
<wsdl:output message="typens:catalogProductAttributeRemoveResponse" />
|
| 1227 |
</wsdl:operation>
|
| 1228 |
-
|
| 1229 |
|
| 1230 |
<wsdl:operation name="linnLiveInfo">
|
| 1231 |
<wsdl:documentation>Get information about current magento settings and installation</wsdl:documentation>
|
| 50 |
<xsd:sequence>
|
| 51 |
<xsd:element name="sku" type="xsd:string" minOccurs="1" />
|
| 52 |
<xsd:element name="price" type="xsd:string" minOccurs="1" />
|
| 53 |
+
<xsd:element minOccurs="0" maxOccurs="1" name="store" type="xsd:string" />
|
| 54 |
+
<xsd:element minOccurs="0" maxOccurs="1" name="identifierType" type="xsd:string" />
|
| 55 |
</xsd:sequence>
|
| 56 |
</xsd:complexType>
|
| 57 |
<xsd:complexType name="linnLiveUpdatePriceBulkResponseEntity">
|
| 524 |
</xsd:complexType>
|
| 525 |
</xsd:element>
|
| 526 |
|
| 527 |
+
<!-- Stub parameters for catalogProductAttributeRemove, remove for 1.8
|
| 528 |
<xsd:element name="linnLiveAttributeRemoveRequestParam">
|
| 529 |
<xsd:complexType>
|
| 530 |
<xsd:sequence>
|
| 540 |
</xsd:sequence>
|
| 541 |
</xsd:complexType>
|
| 542 |
</xsd:element>
|
| 543 |
+
Stub parameters for catalogProductAttributeRemove end -->
|
| 544 |
|
| 545 |
<xsd:element name="linnLiveInfoRequestParam">
|
| 546 |
<xsd:complexType>
|
| 1072 |
<wsdl:part name="parameters" element="typens:linnLiveInfoResponseParam" />
|
| 1073 |
</wsdl:message>
|
| 1074 |
|
| 1075 |
+
<!-- Stub parameters for catalogProductAttributeRemove , remove for 1.8
|
| 1076 |
<wsdl:message name="catalogProductAttributeRemoveRequest">
|
| 1077 |
<wsdl:part name="parameters" element="typens:linnLiveAttributeRemoveRequestParam" />
|
| 1078 |
</wsdl:message>
|
| 1079 |
<wsdl:message name="catalogProductAttributeRemoveResponse">
|
| 1080 |
<wsdl:part name="parameters" element="typens:linnLiveAttributeRemoveResponseParam" />
|
| 1081 |
</wsdl:message>
|
| 1082 |
+
Stub parameters for catalogProductAttributeRemove end -->
|
| 1083 |
|
| 1084 |
|
| 1085 |
|
| 1221 |
<wsdl:output message="typens:linnLiveProductListResponse"></wsdl:output>
|
| 1222 |
</wsdl:operation>
|
| 1223 |
|
| 1224 |
+
<!-- remove for 1.8
|
| 1225 |
<wsdl:operation name="catalogProductAttributeRemove">
|
| 1226 |
<wsdl:documentation>Stub operation for catalogProductAttributeRemove</wsdl:documentation>
|
| 1227 |
<wsdl:input message="typens:catalogProductAttributeRemoveRequest" />
|
| 1228 |
<wsdl:output message="typens:catalogProductAttributeRemoveResponse" />
|
| 1229 |
</wsdl:operation>
|
| 1230 |
+
remove for 1.8 -->
|
| 1231 |
|
| 1232 |
<wsdl:operation name="linnLiveInfo">
|
| 1233 |
<wsdl:documentation>Get information about current magento settings and installation</wsdl:documentation>
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>LinnLiveConnect</name>
|
| 4 |
-
<version>1.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GPL v2</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -9,11 +9,11 @@
|
|
| 9 |
<summary>Extended SOAP WS-I compliant API to support integration with LinnLive2.</summary>
|
| 10 |
<description>Extended SOAP WS-I compliant API to support integration with LinnLive2 (http://www.linnlive.com).
|
| 11 |
Contains some workarounds to avoid bugs in original Magento modules and additional functionality to operate Magento store remotely.</description>
|
| 12 |
-
<notes>Fixed an issue with
|
| 13 |
<authors><author><name>Albert Andrejev</name><user>albert_andrejev</user><email>albert@linnsystems.com</email></author><author><name>Pavel Nikolajev</name><user>Pavel_LL2</user><email>pavel.nokolajev@linnsystems.com</email></author><author><name>Aleksandr Kornev</name><user>alex_LL2</user><email>alex.kornevs@linnsystems.com</email></author></authors>
|
| 14 |
-
<date>2015-
|
| 15 |
-
<time>07:
|
| 16 |
-
<contents><target name="magelocal"><dir name="LinnSystems"><dir name="LinnLiveConnect"><dir name="Helper"><file name="Data.php" hash="39795e3b89da70d74f5a2bd1b8adb901"/><file name="Factory.php" hash="7e0a0e26fa3618917f3540b799b05840"/><file name="Settings.php" hash="086ba912d38dc66964a2f40f685394a5"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="a60247b30a00144ee34b77b74821266a"/></dir><dir name="Category"><file name="Api.php" hash="e1d52ef1f902a454c747f0d67d7dfb5e"/></dir><file name="Community.php" hash="8ca85cd35830e9cf3f1a78b64cc2ef14"/><dir name="Core"><file name="Store.php" hash="223c37a5156966322f1ef3d4b4530502"/><file name="Url.php" hash="f7480821c151b21f071b8853bf468f78"/></dir><file name="Main.php" hash="
|
| 17 |
<compatible/>
|
| 18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 19 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>LinnLiveConnect</name>
|
| 4 |
+
<version>1.1.64</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GPL v2</license>
|
| 7 |
<channel>community</channel>
|
| 9 |
<summary>Extended SOAP WS-I compliant API to support integration with LinnLive2.</summary>
|
| 10 |
<description>Extended SOAP WS-I compliant API to support integration with LinnLive2 (http://www.linnlive.com).
|
| 11 |
Contains some workarounds to avoid bugs in original Magento modules and additional functionality to operate Magento store remotely.</description>
|
| 12 |
+
<notes>Fixed an issue with search indexer</notes>
|
| 13 |
<authors><author><name>Albert Andrejev</name><user>albert_andrejev</user><email>albert@linnsystems.com</email></author><author><name>Pavel Nikolajev</name><user>Pavel_LL2</user><email>pavel.nokolajev@linnsystems.com</email></author><author><name>Aleksandr Kornev</name><user>alex_LL2</user><email>alex.kornevs@linnsystems.com</email></author></authors>
|
| 14 |
+
<date>2015-11-16</date>
|
| 15 |
+
<time>07:44:39</time>
|
| 16 |
+
<contents><target name="magelocal"><dir name="LinnSystems"><dir name="LinnLiveConnect"><dir name="Helper"><file name="Data.php" hash="39795e3b89da70d74f5a2bd1b8adb901"/><file name="Factory.php" hash="7e0a0e26fa3618917f3540b799b05840"/><file name="Settings.php" hash="086ba912d38dc66964a2f40f685394a5"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="a60247b30a00144ee34b77b74821266a"/></dir><dir name="Category"><file name="Api.php" hash="e1d52ef1f902a454c747f0d67d7dfb5e"/></dir><file name="Community.php" hash="8ca85cd35830e9cf3f1a78b64cc2ef14"/><dir name="Core"><file name="Store.php" hash="223c37a5156966322f1ef3d4b4530502"/><file name="Url.php" hash="f7480821c151b21f071b8853bf468f78"/></dir><file name="Main.php" hash="81ad0f9d92300154e3ddc1fa8dcb0961"/><dir name="Product"><dir name="Api"><file name="V2.php" hash="2e5d74bff09976d7970ac514ec2babd1"/></dir><file name="Api.php" hash="eaa63183cb69e529322459cf3e86c6df"/><dir name="Attribute"><file name="Api.php" hash="fa77daa27c19a04d2a357a4da8222f16"/><dir name="Media"><file name="Api.php" hash="d343f56cbf15bbf5ae5a829be8c66d6d"/></dir></dir><dir name="Link"><file name="Api.php" hash="0ff8998682b9d85a84947215748dd94b"/></dir></dir></dir><dir name="etc"><file name="api.xml" hash="a4b2a568bf5b2def5f3fe32c06b4528c"/><file name="config.xml" hash="adf1c3ca52656d374763a2a0b93c9c51"/><file name="wsdl.xml" hash="2b450fd6a6332d20583aaa4fc52012b6"/><file name="wsi.xml" hash="b9e40ea1eff229370ea3a060657d917b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="LinnSystems_LinnLiveConnect.xml" hash="14fc1be272169d4eec6a481eee3cbb0d"/></dir></target></contents>
|
| 17 |
<compatible/>
|
| 18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 19 |
</package>
|
