You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacopo Cappellato (Jira)" <ji...@apache.org> on 2019/09/11 00:00:01 UTC

[jira] [Updated] (OFBIZ-10639) Cookie Consent In E-Commerce

     [ https://issues.apache.org/jira/browse/OFBIZ-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato updated OFBIZ-10639:
--------------------------------------
    Fix Version/s:     (was: 16.11.06)
                   16.11.07

> Cookie Consent In E-Commerce
> ----------------------------
>
>                 Key: OFBIZ-10639
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10639
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: ecommerce
>    Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, Release Branch 18.12
>            Reporter: Deepak Nigam
>            Assignee: Aditya Sharma
>            Priority: Minor
>             Fix For: 16.11.07
>
>         Attachments: CookieBarPlugin.png, OFBIZ-10639.patch, OFBIZ-10639.patch, OFBIZ-10639_16.11.patch, image-2019-06-18-16-55-24-395.png
>
>
> As per discussion on Dev ML [https://markmail.org/message/rcatehtckz6vlvuv] 
> The Cookie Law is a piece of privacy legislation that requires websites to get consent from visitors to store or retrieve any information on their computer, smartphone or tablet. It was designed to protect online privacy, by making consumers aware of how information about them is collected and used online, and give them a choice to allow it or not. 
>   
>  The EU Cookie Legislation began as a directive from the European Union. Some variation on the policy has since been adopted by all countries within the EU.
>   
>  The EU Cookie Legislation requires 4 actions from website owners who use cookies:
>  1. When someone visits your website, you need to let them know that your site uses cookies. 
>  2. You need to provide detailed information regarding how that cookie data will be utilized. 
>  3. You need to provide visitors with some means of accepting or refusing the use of cookies in your site. 
>  4. If they refuse, you need to ensure that cookies will not be placed on their machine.
>  
>  For more information about EU cookie policy, please visit [here|http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm].
>   
>  As this crucial feature is missing in OFBiz E-Commerce application, we should work towards its implementation. There are numerous open-source jQuery plugins available which we can use.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Re: [jira] [Updated] (OFBIZ-10639) Cookie Consent In E-Commerce

Posted by Jacques Le Roux <ja...@les7arts.com>.
Done, actually the link was https://s.apache.org/lgk4p. I guess multitasking put a comma there :/

I had to do it by and, Jira does not allow to change a fix version, only to replace all and other stuff

Actually it was good, because those issues were wrong from this perspective anyway (see in Jira emails if needed)

I guess there are more, but I also guess all committers are now aware of what should be put in "fix version/s" field

Else it's defined here: https://s.apache.org/d8ru8

HTH

Jacques

Le 11/09/2019 à 15:39, Jacques Le Roux a écrit :
> No worries, I'll do it :)
>
> Jacques
>
> Le 11/09/2019 à 14:51, Jacopo Cappellato a écrit :
>> Hi Jacques,
>>
>> yes we should indeed have used the "future" 16.11.06 version instead of
>> Release Branch 16.11 as fixed version, so we can bulk correct them now.
>> Can you (or anyone else) work on this (i.e. prepare the selection query in
>> Jira and then use it to "bulk change" the fixed version on the tickets)? I
>> can try to do the same but the link you have provided didn't work for me
>> and I am traveling until Monday (although there is no rush).
>>
>> Thanks,
>>
>> Jacopo
>>
>>
>> On Wed, Sep 11, 2019 at 4:40 AM Jacques Le Roux <
>> jacques.le.roux@les7arts.com> wrote:
>>
>>> Thanks Jacopo,
>>>
>>> What about https://s.apache.org/lgk4,p ie issues closed since last
>>> release (ie 16.11.05 in Oct 2018) with  Release Branch 16.11 as fixed
>>> version?
>>>
>>> I guess they should be rather using 16.11.06 as fixed version, right ?
>>>
>>> Jacques
>>>
>>> Le 11/09/2019 à 02:00, Jacopo Cappellato (Jira) a écrit :
>>>>        [
>>> https://issues.apache.org/jira/browse/OFBIZ-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>> ]
>>>> Jacopo Cappellato updated OFBIZ-10639:
>>>> --------------------------------------
>>>>       Fix Version/s:     (was: 16.11.06)
>>>>                      16.11.07
>>>>
>>>>> Cookie Consent In E-Commerce
>>>>> ----------------------------
>>>>>
>>>>>                   Key: OFBIZ-10639
>>>>>                   URL: https://issues.apache.org/jira/browse/OFBIZ-10639
>>>>>               Project: OFBiz
>>>>>            Issue Type: New Feature
>>>>>            Components: ecommerce
>>>>>      Affects Versions: Trunk, Release Branch 16.11, Release Branch
>>> 17.12, Release Branch 18.12
>>>>>              Reporter: Deepak Nigam
>>>>>              Assignee: Aditya Sharma
>>>>>              Priority: Minor
>>>>>               Fix For: 16.11.07
>>>>>
>>>>>           Attachments: CookieBarPlugin.png, OFBIZ-10639.patch,
>>> OFBIZ-10639.patch, OFBIZ-10639_16.11.patch,
>>> image-2019-06-18-16-55-24-395.png
>>>>>
>>>>> As per discussion on Dev ML [
>>> https://markmail.org/message/rcatehtckz6vlvuv]
>>>>> The Cookie Law is a piece of privacy legislation that requires websites
>>> to get consent from visitors to store or retrieve any information on their
>>> computer, smartphone or tablet. It was designed to protect online privacy,
>>> by making consumers aware of how information about them is collected and
>>> used online, and give them a choice to allow it or not.
>>>>>    The EU Cookie Legislation began as a directive from the European
>>> Union. Some variation on the policy has since been adopted by all countries
>>> within the EU.
>>>>>    The EU Cookie Legislation requires 4 actions from website owners who
>>> use cookies:
>>>>>    1. When someone visits your website, you need to let them know that
>>> your site uses cookies.
>>>>>    2. You need to provide detailed information regarding how that cookie
>>> data will be utilized.
>>>>>    3. You need to provide visitors with some means of accepting or
>>> refusing the use of cookies in your site.
>>>>>    4. If they refuse, you need to ensure that cookies will not be placed
>>> on their machine.
>>>>>    For more information about EU cookie policy, please visit [here|
>>> http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm].
>>>>>    As this crucial feature is missing in OFBiz E-Commerce application,
>>> we should work towards its implementation. There are numerous open-source
>>> jQuery plugins available which we can use.
>>>>
>>>> -- 
>>>> This message was sent by Atlassian Jira
>>>> (v8.3.2#803003)
>>>>
>

Re: [jira] [Updated] (OFBIZ-10639) Cookie Consent In E-Commerce

Posted by Jacques Le Roux <ja...@les7arts.com>.
No worries, I'll do it :)

Jacques

Le 11/09/2019 à 14:51, Jacopo Cappellato a écrit :
> Hi Jacques,
>
> yes we should indeed have used the "future" 16.11.06 version instead of
> Release Branch 16.11 as fixed version, so we can bulk correct them now.
> Can you (or anyone else) work on this (i.e. prepare the selection query in
> Jira and then use it to "bulk change" the fixed version on the tickets)? I
> can try to do the same but the link you have provided didn't work for me
> and I am traveling until Monday (although there is no rush).
>
> Thanks,
>
> Jacopo
>
>
> On Wed, Sep 11, 2019 at 4:40 AM Jacques Le Roux <
> jacques.le.roux@les7arts.com> wrote:
>
>> Thanks Jacopo,
>>
>> What about https://s.apache.org/lgk4,p ie issues closed since last
>> release (ie 16.11.05 in Oct 2018) with  Release Branch 16.11 as fixed
>> version?
>>
>> I guess they should be rather using 16.11.06 as fixed version, right ?
>>
>> Jacques
>>
>> Le 11/09/2019 à 02:00, Jacopo Cappellato (Jira) a écrit :
>>>        [
>> https://issues.apache.org/jira/browse/OFBIZ-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>> ]
>>> Jacopo Cappellato updated OFBIZ-10639:
>>> --------------------------------------
>>>       Fix Version/s:     (was: 16.11.06)
>>>                      16.11.07
>>>
>>>> Cookie Consent In E-Commerce
>>>> ----------------------------
>>>>
>>>>                   Key: OFBIZ-10639
>>>>                   URL: https://issues.apache.org/jira/browse/OFBIZ-10639
>>>>               Project: OFBiz
>>>>            Issue Type: New Feature
>>>>            Components: ecommerce
>>>>      Affects Versions: Trunk, Release Branch 16.11, Release Branch
>> 17.12, Release Branch 18.12
>>>>              Reporter: Deepak Nigam
>>>>              Assignee: Aditya Sharma
>>>>              Priority: Minor
>>>>               Fix For: 16.11.07
>>>>
>>>>           Attachments: CookieBarPlugin.png, OFBIZ-10639.patch,
>> OFBIZ-10639.patch, OFBIZ-10639_16.11.patch,
>> image-2019-06-18-16-55-24-395.png
>>>>
>>>> As per discussion on Dev ML [
>> https://markmail.org/message/rcatehtckz6vlvuv]
>>>> The Cookie Law is a piece of privacy legislation that requires websites
>> to get consent from visitors to store or retrieve any information on their
>> computer, smartphone or tablet. It was designed to protect online privacy,
>> by making consumers aware of how information about them is collected and
>> used online, and give them a choice to allow it or not.
>>>>    The EU Cookie Legislation began as a directive from the European
>> Union. Some variation on the policy has since been adopted by all countries
>> within the EU.
>>>>    The EU Cookie Legislation requires 4 actions from website owners who
>> use cookies:
>>>>    1. When someone visits your website, you need to let them know that
>> your site uses cookies.
>>>>    2. You need to provide detailed information regarding how that cookie
>> data will be utilized.
>>>>    3. You need to provide visitors with some means of accepting or
>> refusing the use of cookies in your site.
>>>>    4. If they refuse, you need to ensure that cookies will not be placed
>> on their machine.
>>>>    For more information about EU cookie policy, please visit [here|
>> http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm].
>>>>    As this crucial feature is missing in OFBiz E-Commerce application,
>> we should work towards its implementation. There are numerous open-source
>> jQuery plugins available which we can use.
>>>
>>> --
>>> This message was sent by Atlassian Jira
>>> (v8.3.2#803003)
>>>

Re: [jira] [Updated] (OFBIZ-10639) Cookie Consent In E-Commerce

Posted by Jacopo Cappellato <ja...@gmail.com>.
Hi Jacques,

yes we should indeed have used the "future" 16.11.06 version instead of
Release Branch 16.11 as fixed version, so we can bulk correct them now.
Can you (or anyone else) work on this (i.e. prepare the selection query in
Jira and then use it to "bulk change" the fixed version on the tickets)? I
can try to do the same but the link you have provided didn't work for me
and I am traveling until Monday (although there is no rush).

Thanks,

Jacopo


On Wed, Sep 11, 2019 at 4:40 AM Jacques Le Roux <
jacques.le.roux@les7arts.com> wrote:

> Thanks Jacopo,
>
> What about https://s.apache.org/lgk4,p ie issues closed since last
> release (ie 16.11.05 in Oct 2018) with  Release Branch 16.11 as fixed
> version?
>
> I guess they should be rather using 16.11.06 as fixed version, right ?
>
> Jacques
>
> Le 11/09/2019 à 02:00, Jacopo Cappellato (Jira) a écrit :
> >       [
> https://issues.apache.org/jira/browse/OFBIZ-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
> >
> > Jacopo Cappellato updated OFBIZ-10639:
> > --------------------------------------
> >      Fix Version/s:     (was: 16.11.06)
> >                     16.11.07
> >
> >> Cookie Consent In E-Commerce
> >> ----------------------------
> >>
> >>                  Key: OFBIZ-10639
> >>                  URL: https://issues.apache.org/jira/browse/OFBIZ-10639
> >>              Project: OFBiz
> >>           Issue Type: New Feature
> >>           Components: ecommerce
> >>     Affects Versions: Trunk, Release Branch 16.11, Release Branch
> 17.12, Release Branch 18.12
> >>             Reporter: Deepak Nigam
> >>             Assignee: Aditya Sharma
> >>             Priority: Minor
> >>              Fix For: 16.11.07
> >>
> >>          Attachments: CookieBarPlugin.png, OFBIZ-10639.patch,
> OFBIZ-10639.patch, OFBIZ-10639_16.11.patch,
> image-2019-06-18-16-55-24-395.png
> >>
> >>
> >> As per discussion on Dev ML [
> https://markmail.org/message/rcatehtckz6vlvuv]
> >> The Cookie Law is a piece of privacy legislation that requires websites
> to get consent from visitors to store or retrieve any information on their
> computer, smartphone or tablet. It was designed to protect online privacy,
> by making consumers aware of how information about them is collected and
> used online, and give them a choice to allow it or not.
> >>
> >>   The EU Cookie Legislation began as a directive from the European
> Union. Some variation on the policy has since been adopted by all countries
> within the EU.
> >>
> >>   The EU Cookie Legislation requires 4 actions from website owners who
> use cookies:
> >>   1. When someone visits your website, you need to let them know that
> your site uses cookies.
> >>   2. You need to provide detailed information regarding how that cookie
> data will be utilized.
> >>   3. You need to provide visitors with some means of accepting or
> refusing the use of cookies in your site.
> >>   4. If they refuse, you need to ensure that cookies will not be placed
> on their machine.
> >>
> >>   For more information about EU cookie policy, please visit [here|
> http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm].
> >>
> >>   As this crucial feature is missing in OFBiz E-Commerce application,
> we should work towards its implementation. There are numerous open-source
> jQuery plugins available which we can use.
> >
> >
> > --
> > This message was sent by Atlassian Jira
> > (v8.3.2#803003)
> >
>

Re: [jira] [Updated] (OFBIZ-10639) Cookie Consent In E-Commerce

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Jacopo,

What about https://s.apache.org/lgk4,p ie issues closed since last release (ie 16.11.05 in Oct 2018) with  Release Branch 16.11 as fixed version?

I guess they should be rather using 16.11.06 as fixed version, right ?

Jacques

Le 11/09/2019 à 02:00, Jacopo Cappellato (Jira) a écrit :
>       [ https://issues.apache.org/jira/browse/OFBIZ-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Jacopo Cappellato updated OFBIZ-10639:
> --------------------------------------
>      Fix Version/s:     (was: 16.11.06)
>                     16.11.07
>
>> Cookie Consent In E-Commerce
>> ----------------------------
>>
>>                  Key: OFBIZ-10639
>>                  URL: https://issues.apache.org/jira/browse/OFBIZ-10639
>>              Project: OFBiz
>>           Issue Type: New Feature
>>           Components: ecommerce
>>     Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, Release Branch 18.12
>>             Reporter: Deepak Nigam
>>             Assignee: Aditya Sharma
>>             Priority: Minor
>>              Fix For: 16.11.07
>>
>>          Attachments: CookieBarPlugin.png, OFBIZ-10639.patch, OFBIZ-10639.patch, OFBIZ-10639_16.11.patch, image-2019-06-18-16-55-24-395.png
>>
>>
>> As per discussion on Dev ML [https://markmail.org/message/rcatehtckz6vlvuv]
>> The Cookie Law is a piece of privacy legislation that requires websites to get consent from visitors to store or retrieve any information on their computer, smartphone or tablet. It was designed to protect online privacy, by making consumers aware of how information about them is collected and used online, and give them a choice to allow it or not.
>>    
>>   The EU Cookie Legislation began as a directive from the European Union. Some variation on the policy has since been adopted by all countries within the EU.
>>    
>>   The EU Cookie Legislation requires 4 actions from website owners who use cookies:
>>   1. When someone visits your website, you need to let them know that your site uses cookies.
>>   2. You need to provide detailed information regarding how that cookie data will be utilized.
>>   3. You need to provide visitors with some means of accepting or refusing the use of cookies in your site.
>>   4. If they refuse, you need to ensure that cookies will not be placed on their machine.
>>   
>>   For more information about EU cookie policy, please visit [here|http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm].
>>    
>>   As this crucial feature is missing in OFBiz E-Commerce application, we should work towards its implementation. There are numerous open-source jQuery plugins available which we can use.
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.2#803003)
>