=== modified file 'Bugzilla/Constants.pm' --- Bugzilla/Constants.pm 2011-08-06 00:14:25 +0000 +++ Bugzilla/Constants.pm 2011-09-01 20:47:10 +0000 @@ -277,7 +277,7 @@ # The default list of columns for buglist.cgi use constant DEFAULT_COLUMN_LIST => ( - "product", "component", "assigned_to", + "bug_severity", "priority", "assigned_to_realname", "bug_status", "resolution", "short_desc", "changeddate" ); === modified file 'Bugzilla/Install/Filesystem.pm' --- Bugzilla/Install/Filesystem.pm 2011-04-01 03:38:47 +0000 +++ Bugzilla/Install/Filesystem.pm 2011-09-01 20:48:16 +0000 @@ -166,6 +166,7 @@ 'mod_perl.pl' => { perms => WS_SERVE }, 'robots.txt' => { perms => WS_SERVE }, '.htaccess' => { perms => WS_SERVE }, + 'customizations.diff' => { perms => WS_SERVE }, 'contrib/README' => { perms => OWNER_WRITE }, 'contrib/*/README' => { perms => OWNER_WRITE }, === modified file 'skins/standard/index.css' --- skins/standard/index.css 2010-07-09 18:15:52 +0000 +++ skins/standard/index.css 2011-09-01 20:46:42 +0000 @@ -26,7 +26,8 @@ easier on customizers. */ .intro, .outro { text-align: center; - width: 20em; + width: 30em; + margin: 0 auto; } /* Hide from NN4 */ === modified file 'template/en/default/global/field-descs.none.tmpl' --- template/en/default/global/field-descs.none.tmpl 2011-08-29 21:30:15 +0000 +++ template/en/default/global/field-descs.none.tmpl 2011-09-01 20:46:42 +0000 @@ -122,9 +122,9 @@ "qa_contact_realname" => "QA Contact Real Name", "remaining_time" => "Hours Left", "rep_platform" => "Hardware", - "reporter" => "Reporter", - "reporter_accessible" => "Reporter accessible", - "reporter_realname" => "Reporter Real Name", + "reporter" => "Complainer", + "reporter_accessible" => "Complianer accessible", + "reporter_realname" => "Complainer Real Name", "requestees.login_name" => "Flag Requestee", "resolution" => "Resolution", "see_also" => "See Also", === modified file 'template/en/default/global/variables.none.tmpl' --- template/en/default/global/variables.none.tmpl 2010-06-22 02:35:39 +0000 +++ template/en/default/global/variables.none.tmpl 2011-09-01 20:46:42 +0000 @@ -28,16 +28,16 @@ #%] [% terms = { - "bug" => "bug", - "Bug" => "Bug", - "abug" => "a bug", - "Abug" => "A bug", - "aBug" => "a Bug", - "ABug" => "A Bug", - "bugs" => "bugs", - "Bugs" => "Bugs", - "zeroSearchResults" => "Zarro Boogs found", - "Bugzilla" => "Bugzilla" + "bug" => "complaint", + "Bug" => "Complaint", + "abug" => "a complaint", + "Abug" => "A complaint", + "aBug" => "a Complaint", + "ABug" => "A Complaint", + "bugs" => "complaints", + "Bugs" => "Complaints", + "zeroSearchResults" => "Zarro Coomplaints found", + "Bugzilla" => "Complaintzilla" } %] === modified file 'template/en/default/list/table.html.tmpl' --- template/en/default/list/table.html.tmpl 2011-04-25 00:12:10 +0000 +++ template/en/default/list/table.html.tmpl 2011-09-01 20:46:42 +0000 @@ -44,10 +44,10 @@ [% abbrev = { - "bug_severity" => { maxlength => 3 , title => "Sev" } , - "priority" => { maxlength => 7 , title => "Pri" } , - "rep_platform" => { maxlength => 3 , title => "Plt" } , - "bug_status" => { maxlength => 4 } , + "bug_severity" => { maxlength => 5 , title => "Sev" } , + "priority" => { maxlength => 10 , title => "Pri" } , + "rep_platform" => { maxlength => 5 , title => "Plt" } , + "bug_status" => { maxlength => 6 } , "assigned_to" => { maxlength => 30 , ellipsis => "..." } , "assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } , "reporter" => { maxlength => 30 , ellipsis => "..." } ,