NetJam_DaisyconFeed - Version 0.1.6

Version Notes

You need to enable the feed by going to System > Config > NetJam > Daisycon Product Feed

After enable you can access the feed by pointing your browser to http://yourdomain.com/daisyconfeed

Also enter the dimensions for the small and medium product image. For the large product image the original uploaded file will be used.

Download this release

Release Info

Developer Magento Core Team
Extension NetJam_DaisyconFeed
Version 0.1.6
Comparing to
See all releases


Code changes from version 0.1.5 to 0.1.6

app/code/community/NetJam/DaisyconFeed/controllers/IndexController.php CHANGED
@@ -48,6 +48,8 @@ class NetJam_DaisyconFeed_IndexController extends Mage_Core_Controller_Front_Act
48
 
49
 
50
  public function indexAction() {
 
 
51
  $this->setConfig();
52
 
53
  if($this->oConfig->general->enabled == 1) {
@@ -69,7 +71,7 @@ class NetJam_DaisyconFeed_IndexController extends Mage_Core_Controller_Front_Act
69
  $this->oConfig = new StdClass();
70
  foreach($this->aConfigPaths as $sPath) {
71
  $aParts = explode('/',$sPath);
72
- $this->oConfig->$aParts[1]->$aParts[2] = Mage::getStoreConfig($sPath);
73
  }
74
 
75
  if(!is_numeric($this->oConfig->general->imgsmall_width)) {
48
 
49
 
50
  public function indexAction() {
51
+ set_time_limit(3600);
52
+
53
  $this->setConfig();
54
 
55
  if($this->oConfig->general->enabled == 1) {
71
  $this->oConfig = new StdClass();
72
  foreach($this->aConfigPaths as $sPath) {
73
  $aParts = explode('/',$sPath);
74
+ @$this->oConfig->$aParts[1]->$aParts[2] = Mage::getStoreConfig($sPath);
75
  }
76
 
77
  if(!is_numeric($this->oConfig->general->imgsmall_width)) {
app/code/community/NetJam/DaisyconFeed/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <NetJam_DaisyconFeed>
5
- <version>0.1.5</version>
6
  </NetJam_DaisyconFeed>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <NetJam_DaisyconFeed>
5
+ <version>0.1.6</version>
6
  </NetJam_DaisyconFeed>
7
  </modules>
8
  <frontend>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>NetJam_DaisyconFeed</name>
4
- <version>0.1.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -14,9 +14,9 @@ After enable you can access the feed by pointing your browser to http://yourdoma
14
 
15
  Also enter the dimensions for the small and medium product image. For the large product image the original uploaded file will be used.</notes>
16
  <authors><author><name>Ivor Brands</name><user>auto-converted</user><email>email@netjam.nl</email></author></authors>
17
- <date>2011-03-22</date>
18
- <time>17:54:48</time>
19
- <contents><target name="mageetc"><dir name="modules"><file name="NetJam_DaisyconFeed.xml" hash="2db4a694afd9c06820d9ce4f9896e7e7"/></dir></target><target name="magecommunity"><dir name="NetJam"><dir name="DaisyconFeed"><dir name="controllers"><file name="IndexController.php" hash="5cf730f78c76105274784670ad44be37"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f651c05de4e3d712cdccbf1ca9ccf451"/><file name="config.xml" hash="495880fc743b85f8801a155cd3cca279"/><file name="system.xml" hash="5f168dde6360a663c935bf9141f0fb89"/></dir><dir name="Helper"><file name="Data.php" hash="647568f4339709c89b25998c42a62041"/><file name="SimpleXml.php" hash="89e236d49bcf0a36be5bd0023463256d"/></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies/>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>NetJam_DaisyconFeed</name>
4
+ <version>0.1.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
14
 
15
  Also enter the dimensions for the small and medium product image. For the large product image the original uploaded file will be used.</notes>
16
  <authors><author><name>Ivor Brands</name><user>auto-converted</user><email>email@netjam.nl</email></author></authors>
17
+ <date>2011-06-24</date>
18
+ <time>08:24:02</time>
19
+ <contents><target name="mageetc"><dir name="modules"><file name="NetJam_DaisyconFeed.xml" hash="2db4a694afd9c06820d9ce4f9896e7e7"/></dir></target><target name="magecommunity"><dir name="NetJam"><dir name="DaisyconFeed"><dir name="controllers"><file name="IndexController.php" hash="471245b2493b36edd71b68e68af602c7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f651c05de4e3d712cdccbf1ca9ccf451"/><file name="config.xml" hash="9e861f79376c043ec7a36da199f8c2d5"/><file name="system.xml" hash="5f168dde6360a663c935bf9141f0fb89"/></dir><dir name="Helper"><file name="Data.php" hash="647568f4339709c89b25998c42a62041"/><file name="SimpleXml.php" hash="89e236d49bcf0a36be5bd0023463256d"/></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies/>
22
  </package>