You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Nagar (JIRA)" <ji...@apache.org> on 2009/06/20 11:44:07 UTC

[jira] Created: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
--------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2640
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
             Project: OFBiz
          Issue Type: New Feature
          Components: specialpurpose/ecommerce
    Affects Versions: SVN trunk
            Reporter: Ashish Nagar
             Fix For: SVN trunk


When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 

A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.

Any comments would be appreciated.

Thanks & Regards,
--
Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "Ashish Nagar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722192#action_12722192 ] 

Ashish Nagar commented on OFBIZ-2640:
-------------------------------------

Yes, i would create unique partyId for every anonymous user trying to sign up. Furthermore, as the existing code is not affecting or breaking any functionality, should it be treated as a bug?

> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722200#action_12722200 ] 

David E. Jones commented on OFBIZ-2640:
---------------------------------------

If something does not exist, how can it have a bug in it?

I believe Ashish is correct: this is a new feature (an extension of an existing feature), and not a bug. The current contact list subscription stuff was not designed to handle anonymous users.

> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722170#action_12722170 ] 

BJ Freeman edited comment on OFBIZ-2640 at 6/20/09 3:53 AM:
------------------------------------------------------------

I also note this is set as a new feature, however I consider it a bug is the intended operation do not work.


      was (Author: bjfreeman):
    I also not this is set as a new feature, however I consider it a bug is the intended operation do not work.

  
> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722176#action_12722176 ] 

BJ Freeman commented on OFBIZ-2640:
-----------------------------------

guess it is a matter of perspective.
>From my view, when someone puts in thier email and clicks on subscribe that says something should happen.
1) either be forced to lognin in which case there is not anonymous user.
2) fix the bug that assigns any anonymous user to _NA_ so they can be put on the list and unsubscribe.
I don't believe assigning anonymous user to _NA_ is good coding or design.



> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya reassigned OFBIZ-2640:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya updated OFBIZ-2640:
---------------------------------------

    Affects Version/s: Release Branch 9.04
        Fix Version/s: Release Branch 9.04

As per BJ's comment it will be part of RB9.04.

--
Ashish

> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722212#action_12722212 ] 

BJ Freeman commented on OFBIZ-2640:
-----------------------------------

it it was not designed, then it would cause an error. The fact that some error handing in the use of _NA_ says it was considered.
_NA_ record was not ment to be used this way.
so that is a bug as well.

However if the general consensece this is not a bug, then the release 9.04 should be removed.



> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722157#action_12722157 ] 

BJ Freeman commented on OFBIZ-2640:
-----------------------------------

this happend in 9.04 as well


> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "Ashish Nagar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722173#action_12722173 ] 

Ashish Nagar commented on OFBIZ-2640:
-------------------------------------

Hi Bj,

As there is no functionality present, so that anonymous user can verify his email address and unsubscribe from subscription, so i have set it as new feature than a bug.

> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "Ashish Nagar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722179#action_12722179 ] 

Ashish Nagar commented on OFBIZ-2640:
-------------------------------------

I agree that it's a matter of perspective. Had if verify email address functionality be implemented setting partyId = _NA_, then i would call it as a bug. But for now there is no verification email is sent and no facility to unsubscribe.

> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "Vince Clark (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722184#action_12722184 ] 

Vince Clark commented on OFBIZ-2640:
------------------------------------

What are you proposing as the solution? Would you create a unique partyId for anonymous users? I tend to agree with BJ that this is a bug.

> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722170#action_12722170 ] 

BJ Freeman commented on OFBIZ-2640:
-----------------------------------

I also not this is set as a new feature, however I consider it a bug is the intended operation do not work.


> Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Ashish Nagar
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> When anonymous user signs up for newsletter, no verification mail is sent to the user. The partyId is set to _NA_ and the statusId is set to CLPT_ACCEPTED in the ContactListParty entity. 
> A verification mail should be sent to the email address entered for sign up by the anonymous user, so that he should be able to verify his email address before getting it subscribed for Contact List. The mail will contain a link following which an anonymous user should be able to subscribe and unsubscribe for newsletter subscription.
> Any comments would be appreciated.
> Thanks & Regards,
> --
> Ashish Nagar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.