Version Notes
- Made compatible with PHP 5.2
Download this release
Release Info
| Developer | Activated Apps |
| Extension | Activated_Slider |
| Version | 1.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.1 to 1.0.2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Form.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Form/Element/Image.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tab/Content.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tab/Image.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tab/Main.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tabs.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Banner/Grid.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Slider.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Form.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Tab/Banner.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Tab/Main.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Tabs.php +1 -2
- app/code/community/Activated/Slider/Block/Adminhtml/Slider/Grid.php +1 -2
- app/code/community/Activated/Slider/Block/Banner.php +1 -3
- app/code/community/Activated/Slider/Block/Slider.php +1 -3
- app/code/community/Activated/Slider/Helper/Admin.php +1 -2
- app/code/community/Activated/Slider/Helper/Data.php +1 -3
- app/code/community/Activated/Slider/Helper/Image.php +1 -3
- app/code/community/Activated/Slider/Model/Banner.php +1 -3
- app/code/community/Activated/Slider/Model/Reference.php +1 -5
- app/code/community/Activated/Slider/Model/Resource/Banner.php +1 -3
- app/code/community/Activated/Slider/Model/Resource/Banner/Collection.php +1 -3
- app/code/community/Activated/Slider/Model/Resource/Reference.php +1 -3
- app/code/community/Activated/Slider/Model/Resource/Reference/Collection.php +1 -3
- app/code/community/Activated/Slider/Model/Resource/Setup.php +1 -2
- app/code/community/Activated/Slider/Model/Resource/Slider.php +1 -3
- app/code/community/Activated/Slider/Model/Resource/Slider/Collection.php +1 -3
- app/code/community/Activated/Slider/Model/Slider.php +1 -4
- app/code/community/Activated/Slider/controllers/Adminhtml/BannerController.php +1 -2
- app/code/community/Activated/Slider/controllers/Adminhtml/SliderController.php +1 -3
- app/code/community/Activated/Slider/controllers/IndexController.php +1 -2
- app/code/community/Activated/Slider/sql/slider_setup/install-1.0.0.php +1 -2
- package.xml +5 -6
app/code/community/Activated/Slider/Block/Adminhtml/Banner.php
CHANGED
|
@@ -29,5 +29,4 @@ extends Mage_Adminhtml_Block_Widget_Grid_Container
|
|
| 29 |
)
|
| 30 |
);
|
| 31 |
}
|
| 32 |
-
}
|
| 33 |
-
?>
|
| 29 |
)
|
| 30 |
);
|
| 31 |
}
|
| 32 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit.php
CHANGED
|
@@ -66,5 +66,4 @@ Mage_Adminhtml_Block_Widget_Form_Container
|
|
| 66 |
return Mage::helper('slider')->__('New Banner Item');
|
| 67 |
}
|
| 68 |
}
|
| 69 |
-
}
|
| 70 |
-
?>
|
| 66 |
return Mage::helper('slider')->__('New Banner Item');
|
| 67 |
}
|
| 68 |
}
|
| 69 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Form.php
CHANGED
|
@@ -25,5 +25,4 @@ Mage_Adminhtml_Block_Widget_Form
|
|
| 25 |
$this->setForm($form);
|
| 26 |
return parent::_prepareForm();
|
| 27 |
}
|
| 28 |
-
}
|
| 29 |
-
?>
|
| 25 |
$this->setForm($form);
|
| 26 |
return parent::_prepareForm();
|
| 27 |
}
|
| 28 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Form/Element/Image.php
CHANGED
|
@@ -22,5 +22,4 @@ Varien_Data_Form_Element_Image
|
|
| 22 |
}
|
| 23 |
return $url;
|
| 24 |
}
|
| 25 |
-
}
|
| 26 |
-
?>
|
| 22 |
}
|
| 23 |
return $url;
|
| 24 |
}
|
| 25 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tab/Content.php
CHANGED
|
@@ -113,5 +113,4 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface
|
|
| 113 |
return false;
|
| 114 |
}
|
| 115 |
|
| 116 |
-
}
|
| 117 |
-
?>
|
| 113 |
return false;
|
| 114 |
}
|
| 115 |
|
| 116 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tab/Image.php
CHANGED
|
@@ -105,5 +105,4 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface
|
|
| 105 |
'image' => Mage::getConfig()->getBlockClassName('slider/adminhtml_banner_edit_form_element_image')
|
| 106 |
);
|
| 107 |
}
|
| 108 |
-
}
|
| 109 |
-
?>
|
| 105 |
'image' => Mage::getConfig()->getBlockClassName('slider/adminhtml_banner_edit_form_element_image')
|
| 106 |
);
|
| 107 |
}
|
| 108 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tab/Main.php
CHANGED
|
@@ -104,5 +104,4 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface
|
|
| 104 |
{
|
| 105 |
return false;
|
| 106 |
}
|
| 107 |
-
}
|
| 108 |
-
?>
|
| 104 |
{
|
| 105 |
return false;
|
| 106 |
}
|
| 107 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Edit/Tabs.php
CHANGED
|
@@ -17,5 +17,4 @@ Mage_Adminhtml_Block_Widget_Tabs
|
|
| 17 |
$this->setDestElementId('edit_form');
|
| 18 |
$this->setTitle(Mage::helper('slider')->__('Banner Item Info'));
|
| 19 |
}
|
| 20 |
-
}
|
| 21 |
-
?>
|
| 17 |
$this->setDestElementId('edit_form');
|
| 18 |
$this->setTitle(Mage::helper('slider')->__('Banner Item Info'));
|
| 19 |
}
|
| 20 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Banner/Grid.php
CHANGED
|
@@ -87,5 +87,4 @@ Mage_Adminhtml_Block_Widget_Grid
|
|
| 87 |
{
|
| 88 |
return $this->getUrl('*/*/grid', array('_current' => true));
|
| 89 |
}
|
| 90 |
-
}
|
| 91 |
-
?>
|
| 87 |
{
|
| 88 |
return $this->getUrl('*/*/grid', array('_current' => true));
|
| 89 |
}
|
| 90 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Slider.php
CHANGED
|
@@ -21,5 +21,4 @@ class Activated_Slider_Block_Adminhtml_Slider extends Mage_Adminhtml_Block_Widge
|
|
| 21 |
$this->_removeButton('add');
|
| 22 |
}
|
| 23 |
}
|
| 24 |
-
}
|
| 25 |
-
?>
|
| 21 |
$this->_removeButton('add');
|
| 22 |
}
|
| 23 |
}
|
| 24 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit.php
CHANGED
|
@@ -58,5 +58,4 @@ Mage_Adminhtml_Block_Widget_Form_Container
|
|
| 58 |
return Mage::helper('slider')->__('New Slider');
|
| 59 |
}
|
| 60 |
}
|
| 61 |
-
}
|
| 62 |
-
?>
|
| 58 |
return Mage::helper('slider')->__('New Slider');
|
| 59 |
}
|
| 60 |
}
|
| 61 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Form.php
CHANGED
|
@@ -41,5 +41,4 @@ Mage_Adminhtml_Block_Widget_Form
|
|
| 41 |
}
|
| 42 |
return '{}';
|
| 43 |
}
|
| 44 |
-
}
|
| 45 |
-
?>
|
| 41 |
}
|
| 42 |
return '{}';
|
| 43 |
}
|
| 44 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Tab/Banner.php
CHANGED
|
@@ -165,5 +165,4 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface
|
|
| 165 |
|
| 166 |
return $referenced;
|
| 167 |
}
|
| 168 |
-
}
|
| 169 |
-
?>
|
| 165 |
|
| 166 |
return $referenced;
|
| 167 |
}
|
| 168 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Tab/Main.php
CHANGED
|
@@ -143,5 +143,4 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface
|
|
| 143 |
{
|
| 144 |
return false;
|
| 145 |
}
|
| 146 |
-
}
|
| 147 |
-
?>
|
| 143 |
{
|
| 144 |
return false;
|
| 145 |
}
|
| 146 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Slider/Edit/Tabs.php
CHANGED
|
@@ -17,5 +17,4 @@ Mage_Adminhtml_Block_Widget_Tabs
|
|
| 17 |
$this->setDestElementId('edit_form');
|
| 18 |
$this->setTitle(Mage::helper('slider')->__('Slider Item Info'));
|
| 19 |
}
|
| 20 |
-
}
|
| 21 |
-
?>
|
| 17 |
$this->setDestElementId('edit_form');
|
| 18 |
$this->setTitle(Mage::helper('slider')->__('Slider Item Info'));
|
| 19 |
}
|
| 20 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Adminhtml/Slider/Grid.php
CHANGED
|
@@ -72,5 +72,4 @@ Mage_Adminhtml_Block_Widget_Grid
|
|
| 72 |
{
|
| 73 |
return $this->getUrl('*/*/grid', array('_current' => true));
|
| 74 |
}
|
| 75 |
-
}
|
| 76 |
-
?>
|
| 72 |
{
|
| 73 |
return $this->getUrl('*/*/grid', array('_current' => true));
|
| 74 |
}
|
| 75 |
+
}
|
|
|
app/code/community/Activated/Slider/Block/Banner.php
CHANGED
|
@@ -71,6 +71,4 @@ class Activated_Slider_Block_Banner extends Mage_Core_Block_Template
|
|
| 71 |
public function getId() {
|
| 72 |
return $this->_id;
|
| 73 |
}
|
| 74 |
-
}
|
| 75 |
-
|
| 76 |
-
?>
|
| 71 |
public function getId() {
|
| 72 |
return $this->_id;
|
| 73 |
}
|
| 74 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Block/Slider.php
CHANGED
|
@@ -109,6 +109,4 @@ class Activated_Slider_Block_Slider extends Mage_Core_Block_Template
|
|
| 109 |
public function getId() {
|
| 110 |
return $this->_id;
|
| 111 |
}
|
| 112 |
-
}
|
| 113 |
-
|
| 114 |
-
?>
|
| 109 |
public function getId() {
|
| 110 |
return $this->_id;
|
| 111 |
}
|
| 112 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Helper/Admin.php
CHANGED
|
@@ -13,5 +13,4 @@ class Activated_Slider_Helper_Admin extends Mage_Core_Helper_Abstract
|
|
| 13 |
{
|
| 14 |
return Mage::getSingleton('admin/session')->isAllowed('slider/manage/' . $action);
|
| 15 |
}
|
| 16 |
-
}
|
| 17 |
-
?>
|
| 13 |
{
|
| 14 |
return Mage::getSingleton('admin/session')->isAllowed('slider/manage/' . $action);
|
| 15 |
}
|
| 16 |
+
}
|
|
|
app/code/community/Activated/Slider/Helper/Data.php
CHANGED
|
@@ -79,6 +79,4 @@ Mage_Core_Helper_Abstract
|
|
| 79 |
Mage::log(Mage::getStoreConfig('slider/placement/home'), null, 'banners.log');
|
| 80 |
return Mage::getStoreConfig('slider/placement/home');
|
| 81 |
}
|
| 82 |
-
}
|
| 83 |
-
|
| 84 |
-
?>
|
| 79 |
Mage::log(Mage::getStoreConfig('slider/placement/home'), null, 'banners.log');
|
| 80 |
return Mage::getStoreConfig('slider/placement/home');
|
| 81 |
}
|
| 82 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Helper/Image.php
CHANGED
|
@@ -198,6 +198,4 @@ Mage_Core_Helper_Abstract
|
|
| 198 |
}
|
| 199 |
return true;
|
| 200 |
}
|
| 201 |
-
}
|
| 202 |
-
|
| 203 |
-
?>
|
| 198 |
}
|
| 199 |
return true;
|
| 200 |
}
|
| 201 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Banner.php
CHANGED
|
@@ -14,6 +14,4 @@ class Activated_Slider_Model_Banner extends Mage_Core_Model_Abstract
|
|
| 14 |
{
|
| 15 |
$this->_init('slider/banner');
|
| 16 |
}
|
| 17 |
-
}
|
| 18 |
-
|
| 19 |
-
?>
|
| 14 |
{
|
| 15 |
$this->_init('slider/banner');
|
| 16 |
}
|
| 17 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Reference.php
CHANGED
|
@@ -14,8 +14,4 @@ class Activated_Slider_Model_Reference extends Mage_Core_Model_Abstract
|
|
| 14 |
{
|
| 15 |
$this->_init('slider/reference');
|
| 16 |
}
|
| 17 |
-
}
|
| 18 |
-
|
| 19 |
-
?>
|
| 20 |
-
|
| 21 |
-
|
| 14 |
{
|
| 15 |
$this->_init('slider/reference');
|
| 16 |
}
|
| 17 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Resource/Banner.php
CHANGED
|
@@ -15,6 +15,4 @@ Mage_Core_Model_Resource_Db_Abstract
|
|
| 15 |
{
|
| 16 |
$this->_init('slider/banner', 'banner_id');
|
| 17 |
}
|
| 18 |
-
}
|
| 19 |
-
|
| 20 |
-
?>
|
| 15 |
{
|
| 16 |
$this->_init('slider/banner', 'banner_id');
|
| 17 |
}
|
| 18 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Resource/Banner/Collection.php
CHANGED
|
@@ -28,6 +28,4 @@ Mage_Core_Model_Resource_Db_Collection_Abstract
|
|
| 28 |
Varien_Data_Collection::SORT_ORDER_DESC);
|
| 29 |
return $this;
|
| 30 |
}
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
?>
|
| 28 |
Varien_Data_Collection::SORT_ORDER_DESC);
|
| 29 |
return $this;
|
| 30 |
}
|
| 31 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Resource/Reference.php
CHANGED
|
@@ -15,6 +15,4 @@ Mage_Core_Model_Resource_Db_Abstract
|
|
| 15 |
{
|
| 16 |
$this->_init('slider/reference', 'reference_id');
|
| 17 |
}
|
| 18 |
-
}
|
| 19 |
-
|
| 20 |
-
?>
|
| 15 |
{
|
| 16 |
$this->_init('slider/reference', 'reference_id');
|
| 17 |
}
|
| 18 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Resource/Reference/Collection.php
CHANGED
|
@@ -28,6 +28,4 @@ Mage_Core_Model_Resource_Db_Collection_Abstract
|
|
| 28 |
Varien_Data_Collection::SORT_ORDER_DESC);
|
| 29 |
return $this;
|
| 30 |
}
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
?>
|
| 28 |
Varien_Data_Collection::SORT_ORDER_DESC);
|
| 29 |
return $this;
|
| 30 |
}
|
| 31 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Resource/Setup.php
CHANGED
|
@@ -2,5 +2,4 @@
|
|
| 2 |
class Activated_Slider_Model_Resource_Setup extends
|
| 3 |
Mage_Core_Model_Resource_Setup
|
| 4 |
{
|
| 5 |
-
}
|
| 6 |
-
?>
|
| 2 |
class Activated_Slider_Model_Resource_Setup extends
|
| 3 |
Mage_Core_Model_Resource_Setup
|
| 4 |
{
|
| 5 |
+
}
|
|
|
app/code/community/Activated/Slider/Model/Resource/Slider.php
CHANGED
|
@@ -41,6 +41,4 @@ Mage_Core_Model_Resource_Db_Abstract
|
|
| 41 |
|
| 42 |
return $this->_getWriteAdapter()->fetchPairs($select, $bind);
|
| 43 |
}
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
?>
|
| 41 |
|
| 42 |
return $this->_getWriteAdapter()->fetchPairs($select, $bind);
|
| 43 |
}
|
| 44 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Resource/Slider/Collection.php
CHANGED
|
@@ -28,6 +28,4 @@ Mage_Core_Model_Resource_Db_Collection_Abstract
|
|
| 28 |
Varien_Data_Collection::SORT_ORDER_DESC);
|
| 29 |
return $this;
|
| 30 |
}
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
?>
|
| 28 |
Varien_Data_Collection::SORT_ORDER_DESC);
|
| 29 |
return $this;
|
| 30 |
}
|
| 31 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/Model/Slider.php
CHANGED
|
@@ -74,7 +74,4 @@ class Activated_Slider_Model_Slider extends Mage_Core_Model_Abstract
|
|
| 74 |
|
| 75 |
return $array;
|
| 76 |
}
|
| 77 |
-
}
|
| 78 |
-
|
| 79 |
-
?>
|
| 80 |
-
|
| 74 |
|
| 75 |
return $array;
|
| 76 |
}
|
| 77 |
+
}
|
|
|
|
|
|
|
|
|
app/code/community/Activated/Slider/controllers/Adminhtml/BannerController.php
CHANGED
|
@@ -244,5 +244,4 @@ extends Mage_Adminhtml_Controller_Action
|
|
| 244 |
}
|
| 245 |
$this->_forward('index');
|
| 246 |
}
|
| 247 |
-
}
|
| 248 |
-
?>
|
| 244 |
}
|
| 245 |
$this->_forward('index');
|
| 246 |
}
|
| 247 |
+
}
|
|
|
app/code/community/Activated/Slider/controllers/Adminhtml/SliderController.php
CHANGED
|
@@ -284,6 +284,4 @@ class Activated_Slider_Adminhtml_SliderController extends Mage_Adminhtml_Control
|
|
| 284 |
$this->loadLayout();
|
| 285 |
$this->renderLayout();
|
| 286 |
}
|
| 287 |
-
}
|
| 288 |
-
|
| 289 |
-
?>
|
| 284 |
$this->loadLayout();
|
| 285 |
$this->renderLayout();
|
| 286 |
}
|
| 287 |
+
}
|
|
|
|
|
|
app/code/community/Activated/Slider/controllers/IndexController.php
CHANGED
|
@@ -28,5 +28,4 @@ Mage_Core_Controller_Front_Action
|
|
| 28 |
|
| 29 |
$this->renderLayout();
|
| 30 |
}
|
| 31 |
-
}
|
| 32 |
-
?>
|
| 28 |
|
| 29 |
$this->renderLayout();
|
| 30 |
}
|
| 31 |
+
}
|
|
|
app/code/community/Activated/Slider/sql/slider_setup/install-1.0.0.php
CHANGED
|
@@ -118,5 +118,4 @@ $table = $installer->getConnection()
|
|
| 118 |
->setComment('Banner reference');
|
| 119 |
$installer->getConnection()->createTable($table);
|
| 120 |
|
| 121 |
-
$installer->endSetup();
|
| 122 |
-
?>
|
| 118 |
->setComment('Banner reference');
|
| 119 |
$installer->getConnection()->createTable($table);
|
| 120 |
|
| 121 |
+
$installer->endSetup();
|
|
|
package.xml
CHANGED
|
@@ -1,19 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Activated_Slider</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.activatedapps.com/legal/LICENSE.pdf">EULA</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Slider manager with responsive capabilities.</summary>
|
| 10 |
<description>The Activated Slider gives the ability to easily manage banners on your site. Sliders are responsive out of the box. Static content is also supported by adding a single banner. Allows placement of multiple sliders on a single page. This extension is geared toward developers looking for flexible solutions to customize to fit their clients needs.</description>
|
| 11 |
-
<notes>-
|
| 12 |
-
- Increased max image width and height</notes>
|
| 13 |
<authors><author><name>Activated Apps</name><user>Owner</user><email>admin@activatedapps.com</email></author></authors>
|
| 14 |
<date>2014-07-18</date>
|
| 15 |
-
<time>
|
| 16 |
-
<contents><target name="magecommunity"><dir name="Activated"><dir name="Slider"><dir name="Block"><dir name="Adminhtml"><dir name="Banner"><dir name="Edit"><dir name="Form"><dir name="Element"><file name="Image.php" hash="
|
| 17 |
<compatible/>
|
| 18 |
-
<dependencies><required><php><min>5.
|
| 19 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Activated_Slider</name>
|
| 4 |
+
<version>1.0.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.activatedapps.com/legal/LICENSE.pdf">EULA</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Slider manager with responsive capabilities.</summary>
|
| 10 |
<description>The Activated Slider gives the ability to easily manage banners on your site. Sliders are responsive out of the box. Static content is also supported by adding a single banner. Allows placement of multiple sliders on a single page. This extension is geared toward developers looking for flexible solutions to customize to fit their clients needs.</description>
|
| 11 |
+
<notes>- Made compatible with PHP 5.2</notes>
|
|
|
|
| 12 |
<authors><author><name>Activated Apps</name><user>Owner</user><email>admin@activatedapps.com</email></author></authors>
|
| 13 |
<date>2014-07-18</date>
|
| 14 |
+
<time>20:08:30</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Activated"><dir name="Slider"><dir name="Block"><dir name="Adminhtml"><dir name="Banner"><dir name="Edit"><dir name="Form"><dir name="Element"><file name="Image.php" hash="ea3ac4a46558460e58c0c27f92618409"/></dir></dir><file name="Form.php" hash="8258bde97d53b5f5d935940e6e0a517f"/><dir name="Tab"><file name="Content.php" hash="2fe0c7b1da8c3ceabfd1fa67d73ad20e"/><file name="Image.php" hash="91220ba52d24a1ecafc0c9530b4c0593"/><file name="Main.php" hash="a5fa3afdafa3f4db6cfd1f12152220fa"/></dir><file name="Tabs.php" hash="5895a9cf8a444f838c2ce6b80d2fdfe0"/></dir><file name="Edit.php" hash="fef86569554bc0580d04e9ac1ffafbba"/><file name="Grid.php" hash="aba8a9c760f8d2bcb92b26b02344102b"/></dir><file name="Banner.php" hash="1e9fbba385b035703a618143d0a5d769"/><dir name="Slider"><dir name="Edit"><file name="Form.php" hash="23d7549d1d55d27f546082106e94aee0"/><dir name="Tab"><file name="Banner.php" hash="4b67c3ba0e2d56f16216706fd243f884"/><file name="Main.php" hash="d142f53468c15bbe767c9ac434b2b885"/></dir><file name="Tabs.php" hash="5155b7d96696ca345a982237b48d4abb"/></dir><file name="Edit.php" hash="fba8c7956fc0e0294fc782f1c03b5cb2"/><file name="Grid.php" hash="c920b16358b7492797e0dff2f1c84046"/></dir><file name="Slider.php" hash="708da1ce7c3809e1fc0d9f71fce49922"/></dir><file name="Banner.php" hash="e684150c076e689f5c803aa5a9391099"/><file name="Slider.php" hash="0ae7b27a51fbd7aa7d88947410d2ee47"/></dir><dir name="Helper"><file name="Admin.php" hash="1318d0328ce00d0f5dac5b69f8f3b028"/><file name="Data.php" hash="916fb7995484b745b9270c43652e76df"/><file name="Image.php" hash="4e4581cdbaf9c8b8cf5a4f0f72ff71df"/></dir><dir name="Model"><file name="Banner.php" hash="3c5730aaeb7b62d9059491bedd51129c"/><file name="Reference.php" hash="f6439ddcc8e26bcaabbcfb691bd52bad"/><dir name="Resource"><dir name="Banner"><file name="Collection.php" hash="05856672ba50c36dc0f0e56ebac9322e"/></dir><file name="Banner.php" hash="22c1982f1f4dff6499b04ebdf50bbd44"/><dir name="Reference"><file name="Collection.php" hash="c624a2c75632d15be90a72ec4dbef880"/></dir><file name="Reference.php" hash="cdba9d91f54620a19fb926f4bd324a70"/><file name="Setup.php" hash="976fb2f6fee271c79bd354b4589614e2"/><dir name="Slider"><file name="Collection.php" hash="b765daae20a7fcc90bbc0fd19ee69451"/></dir><file name="Slider.php" hash="f4f19b4e4e0550df7db4852daa72cc00"/></dir><file name="Slider.php" hash="9730d496296f2378eca2a3dca9a37a85"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannerController.php" hash="fca4afcfa07db180b914e14b59165d2a"/><file name="SliderController.php" hash="4f4c9b2555ed96a7cd48ae0662d68d51"/></dir><file name="IndexController.php" hash="6fe946325caa97ba960a849ead735468"/></dir><dir name="etc"><file name="adminhtml.xml" hash="603674d2558837cd44bfaa303f828b07"/><file name="config.xml" hash="2dd9f99c6fffaf18de0df5e721fcc434"/><file name="system.xml" hash="c73d8e4ddeb42c83e89602952d50cdc6"/></dir><dir name="sql"><dir name="slider_setup"><file name="install-1.0.0.php" hash="e98deb291f71a38e59dd882b40ad85ec"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Activated_Slider.xml" hash="587768b668fb39f9583b591e8747ae2e"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="activated_slider.xml" hash="dff868303051d8c8cf0cf85c88a9feca"/></dir><dir name="template"><dir name="slider"><file name="form.phtml" hash="1d9cc10eb69eb23d385fc0b921ddb7d8"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="activated_slider.xml" hash="2fb077e3b268427626921be912ce9d0c"/></dir><dir name="template"><dir name="activated"><dir name="slider"><file name="banner.phtml" hash="a57ee3d4d1e3d10c80c77f8a9b72c447"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="activated"><dir name="slider"><file name="flexslider.css" hash="6f7dc85d174d9f4e6e18198e888513bf"/><dir name="fonts"><file name="flexslider-icon.eot" hash="9c9cb7a6055043933ba68854f521af45"/><file name="flexslider-icon.svg" hash="10e8a5455c4522c48aa975eacd4f0023"/><file name="flexslider-icon.ttf" hash="b4c9e5057989b9727a5df4e0a21af33c"/><file name="flexslider-icon.woff" hash="f8b92f66539473eea649c8514eb836a0"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="activated"><dir name="slider"><file name="banner.js" hash="ac0daf7f9f84a32e2f641570fccf3951"/><file name="jquery.flexslider-min.js" hash="850417bf7853c0623933a47243cb3a5a"/><file name="jquery.js" hash="9e0fc95e071e2914ddbcdfe0fcd76d70"/></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>5.2.17</min><max>5.5.5</max></php></required></dependencies>
|
| 18 |
</package>
|
