Needs work
Project:
Masquerade
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jun 2010 at 20:32 UTC
Updated:
17 Apr 2026 at 12:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
coreyp_1 commentedSuppose I should add the patch...
Comment #2
deekayen commentedCommitted to 6--1; needs HEAD version.
Comment #3
deekayen commentedComment #4
deviantintegral commentedAs part of some other work I noticed that the patch doesn't apply to links and so on. This patch uses theme_username() anywhere the username is displayed, except for watchdog() calls.
It will be committed to DRUPAL-6--1 but still need to be ported to HEAD.
Comment #5
andypostMaybe better for D7 use format_username() function?
Comment #6
andypostI've changed to format_username() because it uses drupal_alter('username' to allow other modules a-la realname to work properly
Also optimized masquerade_block_1() load all users with one query
EDIT: I think we should rework a bit the strings because in watchdog() seems better to have a links for usernames, but this is a different issue
Comment #7
deekayen commentedHunk #4 FAILED at 508.
Hunk #6 FAILED at 733.
2 out of 8 hunks FAILED -- saving rejects to file...
Comment #8
andypostThis should be fixed before release, but no time to re-roll
Comment #9
andypostComment #10
ressaThis could still be interesting, but the code needs updating for Drupal 11 then ...