Version Notes
Enjoy it ;)
Download this release
Release Info
Developer | Magento Core Team |
Extension | IG_LightBox |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/community/IG/LightBox/sql/ig_lightbox_setup/mysql4-install-1.0.4.php
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
$installer = $this;
|
3 |
+
$installer->startSetup();
|
4 |
+
|
5 |
+
$installer->setConfigData('ig_lightbox/general/enabled', 1);
|
6 |
+
$installer->setConfigData('ig_lightbox/general/bigImageSize', '800x600');
|
7 |
+
$installer->setConfigData('ig_lightbox/general/mainImageSize', '265x265');
|
8 |
+
$installer->setConfigData('ig_lightbox/general/thumbnailImageSize', '60x60');
|
9 |
+
|
10 |
+
$installer->setConfigData('ig_lightbox/display/backgroundOpacity', '0.8');
|
11 |
+
$installer->setConfigData('ig_lightbox/display/backgroundColor', '#000000');
|
12 |
+
$installer->setConfigData('ig_lightbox/display/imageboxOpacity', '1.0');
|
13 |
+
$installer->setConfigData('ig_lightbox/display/imageboxColor', '#000000');
|
14 |
+
$installer->setConfigData('ig_lightbox/display/toolbarOpacity', '0.7');
|
15 |
+
$installer->setConfigData('ig_lightbox/display/toolbarColor', '#000000');
|
16 |
+
$installer->setConfigData('ig_lightbox/display/toolbarTextColor', '#ffffff');
|
17 |
+
$installer->setConfigData('ig_lightbox/display/toolbarTextSize', '12');
|
18 |
+
$installer->setConfigData('ig_lightbox/display/toolbarTextFont', 'Verdana');
|
19 |
+
$installer->setConfigData('ig_lightbox/display/paddingSize', '10');
|
20 |
+
$installer->setConfigData('ig_lightbox/display/borderSize', '1');
|
21 |
+
$installer->setConfigData('ig_lightbox/display/borderColor', '#909090');
|
22 |
+
|
23 |
+
$installer->setConfigData('ig_lightbox/effects/fadeIn', '1.0');
|
24 |
+
$installer->setConfigData('ig_lightbox/effects/fadeOut', '1.0');
|
25 |
+
$installer->setConfigData('ig_lightbox/effects/imageResize', '0.5');
|
26 |
+
$installer->setConfigData('ig_lightbox/effects/imageSwap', '0.5');
|
27 |
+
|
28 |
+
$installer->endSetup();
|
29 |
+
?>
|
app/locale/de_DE/IG_LightBox.csv
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"Enable LightBox","Benutze LightBox"
|
2 |
+
"Maximum size of big image","Hohste größe vom großen Bild"
|
3 |
+
"Maximum size of base image","Hohste größe vom Hauptbild"
|
4 |
+
"Maximum size of thumbnails","Hohste größe vom Thumbnail"
|
5 |
+
"Effects","Effekte"
|
6 |
+
"Fade-in duration","Dauer fade-in"
|
7 |
+
"Fade-out duration","Dauer fade-out"
|
8 |
+
"Image swap duration","Dauer vom Bild Veränderung"
|
9 |
+
"Display","Aussehen"
|
10 |
+
"General","Allgemeine Einstellungen"
|
11 |
+
"Background opacity","Hintergrund Transparenz"
|
12 |
+
"Background color","Hintergrundfarbe"
|
13 |
+
"Imagebox opacity","Transparenz vom Rahmen"
|
14 |
+
"Imagebox color","Farbe vom Rahmen"
|
15 |
+
"Toolbar opacity","Transparenz von der Symbolleiste"
|
16 |
+
"Toolbar color","Farbe von der Symbolleiste"
|
17 |
+
"Toolbar text color","Farbe des Textes von der Symbolleiste"
|
18 |
+
"Toolbar text font","Schriftart der Symbolleiste"
|
19 |
+
"Toolbar text size","Größe des Textes von der Symbolleiste"
|
20 |
+
"Padding size","Rahmenrand"
|
21 |
+
"Outer border size","Dicke der außeren Linee"
|
22 |
+
"Outer border color","Farbe der außeren Linee"
|
23 |
+
"Size in pixels (e.g.: 800x600)","Größe in pixel (z.B.: 800x600)"
|
24 |
+
"Size in pixels (e.g.: 256x256)","Größe in pixel (z.B.: 256x256)"
|
25 |
+
"Size in pixels (e.g.: 60x60)","Größe in pixel (z.B.: 60x60)"
|
26 |
+
"Value between 0.0 and 1.0","Von 0.0 bis 1.0"
|
27 |
+
"HTML color format (e.g.: #000000)","Format HTML (z.B.: #000000)"
|
28 |
+
"HTML color format (e.g.: #909090)","Format HTML (z.B.: #909090)"
|
29 |
+
"Text size in pixels (e.g.: 12)","Textgröße in pixel (z.B.: 12)"
|
30 |
+
"Size in pixels (e.g.: 10)","Größe in pixel (z.B.: 10)"
|
31 |
+
"Size in pixels (e.g.: 1)","Größe in pixel (z.B.: 1)"
|
32 |
+
"Font name (e.g.: Verdana)","Schriftartname (z.B.: Verdana)"
|
33 |
+
"Value in seconds (e.g.: 1.5)","Maß in Sekunden (z.B.: 1.5)"
|
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>
|
@@ -17,10 +17,10 @@ For advanced users:
|
|
17 |
You can change colors, effect, fonts or image sizes directly FROM MAGENTO BACK-END.
|
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></authors>
|
21 |
-
<date>2009-
|
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="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="
|
24 |
<compatible/>
|
25 |
<dependencies/>
|
26 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IG_LightBox</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU GPL</license>
|
7 |
<channel>community</channel>
|
17 |
You can change colors, effect, fonts or image sizes directly FROM MAGENTO BACK-END.
|
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>2009-09-02</date>
|
22 |
+
<time>11:48:57</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="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="2173e1f80d208b5425b5c44df11c3480"/><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"/><file name="mysql4-install-1.0.4.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>
|