642
$vars->{'profile_changes'} = $dbh->selectall_arrayref(
642
$vars->{'profile_changes'} = $dbh->selectall_arrayref(
643
"SELECT profiles.login_name AS who, " .
643
"SELECT profiles.login_name AS who, " .
644
$dbh->sql_date_format('profiles_activity.profiles_when') . " AS activity_when,
644
$dbh->sql_date_format('profiles_activity.profiles_when') . " AS activity_when,
645
fielddefs.description AS what,
645
fielddefs.name AS what,
646
profiles_activity.oldvalue AS removed,
646
profiles_activity.oldvalue AS removed,
647
profiles_activity.newvalue AS added
647
profiles_activity.newvalue AS added
648
FROM profiles_activity
648
FROM profiles_activity
28
"assigned_to" => "Assignee",
28
"assigned_to" => "Assignee",
29
"blocked" => "Blocks",
29
"blocked" => "Blocks",
30
"bug_file_loc" => "URL",
30
"bug_file_loc" => "URL",
31
"bug_group" => "Group",
31
"bug_id" => "$terms.Bug ID",
32
"bug_id" => "$terms.Bug ID",
32
"bug_severity" => "Severity",
33
"bug_severity" => "Severity",
33
"bug_status" => "Status",
34
"bug_status" => "Status",
37
"cclist_accessible" => "CC list accessible",
38
"cclist_accessible" => "CC list accessible",
38
"component_id" => "Component ID",
39
"component_id" => "Component ID",
39
"component" => "Component",
40
"component" => "Component",
40
"creation_ts" => "$terms.Bug Creation time",
41
"creation_ts" => "Creation date",
41
"deadline" => "Deadline",
42
"deadline" => "Deadline",
42
"delta_ts" => "Changed",
43
"delta_ts" => "Changed",
43
"dependson" => "Depends on",
44
"dependson" => "Depends on",