You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Jasha Joachimsthal (Created) (JIRA)" <ji...@apache.org> on 2011/11/15 16:05:51 UTC

[jira] [Created] (RAVE-357) Use displayname instead of username in homepage greeting

Use displayname instead of username in homepage greeting
--------------------------------------------------------

                 Key: RAVE-357
                 URL: https://issues.apache.org/jira/browse/RAVE-357
             Project: Rave
          Issue Type: Improvement
          Components: rave-portal
            Reporter: Jasha Joachimsthal
            Assignee: Jasha Joachimsthal
            Priority: Minor
             Fix For: 0.6-INCUBATING


Now that User extends Person we have a field for displayname. If this field is populated it should be used for the user's greeting on the homepage (the username can be an externally generated value).
Also let the rave-extension-sso populate the displayname.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (RAVE-357) Use displayname instead of username in homepage greeting

Posted by "Jessica (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185620#comment-13185620 ] 

Jessica commented on RAVE-357:
------------------------------

Will have to make changes to the NewUser model (adding some of the same new fields in Person) since the new account form is bound to this model. Suggestion for going forward would be to maybe  have NewUser extend User which extends Person and re-work the new account controller
                
> Use displayname instead of username in homepage greeting
> --------------------------------------------------------
>
>                 Key: RAVE-357
>                 URL: https://issues.apache.org/jira/browse/RAVE-357
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Jasha Joachimsthal
>            Assignee: Jasha Joachimsthal
>            Priority: Minor
>             Fix For: 0.6-INCUBATING
>
>         Attachments: Rave-357.patch
>
>
> Now that User extends Person we have a field for displayname. If this field is populated it should be used for the user's greeting on the homepage (the username can be an externally generated value).
> Also let the rave-extension-sso populate the displayname.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (RAVE-357) Use displayname instead of username in homepage greeting

Posted by "Jasha Joachimsthal (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jasha Joachimsthal resolved RAVE-357.
-------------------------------------

    Resolution: Fixed

Ankur, thanks for the patch!
                
> Use displayname instead of username in homepage greeting
> --------------------------------------------------------
>
>                 Key: RAVE-357
>                 URL: https://issues.apache.org/jira/browse/RAVE-357
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Jasha Joachimsthal
>            Assignee: Jasha Joachimsthal
>            Priority: Minor
>             Fix For: 0.6-INCUBATING
>
>         Attachments: Rave-357.patch
>
>
> Now that User extends Person we have a field for displayname. If this field is populated it should be used for the user's greeting on the homepage (the username can be an externally generated value).
> Also let the rave-extension-sso populate the displayname.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (RAVE-357) Use displayname instead of username in homepage greeting

Posted by "Ankur Goyal (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ankur Goyal updated RAVE-357:
-----------------------------

    Attachment: Rave-357.patch

Files modified:
User.java (added getter and setter for display name. May be not needed)
Person.java (provided length = 255 for displayName property)
initial_data.sql (added display_name value for test users)
home.jsp (changed page.owner.username to page.owner.displayName)
                
> Use displayname instead of username in homepage greeting
> --------------------------------------------------------
>
>                 Key: RAVE-357
>                 URL: https://issues.apache.org/jira/browse/RAVE-357
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Jasha Joachimsthal
>            Assignee: Jasha Joachimsthal
>            Priority: Minor
>             Fix For: 0.6-INCUBATING
>
>         Attachments: Rave-357.patch
>
>
> Now that User extends Person we have a field for displayname. If this field is populated it should be used for the user's greeting on the homepage (the username can be an externally generated value).
> Also let the rave-extension-sso populate the displayname.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (RAVE-357) Use displayname instead of username in homepage greeting

Posted by "Raminderjeet Singh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151535#comment-13151535 ] 

Raminderjeet Singh commented on RAVE-357:
-----------------------------------------

Ankur you need to submit the patch for review on https://reviews.apache.org and after review if every one feel this change is required and reviewed can apply the patch.
                
> Use displayname instead of username in homepage greeting
> --------------------------------------------------------
>
>                 Key: RAVE-357
>                 URL: https://issues.apache.org/jira/browse/RAVE-357
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Jasha Joachimsthal
>            Assignee: Jasha Joachimsthal
>            Priority: Minor
>             Fix For: 0.6-INCUBATING
>
>         Attachments: Rave-357.patch
>
>
> Now that User extends Person we have a field for displayname. If this field is populated it should be used for the user's greeting on the homepage (the username can be an externally generated value).
> Also let the rave-extension-sso populate the displayname.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira