From 9970f570d4c4ddc3e1c38e352b254abecec385b9 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Wed, 15 Jun 2005 10:54:58 +0000 Subject: Bug 293501: Add me to files where I belong and fix kerio.com emails Patch By Max Kanat-Alexander r=colin, a=myk --- Bugzilla/Bug.pm | 2 +- Bugzilla/Constants.pm | 1 + Bugzilla/DB.pm | 1 + Bugzilla/DB/Mysql.pm | 1 + Bugzilla/DB/Pg.pm | 1 + Bugzilla/DB/Schema.pm | 1 + Bugzilla/DB/Schema/Mysql.pm | 1 + Bugzilla/DB/Schema/Pg.pm | 1 + Bugzilla/Search.pm | 2 +- Bugzilla/Template.pm | 1 + Bugzilla/User.pm | 2 +- Bugzilla/User/Setting.pm | 2 +- Bugzilla/Util.pm | 2 +- buglist.cgi | 2 +- checksetup.pl | 10 +++++----- editclassifications.cgi | 2 +- editvalues.cgi | 2 +- globals.pl | 2 +- query.cgi | 2 +- sanitycheck.cgi | 4 ++-- template/en/default/admin/fieldvalues/confirm-delete.html.tmpl | 2 +- template/en/default/admin/fieldvalues/create.html.tmpl | 2 +- template/en/default/admin/fieldvalues/created.html.tmpl | 2 +- template/en/default/admin/fieldvalues/deleted.html.tmpl | 2 +- template/en/default/admin/fieldvalues/edit.html.tmpl | 2 +- template/en/default/admin/fieldvalues/footer.html.tmpl | 2 +- template/en/default/admin/fieldvalues/list.html.tmpl | 2 +- template/en/default/admin/fieldvalues/select-field.html.tmpl | 2 +- template/en/default/admin/fieldvalues/updated.html.tmpl | 2 +- template/en/default/bug/comments.html.tmpl | 2 +- 30 files changed, 35 insertions(+), 27 deletions(-) diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 4439a7993..7cfd1b382 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -22,7 +22,7 @@ # Chris Yeh # Bradley Baetz # Dave Miller -# Max Kanat-Alexander +# Max Kanat-Alexander # Frédéric Buclin package Bugzilla::Bug; diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 9946be3f3..b7cc013a2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -26,6 +26,7 @@ # Bradley Baetz # Christopher Aillon # Shane H. W. Travis +# Max Kanat-Alexander package Bugzilla::Constants; use strict; diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index f252420f6..e11d52592 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -23,6 +23,7 @@ # Bradley Baetz # Christopher Aillon # Tomas Kopal +# Max Kanat-Alexander package Bugzilla::DB; diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index 4fb755da7..832034a97 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -22,6 +22,7 @@ # Jeroen Ruigrok van der Werven # Dave Lawrence # Tomas Kopal +# Max Kanat-Alexander =head1 NAME diff --git a/Bugzilla/DB/Pg.pm b/Bugzilla/DB/Pg.pm index 25378ccc3..a83b75bd9 100644 --- a/Bugzilla/DB/Pg.pm +++ b/Bugzilla/DB/Pg.pm @@ -22,6 +22,7 @@ # Jeroen Ruigrok van der Werven # Dave Lawrence # Tomas Kopal +# Max Kanat-Alexander =head1 NAME diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 8682f1721..2ca0abc1a 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -19,6 +19,7 @@ # # Contributor(s): Andrew Dunstan , # Edward J. Sabol +# Max Kanat-Alexander package Bugzilla::DB::Schema; diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm index 9ff8822fa..2c7d80b36 100644 --- a/Bugzilla/DB/Schema/Mysql.pm +++ b/Bugzilla/DB/Schema/Mysql.pm @@ -19,6 +19,7 @@ # # Contributor(s): Andrew Dunstan , # Edward J. Sabol +# Max Kanat-Alexander package Bugzilla::DB::Schema::Mysql; diff --git a/Bugzilla/DB/Schema/Pg.pm b/Bugzilla/DB/Schema/Pg.pm index 14c98308a..09636186d 100644 --- a/Bugzilla/DB/Schema/Pg.pm +++ b/Bugzilla/DB/Schema/Pg.pm @@ -19,6 +19,7 @@ # # Contributor(s): Andrew Dunstan , # Edward J. Sabol +# Max Kanat-Alexander package Bugzilla::DB::Schema::Pg; diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 8cefc8cab..f0bc0b6fe 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -24,7 +24,7 @@ # Andreas Franke # Myk Melez # Michael Schindler -# Max Kanat-Alexander +# Max Kanat-Alexander use strict; diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 23a9c0a7c..7efd3a16e 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -24,6 +24,7 @@ # Christopher Aillon # Tobias Burnus # Myk Melez +# Max Kanat-Alexander package Bugzilla::Template; diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 47887b03a..87239bc6e 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -23,7 +23,7 @@ # Joel Peshkin # Byron Jones # Shane H. W. Travis -# Max Kanat-Alexander +# Max Kanat-Alexander # Gervase Markham ################################################################################ diff --git a/Bugzilla/User/Setting.pm b/Bugzilla/User/Setting.pm index a5527e703..df1ba28f8 100644 --- a/Bugzilla/User/Setting.pm +++ b/Bugzilla/User/Setting.pm @@ -13,7 +13,7 @@ # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis -# Max Kanat-Alexander +# Max Kanat-Alexander # diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index ed415c7be..4dc64fe94 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -22,7 +22,7 @@ # Jacob Steenhagen # Bradley Baetz # Christopher Aillon -# Max Kanat-Alexander +# Max Kanat-Alexander package Bugzilla::Util; diff --git a/buglist.cgi b/buglist.cgi index eb0079019..c0ccf836c 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -23,7 +23,7 @@ # Stephan Niemz # Andreas Franke # Myk Melez -# Max Kanat-Alexander +# Max Kanat-Alexander ################################################################################ # Script Initialization diff --git a/checksetup.pl b/checksetup.pl index 5d3071114..369551131 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -30,7 +30,7 @@ # Gervase Markham # Erik Stambaugh # Dave Lawrence -# Max Kanat-Alexander +# Max Kanat-Alexander # # # @@ -751,7 +751,7 @@ my $my_db_name = ${*{$main::{'db_name'}}{SCALAR}}; my $my_index_html = ${*{$main::{'index_html'}}{SCALAR}}; my $my_create_htaccess = ${*{$main::{'create_htaccess'}}{SCALAR}}; my $my_webservergroup = ${*{$main::{'webservergroup'}}{SCALAR}}; -# mkanat@kerio.com - bug 17453 +# mkanat@bugzilla.org - bug 17453 # The following values have been removed from localconfig. # However, if we are upgrading from a Bugzilla with enums to a # Bugzilla without enums, we use these values one more time so @@ -1728,7 +1728,7 @@ AddFDef("content", "Content", 0); # Detect changed local settings ########################################################################### -# mkanat@kerio.com - bug 17453 +# mkanat@bugzilla.org - bug 17453 # Create the values for the tables that hold what used to be enum types. # Don't populate the tables if the table isn't empty. sub PopulateEnumTable ($@) { @@ -1759,7 +1759,7 @@ sub PopulateEnumTable ($@) { } } -# mkanat@kerio.com - bug 17453 +# mkanat@bugzilla.org - bug 17453 # Set default values for what used to be the enum types. # These values are no longer stored in localconfig. # However, if we are upgrading from a Bugzilla with enums to a @@ -3600,7 +3600,7 @@ $dbh->bz_rename_column('whine_schedules', 'mailto_userid', 'mailto'); $dbh->bz_add_column('whine_schedules', 'mailto_type', {TYPE => 'INT2', NOTNULL => 1, DEFAULT => '0'}); -# 2005-01-29 - mkanat@kerio.com +# 2005-01-29 - mkanat@bugzilla.org if (!$dbh->bz_column_info('longdescs', 'already_wrapped')) { # Old, pre-wrapped comments should not be auto-wrapped $dbh->bz_add_column('longdescs', 'already_wrapped', diff --git a/editclassifications.cgi b/editclassifications.cgi index 5f31c50a8..5c01616b6 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -16,7 +16,7 @@ # The Initial Developer of the Original Code is Albert Ting # # Contributor(s): Albert Ting -# Max Kanat-Alexander +# Max Kanat-Alexander # # Direct any questions on this source code to mozilla.org diff --git a/editvalues.cgi b/editvalues.cgi index 4a99efab8..261100c0e 100755 --- a/editvalues.cgi +++ b/editvalues.cgi @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # -# Contributor(s): Max Kanat-Alexander +# Contributor(s): Max Kanat-Alexander # This is a script to edit the values of fields that have drop-down # or select boxes. It is largely a copy of editmilestones.cgi, but diff --git a/globals.pl b/globals.pl index 09be4e732..e46766c5d 100644 --- a/globals.pl +++ b/globals.pl @@ -24,7 +24,7 @@ # Christopher Aillon # Joel Peshkin # Dave Lawrence -# Max Kanat-Alexander +# Max Kanat-Alexander # Contains some global variables and routines used throughout bugzilla. diff --git a/query.cgi b/query.cgi index 81b230034..316d04de7 100755 --- a/query.cgi +++ b/query.cgi @@ -23,7 +23,7 @@ # Matthias Radestock # Gervase Markham # Byron Jones -# Max Kanat-Alexander +# Max Kanat-Alexander use strict; use lib "."; diff --git a/sanitycheck.cgi b/sanitycheck.cgi index e8f4988fb..7b5db7ad3 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -20,7 +20,7 @@ # # Contributor(s): Terry Weissman # Matthew Tuck -# Max Kanat-Alexander +# Max Kanat-Alexander use strict; @@ -380,7 +380,7 @@ CrossCheck("products", "id", ["flaginclusions", "product_id", "type_id"], ["flagexclusions", "product_id", "type_id"]); -# Check the former enum types -mkanat@kerio.com +# Check the former enum types -mkanat@bugzilla.org CrossCheck("bug_status", "value", ["bugs", "bug_status"]); diff --git a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl index 199a470aa..d1a016d8d 100644 --- a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl +++ b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/admin/fieldvalues/create.html.tmpl b/template/en/default/admin/fieldvalues/create.html.tmpl index 70dbc4eb7..a23c8ddb2 100644 --- a/template/en/default/admin/fieldvalues/create.html.tmpl +++ b/template/en/default/admin/fieldvalues/create.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/admin/fieldvalues/created.html.tmpl b/template/en/default/admin/fieldvalues/created.html.tmpl index 088711fd1..d4e4734bb 100644 --- a/template/en/default/admin/fieldvalues/created.html.tmpl +++ b/template/en/default/admin/fieldvalues/created.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/admin/fieldvalues/deleted.html.tmpl b/template/en/default/admin/fieldvalues/deleted.html.tmpl index 2bb3c840b..d5483bcc0 100644 --- a/template/en/default/admin/fieldvalues/deleted.html.tmpl +++ b/template/en/default/admin/fieldvalues/deleted.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl index 9771148cc..b2d427017 100644 --- a/template/en/default/admin/fieldvalues/edit.html.tmpl +++ b/template/en/default/admin/fieldvalues/edit.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/admin/fieldvalues/footer.html.tmpl b/template/en/default/admin/fieldvalues/footer.html.tmpl index c8e3391c9..f7b522f28 100644 --- a/template/en/default/admin/fieldvalues/footer.html.tmpl +++ b/template/en/default/admin/fieldvalues/footer.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/admin/fieldvalues/list.html.tmpl b/template/en/default/admin/fieldvalues/list.html.tmpl index 4f686d338..b661653de 100644 --- a/template/en/default/admin/fieldvalues/list.html.tmpl +++ b/template/en/default/admin/fieldvalues/list.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/admin/fieldvalues/select-field.html.tmpl b/template/en/default/admin/fieldvalues/select-field.html.tmpl index 834295225..f4ffcdf6d 100644 --- a/template/en/default/admin/fieldvalues/select-field.html.tmpl +++ b/template/en/default/admin/fieldvalues/select-field.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander # #%] diff --git a/template/en/default/admin/fieldvalues/updated.html.tmpl b/template/en/default/admin/fieldvalues/updated.html.tmpl index c19aac285..fc9fcafbc 100644 --- a/template/en/default/admin/fieldvalues/updated.html.tmpl +++ b/template/en/default/admin/fieldvalues/updated.html.tmpl @@ -11,7 +11,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # - # Contributor(s): Max Kanat-Alexander + # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 58eaa376c..89f75f05e 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -17,7 +17,7 @@ # Rights Reserved. # # Contributor(s): Gervase Markham - # Maxwell Kanat-Alexander + # Max Kanat-Alexander # Shane H. W. Travis #%] -- cgit v1.2.3-24-g4f1b