Skip to content

Commit

Permalink
Merge branch 'release/v1.6.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosescri committed Oct 28, 2016
2 parents 944d6a1 + 46628c1 commit 6e5e9a0
Show file tree
Hide file tree
Showing 47 changed files with 77 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Adminhtml_Log_View extends Mage_Adminhtml_Block_Widget_Grid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Adminhtml_Map_Additional extends Mage_Adminhtml_Block_System_Config_Form_Field
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Doofinder/Feed/Block/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Integration extends Mage_Core_Block_Abstract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Buttons_Generate extends Mage_Adminhtml_Block_System_Config_Form_Field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Buttons_ViewLog extends Mage_Adminhtml_Block_System_Config_Form_Field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Panel_CronDescription extends Doofinder_Feed_Block_Settings_Panel_Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Panel_Datetime extends Mage_Adminhtml_Block_System_Config_Form_Field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Panel_Description extends Mage_Adminhtml_Block_System_Config_Form_Field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Panel_File extends Mage_Adminhtml_Block_System_Config_Form_Field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Panel_LayerDescription extends Doofinder_Feed_Block_Settings_Panel_Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category blocks
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Block_Settings_Panel_Message extends Mage_Adminhtml_Block_System_Config_Form_Field
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/Doofinder/Feed/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Helpers
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Data helper for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Helper_Data extends Mage_Core_Helper_Abstract
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/Doofinder/Feed/Helper/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Helpers
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Log helper for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Helper_Log extends Mage_Core_Helper_Abstract
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/Doofinder/Feed/Helper/Tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Helpers
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Tax helper for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Helper_Tax extends Mage_Tax_Helper_Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Model_Adminhtml_System_Config_Backend_Cron extends Mage_Core_Model_Config_Data {
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/Doofinder/Feed/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Config model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Config extends Mage_Core_Model_Config_Data
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Doofinder/Feed/Model/Cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Model_Cron extends Mage_Core_Model_Abstract {
Expand Down
12 changes: 9 additions & 3 deletions app/code/community/Doofinder/Feed/Model/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Generator model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
if (!defined('DS'))
Expand Down Expand Up @@ -335,6 +335,7 @@ protected function _addProductToXml(
}

$this->_oXmlWriter->endElement();
$this->_flushFeed(true);

$iDumped++;
}
Expand Down Expand Up @@ -548,9 +549,14 @@ protected function _initFeed()
}
}

protected function _flushFeed()
protected function _flushFeed($break = false)
{
$this->_response .= $this->_oXmlWriter->flush(true);

if ($break)
{
$this->_response .= PHP_EOL;
}
}

protected function _closeFeed()
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Doofinder/Feed/Model/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Model_Log extends Mage_Core_Model_Abstract {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Abstract Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Abstract extends Varien_Object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Associated Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Associated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Bundle Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Bundle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Configurable Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Configurable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Downloadable Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Downloadable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Grouped Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Grouped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Simple Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Simple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

/**
* Virtual Product Map Model for Doofinder Feed
*
* @version 1.6.5
* @version 1.6.6
* @package Doofinder_Feed
*/
class Doofinder_Feed_Model_Map_Product_Virtual
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Doofinder/Feed/Model/Mysql4/Cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Model_Mysql4_Cron extends Mage_Core_Model_Mysql4_Abstract {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Model_Mysql4_Cron_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Doofinder/Feed/Model/Mysql4/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @category Models
* @package Doofinder_Feed
* @version 1.6.5
* @version 1.6.6
*/

class Doofinder_Feed_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract
Expand Down
Loading

0 comments on commit 6e5e9a0

Please sign in to comment.