Details
Description
Per this
http://forum.civicrm.org/index.php/topic,7525.0.html
Improvements to civiEvent public particpant listing - affects
/civicrm/CRM/Event/Page/ParticipantListing/ NameStatusandDate.php
/civicrm/templates/CRM/Event/Page/ParticipantListing/ NameStatusandDate.php
Line 81 remove
AND civicrm_participant.status_id IN ( 1, 2 )
So that the statuses actually show - ie. pending doesn't currently
Issue 2 - e-mails show when it is implied they will not. (I don't know if it should be kept as a 4th form ie. NameStatusDateandemail)
remove line 92
civicrm_email.email as email ,
and from the tpl file line 20
<td>{$row.email}</td>