Version Notes
Enjoy it ;)
Download this release
Release Info
Developer | Magento Core Team |
Extension | IG_LightBox |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.3
- app/code/community/IG/LightBox/etc/config.xml +33 -31
- app/code/community/IG/LightBox/etc/system.xml +5 -5
- app/code/community/IG/LightBox/sql/{ig-lightbox_setup/mysql4-install-1.0.0.php → ig_lightbox_setup/mysql4-install-1.0.3.php} +0 -0
- app/design/frontend/default/default/layout/ig-lightbox.xml +0 -16
- app/design/frontend/default/default/layout/ig_lightbox.xml +16 -0
- app/design/frontend/default/default/template/{ig-lightbox → ig_lightbox}/media.phtml +6 -6
- package.xml +3 -3
- skin/frontend/default/default/css/{ig-lightbox.css → ig_lightbox.css} +0 -0
- skin/frontend/default/default/images/{ig-lightbox → ig_lightbox}/close.png +0 -0
- skin/frontend/default/default/images/{ig-lightbox → ig_lightbox}/next.png +0 -0
- skin/frontend/default/default/images/{ig-lightbox → ig_lightbox}/prev.png +0 -0
- skin/frontend/default/default/js/{ig-effects.js → ig_effects.js} +0 -0
- skin/frontend/default/default/js/{ig-lightbox.js → ig_lightbox.js} +0 -0
app/code/community/IG/LightBox/etc/config.xml
CHANGED
@@ -1,54 +1,56 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
<IG_LightBox>
|
4 |
-
<version>1.0.
|
5 |
</IG_LightBox>
|
6 |
</modules>
|
7 |
|
8 |
<global>
|
9 |
<helpers>
|
10 |
-
<
|
11 |
<class>IG_LightBox_Helper</class>
|
12 |
-
</
|
13 |
</helpers>
|
14 |
<resources>
|
15 |
-
<
|
16 |
-
<setup>
|
17 |
-
<module>IG_LightBox</module>
|
18 |
-
</setup>
|
19 |
-
<connection>
|
20 |
-
<use>core_setup</use>
|
21 |
-
</connection>
|
22 |
-
</
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
|
|
33 |
</resources>
|
34 |
</global>
|
35 |
|
36 |
<frontend>
|
37 |
<routers>
|
38 |
-
<
|
39 |
<use>standard</use>
|
40 |
<args>
|
41 |
<module>IG_LightBox</module>
|
42 |
-
<frontname>
|
43 |
</args>
|
44 |
-
</
|
45 |
</routers>
|
46 |
|
47 |
<layout>
|
48 |
<updates>
|
49 |
-
<
|
50 |
-
<file>
|
51 |
-
</
|
52 |
</updates>
|
53 |
</layout>
|
54 |
</frontend>
|
@@ -56,11 +58,11 @@
|
|
56 |
<adminhtml>
|
57 |
<translate>
|
58 |
<modules>
|
59 |
-
<
|
60 |
<files>
|
61 |
<default>IG_LightBox.csv</default>
|
62 |
</files>
|
63 |
-
</
|
64 |
</modules>
|
65 |
</translate>
|
66 |
<acl>
|
@@ -71,10 +73,10 @@
|
|
71 |
<children>
|
72 |
<config>
|
73 |
<children>
|
74 |
-
<
|
75 |
<title>IG LightBox</title>
|
76 |
<sort_order>50</sort_order>
|
77 |
-
</
|
78 |
</children>
|
79 |
</config>
|
80 |
</children>
|
1 |
<config>
|
2 |
<modules>
|
3 |
<IG_LightBox>
|
4 |
+
<version>1.0.3</version>
|
5 |
</IG_LightBox>
|
6 |
</modules>
|
7 |
|
8 |
<global>
|
9 |
<helpers>
|
10 |
+
<ig_lightbox>
|
11 |
<class>IG_LightBox_Helper</class>
|
12 |
+
</ig_lightbox>
|
13 |
</helpers>
|
14 |
<resources>
|
15 |
+
<ig_lightbox_setup>
|
16 |
+
<setup>
|
17 |
+
<module>IG_LightBox</module>
|
18 |
+
</setup>
|
19 |
+
<connection>
|
20 |
+
<use>core_setup</use>
|
21 |
+
</connection>
|
22 |
+
</ig_lightbox_setup>
|
23 |
+
|
24 |
+
<ig_lightbox_write>
|
25 |
+
<connection>
|
26 |
+
<use>core_write</use>
|
27 |
+
</connection>
|
28 |
+
</ig_lightbox_write>
|
29 |
+
|
30 |
+
<ig_lightbox_read>
|
31 |
+
<connection>
|
32 |
+
<use>core_read</use>
|
33 |
+
</connection>
|
34 |
+
</ig_lightbox_read>
|
35 |
</resources>
|
36 |
</global>
|
37 |
|
38 |
<frontend>
|
39 |
<routers>
|
40 |
+
<ig_lightbox>
|
41 |
<use>standard</use>
|
42 |
<args>
|
43 |
<module>IG_LightBox</module>
|
44 |
+
<frontname>ig_lightbox</frontname>
|
45 |
</args>
|
46 |
+
</ig_lightbox>
|
47 |
</routers>
|
48 |
|
49 |
<layout>
|
50 |
<updates>
|
51 |
+
<ig_lightbox module="IG_LightBox">
|
52 |
+
<file>ig_lightbox.xml</file>
|
53 |
+
</ig_lightbox>
|
54 |
</updates>
|
55 |
</layout>
|
56 |
</frontend>
|
58 |
<adminhtml>
|
59 |
<translate>
|
60 |
<modules>
|
61 |
+
<ig_lightbox>
|
62 |
<files>
|
63 |
<default>IG_LightBox.csv</default>
|
64 |
</files>
|
65 |
+
</ig_lightbox>
|
66 |
</modules>
|
67 |
</translate>
|
68 |
<acl>
|
73 |
<children>
|
74 |
<config>
|
75 |
<children>
|
76 |
+
<ig_lightbox translate="title" module="ig_lightbox">
|
77 |
<title>IG LightBox</title>
|
78 |
<sort_order>50</sort_order>
|
79 |
+
</ig_lightbox>
|
80 |
</children>
|
81 |
</config>
|
82 |
</children>
|
app/code/community/IG/LightBox/etc/system.xml
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<tabs>
|
4 |
-
<ig translate="label" module="
|
5 |
<label>IdealiaGroup</label>
|
6 |
<sort_order>200</sort_order>
|
7 |
-
|
8 |
</tabs>
|
9 |
<sections>
|
10 |
-
<
|
11 |
-
<label>IG
|
12 |
<tab>ig</tab>
|
13 |
<frontend_type>text</frontend_type>
|
14 |
<sort_order>10</sort_order>
|
@@ -236,6 +236,6 @@
|
|
236 |
</display>
|
237 |
|
238 |
</groups>
|
239 |
-
</
|
240 |
</sections>
|
241 |
</config>
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<tabs>
|
4 |
+
<ig translate="label" module="ig_lightbox">
|
5 |
<label>IdealiaGroup</label>
|
6 |
<sort_order>200</sort_order>
|
7 |
+
</ig>
|
8 |
</tabs>
|
9 |
<sections>
|
10 |
+
<ig_lightbox translate="label" module="ig_lightbox">
|
11 |
+
<label>IG LightBox</label>
|
12 |
<tab>ig</tab>
|
13 |
<frontend_type>text</frontend_type>
|
14 |
<sort_order>10</sort_order>
|
236 |
</display>
|
237 |
|
238 |
</groups>
|
239 |
+
</ig_lightbox>
|
240 |
</sections>
|
241 |
</config>
|
app/code/community/IG/LightBox/sql/{ig-lightbox_setup/mysql4-install-1.0.0.php → ig_lightbox_setup/mysql4-install-1.0.3.php}
RENAMED
File without changes
|
app/design/frontend/default/default/layout/ig-lightbox.xml
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
|
3 |
-
<layout version="0.1.0">
|
4 |
-
|
5 |
-
<catalog_product_view>
|
6 |
-
<reference name="head">
|
7 |
-
<action method="addItem" ifconfig="ig-lightbox/general/enabled"><type>skin_css</type><name>css/ig-lightbox.css</name></action>
|
8 |
-
<action method="addItem" ifconfig="ig-lightbox/general/enabled"><type>skin_js</type><name>js/ig-effects.js</name></action>
|
9 |
-
<action method="addItem" ifconfig="ig-lightbox/general/enabled"><type>skin_js</type><name>js/ig-lightbox.js</name></action>
|
10 |
-
</reference>
|
11 |
-
<reference name="product.info.media">
|
12 |
-
<action method="setTemplate" ifconfig="ig-lightbox/general/enabled"><template>ig-lightbox/media.phtml</template></action>
|
13 |
-
</reference>
|
14 |
-
</catalog_product_view>
|
15 |
-
|
16 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/default/default/layout/ig_lightbox.xml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
|
3 |
+
<layout version="0.1.0">
|
4 |
+
|
5 |
+
<catalog_product_view>
|
6 |
+
<reference name="head">
|
7 |
+
<action method="addItem" ifconfig="ig_lightbox/general/enabled"><type>skin_css</type><name>css/ig_lightbox.css</name></action>
|
8 |
+
<action method="addItem" ifconfig="ig_lightbox/general/enabled"><type>skin_js</type><name>js/ig_effects.js</name></action>
|
9 |
+
<action method="addItem" ifconfig="ig_lightbox/general/enabled"><type>skin_js</type><name>js/ig_lightbox.js</name></action>
|
10 |
+
</reference>
|
11 |
+
<reference name="product.info.media">
|
12 |
+
<action method="setTemplate" ifconfig="ig_lightbox/general/enabled"><template>ig_lightbox/media.phtml</template></action>
|
13 |
+
</reference>
|
14 |
+
</catalog_product_view>
|
15 |
+
|
16 |
+
</layout>
|
app/design/frontend/default/default/template/{ig-lightbox → ig_lightbox}/media.phtml
RENAMED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
-
$_ig_lightbox_config_general = Mage::getStoreConfig('
|
3 |
-
$_ig_lightbox_config_display = Mage::getStoreConfig('
|
4 |
-
$_ig_lightbox_config_effects = Mage::getStoreConfig('
|
5 |
|
6 |
/* Read configuration */
|
7 |
list($_ig_lightbox_main_width, $_ig_lightbox_main_height) = split('x', $_ig_lightbox_config_general['mainImageSize']);
|
@@ -78,13 +78,13 @@
|
|
78 |
<table id="ig-lightbox-image-commands">
|
79 |
<tbody>
|
80 |
<tr>
|
81 |
-
<td style="text-align: center" width="64"><a href="#" onclick="ig_lightbox_prev()"><img src="<?php echo $this->getSkinUrl('images/
|
82 |
<td><div id="image-label"></div></td>
|
83 |
-
<td style="text-align: center" width="64"><a href="#" onclick="ig_lightbox_next()"><img src="<?php echo $this->getSkinUrl('images/
|
84 |
</tr>
|
85 |
</tbody>
|
86 |
</table>
|
87 |
-
<div id="ig-lightbox-image-close"><a href="#" onclick="ig_lightbox_hide()"><img id="ig-lightbox-image-close-img" src="<?php echo $this->getSkinUrl('images/
|
88 |
|
89 |
<?php
|
90 |
$_ig_lightbox_images_count = 0;
|
1 |
<?php
|
2 |
+
$_ig_lightbox_config_general = Mage::getStoreConfig('ig_lightbox/general');
|
3 |
+
$_ig_lightbox_config_display = Mage::getStoreConfig('ig_lightbox/display');
|
4 |
+
$_ig_lightbox_config_effects = Mage::getStoreConfig('ig_lightbox/effects');
|
5 |
|
6 |
/* Read configuration */
|
7 |
list($_ig_lightbox_main_width, $_ig_lightbox_main_height) = split('x', $_ig_lightbox_config_general['mainImageSize']);
|
78 |
<table id="ig-lightbox-image-commands">
|
79 |
<tbody>
|
80 |
<tr>
|
81 |
+
<td style="text-align: center" width="64"><a href="#" onclick="ig_lightbox_prev()"><img src="<?php echo $this->getSkinUrl('images/ig_lightbox/prev.png') ?>" alt="prev" /></a></td>
|
82 |
<td><div id="image-label"></div></td>
|
83 |
+
<td style="text-align: center" width="64"><a href="#" onclick="ig_lightbox_next()"><img src="<?php echo $this->getSkinUrl('images/ig_lightbox/next.png') ?>" alt="next" /></a></td>
|
84 |
</tr>
|
85 |
</tbody>
|
86 |
</table>
|
87 |
+
<div id="ig-lightbox-image-close"><a href="#" onclick="ig_lightbox_hide()"><img id="ig-lightbox-image-close-img" src="<?php echo $this->getSkinUrl('images/ig_lightbox/close.png') ?>" alt="close" /></a></div>
|
88 |
|
89 |
<?php
|
90 |
$_ig_lightbox_images_count = 0;
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IG_LightBox</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU GPL</license>
|
7 |
<channel>community</channel>
|
@@ -19,8 +19,8 @@ IDEALIAGroup LightBox is fully integrated in Magento system configuration.</desc
|
|
19 |
<notes>Enjoy it ;)</notes>
|
20 |
<authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author></authors>
|
21 |
<date>2009-08-27</date>
|
22 |
-
<time>
|
23 |
-
<contents><target name="magelocale"><dir name="en_US"><file name="IG_LightBox.csv" hash="1c74b1248e1451699c928473601beb31"/></dir><dir name="it_IT"><file name="IG_LightBox.csv" hash="c749555010a00b805807546736c3db6a"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="
|
24 |
<compatible/>
|
25 |
<dependencies/>
|
26 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IG_LightBox</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU GPL</license>
|
7 |
<channel>community</channel>
|
19 |
<notes>Enjoy it ;)</notes>
|
20 |
<authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author></authors>
|
21 |
<date>2009-08-27</date>
|
22 |
+
<time>18:19:15</time>
|
23 |
+
<contents><target name="magelocale"><dir name="en_US"><file name="IG_LightBox.csv" hash="1c74b1248e1451699c928473601beb31"/></dir><dir name="it_IT"><file name="IG_LightBox.csv" hash="c749555010a00b805807546736c3db6a"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="57d9a0cc9187bb6aee681a48d3950c36"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="next.png" hash="ef678358e90669e00dad3d50137a9dfa"/><file name="prev.png" hash="9c0b22c4237e51b5be3447ee53eca339"/></dir></dir><dir name="js"><file name="ig_effects.js" hash="8433b39a8e7c93a0ed56e467e251f84b"/><file name="ig_lightbox.js" hash="98a04434b4203ff404b2500371439e33"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ig_lightbox.xml" hash="d9cdbc3ea453d5af59a3f71218cb20e2"/></dir><dir name="template"><dir name="ig_lightbox"><file name="media.phtml" hash="33f3104d181061acdab706181c622b75"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="IG"><dir name="LightBox"><dir name="etc"><file name="config.xml" hash="498aa5379810ec099dbe38e1a15d895e"/><file name="system.xml" hash="2e025ecf6ab256534ab3db8c63154331"/></dir><dir name="Helper"><file name="Data.php" hash="8a0b53a32373887f1ac6d9433bba5dd5"/></dir><dir name="sql"><dir name="ig_lightbox_setup"><file name="mysql4-install-1.0.3.php" hash="f7cf810260f5e96cd6fa6ff314bd5330"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="IG_LightBox.xml" hash="5d8f136255066de4f378d5c9bfe6edaf"/></dir></target></contents>
|
24 |
<compatible/>
|
25 |
<dependencies/>
|
26 |
</package>
|
skin/frontend/default/default/css/{ig-lightbox.css → ig_lightbox.css}
RENAMED
File without changes
|
skin/frontend/default/default/images/{ig-lightbox → ig_lightbox}/close.png
RENAMED
File without changes
|
skin/frontend/default/default/images/{ig-lightbox → ig_lightbox}/next.png
RENAMED
File without changes
|
skin/frontend/default/default/images/{ig-lightbox → ig_lightbox}/prev.png
RENAMED
File without changes
|
skin/frontend/default/default/js/{ig-effects.js → ig_effects.js}
RENAMED
File without changes
|
skin/frontend/default/default/js/{ig-lightbox.js → ig_lightbox.js}
RENAMED
File without changes
|