[Xfce-bugs] [Bug 2195] hide emails on bugzilla

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Aug 19 00:30:26 CEST 2006


Do not reply to this email.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2195





------- Comment #4 from bjt23 at cornell.edu  2006-08-18 22:30 UTC -------
Ok, it should only show email addresses on bug pages if you're logged in.  I
didn't look anywhere else.

Nick, you'll need to modify your copy of the template.  There are two places:

1.  For the comment list, it's in bug/comment.html.tmpl at around line 113.
2.  For the email address displayed over by the reporter's name, it's in
bug/edit.html.tmpl, around line 290.

Take a look at /var/www/bugzilla.xfce.org/templates/en/default/ to see what I
did.  (Yeah, I know, not supposed to edit the default, but I don't care.)

We also should probably figure out what to do with the CC listbox, and maybe
blank out the "Assigned To:" email, as well as blanking out the "Reassign bug
to" text area, since it's kinda stupid anyway (why would I want to try to
reassign the bug to the person it's already assigned to?).

The CC listbox is tough, because if someone selects names while logged out
(assuming we display names while logged out, emails when logged in), then tries
to commit, and is prompted for a login, then logs in, the edit will fail with
an error because the "remove from CC" handler expects to get email addresses,
not names.  Maybe just blank out the CC listbox entirely when not logged in,
and replace it with the text "Please <link>log in</link> to view the CC list"
or something.

There might be other places in bugzilla where there are emails shown; I don't
really know.


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list