Version Notes
New release.
Download this release
Release Info
Developer | Rehan Mobin |
Extension | Tb_Superslider |
Version | 0.0.2 |
Comparing to | |
See all releases |
Code changes from version 0.0.1 to 0.0.2
- app/code/local/Tb/Superslider/etc/config.xml +1 -1
- app/code/local/Tb/Superslider/sql/superslider_setup/{mysql4-install-0.0.1.php → mysql4-install-0.0.2.php} +0 -0
- app/design/frontend/default/default/etc/widget.xml +0 -166
- app/design/frontend/default/default/locale/en_US/translate.csv +0 -1
- package.xml +5 -5
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.2</version>
|
6 |
</Tb_Superslider>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/local/Tb/Superslider/sql/superslider_setup/{mysql4-install-0.0.1.php → mysql4-install-0.0.2.php}
RENAMED
File without changes
|
app/design/frontend/default/default/etc/widget.xml
DELETED
@@ -1,166 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category design
|
23 |
-
* @package default_default
|
24 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
-->
|
28 |
-
<widgets>
|
29 |
-
<new_products>
|
30 |
-
<parameters>
|
31 |
-
<template>
|
32 |
-
<values>
|
33 |
-
<list_default translate="label">
|
34 |
-
<value>catalog/product/widget/new/column/new_default_list.phtml</value>
|
35 |
-
<label>New Products Images and Names Template</label>
|
36 |
-
</list_default>
|
37 |
-
<list_names translate="label">
|
38 |
-
<value>catalog/product/widget/new/column/new_names_list.phtml</value>
|
39 |
-
<label>New Products Names Only Template</label>
|
40 |
-
</list_names>
|
41 |
-
<list_images translate="label">
|
42 |
-
<value>catalog/product/widget/new/column/new_images_list.phtml</value>
|
43 |
-
<label>New Products Images Only Template</label>
|
44 |
-
</list_images>
|
45 |
-
</values>
|
46 |
-
</template>
|
47 |
-
</parameters>
|
48 |
-
<supported_blocks>
|
49 |
-
<left_column>
|
50 |
-
<block_name>left</block_name>
|
51 |
-
<template>
|
52 |
-
<default>list_default</default>
|
53 |
-
<names_only>list_names</names_only>
|
54 |
-
<images_only>list_images</images_only>
|
55 |
-
</template>
|
56 |
-
</left_column>
|
57 |
-
<main_content>
|
58 |
-
<block_name>content</block_name>
|
59 |
-
<template>
|
60 |
-
<grid>default</grid>
|
61 |
-
<list>list</list>
|
62 |
-
</template>
|
63 |
-
</main_content>
|
64 |
-
<right_column>
|
65 |
-
<block_name>right</block_name>
|
66 |
-
<template>
|
67 |
-
<default>list_default</default>
|
68 |
-
<names_only>list_names</names_only>
|
69 |
-
<images_only>list_images</images_only>
|
70 |
-
</template>
|
71 |
-
</right_column>
|
72 |
-
</supported_blocks>
|
73 |
-
</new_products>
|
74 |
-
|
75 |
-
<recently_viewed>
|
76 |
-
<parameters>
|
77 |
-
<template>
|
78 |
-
<values>
|
79 |
-
<list_default translate="label">
|
80 |
-
<value>reports/widget/viewed/column/viewed_default_list.phtml</value>
|
81 |
-
<label>Viewed Products Images and Names Template</label>
|
82 |
-
</list_default>
|
83 |
-
<list_names translate="label">
|
84 |
-
<value>reports/widget/viewed/column/viewed_names_list.phtml</value>
|
85 |
-
<label>Viewed Products Names Only Template</label>
|
86 |
-
</list_names>
|
87 |
-
<list_images translate="label">
|
88 |
-
<value>reports/widget/viewed/column/viewed_images_list.phtml</value>
|
89 |
-
<label>Viewed Products Images Only Template</label>
|
90 |
-
</list_images>
|
91 |
-
</values>
|
92 |
-
</template>
|
93 |
-
</parameters>
|
94 |
-
<supported_blocks>
|
95 |
-
<left_column>
|
96 |
-
<block_name>left</block_name>
|
97 |
-
<template>
|
98 |
-
<default>list_default</default>
|
99 |
-
<names_only>list_names</names_only>
|
100 |
-
<images_only>list_images</images_only>
|
101 |
-
</template>
|
102 |
-
</left_column>
|
103 |
-
<main_content>
|
104 |
-
<block_name>content</block_name>
|
105 |
-
<template>
|
106 |
-
<grid>default</grid>
|
107 |
-
<list>list</list>
|
108 |
-
</template>
|
109 |
-
</main_content>
|
110 |
-
<right_column>
|
111 |
-
<block_name>right</block_name>
|
112 |
-
<template>
|
113 |
-
<default>list_default</default>
|
114 |
-
<names_only>list_names</names_only>
|
115 |
-
<images_only>list_images</images_only>
|
116 |
-
</template>
|
117 |
-
</right_column>
|
118 |
-
</supported_blocks>
|
119 |
-
</recently_viewed>
|
120 |
-
|
121 |
-
<recently_compared>
|
122 |
-
<parameters>
|
123 |
-
<template>
|
124 |
-
<values>
|
125 |
-
<list_default translate="label">
|
126 |
-
<value>reports/widget/compared/column/compared_default_list.phtml</value>
|
127 |
-
<label>Compared Products Images and Names Template</label>
|
128 |
-
</list_default>
|
129 |
-
<list_names translate="label">
|
130 |
-
<value>reports/widget/compared/column/compared_names_list.phtml</value>
|
131 |
-
<label>Compared Product Names Only Template</label>
|
132 |
-
</list_names>
|
133 |
-
<list_images translate="label">
|
134 |
-
<value>reports/widget/compared/column/compared_images_list.phtml</value>
|
135 |
-
<label>Compared Product Images Only Template</label>
|
136 |
-
</list_images>
|
137 |
-
</values>
|
138 |
-
</template>
|
139 |
-
</parameters>
|
140 |
-
<supported_blocks>
|
141 |
-
<left_column>
|
142 |
-
<block_name>left</block_name>
|
143 |
-
<template>
|
144 |
-
<default>list_default</default>
|
145 |
-
<names_only>list_names</names_only>
|
146 |
-
<images_only>list_images</images_only>
|
147 |
-
</template>
|
148 |
-
</left_column>
|
149 |
-
<main_content>
|
150 |
-
<block_name>content</block_name>
|
151 |
-
<template>
|
152 |
-
<grid>default</grid>
|
153 |
-
<list>list</list>
|
154 |
-
</template>
|
155 |
-
</main_content>
|
156 |
-
<right_column>
|
157 |
-
<block_name>right</block_name>
|
158 |
-
<template>
|
159 |
-
<default>list_default</default>
|
160 |
-
<names_only>list_names</names_only>
|
161 |
-
<images_only>list_images</images_only>
|
162 |
-
</template>
|
163 |
-
</right_column>
|
164 |
-
</supported_blocks>
|
165 |
-
</recently_compared>
|
166 |
-
</widgets>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/default/default/locale/en_US/translate.csv
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
"Keep your eyes open for our special Back to School items and save A LOT!","Keep your eyes open for our special Back to School items and save A LOT!"
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
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/OSL-3.0">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -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@gmai.com</email></author></authors>
|
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="6c2861a179a9b33245d03fb015f0dea8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4c6d47bbc2b0218c49c812bb5020f098"/><file name="config.xml" hash="
|
42 |
<compatible/>
|
43 |
<dependencies><required><php><min>5.1.3</min><max>6.0.0</max></php></required></dependencies>
|
44 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tb_Superslider</name>
|
4 |
+
<version>0.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL</license>
|
7 |
<channel>community</channel>
|
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>New release.</notes>
|
38 |
<authors><author><name>Rehan Mobin</name><user>rehanmobin</user><email>m.rehan.mobin@gmai.com</email></author></authors>
|
39 |
+
<date>2014-03-31</date>
|
40 |
+
<time>20:07:32</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="6c2861a179a9b33245d03fb015f0dea8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4c6d47bbc2b0218c49c812bb5020f098"/><file name="config.xml" hash="1f94d766d64a47f482c728e027893969"/><file name="system.xml" hash="9e7ecf01c401e4116fcea75ec2c2f0d3"/></dir><dir name="sql"><dir name="superslider_setup"><file name="mysql4-install-0.0.2.php" hash="27573290f232f95e56506fcb1a4e7259"/></dir></dir></dir></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="slider.phtml" hash="34b1f2b1315a68b665e07e8d579d30ff"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tb_Superslider.xml" hash="a6aa5f7934d26efdc759cb48a162d0b8"/></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.1.3</min><max>6.0.0</max></php></required></dependencies>
|
44 |
</package>
|