wiser_search - Version 1.0.11

Version Notes

1.0.11
- Added notifications to have realtime updates in screen.
1.0.10
- Added support for affiliate stores
1.0.9
- support more price variations
1.0.8
- Multi storeview content pages support added

Download this release

Release Info

Developer Niels - Rejuni
Extension wiser_search
Version 1.0.11
Comparing to
See all releases


Code changes from version 1.0.10 to 1.0.11

app/code/community/Wiser/Search/Model/Observer.php CHANGED
@@ -4,6 +4,15 @@ class Wiser_Search_Model_Observer
4
  private $_Products;
5
  private $_ProductIds;
6
 
 
 
 
 
 
 
 
 
 
7
  public function cacheRefreshType($observer) {
8
  $stores = Mage::app()->getStores();
9
 
4
  private $_Products;
5
  private $_ProductIds;
6
 
7
+ public function controllerActionPredispatch($observer)
8
+ {
9
+ if(Mage::getStoreConfig('wiser_search/wiser_search_group/installation_status') !== "installed")
10
+ {
11
+ $status = $this->getInstallationStatus();
12
+ Mage::getSingleton('adminhtml/session')->addWarning("Wiser installation status: " . $status);
13
+ }
14
+ }
15
+
16
  public function cacheRefreshType($observer) {
17
  $stores = Mage::app()->getStores();
18
 
app/code/community/Wiser/Search/etc/config.xml CHANGED
@@ -2,10 +2,15 @@
2
  <config>
3
  <modules>
4
  <Wiser_Search>
5
- <version>1.0.10</version>
6
  </Wiser_Search>
7
  </modules>
8
  <global>
 
 
 
 
 
9
  <helpers>
10
  <wiser_search>
11
  <class>Wiser_Search_Helper</class>
@@ -54,7 +59,7 @@
54
  <default>
55
  <wiser_search>
56
  <wiser_search_group>
57
- <extension_version>1.0.10</extension_version>
58
  </wiser_search_group>
59
  </wiser_search>
60
  </default>
@@ -77,6 +82,17 @@
77
  </layout>
78
  </frontend>
79
  <adminhtml>
 
 
 
 
 
 
 
 
 
 
 
80
  <acl>
81
  <resources>
82
  <all>
2
  <config>
3
  <modules>
4
  <Wiser_Search>
5
+ <version>1.0.11</version>
6
  </Wiser_Search>
7
  </modules>
8
  <global>
9
+ <models>
10
+ <wiser_search>
11
+ <class>Wiser_Search_Model</class>
12
+ </wiser_search>
13
+ </models>
14
  <helpers>
15
  <wiser_search>
16
  <class>Wiser_Search_Helper</class>
59
  <default>
60
  <wiser_search>
61
  <wiser_search_group>
62
+ <extension_version>1.0.11</extension_version>
63
  </wiser_search_group>
64
  </wiser_search>
65
  </default>
82
  </layout>
83
  </frontend>
84
  <adminhtml>
85
+ <events>
86
+ <controller_action_predispatch>
87
+ <observers>
88
+ <wiser_search>
89
+ <type>singleton</type>
90
+ <class>Wiser_Search_Model_Observer</class>
91
+ <method>controllerActionPredispatch</method>
92
+ </wiser_search>
93
+ </observers>
94
+ </controller_action_predispatch>
95
+ </events>
96
  <acl>
97
  <resources>
98
  <all>
package.xml CHANGED
@@ -1,18 +1,26 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
- <version>1.0.10</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Quickly have your search results on screen while typing, advanced statistics and advanced layered navigation</summary>
10
  <description>Show search results to your customers while typing, indexes both products and pages. Allows the webshop administrator to view advanced search statistics.</description>
11
- <notes>- Added support for affiliate stores</notes>
 
 
 
 
 
 
 
 
12
  <authors><author><name>Niels - Rejuni</name><user>niels</user><email>niels@rejuni.nl</email></author><author><name>Remco - Rejuni</name><user>remco</user><email>remco@rejuni.nl</email></author></authors>
13
- <date>2016-11-01</date>
14
- <time>18:17:36</time>
15
- <contents><target name="magecommunity"><dir name="Wiser"><dir name="Search"><dir name="Helper"><file name="Data.php" hash="d127ac82b4dd20580f24d1bdc0eb9349"/><file name="ProductData.php" hash="f048f36f51154a9c8152e9aca2392434"/><file name="SimpleXml.php" hash="ee3906507dd83a9b540e5fb2afaf767e"/><file name="XmlFeed.php" hash="10a19d78c67c8cb85a5aada89ef0cf03"/></dir><dir name="Model"><file name="Observer.php" hash="e49cadb4943c313261dd9e2515712990"/></dir><dir name="controllers"><file name="IndexController.php" hash="e1e329d2fc62c9cd19cc9fef8389dac3"/></dir><dir name="etc"><dir name="adminhtml"><file name="events.xml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="config.xml" hash="39e0136000721c34c5130d6e17890e27"/><file name="system.xml" hash="5a299551f98cd4800bc8b0a8da822dce"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wiser_Search.xml" hash="4a518f78635b9e09b5b907a096b1ae91"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wiser_search.xml" hash="f66cf33d0e88676e86bba6f0c561e485"/></dir><dir name="template"><dir name="wiser_search"><file name="conversion.phtml" hash="01671ab852225eec8384d9faae183be9"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.4.0.</min><max>7.0.2.</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
+ <version>1.0.11</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Quickly have your search results on screen while typing, advanced statistics and advanced layered navigation</summary>
10
  <description>Show search results to your customers while typing, indexes both products and pages. Allows the webshop administrator to view advanced search statistics.</description>
11
+ <notes>1.0.11&#xD;
12
+ - Added notifications to have realtime updates in screen.&#xD;
13
+ 1.0.10&#xD;
14
+ - Added support for affiliate stores&#xD;
15
+ 1.0.9&#xD;
16
+ - support more price variations&#xD;
17
+ 1.0.8&#xD;
18
+ - Multi storeview content pages support added&#xD;
19
+ </notes>
20
  <authors><author><name>Niels - Rejuni</name><user>niels</user><email>niels@rejuni.nl</email></author><author><name>Remco - Rejuni</name><user>remco</user><email>remco@rejuni.nl</email></author></authors>
21
+ <date>2016-12-10</date>
22
+ <time>11:12:08</time>
23
+ <contents><target name="magecommunity"><dir name="Wiser"><dir name="Search"><dir name="Helper"><file name="Data.php" hash="d127ac82b4dd20580f24d1bdc0eb9349"/><file name="ProductData.php" hash="f048f36f51154a9c8152e9aca2392434"/><file name="SimpleXml.php" hash="ee3906507dd83a9b540e5fb2afaf767e"/><file name="XmlFeed.php" hash="10a19d78c67c8cb85a5aada89ef0cf03"/></dir><dir name="Model"><file name="Observer.php" hash="782deb17a86b0fece973754252e1fcc0"/></dir><dir name="controllers"><file name="IndexController.php" hash="e1e329d2fc62c9cd19cc9fef8389dac3"/></dir><dir name="etc"><dir name="adminhtml"><file name="events.xml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="config.xml" hash="1d331d4f223e1a41417fd9bbd0e421c2"/><file name="system.xml" hash="5a299551f98cd4800bc8b0a8da822dce"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wiser_Search.xml" hash="4a518f78635b9e09b5b907a096b1ae91"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wiser_search.xml" hash="f66cf33d0e88676e86bba6f0c561e485"/></dir><dir name="template"><dir name="wiser_search"><file name="conversion.phtml" hash="01671ab852225eec8384d9faae183be9"/></dir></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.4.0.</min><max>7.0.2.</max></php></required></dependencies>
26
  </package>