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
- app/code/community/Valdecode/CookieLaw/Helper/Data.php +20 -0
- app/code/community/{Vhaldecode → Valdecode}/CookieLaw/LICENSE.txt +0 -0
- app/code/community/{Vhaldecode → Valdecode}/CookieLaw/LICENSE_AFL.txt +0 -0
- app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Behaviour.php +7 -2
- app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Position.php +7 -2
- app/code/community/{Vhaldecode → Valdecode}/CookieLaw/Model/Config/Skin.php +7 -2
- app/code/community/{Vhaldecode → Valdecode}/CookieLaw/etc/config.xml +11 -6
- app/code/community/{Vhaldecode → Valdecode}/CookieLaw/etc/system.xml +7 -2
- app/code/community/Vhaldecode/CookieLaw/Helper/Data.php +0 -15
- app/design/frontend/base/default/layout/cookielaw.xml +16 -11
- app/design/frontend/base/default/template/cookielaw/top.phtml +6 -1
- app/etc/modules/Valdecode_CookieLaw.xml +26 -0
- app/etc/modules/Vhaldecode_CookieLaw.xml +0 -21
- app/locale/de_DE/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
- app/locale/en_US/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
- app/locale/es_ES/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
- app/locale/fr_FR/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
- app/locale/hu_HU/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
- app/locale/nl_NL/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
- app/locale/ro_RO/{Vhaldecode_CookieLaw.csv → Valdecode_CookieLaw.csv} +0 -0
- js/{vhaldecode → valdecode}/cookielaw/cookielaw.js +14 -9
- package.xml +5 -5
- skin/frontend/base/default/{vhaldecode → valdecode}/cookielaw/css/cookielaw.css +6 -1
- 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 |
-
*
|
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
|
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 |
-
*
|
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
|
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 |
-
*
|
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
|
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 |
-
*
|
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 |
-
<
|
17 |
<version>1.0.0</version>
|
18 |
-
</
|
19 |
</modules>
|
20 |
<global>
|
21 |
<helpers>
|
22 |
<cookielaw>
|
23 |
-
<class>
|
24 |
</cookielaw>
|
25 |
</helpers>
|
26 |
<models>
|
27 |
<cookielaw>
|
28 |
-
<class>
|
29 |
</cookielaw>
|
30 |
</models>
|
31 |
</global>
|
@@ -41,7 +46,7 @@
|
|
41 |
<modules>
|
42 |
<translations>
|
43 |
<files>
|
44 |
-
<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 |
-
*
|
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;">
|
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 |
-
*
|
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>
|
18 |
-
<action method="addJs"><script>
|
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 |
-
*
|
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 |
-
*
|
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.
|
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>
|
12 |
<authors><author><name>Pere Garcia</name><user>vhalde</user><email>vhalde@mailhaven.com</email></author></authors>
|
13 |
-
<date>2014-04-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="
|
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 |
-
*
|
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
|