Version Notes
Enjoy it ;)
Download this release
Release Info
Developer | Magento Core Team |
Extension | IG_LightBox |
Version | 1.0.14 |
Comparing to | |
See all releases |
Code changes from version 1.0.13 to 1.0.14
app/code/community/IG/LightBox/CHANGELOG.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
1.0.13:
|
2 |
- Fixed "flashing" buttons on pre-load
|
3 |
|
1 |
+
1.0.14:
|
2 |
+
- Fixed missing toolbar :)
|
3 |
+
|
4 |
1.0.13:
|
5 |
- Fixed "flashing" buttons on pre-load
|
6 |
|
app/code/community/IG/LightBox/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
<IG_LightBox>
|
4 |
-
<version>1.0.
|
5 |
</IG_LightBox>
|
6 |
</modules>
|
7 |
|
1 |
<config>
|
2 |
<modules>
|
3 |
<IG_LightBox>
|
4 |
+
<version>1.0.14</version>
|
5 |
</IG_LightBox>
|
6 |
</modules>
|
7 |
|
app/design/frontend/base/default/template/ig_lightbox/media.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<div id="ig-lightbox-image"></div>
|
5 |
<div id="ig-lightbox-loading"></div>
|
6 |
<img id="ig-lightbox-image-src" />
|
7 |
-
<table id="ig-lightbox-image-commands"
|
8 |
<tbody>
|
9 |
<tr>
|
10 |
<td style="text-align: center" width="64"><a href="#" onclick="ig_lightbox_prev()"><img id="ig-lightbox-prev" src="<?php echo $this->getSkinUrl('images/ig_lightbox/prev.png') ?>" alt="prev" /></a></td>
|
4 |
<div id="ig-lightbox-image"></div>
|
5 |
<div id="ig-lightbox-loading"></div>
|
6 |
<img id="ig-lightbox-image-src" />
|
7 |
+
<table id="ig-lightbox-image-commands">
|
8 |
<tbody>
|
9 |
<tr>
|
10 |
<td style="text-align: center" width="64"><a href="#" onclick="ig_lightbox_prev()"><img id="ig-lightbox-prev" src="<?php echo $this->getSkinUrl('images/ig_lightbox/prev.png') ?>" alt="prev" /></a></td>
|
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 uri="http://www.opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -18,9 +18,9 @@ You can change colors, effect, fonts or image sizes directly FROM MAGENTO BACK-E
|
|
18 |
IDEALIAGroup LightBox is fully integrated in Magento system configuration.</description>
|
19 |
<notes>Enjoy it ;)</notes>
|
20 |
<authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>auto-converted</user><email>giorgetti@idealiagroup.com</email></author><author><name>Maria Chiara Luongo</name><user>auto-converted</user><email>sunlight10@hotmail.it</email></author></authors>
|
21 |
-
<date>2011-02
|
22 |
-
<time>11:
|
23 |
-
<contents><target name="magelocale"><dir name="de_DE"><file name="IG_LightBox.csv" hash="0ba5aeb54e9ed302fa26773a36ef3ab5"/></dir><dir name="en_US"><file name="IG_LightBox.csv" hash="d0e240588dab13a1ed211586334ca8d1"/></dir><dir name="it_IT"><file name="IG_LightBox.csv" hash="461be43e55b6b407637d2b6ef4079ac2"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="90013fca813ded63dcfa451fba4becee"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="loader.gif" hash="3d97df91cb14210546102f0ddb775db0"/><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="
|
24 |
<compatible/>
|
25 |
<dependencies/>
|
26 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IG_LightBox</name>
|
4 |
+
<version>1.0.14</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
18 |
IDEALIAGroup LightBox is fully integrated in Magento system configuration.</description>
|
19 |
<notes>Enjoy it ;)</notes>
|
20 |
<authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>auto-converted</user><email>giorgetti@idealiagroup.com</email></author><author><name>Maria Chiara Luongo</name><user>auto-converted</user><email>sunlight10@hotmail.it</email></author></authors>
|
21 |
+
<date>2011-03-02</date>
|
22 |
+
<time>11:10:59</time>
|
23 |
+
<contents><target name="magelocale"><dir name="de_DE"><file name="IG_LightBox.csv" hash="0ba5aeb54e9ed302fa26773a36ef3ab5"/></dir><dir name="en_US"><file name="IG_LightBox.csv" hash="d0e240588dab13a1ed211586334ca8d1"/></dir><dir name="it_IT"><file name="IG_LightBox.csv" hash="461be43e55b6b407637d2b6ef4079ac2"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="90013fca813ded63dcfa451fba4becee"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="loader.gif" hash="3d97df91cb14210546102f0ddb775db0"/><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="7c3ce6ac85de6968f28a39e1ace7ce42"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="90013fca813ded63dcfa451fba4becee"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="loader.gif" hash="3d97df91cb14210546102f0ddb775db0"/><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="7c3ce6ac85de6968f28a39e1ace7ce42"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ig_lightbox.xml" hash="8ae77032c53744338128c6cb63dd9938"/></dir><dir name="template"><dir name="ig_lightbox"><file name="media.phtml" hash="e3da7cb7fa9fe615aedbacf24183cad9"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="ig_lightbox.xml" hash="8ae77032c53744338128c6cb63dd9938"/></dir><dir name="template"><dir name="ig_lightbox"><file name="media.phtml" hash="7435e44464d896324b99e73ce48171de"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="IG"><dir name="LightBox"><dir name="Block"><file name="Media.php" hash="6f04ce0212fbb2d2fb57dfe91ede339c"/></dir><dir name="etc"><file name="config.xml" hash="a5a8a4c837a74fa4371d75cc8159da82"/><file name="system.xml" hash="a083627cd216f73bbd0ed318f3f50b2a"/></dir><dir name="Helper"><file name="Data.php" hash="28a54a1190969c7023ddc67c3f242b34"/></dir><dir name="sql"><dir name="ig_lightbox_setup"><file name="mysql4-install-1.0.3.php" hash="f7cf810260f5e96cd6fa6ff314bd5330"/><file name="mysql4-install-1.0.4.php" hash="f7cf810260f5e96cd6fa6ff314bd5330"/></dir></dir><file name="CHANGELOG.txt" hash="d3fd36024cfbf66d1ac475722d036a73"/><file name="LICENSE.txt" hash="b7870fbc716085862b4cba9b4629a24e"/></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/base/default/js/ig_lightbox.js
CHANGED
@@ -255,7 +255,8 @@ function ig_lightbox_show(n)
|
|
255 |
});
|
256 |
|
257 |
$('ig-lightbox-image-commands').setStyle({
|
258 |
-
height : ig_lightbox_cmd_box_height+'px'
|
|
|
259 |
});
|
260 |
|
261 |
$('ig-lightbox-image').setStyle({ visibility : 'visible' });
|
255 |
});
|
256 |
|
257 |
$('ig-lightbox-image-commands').setStyle({
|
258 |
+
height : ig_lightbox_cmd_box_height+'px',
|
259 |
+
display : 'block'
|
260 |
});
|
261 |
|
262 |
$('ig-lightbox-image').setStyle({ visibility : 'visible' });
|
skin/frontend/default/default/js/ig_lightbox.js
CHANGED
@@ -255,7 +255,8 @@ function ig_lightbox_show(n)
|
|
255 |
});
|
256 |
|
257 |
$('ig-lightbox-image-commands').setStyle({
|
258 |
-
height : ig_lightbox_cmd_box_height+'px'
|
|
|
259 |
});
|
260 |
|
261 |
$('ig-lightbox-image').setStyle({ visibility : 'visible' });
|
255 |
});
|
256 |
|
257 |
$('ig-lightbox-image-commands').setStyle({
|
258 |
+
height : ig_lightbox_cmd_box_height+'px',
|
259 |
+
display : 'block'
|
260 |
});
|
261 |
|
262 |
$('ig-lightbox-image').setStyle({ visibility : 'visible' });
|