? customizations.diff
? lib/.htaccess
Index: Bugzilla/Constants.pm
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Constants.pm,v
retrieving revision 1.90
diff -u -r1.90 Constants.pm
--- Bugzilla/Constants.pm 2 Feb 2008 16:38:00 -0000 1.90
+++ Bugzilla/Constants.pm 24 Apr 2008 07:27:41 -0000
@@ -246,7 +246,7 @@
# The default list of columns for buglist.cgi
use constant DEFAULT_COLUMN_LIST => (
- "bug_severity", "priority", "op_sys","assigned_to",
+ "bug_severity", "priority", "assigned_to_realname",
"bug_status", "resolution", "short_desc"
);
Index: template/en/default/index.html.tmpl
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl,v
retrieving revision 1.40
diff -u -r1.40 index.html.tmpl
--- template/en/default/index.html.tmpl 3 Apr 2008 19:05:49 -0000 1.40
+++ template/en/default/index.html.tmpl 24 Apr 2008 07:27:41 -0000
@@ -110,6 +110,11 @@
[%- terms.Bugzilla %] User's Guide to find out more about
[%+ terms.Bugzilla %] and how to use it.
+ You can use [% terms.Bugzilla %] to complain about anything you'd
+ like! Who knows, maybe somebody else will do something about it!
+ Of course, please don't complain in any racially or religiously
+ offensive fashion. Other than that, feel free to let loose!
+
Most common actions:
- Search existing [% terms.bug %] reports
Index: template/en/default/global/field-descs.none.tmpl
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/field-descs.none.tmpl,v
retrieving revision 1.25
diff -u -r1.25 field-descs.none.tmpl
--- template/en/default/global/field-descs.none.tmpl 23 Oct 2007 19:36:53 -0000 1.25
+++ template/en/default/global/field-descs.none.tmpl 24 Apr 2008 07:27:41 -0000
@@ -55,8 +55,8 @@
"qa_contact" => "QA Contact",
"remaining_time" => "Hours Left",
"rep_platform" => "Hardware",
- "reporter" => "Reporter",
- "reporter_accessible" => "Reporter accessible",
+ "reporter" => "Complainer",
+ "reporter_accessible" => "Complainer accessible",
"resolution" => "Resolution",
"setting" => "Setting",
"settings" => "Settings",
Index: template/en/default/global/variables.none.tmpl
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/variables.none.tmpl,v
retrieving revision 1.7
diff -u -r1.7 variables.none.tmpl
--- template/en/default/global/variables.none.tmpl 6 Feb 2008 21:02:21 -0000 1.7
+++ template/en/default/global/variables.none.tmpl 24 Apr 2008 07:27:41 -0000
@@ -28,14 +28,14 @@
#%]
[% terms = {
- "bug" => "bug",
- "Bug" => "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",
+ "bugs" => "complaints",
+ "Bugs" => "Complaints",
+ "zeroSearchResults" => "Zarro Coomplaints found",
+ "Bugzilla" => "Complaintzilla"
}
%]
Index: template/en/default/list/table.html.tmpl
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl,v
retrieving revision 1.40
diff -u -r1.40 table.html.tmpl
--- template/en/default/list/table.html.tmpl 19 Apr 2008 13:14:25 -0000 1.40
+++ template/en/default/list/table.html.tmpl 24 Apr 2008 07:27:41 -0000
@@ -39,10 +39,10 @@
[% abbrev =
{
- "bug_severity" => { maxlength => 3 , title => "Sev" } ,
- "priority" => { maxlength => 3 , 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 => "..." } ,