MantisBT - mantisbt
View Issue Details
0010450mantisbtcustomizationpublic2009-05-04 01:512009-05-14 06:54
edwerk 
 
normalfeatureN/A
newopen 
1.1.7 
 
0010450: Add real name and e-mailadres in advanced reporting view
bug_view_advanced_page.php

The view status should move one line down.
Behind the reporters username, the realname and e-mail is displayed.

See attached document.
No tags attached.
rtf RFC_2.rtf (89,162) 2009-05-04 01:51
http://www.mantisbt.org/bugs/file_download.php?file_id=2281&type=bug
zip bug_view_mailaddress.zip (7,313) 2009-05-14 06:53
http://www.mantisbt.org/bugs/file_download.php?file_id=2291&type=bug
Issue History
2009-05-04 01:51edwerkNew Issue
2009-05-04 01:51edwerkFile Added: RFC_2.rtf
2009-05-04 01:51edwerkSponsorship Addededwerk: US$ 100
2009-05-04 01:51edwerkSponsorship Total0 => 100
2009-05-04 01:51edwerkIssue Monitored: edwerk
2009-05-04 03:04casNote Added: 0021771
2009-05-14 06:53casFile Added: bug_view_mailaddress.zip
2009-05-14 06:54casNote Added: 0021821

Notes
(0021771)
cas   
2009-05-04 03:04   
You already can have the userid replaced by Realname , ensure the following setting in config_inc.php:
########################################
# show users with their real name or not
#######################################
$g_show_realname = ON;

As for the email adres, that is a true modification which can be done (see my response on 10449)
(0021821)
cas   
2009-05-14 06:54   
attached adjusted scripts for version 1.17

Issue has been resolved.