RSS

trunk : 6073

lpsolit%gmail.com
2008-05-23 22:34:04
Revision ID: cvs-1:lpsolitgmail.com-20080524033404-eb9y7v2gz7f7ryn9
Bug 435250: In the "View User Account Log" page, the information in the "What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

collapse all collapse all

added added

removed removed

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
56
   }
56
   }
57
   {name               => 'what'
57
   {name               => 'what'
58
    heading            => 'What'
58
    heading            => 'What'
 
 
59
    content_use_field  => 1
59
   }
60
   }
60
   {name               => 'removed'
61
   {name               => 'removed'
61
    heading            => 'Removed'
62
    heading            => 'Removed'
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",

Loggerhead runs on Bazaar branches