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 |
<