Mage_Codi - Version 4.2.4

Version Notes

Please contact our support desk if you have any problems.

Download this release

Release Info

Developer Magento Core Team
Extension Mage_Codi
Version 4.2.4
Comparing to
See all releases


Code changes from version 4.2.3 to 4.2.4

app/code/community/Mage/CodiScript/Model/Files.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- // 2015-04-14
3
  class ConfiguredProductLine{
4
  public $optionIds = array();
5
  public $line = NULL;
@@ -1315,7 +1315,7 @@ ProdRPrice=".$ProdRPrice." ProdSPrice=".$ProdSPrice."
1315
  $coValueSetSequences = array();
1316
  $coValueSetSequence = array();
1317
  $this->_buildCOValueSets( $coValueSetSequences, $coValueSetSequence, 0, $customOptions );
1318
- $index = 0;
1319
  foreach( $coValueSetSequences as $coValueSetSequence ){
1320
  if( $this->_DEBUG ){
1321
  echo "coValueSetSequence #".$index."
@@ -1425,16 +1425,16 @@ ProdRPrice=".$ProdRPrice." ProdSPrice=".$ProdSPrice."
1425
  ."\t" //Category
1426
  ."\t" .$Reviews //Reviews
1427
  ."\t" .$shortDescription
1428
- ."\t1"
1429
  ."\n";
1430
  $skusAdded = TRUE;
1431
- $index++;
1432
  // https://objectpublisher.basecamphq.com/projects/257020-odp/posts/87233819/comments#comment_312388129
1433
  if( $index >= 200 ){
1434
  $ProducttoString .= "REPORTWARNING: Not all options were converted to items for the product #".$product->getId()." - \"".$cleanProdName."\".
1435
  ";
1436
  break;
1437
  }
 
1438
  }
1439
  }
1440
  }
1
  <?php
2
+ // 2015-04-23
3
  class ConfiguredProductLine{
4
  public $optionIds = array();
5
  public $line = NULL;
1315
  $coValueSetSequences = array();
1316
  $coValueSetSequence = array();
1317
  $this->_buildCOValueSets( $coValueSetSequences, $coValueSetSequence, 0, $customOptions );
1318
+ $index = 1;
1319
  foreach( $coValueSetSequences as $coValueSetSequence ){
1320
  if( $this->_DEBUG ){
1321
  echo "coValueSetSequence #".$index."
1425
  ."\t" //Category
1426
  ."\t" .$Reviews //Reviews
1427
  ."\t" .$shortDescription
1428
+ ."\t" .$index
1429
  ."\n";
1430
  $skusAdded = TRUE;
 
1431
  // https://objectpublisher.basecamphq.com/projects/257020-odp/posts/87233819/comments#comment_312388129
1432
  if( $index >= 200 ){
1433
  $ProducttoString .= "REPORTWARNING: Not all options were converted to items for the product #".$product->getId()." - \"".$cleanProdName."\".
1434
  ";
1435
  break;
1436
  }
1437
+ $index++;
1438
  }
1439
  }
1440
  }
app/code/community/Mage/CodiScript/controllers/IndexController.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- define("__VERSION__","2015-04-14");
3
  define("__SCRIPTNAME__",basename(__FILE__));
4
 
5
  class Mage_CodiScript_IndexController extends Mage_Core_Controller_Front_Action{
1
  <?php
2
+ define("__VERSION__","2015-04-23");
3
  define("__SCRIPTNAME__",basename(__FILE__));
4
 
5
  class Mage_CodiScript_IndexController extends Mage_Core_Controller_Front_Action{
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Codi</name>
4
- <version>4.2.3</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>
@@ -10,9 +10,9 @@
10
  <description>Extension to connect to the Catalog-on-Demand service for making print catalogs, brochures, and flyers.</description>
11
  <notes>Please contact our support desk if you have any problems.</notes>
12
  <authors><author><name>catalogondemand</name><user>auto-converted</user><email>timh@catalog-on-demand.com</email></author></authors>
13
- <date>2015-04-22</date>
14
- <time>19:16:17</time>
15
- <contents><target name="magecommunity"><dir name="Mage"><dir name="CodiScript"><dir name="Helper"><file name="Data.php" hash="3f99660cb06a9dc09f024b9993d43a3f"/></dir><dir name="Model"><file name="Files.php" hash="5659db893aee5cc3333274a74d267997"/></dir><dir name="controllers"><file name="IndexController.php" hash="7f2cd9a9979158580cd458d13ce4a33e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="40ab0bd86928c5ba175988926a9f6aee"/><file name="config.xml" hash="b960e9bd106f0c94559baa2bc5761e18"/><file name="system.xml" hash="1b5e5b18bfdce6b85e304fb4ef877274"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_CodiScript.xml" hash="f0502cac7918fc798b3b02d3d4b7e7fd"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="codiscript.xml" hash="066f99333a6054e11943a75413f65ff0"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="codi"><file name="password_validation.js" hash="7223aeed118bb5774c73f951460ae0b0"/></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_CodiScript.csv" hash="183fc591065ced83f878a4c3e23f854c"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Codi</name>
4
+ <version>4.2.4</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>
10
  <description>Extension to connect to the Catalog-on-Demand service for making print catalogs, brochures, and flyers.</description>
11
  <notes>Please contact our support desk if you have any problems.</notes>
12
  <authors><author><name>catalogondemand</name><user>auto-converted</user><email>timh@catalog-on-demand.com</email></author></authors>
13
+ <date>2015-04-23</date>
14
+ <time>12:51:22</time>
15
+ <contents><target name="magecommunity"><dir name="Mage"><dir name="CodiScript"><dir name="Helper"><file name="Data.php" hash="3f99660cb06a9dc09f024b9993d43a3f"/></dir><dir name="Model"><file name="Files.php" hash="7595112641a42c16ff1b0485d90d96f7"/></dir><dir name="controllers"><file name="IndexController.php" hash="502cea8cbdda65a765c787057d70f0f3"/></dir><dir name="etc"><file name="adminhtml.xml" hash="40ab0bd86928c5ba175988926a9f6aee"/><file name="config.xml" hash="b960e9bd106f0c94559baa2bc5761e18"/><file name="system.xml" hash="1b5e5b18bfdce6b85e304fb4ef877274"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_CodiScript.xml" hash="f0502cac7918fc798b3b02d3d4b7e7fd"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="codiscript.xml" hash="066f99333a6054e11943a75413f65ff0"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="codi"><file name="password_validation.js" hash="7223aeed118bb5774c73f951460ae0b0"/></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_CodiScript.csv" hash="183fc591065ced83f878a4c3e23f854c"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>