Exorbyte_Commercesearch - Version 0.1.2

Version Notes

Tested and bugs fixed

Download this release

Release Info

Developer exorbyte GmbH
Extension Exorbyte_Commercesearch
Version 0.1.2
Comparing to
See all releases


Code changes from version 0.1.1 to 0.1.2

app/code/community/Exorbyte/Commercesearch/Block/Adminhtml/Ecs.php CHANGED
@@ -29,10 +29,8 @@
29
  * @author exorbyte Team <core@magentocommerce.com>, dg
30
  */
31
 
32
- // defined('WSDL_URL') || define('WSDL_URL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
33
- defined('WSDL_URL') || define('WSDL_URL','https://test-management.sellbysearch.com/Partner-Soap/soap?wsdl');
34
- //defined('WSDL') || define('WSDL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
35
- defined('WSDL') || define('WSDL','https://test-management.sellbysearch.com/Partner-Soap/soap?wsdl');
36
 
37
 
38
  class Exorbyte_Commercesearch_Block_Adminhtml_Ecs
29
  * @author exorbyte Team <core@magentocommerce.com>, dg
30
  */
31
 
32
+ defined('WSDL_URL') || define('WSDL_URL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
33
+ defined('WSDL') || define('WSDL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
 
 
34
 
35
 
36
  class Exorbyte_Commercesearch_Block_Adminhtml_Ecs
app/code/community/Exorbyte/Commercesearch/Block/Adminhtml/Suggest.php CHANGED
@@ -29,10 +29,8 @@
29
  * @author exorbyte Team <core@magentocommerce.com>, dg
30
  */
31
 
32
- // defined('WSDL_URL') || define('WSDL_URL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
33
- defined('WSDL_URL') || define('WSDL_URL','https://test-management.sellbysearch.com/Partner-Soap/soap?wsdl');
34
- //defined('WSDL') || define('WSDL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
35
- defined('WSDL') || define('WSDL','https://test-management.sellbysearch.com/Partner-Soap/soap?wsdl');
36
 
37
 
38
  class Exorbyte_Commercesearch_Block_Adminhtml_Suggest
29
  * @author exorbyte Team <core@magentocommerce.com>, dg
30
  */
31
 
32
+ defined('WSDL_URL') || define('WSDL_URL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
33
+ defined('WSDL') || define('WSDL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
 
 
34
 
35
 
36
  class Exorbyte_Commercesearch_Block_Adminhtml_Suggest
app/code/community/Exorbyte/Commercesearch/controllers/Adminhtml/CommercesearchController.php CHANGED
@@ -1,8 +1,6 @@
1
  <?php
2
  defined('WSDL_URL') || define('WSDL_URL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
3
- //defined('WSDL_URL') || define('WSDL_URL','https://test-management.sellbysearch.com/Partner-Soap/soap?wsdl');
4
  defined('WSDL') || define('WSDL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
5
- //defined('WSDL') || define('WSDL','https://test-management.sellbysearch.com/Partner-Soap/soap?wsdl');
6
 
7
  class Exorbyte_Commercesearch_controllers_Adminhtml_CommercesearchController extends Mage_Adminhtml_Controller_Action {
8
  protected $_request;
1
  <?php
2
  defined('WSDL_URL') || define('WSDL_URL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
 
3
  defined('WSDL') || define('WSDL','https://management.exorbyte.com/Partner-Soap/soap?wsdl');
 
4
 
5
  class Exorbyte_Commercesearch_controllers_Adminhtml_CommercesearchController extends Mage_Adminhtml_Controller_Action {
6
  protected $_request;
app/code/community/Exorbyte/Commercesearch/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Exorbyte_Commercesearch>
5
- <version>0.1.1</version>
6
  </Exorbyte_Commercesearch>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Exorbyte_Commercesearch>
5
+ <version>0.1.2</version>
6
  </Exorbyte_Commercesearch>
7
  </modules>
8
  <frontend>
app/code/community/Exorbyte/Commercesearch/sql/Commercesearch_setup/{mysql4-install-0.1.1.php → mysql4-install-0.1.2.php} RENAMED
File without changes
app/design/frontend/base/default/layout/commercesearch.xml CHANGED
@@ -1,5 +1,5 @@
1
  <?xml version="1.0"?>
2
- <layout version="0.1.0">
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.2">
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.1</version>
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-04-26</date>
14
- <time>06:37:15</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="de6e6321cbd9f362154dbbfa8f1a45f0"/><file name="Suggest.php" hash="4b06980361b077bf12dae44d776912b2"/></dir><dir name="Backend"><file name="Exportbutton.php" hash="89f4fc353a9cc4550fd3255ea86756c2"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e1fe12b764967a896bcfc7a24e78f135"/></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="07110f70664caca5598f83c302ab0bc5"/></dir><file name="IndexController.php" hash="ee10413adbd70fd8f45f91ba97332401"/></dir><dir name="etc"><file name="config.xml" hash="fa941dbf51e505310a379ed5344b229b"/><file name="system.xml" hash="16fdb62191b1569c00b146c77f7aab07"/></dir><dir name="sql"><dir name="Commercesearch_setup"><file name="mysql4-install-0.1.1.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="Commerceseach.xml" hash=""/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="commercesearch.xml" hash="6da849c93a31b703a42f56c8a0f942e9"/></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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Exorbyte_Commercesearch</name>
4
+ <version>0.1.2</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-04-26</date>
14
+ <time>07:25:52</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></dir><dir name="Helper"><file name="Data.php" hash="e1fe12b764967a896bcfc7a24e78f135"/></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="90c8b5e61f4671454fcb7738082faa58"/><file name="system.xml" hash="16fdb62191b1569c00b146c77f7aab07"/></dir><dir name="sql"><dir name="Commercesearch_setup"><file name="mysql4-install-0.1.2.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="Commerceseach.xml" hash=""/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="commercesearch.xml" hash="71a70bb111d704c2649b7465fc4fcfbc"/></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>