Vhaldecode_CookieLaw - Version 1.0.2

Version Notes

Minor changes.

Download this release

Release Info

Developer Pere Garcia
Extension Vhaldecode_CookieLaw
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

Files changed (24) hide show
  1. app/code/community/Valdecode/CookieLaw/Helper/Data.php +20 -0
  2. app/code/community/{Vhaldecode → Valdecode}/CookieLaw/LICENSE.txt +0 -0
  3. app/code/community/{Vhaldecode → Valdecode}/CookieLaw/LICENSE_AFL.txt +0 -0
  4. app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Behaviour.php +7 -2
  5. app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Position.php +7 -2
  6. app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Skin.php +7 -2
  7. app/code/community/{Vhaldecode → Valdecode}/CookieLaw/etc/config.xml +11 -6
  8. app/code/community/{Vhaldecode → Valdecode}/CookieLaw/etc/system.xml +7 -2
  9. app/code/community/Vhaldecode/CookieLaw/Helper/Data.php +0 -15
  10. app/design/frontend/base/default/layout/cookielaw.xml +16 -11
  11. app/design/frontend/base/default/template/cookielaw/top.phtml +6 -1
  12. app/etc/modules/Valdecode_CookieLaw.xml +26 -0
  13. app/etc/modules/Vhaldecode_CookieLaw.xml +0 -21
  14. app/locale/de_DE/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
  15. app/locale/en_US/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
  16. app/locale/es_ES/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
  17. app/locale/fr_FR/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
  18. app/locale/hu_HU/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
  19. app/locale/nl_NL/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
  20. app/locale/ro_RO/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
  21. js/{vhaldecode → valdecode}/cookielaw/cookielaw.js +14 -9
  22. package.xml +5 -5
  23. skin/frontend/base/default/{vhaldecode → valdecode}/cookielaw/css/cookielaw.css +6 -1
  24. skin/frontend/base/default/{vhaldecode → valdecode}/cookielaw/images/close.png +0 -0
app/code/community/Valdecode/CookieLaw/Helper/Data.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Valdecode
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Valdecode
13
+ * @package Valdecode_CookieLaw
14
+ * @copyright Copyright (c) 2013 Valdecode
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
+ */
17
+ class Valdecode_CookieLaw_Helper_Data extends Mage_Core_Helper_Abstract
18
+ {
19
+
20
+ }
app/code/community/{Vhaldecode → Valdecode}/CookieLaw/LICENSE.txt RENAMED
File without changes
app/code/community/{Vhaldecode → Valdecode}/CookieLaw/LICENSE_AFL.txt RENAMED
File without changes
app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Behaviour.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Vhaldecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -8,8 +8,13 @@
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
 
 
11
  */
