Ticket #4379 (new enhancement)

Opened 4 years ago

Last modified 1 year ago

[Patch] Show user's full name in addition to user login

Reported by: peterson_eric_d@hotmail.com Assigned to: rjollos
Priority: high Component: UserStatsMacro
Severity: normal Keywords: user session attribute
Cc: Trac Release: 0.11

Description

currently this shows:

UserLast LoginHow long ago
aaa1969/12/31 16:00:0014249 day(s)
bbb2009/01/05 08:23:27<24h

but I would like to see

User IDUser NameLast LoginHow long ago
aaaJohn Smithnevernever
bbbJane Doe2009/01/05 08:23:27<24h

Is this possible?

Attachments

userstatsmacro.patch (4.1 kB) - added by hieroglyph on 12/06/10 12:01:22.
Patch to add optional display of Full Name and eMail addresses.

Change History

08/07/09 08:16:31 changed by rjollos

It would also be nice if the User Name was a mailto link using the email address that a user has entered into Trac (but only if they have actually entered an email address) so that it would be straightforward to contact that user.

01/01/10 00:16:13 changed by rjollos

  • owner changed from pedro to rjollos.

12/06/10 12:01:22 changed by hieroglyph

  • attachment userstatsmacro.patch added.

Patch to add optional display of Full Name and eMail addresses.

12/06/10 12:08:18 changed by hieroglyph

  • summary changed from Show user's full name in addition to user login to [Patch] Show user's full name in addition to user login.

I have attached a patch to optionally display the user's Full Name and eMail address (from the session data) in the table. The display is currently controlled by three class members:

_show_names Display the user's Full Name
_show_email Display the user's eMail address
_ignore_before Supresses the last login info <= this year

Note the revision number in the patch is wrong as I do not have direct svn access to the t-h.o repository.

12/07/10 02:43:37 changed by rjollos

  • status changed from new to assigned.
  • priority changed from normal to high.

Thanks for the patch. I will get it checked-in soon.

12/07/10 15:00:42 changed by hieroglyph

I think this patch also address #4237?

02/09/12 18:47:32 changed by rjollos

  • status changed from assigned to new.

02/29/12 22:14:10 changed by hasienda

  • keywords set to user session attribute.

Anything but _ignore_before is incorporated into UserQuery , an alternative wiki macro provided by AccountManagerPlugin (see #9852 for details). Comments welcome.


Add/Change #4379 ([Patch] Show user's full name in addition to user login)




Change Properties
Action