Version Notes
Renamed template file name.
Download this release
Release Info
Developer | Rehan Mobin |
Extension | Tb_Superslider |
Version | 0.0.3 |
Comparing to | |
See all releases |
Code changes from version 0.0.2 to 0.0.3
- app/code/local/Tb/Superslider/controllers/IndexController.php +0 -1
- app/code/local/Tb/Superslider/etc/config.xml +1 -1
- app/code/local/Tb/Superslider/sql/superslider_setup/{mysql4-install-0.0.2.php → mysql4-install-0.0.1.php} +0 -0
- app/design/frontend/default/default/template/superslider/{slider.phtml → superslider.phtml} +0 -1
- package.xml +8 -8
app/code/local/Tb/Superslider/controllers/IndexController.php
CHANGED
@@ -21,7 +21,6 @@ class Tb_SuperSlider_IndexController extends Mage_Core_Controller_Front_Action{
|
|
21 |
public function indexAction(){
|
22 |
$this->loadLayout();
|
23 |
$this->renderLayout();
|
24 |
-
echo "block not showing";
|
25 |
}
|
26 |
}
|
27 |
?>
|
21 |
public function indexAction(){
|
22 |
$this->loadLayout();
|
23 |
$this->renderLayout();
|
|
|
24 |
}
|
25 |
}
|
26 |
?>
|
app/code/local/Tb/Superslider/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tb_Superslider>
|
5 |
-
<version>0.0.
|
6 |
</Tb_Superslider>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tb_Superslider>
|
5 |
+
<version>0.0.1</version>
|
6 |
</Tb_Superslider>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/local/Tb/Superslider/sql/superslider_setup/{mysql4-install-0.0.2.php → mysql4-install-0.0.1.php}
RENAMED
File without changes
|
app/design/frontend/default/default/template/superslider/{slider.phtml → superslider.phtml}
RENAMED
@@ -40,7 +40,6 @@ $prams = $this->setSlideParams();
|
|
40 |
<?php
|
41 |
|
42 |
$sliders = $this->getSliderCollection();
|
43 |
-
//var_dump( $sliders);
|
44 |
$imagePath = Mage::getBaseUrl('media');
|
45 |
if(count($sliders)){ ?>
|
46 |
<div class="camera_wrap camera_azure_skin" id="superslider">
|
40 |
<?php
|
41 |
|
42 |
$sliders = $this->getSliderCollection();
|
|
|
43 |
$imagePath = Mage::getBaseUrl('media');
|
44 |
if(count($sliders)){ ?>
|
45 |
<div class="camera_wrap camera_azure_skin" id="superslider">
|
package.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tb_Superslider</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://opensource.org/licenses/
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Tb Superslider is a Free magento extension based upon jquery camera slider.</summary>
|
@@ -34,11 +34,11 @@ After installing superslider entension you will find new item has been added to
|
|
34 |
<span>Status – Status of this slide. If set to Disabled then not visible on frontend.
|
35 |
<span>Slide image – Image of the slide. </span><br /><br />
|
36 |
<span>Content – Add content to the slide, can put html tags here and if you want to use the same above url in contents’ Anchor tags then use {slide_url} inside href. </span><br /></description>
|
37 |
-
<notes>
|
38 |
-
<authors><author><name>Rehan Mobin</name><user>rehanmobin</user><email>m.rehan.mobin@
|
39 |
-
<date>2014-03
|
40 |
-
<time>
|
41 |
-
<contents><target name="magelocal"><dir name="Tb"><dir name="Superslider"><dir name="Block"><dir name="Adminhtml"><dir name="Slider"><dir name="Edit"><file name="Form.php" hash="87f4ceccc321725678159007cb7a5263"/><dir name="Tab"><file name="Info.php" hash="50a21ff70cad09fce8b4bf27dd2b6965"/></dir><file name="Tabs.php" hash="7a871bea621fe4a28c21a10b355ff5bf"/></dir><file name="Edit.php" hash="9b8f76fd2c7ee1f3b8884be3aee34240"/><file name="Grid.php" hash="2975686ce93b86fd5656319dc2b04f0a"/><dir name="Render"><file name="Image.php" hash="6b61cd5cc91029adff326e60b4e382b1"/></dir></dir><file name="Slider.php" hash="d3c7ab2e0d7717ae6ac15ca91a574da0"/></dir><file name="Superslider.php" hash="fc3f924904c9012f63103c2d6ee4c32b"/></dir><dir name="Helper"><file name="Data.php" hash="2570305c74744c25fab9132ca589d728"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Superslider"><file name="Collection.php" hash="8fa26996253c1459dbb36436af50c1e8"/></dir><file name="Superslider.php" hash="ce830fe1248dcecab6671cf060e91a9f"/></dir><file name="Superslider.php" hash="9b29bb04049838aa7a1baa43c26ad5b4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SliderController.php" hash="2511ee70ffce1e31a82336530c570d4a"/></dir><file name="IndexController.php" hash="
|
42 |
<compatible/>
|
43 |
-
<dependencies><required><php><min>5.
|
44 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tb_Superslider</name>
|
4 |
+
<version>0.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Tb Superslider is a Free magento extension based upon jquery camera slider.</summary>
|
34 |
<span>Status – Status of this slide. If set to Disabled then not visible on frontend.
|
35 |
<span>Slide image – Image of the slide. </span><br /><br />
|
36 |
<span>Content – Add content to the slide, can put html tags here and if you want to use the same above url in contents’ Anchor tags then use {slide_url} inside href. </span><br /></description>
|
37 |
+
<notes>Renamed template file name.</notes>
|
38 |
+
<authors><author><name>Rehan Mobin</name><user>rehanmobin</user><email>m.rehan.mobin@gmail.com</email></author></authors>
|
39 |
+
<date>2014-05-03</date>
|
40 |
+
<time>08:04:38</time>
|
41 |
+
<contents><target name="magelocal"><dir name="Tb"><dir name="Superslider"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Slider"><dir name="Edit"><file name="Form.php" hash="87f4ceccc321725678159007cb7a5263"/><dir name="Tab"><file name="Info.php" hash="50a21ff70cad09fce8b4bf27dd2b6965"/></dir><file name="Tabs.php" hash="7a871bea621fe4a28c21a10b355ff5bf"/></dir><file name="Edit.php" hash="9b8f76fd2c7ee1f3b8884be3aee34240"/><file name="Grid.php" hash="2975686ce93b86fd5656319dc2b04f0a"/><dir name="Render"><file name="Image.php" hash="6b61cd5cc91029adff326e60b4e382b1"/></dir></dir><file name="Slider.php" hash="d3c7ab2e0d7717ae6ac15ca91a574da0"/></dir><file name="Superslider.php" hash="fc3f924904c9012f63103c2d6ee4c32b"/></dir><dir name="Helper"><file name="Data.php" hash="2570305c74744c25fab9132ca589d728"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Superslider"><file name="Collection.php" hash="8fa26996253c1459dbb36436af50c1e8"/></dir><file name="Superslider.php" hash="ce830fe1248dcecab6671cf060e91a9f"/></dir><file name="Superslider.php" hash="9b29bb04049838aa7a1baa43c26ad5b4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SliderController.php" hash="2511ee70ffce1e31a82336530c570d4a"/></dir><file name="IndexController.php" hash="3a6898d5030de52567c33301f4771f80"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4c6d47bbc2b0218c49c812bb5020f098"/><file name="config.xml" hash="2fd8d73bdf08d1222c64bac54b0e09e5"/><file name="system.xml" hash="9e7ecf01c401e4116fcea75ec2c2f0d3"/></dir><dir name="sql"><dir name="superslider_setup"><file name="mysql4-install-0.0.1.php" hash="27573290f232f95e56506fcb1a4e7259"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tb_Superslider.xml" hash="a6aa5f7934d26efdc759cb48a162d0b8"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="superslider.xml" hash="230221bd5ac48ad29402a7fb39d5298c"/></dir><dir name="template"><dir name="superslider"><file name="superslider.phtml" hash="b3215c8fcb7a45981fc1852df6a1cd47"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="superslider.css" hash="7c67ea69cb92fdf92fe0d7c842904ec2"/></dir><dir name="images"><dir name="superslider"><file name="blank.gif" hash="85fc87e214b7f9af23becb1f023a68ad"/><file name="camera_skins.png" hash="44234b21bebe6b318aab47d9e9bbbee9"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="superslider"><file name="jquery.easing.1.3.js" hash="6516449ed5089677ed3d7e2f11fc8942"/><file name="jquery.min.js" hash="00263d420f53a6db101ebdd11acef2f8"/><file name="super.camera.js" hash="fb5074c5cf40020f7d0ab68a6d96db97"/></dir></dir></target></contents>
|
42 |
<compatible/>
|
43 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
44 |
</package>
|