Ticket #29 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

~100 users are missing a name

Reported by: anotherjes..@gmail.com Assigned to: anotherjes..@gmail.com
Priority: critical Component: User System
Version: trunk Keywords:
Cc:

Description

technically the "display_name"

see http://userscripts.org/users?page=336

Attachments

Change History

02/20/07 09:01:37 changed by peter.buny..@gmail.com

I thought that they just used a blank (or non-printing) name to get at the end of the list.

(in reply to: ↑ description ; follow-up: ↓ 3 ) 02/21/07 11:16:33 changed by peter.buny..@gmail.com

Replying to anotherjes..@gmail.com:

technically the "display_name" see http://userscripts.org/users?page=336

Surely you could just do this:

<% display_name = name %>

(As I understand it, name was the old display_name)

(in reply to: ↑ 2 ) 02/21/07 12:04:45 changed by peter.buny..@gmail.com

Replying to peter.buny..@gmail.com:

Replying to anotherjes..@gmail.com:

technically the "display_name" see http://userscripts.org/users?page=336

Surely you could just do this:

<% display_name = name %> (As I understand it, name was the old display_name)

Hmm, it munched my code into WikiFormatting. I meant | | = (if it doesn't format that, too)

02/21/07 12:07:36 changed by peter.buny..@gmail.com

The display_name shouldn't be accessed directly - look in 'app/models/user.rb', and look at the last method:

def name

return (selfdisplay_name? or 'Mysteriously unknown')

end

If this was changed to selfdisplay_name? or selfname? or 'Mysteriously unknown', it might just work. in all situations.

07/04/07 18:27:28 changed by anotherjes..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

all users now have a display name


Add/Change #29 (~100 users are missing a name)




Change Properties
Action