IREUS_Recommendation_Engine_Interface - Version 2.2.7

Version Notes

Log out and log in after install to get access to the configuration interface! You will find it in the menu [System -> Configuration -> IREUS Recommendation Engine]

Download this release

Release Info

Developer Magento Core Team
Extension IREUS_Recommendation_Engine_Interface
Version 2.2.7
Comparing to
See all releases


Code changes from version 2.2.6 to 2.2.7

Files changed (2) hide show
  1. lib/Ireus/Controller/Cache.php +2 -1
  2. package.xml +4 -4
lib/Ireus/Controller/Cache.php CHANGED
@@ -175,7 +175,7 @@ class Ireus_Controller_Cache extends Ireus_Object
175
  $requestParameters .= 'itemid='.$id.'&';
176
  }
177
  elseif ($event == 'user'
178
- && $id
179
  ) {
180
  $requestParameters .= 'categoryid='.$id.'&';
181
  }
@@ -189,6 +189,7 @@ class Ireus_Controller_Cache extends Ireus_Object
189
  $context = stream_context_create(
190
  array(
191
  'http' => array(
 
192
  'timeout' => 1.5 // seconds
193
  )
194
  )
175
  $requestParameters .= 'itemid='.$id.'&';
176
  }
177
  elseif ($event == 'user'
178
+ && $id != false
179
  ) {
180
  $requestParameters .= 'categoryid='.$id.'&';
181
  }
189
  $context = stream_context_create(
190
  array(
191
  'http' => array(
192
+ 'method' => 'GET',
193
  'timeout' => 1.5 // seconds
194
  )
195
  )
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>IREUS_Recommendation_Engine_Interface</name>
4
- <version>2.2.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL V3.0</license>
7
  <channel>community</channel>
@@ -18,9 +18,9 @@ prudsys IREUS is based on the prudsys Realtime Decisioning Engine (prudsys RDE),
18
  The registration for prudsys IREUS is free of charge at: www.ireus.net.</description>
19
  <notes>Log out and log in after install to get access to the configuration interface! You will find it in the menu [System -&gt; Configuration -&gt; IREUS Recommendation Engine]</notes>
20
  <authors><author><name>prudsys IREUS Support Team</name><user>auto-converted</user><email>support@ireus.net</email></author></authors>
21
- <date>2011-03-15</date>
22
- <time>14:54:12</time>
23
- <contents><target name="magecommunity"><dir name="Netresearch"><dir name="Ireus"><dir name="Block"><dir name="Catalog"><dir name="Product"><dir name="List"><file name="Upsell.php" hash="2063a8463153a5e74ab11333f6112c74"/></dir></dir></dir><dir name="Checkout"><dir name="Multishipping"><file name="Success.php" hash="72495e9ef43ab32d78ac9b225ad25e7b"/></dir></dir><file name="Data.php" hash="5e70d80aee3cef928db721cd3062e539"/></dir><dir name="Helper"><file name="Data.php" hash="166807c6ae52889ee30ae9d5d9760f06"/></dir><dir name="Model"><file name="Observer.php" hash="1722435a09f1ec005ea85831f1efd9b8"/></dir><dir name="controllers"><file name="ExportController.php" hash="04e9a5e2feb4bdcdecf081788d802c95"/></dir><dir name="etc"><file name="config.xml" hash="7f84d0b692e329b9c3b9bedbad2af2b9"/><file name="system.xml" hash="e16445be0775c0d7928080f6a8f20c12"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ireus.xml" hash="7e16aaac49ae2e0939e61a4ad2a6b5fc"/></dir><dir name="template"><dir name="ireus"><file name="data.phtml" hash="914c75fc9f1f09b3ec914a5aa12e1a71"/><file name="footer.phtml" hash="4f8718b50744c98cec9d1ffce31e2242"/><file name="recomm.phtml" hash="c56c8aa10531782cb0237a5cd7a715ad"/><file name="userrecomm.phtml" hash="879f8c79109f82ceff8a3c03d0c3ce1b"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netresearch_Ireus.xml" hash="51f0d7dfc505541ad5bbd81cac334a4c"/></dir></target><target name="mage"><dir name="lib"><dir name="Ireus"><dir name="Controller"><file name="Cache.php" hash="3df552a3caf67a320e7088f499bf3534"/><file name="Export.php" hash="5599e6775872dd7a469198968790b48e"/></dir><dir name="Model"><file name="Csv.php" hash="b8a7f587ea6b2154fcf10d8361b590a4"/><file name="File.php" hash="70a796322ba8c1dcbd1c60944b7e95db"/></dir><dir name="View"><dir name="Client"><file name="call.tpl.php" hash="75da798d5fd4d21208fe636a12b3085c"/><file name="event.tpl.php" hash="d3ae7d342b6805f94e61b10aff601c10"/><file name="home.tpl.php" hash="966b74dae389541a20366d54fb8cb63c"/><file name="product.tpl.php" hash="ceba16f08b72b43f84378cdc22094492"/><file name="user.tpl.php" hash="966b74dae389541a20366d54fb8cb63c"/></dir><file name="Client.php" hash="c1739c7d943f63863a2bd7b546db3a6a"/></dir><file name="Object.php" hash="cf2c29389d0ae7c04858d763e074e4f3"/></dir><file name="IreusAutoloader.php" hash="4c6d6bec65a2d8f196e3a9d3b94114b8"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>IREUS_Recommendation_Engine_Interface</name>
4
+ <version>2.2.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL V3.0</license>
7
  <channel>community</channel>
18
  The registration for prudsys IREUS is free of charge at: www.ireus.net.</description>
19
  <notes>Log out and log in after install to get access to the configuration interface! You will find it in the menu [System -&gt; Configuration -&gt; IREUS Recommendation Engine]</notes>
20
  <authors><author><name>prudsys IREUS Support Team</name><user>auto-converted</user><email>support@ireus.net</email></author></authors>
21
+ <date>2011-06-06</date>
22
+ <time>09:04:04</time>
23
+ <contents><target name="magecommunity"><dir name="Netresearch"><dir name="Ireus"><dir name="Block"><dir name="Catalog"><dir name="Product"><dir name="List"><file name="Upsell.php" hash="2063a8463153a5e74ab11333f6112c74"/></dir></dir></dir><dir name="Checkout"><dir name="Multishipping"><file name="Success.php" hash="72495e9ef43ab32d78ac9b225ad25e7b"/></dir></dir><file name="Data.php" hash="5e70d80aee3cef928db721cd3062e539"/></dir><dir name="Helper"><file name="Data.php" hash="166807c6ae52889ee30ae9d5d9760f06"/></dir><dir name="Model"><file name="Observer.php" hash="1722435a09f1ec005ea85831f1efd9b8"/></dir><dir name="controllers"><file name="ExportController.php" hash="04e9a5e2feb4bdcdecf081788d802c95"/></dir><dir name="etc"><file name="config.xml" hash="7f84d0b692e329b9c3b9bedbad2af2b9"/><file name="system.xml" hash="e16445be0775c0d7928080f6a8f20c12"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ireus.xml" hash="7e16aaac49ae2e0939e61a4ad2a6b5fc"/></dir><dir name="template"><dir name="ireus"><file name="data.phtml" hash="914c75fc9f1f09b3ec914a5aa12e1a71"/><file name="footer.phtml" hash="4f8718b50744c98cec9d1ffce31e2242"/><file name="recomm.phtml" hash="c56c8aa10531782cb0237a5cd7a715ad"/><file name="userrecomm.phtml" hash="879f8c79109f82ceff8a3c03d0c3ce1b"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netresearch_Ireus.xml" hash="51f0d7dfc505541ad5bbd81cac334a4c"/></dir></target><target name="mage"><dir name="lib"><dir name="Ireus"><dir name="Controller"><file name="Cache.php" hash="72e71d12109e5195e6f6a9e47883f863"/><file name="Export.php" hash="5599e6775872dd7a469198968790b48e"/></dir><dir name="Model"><file name="Csv.php" hash="b8a7f587ea6b2154fcf10d8361b590a4"/><file name="File.php" hash="70a796322ba8c1dcbd1c60944b7e95db"/></dir><dir name="View"><dir name="Client"><file name="call.tpl.php" hash="75da798d5fd4d21208fe636a12b3085c"/><file name="event.tpl.php" hash="d3ae7d342b6805f94e61b10aff601c10"/><file name="home.tpl.php" hash="966b74dae389541a20366d54fb8cb63c"/><file name="product.tpl.php" hash="ceba16f08b72b43f84378cdc22094492"/><file name="user.tpl.php" hash="966b74dae389541a20366d54fb8cb63c"/></dir><file name="Client.php" hash="c1739c7d943f63863a2bd7b546db3a6a"/></dir><file name="Object.php" hash="cf2c29389d0ae7c04858d763e074e4f3"/></dir><file name="IreusAutoloader.php" hash="4c6d6bec65a2d8f196e3a9d3b94114b8"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>