Version Notes
Tested and bugs fixed
Download this release
Release Info
Developer | exorbyte GmbH |
Extension | Exorbyte_Commercesearch |
Version | 0.1.10 |
Comparing to | |
See all releases |
Code changes from version 0.1.9 to 0.1.10
- app/code/community/Exorbyte/Commercesearch/Model/Observer.php +2 -2
- app/code/community/Exorbyte/Commercesearch/etc/config.xml +1 -1
- app/code/community/Exorbyte/Commercesearch/sql/Commercesearch_setup/{mysql4-install-0.1.9.php → mysql4-install-0.1.10.php} +0 -0
- app/design/adminhtml/default/default/layout/Commercesearch.xml +1 -1
- app/design/frontend/base/default/layout/commercesearch.xml +1 -1
- package.xml +4 -4
app/code/community/Exorbyte/Commercesearch/Model/Observer.php
CHANGED
@@ -74,12 +74,12 @@ class Exorbyte_Commercesearch_Model_Observer extends Exorbyte_Commercesearch_Mod
|
|
74 |
//now we need to rework the data feed
|
75 |
if($activate_new==1) {
|
76 |
$write = Mage::getSingleton('core/resource')->getConnection('core_write');
|
77 |
-
|
78 |
$update2="update catalog_product_entity_text set value = replace(value, '\r', ' ')";
|
79 |
$update3="update catalog_product_entity_text set value = replace(value, '\l', ' ')";
|
80 |
$write->query($update1);
|
81 |
$write->query($update2);
|
82 |
-
$write->query($update3)
|
83 |
//next action: add integration if changed or new project
|
84 |
if($this->exoCheckForDoIntegration($postData)==true) {
|
85 |
$this->aData["project_snippet"]=$this->SoapCall("getProjectSnippet",$this->aData["c_id"],$this->aData["secure_key"],$this->aData["p_id"]);
|
74 |
//now we need to rework the data feed
|
75 |
if($activate_new==1) {
|
76 |
$write = Mage::getSingleton('core/resource')->getConnection('core_write');
|
77 |
+
/*$update1="update catalog_product_entity_text set value = replace(value, '\n', ' ')";
|
78 |
$update2="update catalog_product_entity_text set value = replace(value, '\r', ' ')";
|
79 |
$update3="update catalog_product_entity_text set value = replace(value, '\l', ' ')";
|
80 |
$write->query($update1);
|
81 |
$write->query($update2);
|
82 |
+
$write->query($update3);*/
|
83 |
//next action: add integration if changed or new project
|
84 |
if($this->exoCheckForDoIntegration($postData)==true) {
|
85 |
$this->aData["project_snippet"]=$this->SoapCall("getProjectSnippet",$this->aData["c_id"],$this->aData["secure_key"],$this->aData["p_id"]);
|
app/code/community/Exorbyte/Commercesearch/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Exorbyte_Commercesearch>
|
5 |
-
<version>0.1.
|
6 |
</Exorbyte_Commercesearch>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Exorbyte_Commercesearch>
|
5 |
+
<version>0.1.10</version>
|
6 |
</Exorbyte_Commercesearch>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/community/Exorbyte/Commercesearch/sql/Commercesearch_setup/{mysql4-install-0.1.9.php → mysql4-install-0.1.10.php}
RENAMED
File without changes
|
app/design/adminhtml/default/default/layout/Commercesearch.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.
|
3 |
<Commercesearch_adminhtml_Commercesearch_index>
|
4 |
<reference name="content">
|
5 |
<block type="Commercesearch/adminhtml_Commercesearch" name="Commercesearch_content" />
|
1 |
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.10">
|
3 |
<Commercesearch_adminhtml_Commercesearch_index>
|
4 |
<reference name="content">
|
5 |
<block type="Commercesearch/adminhtml_Commercesearch" name="Commercesearch_content" />
|
app/design/frontend/base/default/layout/commercesearch.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<block type="core/template" name="Commercesearch" as="topSearch" template="commercesearch/commercesearch.phtml"/>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.10">
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<block type="core/template" name="Commercesearch" as="topSearch" template="commercesearch/commercesearch.phtml"/>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Exorbyte_Commercesearch</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Exorbyte Commerce is an advanced, intelligent, search-centric merchandising system designed specifically for online stores. It starts by replacing and enhancing your store's existing search engine. It features powerful reporting and merchandising features giving you the control to naturally guide visitors to the products they want to buy. With Exorbyte Commerce, visitors can find the products they are looking for quickly and seamlessly, regardless of misspellings, typos, alternative product names, equivalent products you carry, related products, and more.</description>
|
11 |
<notes>Tested and bugs fixed</notes>
|
12 |
<authors><author><name>exorbyte GmbH</name><user>exorbytecs</user><email>thomas.braun@exorbyte.com</email></author></authors>
|
13 |
-
<date>2012-05-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Exorbyte"><dir name="Commercesearch"><dir name="Block"><dir name="Adminhtml"><dir name="Commercesearch"><dir name="Edit"><file name="Form.php" hash="35f4717f4200c27536f8fbd059e3a40b"/><dir name="Tab"><file name="Form.php" hash="59d2546eb64f925520f069bafbf1818f"/></dir><file name="Tabs.php" hash="7ee7912235ad2c6f666989776ce50e4d"/></dir><file name="Edit.php" hash="2ea10acbf7aaf3cca80df730be5c3f8f"/><file name="Grid.php" hash="14ef4efc5f92259ba7a3c54f6bc404a1"/></dir><file name="Commercesearch.php" hash="f73be0b0888cda949c97794c9f27010b"/><file name="Ecs.php" hash="17b73cb4b34bf8fb8fc08da4c396fe8c"/><file name="Suggest.php" hash="a4a0174a16844ecb6627f8caaba0ecec"/></dir><dir name="Backend"><file name="Exportbutton.php" hash="89f4fc353a9cc4550fd3255ea86756c2"/></dir><file name="Manualupload.php" hash="9393bea48983211fb28eccc718d0317c"/></dir><dir name="Helper"><file name="Data.php" hash="e1fe12b764967a896bcfc7a24e78f135"/><file name="exorbyte_export.php" hash="9e356324f2a3df62f4e8faecae360ddc"/></dir><dir name="Model"><file name="Activate.php" hash="ce60deb1f93bd481999572d593a971ef"/><dir name="Backend"><file name="Design.php" hash="705615e2767736c1312856335b921c16"/><file name="Email.php" hash="c6d984d3f7064f061e4763eaad498416"/><file name="Layout.php" hash="cadb56ae0aa4d2961c5c1e9f5bfbf75b"/></dir><file name="Commercesearch.php" hash="36bcaec51d9d109f9cf4bccfbbaec369"/><file name="Connect.php" hash="2a4d7609b0a163529a0d563440b020c6"/><dir name="Mysql4"><dir name="Commercesearch"><file name="Collection.php" hash="c26a4d9be07bf37a9b4910f13f357bf2"/></dir><file name="Commercesearch.php" hash="ba4043466e98fe9ad9fd0962fcc6b9a1"/></dir><file name="Observer.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Exorbyte_Commercesearch</name>
|
4 |
+
<version>0.1.10</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Exorbyte Commerce is an advanced, intelligent, search-centric merchandising system designed specifically for online stores. It starts by replacing and enhancing your store's existing search engine. It features powerful reporting and merchandising features giving you the control to naturally guide visitors to the products they want to buy. With Exorbyte Commerce, visitors can find the products they are looking for quickly and seamlessly, regardless of misspellings, typos, alternative product names, equivalent products you carry, related products, and more.</description>
|
11 |
<notes>Tested and bugs fixed</notes>
|
12 |
<authors><author><name>exorbyte GmbH</name><user>exorbytecs</user><email>thomas.braun@exorbyte.com</email></author></authors>
|
13 |
+
<date>2012-05-16</date>
|
14 |
+
<time>13:06:16</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Exorbyte"><dir name="Commercesearch"><dir name="Block"><dir name="Adminhtml"><dir name="Commercesearch"><dir name="Edit"><file name="Form.php" hash="35f4717f4200c27536f8fbd059e3a40b"/><dir name="Tab"><file name="Form.php" hash="59d2546eb64f925520f069bafbf1818f"/></dir><file name="Tabs.php" hash="7ee7912235ad2c6f666989776ce50e4d"/></dir><file name="Edit.php" hash="2ea10acbf7aaf3cca80df730be5c3f8f"/><file name="Grid.php" hash="14ef4efc5f92259ba7a3c54f6bc404a1"/></dir><file name="Commercesearch.php" hash="f73be0b0888cda949c97794c9f27010b"/><file name="Ecs.php" hash="17b73cb4b34bf8fb8fc08da4c396fe8c"/><file name="Suggest.php" hash="a4a0174a16844ecb6627f8caaba0ecec"/></dir><dir name="Backend"><file name="Exportbutton.php" hash="89f4fc353a9cc4550fd3255ea86756c2"/></dir><file name="Manualupload.php" hash="9393bea48983211fb28eccc718d0317c"/></dir><dir name="Helper"><file name="Data.php" hash="e1fe12b764967a896bcfc7a24e78f135"/><file name="exorbyte_export.php" hash="9e356324f2a3df62f4e8faecae360ddc"/></dir><dir name="Model"><file name="Activate.php" hash="ce60deb1f93bd481999572d593a971ef"/><dir name="Backend"><file name="Design.php" hash="705615e2767736c1312856335b921c16"/><file name="Email.php" hash="c6d984d3f7064f061e4763eaad498416"/><file name="Layout.php" hash="cadb56ae0aa4d2961c5c1e9f5bfbf75b"/></dir><file name="Commercesearch.php" hash="36bcaec51d9d109f9cf4bccfbbaec369"/><file name="Connect.php" hash="2a4d7609b0a163529a0d563440b020c6"/><dir name="Mysql4"><dir name="Commercesearch"><file name="Collection.php" hash="c26a4d9be07bf37a9b4910f13f357bf2"/></dir><file name="Commercesearch.php" hash="ba4043466e98fe9ad9fd0962fcc6b9a1"/></dir><file name="Observer.php" hash="6bc00be847b31654162ffe58dd6f8af1"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CommercesearchController.php" hash="6e01bf88acfffab852f693dd5dcfe7d2"/></dir><file name="IndexController.php" hash="ee10413adbd70fd8f45f91ba97332401"/></dir><dir name="etc"><file name="config.xml" hash="98ff7ac263c144f7ef91a0b8099ae617"/><file name="system.xml" hash="16fdb62191b1569c00b146c77f7aab07"/></dir><dir name="sql"><dir name="Commercesearch_setup"><file name="mysql4-install-0.1.10.php" hash="8161903ae72c04cc86c5bea861f61fb8"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="Commercesearch.xml" hash="86f9dc63c9c3562c0f6214015570873d"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="commercesearch.xml" hash="3728363eda59b0182085c9df598e2a2c"/></dir><dir name="template"><dir name="commercesearch"><file name="commercesearch.phtml" hash="27c0a26908ad4ec721d6d4474200f711"/><file name="commercesearchform.phtml" hash="0fc7b7f96bf9bfd89896bc6746a93666"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Exorbyte_Commercesearch.xml" hash="ccd16076bda5a73dabdaa48aaa591a77"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|