12
- class Vhaldecode_CookieLaw_Model_Config_Behaviour
13
  {
14
  public function toOptionArray()
15
  {
1
  <?php
2
  /**
3
+ * Valdecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Valdecode
13
+ * @package Valdecode_CookieLaw
14
+ * @copyright Copyright (c) 2013 Valdecode
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
+ class Valdecode_CookieLaw_Model_Config_Behaviour
18
  {
19
  public function toOptionArray()
20
  {
app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Position.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Vhaldecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -8,8 +8,13 @@
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
 
 
11
  */
12
- class Vhaldecode_CookieLaw_Model_Config_Position
13
  {
14
  public function toOptionArray()
15
  {
1
  <?php
2
  /**
3
+ * Valdecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Valdecode
13
+ * @package Valdecode_CookieLaw
14
+ * @copyright Copyright (c) 2013 Valdecode
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
+ class Valdecode_CookieLaw_Model_Config_Position
18
  {
19
  public function toOptionArray()
20
  {
app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Skin.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Vhaldecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -8,8 +8,13 @@
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
 
 
11
  */
12
- class Vhaldecode_CookieLaw_Model_Config_Skin
13
  {
14
  public function toOptionArray()
15
  {
1
  <?php
2
  /**
3
+ * Valdecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Valdecode
13
+ * @package Valdecode_CookieLaw
14
+ * @copyright Copyright (c) 2013 Valdecode
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
+ class Valdecode_CookieLaw_Model_Config_Skin
18
  {
19
  public function toOptionArray()
20
  {
app/code/community/{Vhaldecode → Valdecode}/CookieLaw/etc/config.xml RENAMED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Vhaldecode
5
  *
6
  * NOTICE OF LICENSE
7
  *
@@ -9,23 +9,28 @@
9
  * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
 
 
12
  */
13
  -->
14
  <config>
15
  <modules>
16
- <Vhaldecode_CookieLaw>
17
  <version>1.0.0</version>
18
- </Vhaldecode_CookieLaw>
19
  </modules>
20
  <global>
21
  <helpers>
22
  <cookielaw>
23
- <class>Vhaldecode_CookieLaw_Helper</class>
24
  </cookielaw>
25
  </helpers>
26
  <models>
27
  <cookielaw>
28
- <class>Vhaldecode_CookieLaw_Model</class>
29
  </cookielaw>
30
  </models>
31
  </global>
@@ -41,7 +46,7 @@
41
  <modules>
42
  <translations>
43
  <files>
44
- <default>Vhaldecode_CookieLaw.csv</default>
45
  </files>
46
  </translations>
47
  </modules>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * Valdecode
5
  *
6
  * NOTICE OF LICENSE
7
  *
9
  * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @category Valdecode
14
+ * @package Valdecode_CookieLaw
15
+ * @copyright Copyright (c) 2013 Valdecode
16
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
+ <Valdecode_CookieLaw>
22
  <version>1.0.0</version>
23
+ </Valdecode_CookieLaw>
24
  </modules>
25
  <global>
26
  <helpers>
27
  <cookielaw>
28
+ <class>Valdecode_CookieLaw_Helper</class>
29
  </cookielaw>
30
  </helpers>
31
  <models>
32
  <cookielaw>
33
+ <class>Valdecode_CookieLaw_Model</class>
34
  </cookielaw>
35
  </models>
36
  </global>
46
  <modules>
47
  <translations>
48
  <files>
49
+ <default>Valdecode_CookieLaw.csv</default>
50
  </files>
51
  </translations>
52
  </modules>
app/code/community/{Vhaldecode → Valdecode}/CookieLaw/etc/system.xml RENAMED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Vhaldecode
5
  *
6
  * NOTICE OF LICENSE
7
  *
@@ -9,6 +9,11 @@
9
  * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
 
 
12
  */
13
  -->
14
  <config>
@@ -25,7 +30,7 @@
25
  <label>General</label>
26
  <comment>
27
  <![CDATA[
28
- Cookie Law Compliance is a <span style="color:#2c2c2c;font-weight:bold;">Vhaldecode</span>
29
  extension.<br/><span style="color:#888">We would like you to review this extension
30
  at Magento Connect. If you feel that we do not deserve a 5 star review, please contact us right
31
  away before leaving a neutral or negative review, so we can try to correct the problem.</span>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * Valdecode
5
  *
6
  * NOTICE OF LICENSE
7
  *
9
  * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @category Valdecode
14
+ * @package Valdecode_CookieLaw
15
+ * @copyright Copyright (c) 2013 Valdecode
16
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
30
  <label>General</label>
31
  <comment>
32
  <![CDATA[
33
+ Cookie Law Compliance is a <span style="color:#2c2c2c;font-weight:bold;">Valdecode</span>
34
  extension.<br/><span style="color:#888">We would like you to review this extension
35
  at Magento Connect. If you feel that we do not deserve a 5 star review, please contact us right
36
  away before leaving a neutral or negative review, so we can try to correct the problem.</span>
app/code/community/Vhaldecode/CookieLaw/Helper/Data.php DELETED
@@ -1,15 +0,0 @@
1
- <?php
2
- /**
3
- * Vhaldecode
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- */
12
- class Vhaldecode_CookieLaw_Helper_Data extends Mage_Core_Helper_Abstract
13
- {
14
-
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/base/default/layout/cookielaw.xml CHANGED
@@ -1,21 +1,26 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Vhaldecode
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- */
 
 
 
 
 
13
  -->
14
  <layout version="0.1.0">
15
  <default>
16
  <reference name="head">
17
- <action method="addCss"><stylesheet>vhaldecode/cookielaw/css/cookielaw.css</stylesheet></action>
18
- <action method="addJs"><script>vhaldecode/cookielaw/cookielaw.js</script></action>
19
  </reference>
20
  <reference name="after_body_start">
21
  <block name="cookielaw" type="core/template" before="-" template="cookielaw/top.phtml" />
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * Valdecode
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @category Valdecode
14
+ * @package Valdecode_CookieLaw
15
+ * @copyright Copyright (c) 2013 Valdecode
16
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
+ */
18
  -->
19
  <layout version="0.1.0">
20
  <default>
21
  <reference name="head">
22
+ <action method="addCss"><stylesheet>valdecode/cookielaw/css/cookielaw.css</stylesheet></action>
23
+ <action method="addJs"><script>valdecode/cookielaw/cookielaw.js</script></action>
24
  </reference>
25
  <reference name="after_body_start">
26
  <block name="cookielaw" type="core/template" before="-" template="cookielaw/top.phtml" />
app/design/frontend/base/default/template/cookielaw/top.phtml CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Vhaldecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -8,6 +8,11 @@
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
 
 
11
  */
12
  ?>
13
  <?php if (Mage::getStoreConfig('cookielaw/cookielaw/enabled')): ?>
1
  <?php
2
  /**
3
+ * Valdecode
4
  *
5
  * NOTICE OF LICENSE
6
  *
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Valdecode
13
+ * @package Valdecode_CookieLaw
14
+ * @copyright Copyright (c) 2013 Valdecode
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
  ?>
18
  <?php if (Mage::getStoreConfig('cookielaw/cookielaw/enabled')): ?>
app/etc/modules/Valdecode_CookieLaw.xml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Valdecode
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @category Valdecode
14
+ * @package Valdecode_CookieLaw
15
+ * @copyright Copyright (c) 2013 Valdecode
16
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
+ */
18
+ -->
19
+ <config>
20
+ <modules>
21
+ <Valdecode_CookieLaw>
22
+ <active>true</active>
23
+ <codePool>community</codePool>
24
+ </Valdecode_CookieLaw>
25
+ </modules>
26
+ </config>
app/etc/modules/Vhaldecode_CookieLaw.xml DELETED
@@ -1,21 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Vhaldecode
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- */
13
- -->
14
- <config>
15
- <modules>
16
- <Vhaldecode_CookieLaw>
17
- <active>true</active>
18
- <codePool>community</codePool>
19
- </Vhaldecode_CookieLaw>
20
- </modules>
21
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/locale/de_DE/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} RENAMED
File without changes
app/locale/en_US/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} RENAMED
File without changes
app/locale/es_ES/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} RENAMED
File without changes
app/locale/fr_FR/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} RENAMED
File without changes
app/locale/hu_HU/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} RENAMED
File without changes
app/locale/nl_NL/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} RENAMED
File without changes
app/locale/ro_RO/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} RENAMED
File without changes
js/{vhaldecode → valdecode}/cookielaw/cookielaw.js RENAMED
@@ -1,13 +1,18 @@
1
  /**
2
- * Vhaldecode
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * that is bundled with this package in the file LICENSE.txt.
8
- * It is also available through the world-wide-web at this URL:
9
- * http://opensource.org/licenses/osl-3.0.php
10
- */
 
 
 
 
 
11
  var cookieLaw = {
12
 
13
  /**
1
  /**
2
+ * Valdecode
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Open Software License (OSL 3.0)
7
+ * that is bundled with this package in the file LICENSE.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @category Valdecode
12
+ * @package Valdecode_CookieLaw
13
+ * @copyright Copyright (c) 2013 Valdecode
14
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
15
+ */
16
  var cookieLaw = {
17
 
18
  /**
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Vhaldecode_CookieLaw</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Make sure your website complies with the EU Cookie Law with this customizable extension.</summary>
10
  <description>Another EU Cookie Law Compliance extension. This extension adds a notice telling your visitors that the site uses cookies. The notice shows up when a visitor enters for the first time to the site, and remains there until it's closed.</description>
11
- <notes>The alert does not wait all the page to load to show up.</notes>
12
  <authors><author><name>Pere Garcia</name><user>vhalde</user><email>vhalde@mailhaven.com</email></author></authors>
13
- <date>2014-04-03</date>
14
- <time>13:21:45</time>
15
- <contents><target name="magecommunity"><dir name="Vhaldecode"><dir name="CookieLaw"><dir><dir name="Helper"><file name="Data.php" hash="eb55aa32e6ae5b43d11686926da98b5c"/></dir><dir name="Model"><dir name="Config"><file name="Behaviour.php" hash="c1b7411d2bd9636f793bfe4357e7de62"/><file name="Position.php" hash="4edf13fb588e678b5b396d52a099004e"/><file name="Skin.php" hash="34d06761d078239046108f8d492606f7"/></dir></dir><dir name="etc"><file name="config.xml" hash="d92fbea929523cf884c1ee016b814184"/><file name="system.xml" hash="5b00806e0fbc8b7d93e97bdf64af5e2d"/></dir></dir><file name="LICENSE.txt" hash="59563e7be45096d0833dade102989042"/><file name="LICENSE_AFL.txt" hash="45a399f2095030865fb962263ccd7506"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cookielaw.xml" hash="3baca7b4040a825cba256c494a160361"/></dir><dir name="template"><dir name="cookielaw"><file name="top.phtml" hash="7011b3994d90ff67dcd40d513e0edd77"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Vhaldecode_CookieLaw.xml" hash="a395efd0bf02c2f4c7ef0c1d7541d2fb"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Vhaldecode_CookieLaw.csv" hash="80e15a928af1ee5e2ec153d5267b788d"/></dir><dir name="es_ES"><file name="Vhaldecode_CookieLaw.csv" hash="6ef904f740433596a3f4eac7b5e3bf00"/></dir><dir name="en_US"><file name="Vhaldecode_CookieLaw.csv" hash="ca98da9cf3c59851db2766fc3c8f4dd0"/></dir><dir name="fr_FR"><file name="Vhaldecode_CookieLaw.csv" hash="2c6a6358d31671c4be9dbd2d202fa15e"/></dir><dir name="hu_HU"><file name="Vhaldecode_CookieLaw.csv" hash="31be3e7d14d2cd5df253afab014ae530"/></dir><dir name="nl_NL"><file name="Vhaldecode_CookieLaw.csv" hash="8dad0acf10c360f1bc6e2d0d2af8e7b3"/></dir><dir name="ro_RO"><file name="Vhaldecode_CookieLaw.csv" hash="c75a72df0de79d5aeaf0757d4445bdea"/></dir></target><target name="mageweb"><dir name="js"><dir name="vhaldecode"><dir name="cookielaw"><file name="cookielaw.js" hash="3541488340dc139f5f942d4141d9b0be"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="vhaldecode"><dir name="cookielaw"><dir name="css"><file name="cookielaw.css" hash="2a47893cc279cfde79e5856e33f8997e"/></dir><dir name="images"><file name="close.png" hash="eff8ee822d3011bd1f992cf4b7f81f9b"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Vhaldecode_CookieLaw</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Make sure your website complies with the EU Cookie Law with this customizable extension.</summary>
10
  <description>Another EU Cookie Law Compliance extension. This extension adds a notice telling your visitors that the site uses cookies. The notice shows up when a visitor enters for the first time to the site, and remains there until it's closed.</description>
11
+ <notes>Minor changes.</notes>
12
  <authors><author><name>Pere Garcia</name><user>vhalde</user><email>vhalde@mailhaven.com</email></author></authors>
13
+ <date>2014-04-17</date>
14
+ <time>14:48:17</time>
15
+ <contents><target name="magecommunity"><dir name="Valdecode"><dir name="CookieLaw"><dir><dir name="Helper"><file name="Data.php" hash="805984b7ec4a20498446adda46dd8b66"/></dir><dir name="Model"><dir name="Config"><file name="Behaviour.php" hash="ac91130ac640521acf26e0b29f78abb0"/><file name="Position.php" hash="ae8d405915c710d8746e0192d93f8676"/><file name="Skin.php" hash="6851ffc2e6bdc9e9d27ecf9615239cc8"/></dir></dir><dir name="etc"><file name="config.xml" hash="f8a978e9d6da3ba4f26e6bfe057d27c1"/><file name="system.xml" hash="f37c10c44df38e201b43211102847d91"/></dir></dir><file name="LICENSE.txt" hash="59563e7be45096d0833dade102989042"/><file name="LICENSE_AFL.txt" hash="45a399f2095030865fb962263ccd7506"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cookielaw.xml" hash="9001af47ba9b7b7a78d1c94a57a1208e"/></dir><dir name="template"><dir name="cookielaw"><file name="top.phtml" hash="54304a4cbef8199cfefb9717635d151e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Valdecode_CookieLaw.xml" hash="1c031f6ec39e892c0163383c7be44263"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Valdecode_CookieLaw.csv" hash="80e15a928af1ee5e2ec153d5267b788d"/></dir><dir name="es_ES"><file name="Valdecode_CookieLaw.csv" hash="6ef904f740433596a3f4eac7b5e3bf00"/></dir><dir name="en_US"><file name="Valdecode_CookieLaw.csv" hash="ca98da9cf3c59851db2766fc3c8f4dd0"/></dir><dir name="fr_FR"><file name="Valdecode_CookieLaw.csv" hash="2c6a6358d31671c4be9dbd2d202fa15e"/></dir><dir name="hu_HU"><file name="Valdecode_CookieLaw.csv" hash="31be3e7d14d2cd5df253afab014ae530"/></dir><dir name="nl_NL"><file name="Valdecode_CookieLaw.csv" hash="8dad0acf10c360f1bc6e2d0d2af8e7b3"/></dir><dir name="ro_RO"><file name="Valdecode_CookieLaw.csv" hash="c75a72df0de79d5aeaf0757d4445bdea"/></dir></target><target name="mageweb"><dir name="js"><dir name="valdecode"><dir name="cookielaw"><file name="cookielaw.js" hash="cb580f4041d796172a4b7e864fd9206b"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="valdecode"><dir name="cookielaw"><dir name="css"><file name="cookielaw.css" hash="cbdf84229daff1af4038f5d7738f2f65"/></dir><dir name="images"><file name="close.png" hash="eff8ee822d3011bd1f992cf4b7f81f9b"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
skin/frontend/base/default/{vhaldecode → valdecode}/cookielaw/css/cookielaw.css RENAMED
@@ -1,5 +1,5 @@
1
  /**
2
- * Vhaldecode
3
  *
4
  * NOTICE OF LICENSE
5
  *
@@ -7,6 +7,11 @@
7
  * that is bundled with this package in the file LICENSE_AFL.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/afl-3.0.php
 
 
 
 
 
10
  */
11
  #v-cookielaw { overflow: hidden; width: 100%; background: #fff; border-bottom: 1px solid #000; padding: 8px 0; position: relative; }
12
  #v-cookielaw .v-message { float: left; text-align: left; padding: 0 10px; width: 90%; }
1
  /**
2
+ * Valdecode
3
  *
4
  * NOTICE OF LICENSE
5
  *
7
  * that is bundled with this package in the file LICENSE_AFL.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/afl-3.0.php
10
+ *
11
+ * @category Valdecode
12
+ * @package Valdecode_CookieLaw
13
+ * @copyright Copyright (c) 2013 Valdecode
14
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
15
  */
16
  #v-cookielaw { overflow: hidden; width: 100%; background: #fff; border-bottom: 1px solid #000; padding: 8px 0; position: relative; }
17
  #v-cookielaw .v-message { float: left; text-align: left; padding: 0 10px; width: 90%; }
skin/frontend/base/default/{vhaldecode → valdecode}/cookielaw/images/close.png RENAMED
File without changes