$vars->{'profile_changes'} = $dbh->selectall_arrayref(
"SELECT profiles.login_name AS who, " .
$dbh->sql_date_format('profiles_activity.profiles_when') . " AS activity_when,
- fielddefs.description AS what,
+ fielddefs.name AS what,
profiles_activity.oldvalue AS removed,
profiles_activity.newvalue AS added
FROM profiles_activity
"assigned_to" => "Assignee",
"blocked" => "Blocks",
"bug_file_loc" => "URL",
+ "bug_group" => "Group",
"bug_id" => "$terms.Bug ID",
"bug_severity" => "Severity",
"bug_status" => "Status",
"cclist_accessible" => "CC list accessible",
"component_id" => "Component ID",
"component" => "Component",
- "creation_ts" => "$terms.Bug Creation time",
+ "creation_ts" => "Creation date",
"deadline" => "Deadline",
"delta_ts" => "Changed",
"dependson" => "Depends on",