Version Notes
Tested and bugs fixed
Download this release
Release Info
Developer | exorbyte GmbH |
Extension | Exorbyte_Commercesearch |
Version | 0.1.7 |
Comparing to | |
See all releases |
Code changes from version 0.1.6 to 0.1.7
- app/code/community/Exorbyte/Commercesearch/Block/Manualupload.php +1 -1
- app/code/community/Exorbyte/Commercesearch/etc/config.xml +1 -1
- app/code/community/Exorbyte/Commercesearch/sql/Commercesearch_setup/{mysql4-install-0.1.6.php → mysql4-install-0.1.7.php} +3 -3
- app/design/adminhtml/default/default/layout/Commercesearch.xml +1 -1
- app/design/frontend/base/default/layout/commercesearch.xml +1 -1
- package.xml +3 -3
app/code/community/Exorbyte/Commercesearch/Block/Manualupload.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
$this->setElement($element);
|
6 |
$baseurl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);
|
7 |
$select = 'SELECT profile_id';
|
8 |
-
$table =
|
9 |
$where = 'name=\'exorbyte\'';
|
10 |
$order = '';
|
11 |
$connection = Mage::getSingleton('core/resource')->getConnection('core_read');
|
5 |
$this->setElement($element);
|
6 |
$baseurl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);
|
7 |
$select = 'SELECT profile_id';
|
8 |
+
$table = Mage::getSingleton('core/resource')->getTableName('dataflow/profile');
|
9 |
$where = 'name=\'exorbyte\'';
|
10 |
$order = '';
|
11 |
$connection = Mage::getSingleton('core/resource')->getConnection('core_read');
|
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.7</version>
|
6 |
</Exorbyte_Commercesearch>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/community/Exorbyte/Commercesearch/sql/Commercesearch_setup/{mysql4-install-0.1.6.php → mysql4-install-0.1.7.php}
RENAMED
@@ -9,7 +9,7 @@ $conn = $installer->getConnection();
|
|
9 |
|
10 |
$select = $conn
|
11 |
->select()
|
12 |
-
->from($this->
|
13 |
$admindata = $conn->fetchAll($select);
|
14 |
$email=$admindata[0]["email"];
|
15 |
|
@@ -17,7 +17,7 @@ $data["scope"]='default';
|
|
17 |
$data["scope_id"]='0';
|
18 |
$data["path"]='Commercesearch_options/settings/Commercesearch_email';
|
19 |
$data["value"]= $email;//'nothing@nothing.com';
|
20 |
-
$conn->insertOnDuplicate($this->
|
21 |
|
22 |
$dataflow["name"]='exorbyte';
|
23 |
$dataflow["created_at"]='2011-12-31 23:59:59';
|
@@ -28,6 +28,6 @@ $dataflow["direction"]='export';
|
|
28 |
$dataflow["entity_type"]='product';
|
29 |
$dataflow["store_id"]=0;
|
30 |
$dataflow["data_transfer"]='file';
|
31 |
-
$conn->insertOnDuplicate($this->
|
32 |
|
33 |
$installer->endSetup();
|
9 |
|
10 |
$select = $conn
|
11 |
->select()
|
12 |
+
->from($this->getTableName('admin/user'), array('email'));
|
13 |
$admindata = $conn->fetchAll($select);
|
14 |
$email=$admindata[0]["email"];
|
15 |
|
17 |
$data["scope_id"]='0';
|
18 |
$data["path"]='Commercesearch_options/settings/Commercesearch_email';
|
19 |
$data["value"]= $email;//'nothing@nothing.com';
|
20 |
+
$conn->insertOnDuplicate($this->getTableName('core/config_data'), $data, array('path'));
|
21 |
|
22 |
$dataflow["name"]='exorbyte';
|
23 |
$dataflow["created_at"]='2011-12-31 23:59:59';
|
28 |
$dataflow["entity_type"]='product';
|
29 |
$dataflow["store_id"]=0;
|
30 |
$dataflow["data_transfer"]='file';
|
31 |
+
$conn->insertOnDuplicate($this->getTableName('dataflow/profile'), $dataflow, array('name'));
|
32 |
|
33 |
$installer->endSetup();
|
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.7">
|
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.7">
|
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>
|
@@ -11,8 +11,8 @@
|
|
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-02</date>
|
14 |
-
<time>14:
|
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="
|
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.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
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-02</date>
|
14 |
+
<time>14:59:38</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="c0e5105ef0c676d75750380ff6290c45"/></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="df32d498e9632386045b9a8bab69b46c"/><file name="system.xml" hash="16fdb62191b1569c00b146c77f7aab07"/></dir><dir name="sql"><dir name="Commercesearch_setup"><file name="mysql4-install-0.1.7.php" hash="5420ea638953c1dde6c51c6874352daf"/></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="e251e7262bbcf213288dc3de4e37b948"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="commercesearch.xml" hash="3ea623fee6f272b586e43a07e2647c30"/></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>
|