]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 293501: Add me to files where I belong and fix kerio.com emails
authormkanat%kerio.com <>
Wed, 15 Jun 2005 10:54:58 +0000 (10:54 +0000)
committermkanat%kerio.com <>
Wed, 15 Jun 2005 10:54:58 +0000 (10:54 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk

30 files changed:
Bugzilla/Bug.pm
Bugzilla/Constants.pm
Bugzilla/DB.pm
Bugzilla/DB/Mysql.pm
Bugzilla/DB/Pg.pm
Bugzilla/DB/Schema.pm
Bugzilla/DB/Schema/Mysql.pm
Bugzilla/DB/Schema/Pg.pm
Bugzilla/Search.pm
Bugzilla/Template.pm
Bugzilla/User.pm
Bugzilla/User/Setting.pm
Bugzilla/Util.pm
buglist.cgi
checksetup.pl
editclassifications.cgi
editvalues.cgi
globals.pl
query.cgi
sanitycheck.cgi
template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
template/en/default/admin/fieldvalues/create.html.tmpl
template/en/default/admin/fieldvalues/created.html.tmpl
template/en/default/admin/fieldvalues/deleted.html.tmpl
template/en/default/admin/fieldvalues/edit.html.tmpl
template/en/default/admin/fieldvalues/footer.html.tmpl
template/en/default/admin/fieldvalues/list.html.tmpl
template/en/default/admin/fieldvalues/select-field.html.tmpl
template/en/default/admin/fieldvalues/updated.html.tmpl
template/en/default/bug/comments.html.tmpl

index 4439a79932532d8d3f0e2f689f1d8b804fcdf221..7cfd1b3824eccd756eab1d8d2fe814becaab7f57 100755 (executable)
@@ -22,7 +22,7 @@
 #                 Chris Yeh      <cyeh@bluemartini.com>
 #                 Bradley Baetz  <bbaetz@acm.org>
 #                 Dave Miller    <justdave@bugzilla.org>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #                 Frédéric Buclin <LpSolit@gmail.com>
 
 package Bugzilla::Bug;
index 9946be3f3385a956075147f4baa6fed865fd8987..b7cc013a27d88c85fe44a90dcd4de71ab38e7a96 100644 (file)
@@ -26,6 +26,7 @@
 #                 Bradley Baetz <bbaetz@student.usyd.edu.au>
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Shane H. W. Travis <travis@sedsystems.ca>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::Constants;
 use strict;
index f252420f66eebc4706dda574ae765c2a257f9595..e11d5259293eefe4280be76b5e8753aa851c1b13 100644 (file)
@@ -23,6 +23,7 @@
 #                 Bradley Baetz <bbaetz@student.usyd.edu.au>
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Tomas Kopal <Tomas.Kopal@altap.cz>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::DB;
 
index 4fb755da7c1ee74e1afc8e6f430827aa56a01830..832034a97bc093dc5b5ae4a5b0895bff7b50dcde 100644 (file)
@@ -22,6 +22,7 @@
 #                 Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
 #                 Dave Lawrence <dkl@redhat.com>
 #                 Tomas Kopal <Tomas.Kopal@altap.cz>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 =head1 NAME
 
index 25378ccc37d9095f31dce1216d393117911f5a94..a83b75bd927b497c86a4a67856801c675fa77a3d 100644 (file)
@@ -22,6 +22,7 @@
 #                 Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
 #                 Dave Lawrence <dkl@redhat.com>
 #                 Tomas Kopal <Tomas.Kopal@altap.cz>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 =head1 NAME
 
index 8682f1721a4d9e159e982ad61b7cba7c89b76bf9..2ca0abc1a096e4fedda6bb4e6635859c1b69eaab 100644 (file)
@@ -19,6 +19,7 @@
 #
 # Contributor(s): Andrew Dunstan <andrew@dunslane.net>,
 #                 Edward J. Sabol <edwardjsabol@iname.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::DB::Schema;
 
index 9ff8822faf2b8ef2b487a1312839efd1da64c13a..2c7d80b36ae9f1deb9be60b67664b404dad9016a 100644 (file)
@@ -19,6 +19,7 @@
 #
 # Contributor(s): Andrew Dunstan <andrew@dunslane.net>,
 #                 Edward J. Sabol <edwardjsabol@iname.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::DB::Schema::Mysql;
 
index 14c98308a9f4383ae68489e1e46aa0f7b414e847..09636186deb8205dccdf44fd20ffdbffb87cbb30 100644 (file)
@@ -19,6 +19,7 @@
 #
 # Contributor(s): Andrew Dunstan <andrew@dunslane.net>,
 #                 Edward J. Sabol <edwardjsabol@iname.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::DB::Schema::Pg;
 
index 8cefc8cabe021c5b28e3e24eef637f395d834bfd..f0bc0b6feeac0481b62496b3b91b780658e64377 100644 (file)
@@ -24,7 +24,7 @@
 #                 Andreas Franke <afranke@mathweb.org>
 #                 Myk Melez <myk@mozilla.org>
 #                 Michael Schindler <michael@compressconsult.com>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 use strict;
 
index 23a9c0a7c9d8476e06f76a040a27ae4e02f5d085..7efd3a16e55bc5e1a96b040959bbb064c430ae03 100644 (file)
@@ -24,6 +24,7 @@
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Tobias Burnus <burnus@net-b.de>
 #                 Myk Melez <myk@mozilla.org>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 
 package Bugzilla::Template;
index 47887b03aff311ef6c16ec78b5b90d293aa13f8b..87239bc6ed02285df221eb9d8ed830cd1ed35224 100644 (file)
@@ -23,7 +23,7 @@
 #                 Joel Peshkin <bugreport@peshkin.net> 
 #                 Byron Jones <bugzilla@glob.com.au>
 #                 Shane H. W. Travis <travis@sedsystems.ca>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #                 Gervase Markham <gerv@gerv.net>
 
 ################################################################################
index a5527e703324363d515f8b6abb5681e26f3c3866..df1ba28f879617f1573ca6faef0f4f40c36dc536 100644 (file)
@@ -13,7 +13,7 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Shane H. W. Travis <travis@sedsystems.ca>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #
 
 
index ed415c7be5f75636b7419dd3c38d8a52d611553d..4dc64fe9487341dbac825b7fc49ab72926eaad4c 100644 (file)
@@ -22,7 +22,7 @@
 #                 Jacob Steenhagen <jake@bugzilla.org>
 #                 Bradley Baetz <bbaetz@student.usyd.edu.au>
 #                 Christopher Aillon <christopher@aillon.com>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::Util;
 
index eb00790199dbdd88e85c26686d9d727500884733..c0ccf836c45675bb6c15165b6a746a94b6e7b398 100755 (executable)
@@ -23,7 +23,7 @@
 #                 Stephan Niemz  <st.n@gmx.net>
 #                 Andreas Franke <afranke@mathweb.org>
 #                 Myk Melez <myk@mozilla.org>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 ################################################################################
 # Script Initialization
index 5d3071114b89c0e897f4a417e0bcc35395a984d1..369551131e08a038f566ada225f69f9f8d2ce210 100755 (executable)
@@ -30,7 +30,7 @@
 #                 Gervase Markham <gerv@gerv.net>
 #                 Erik Stambaugh <erik@dasbistro.com>
 #                 Dave Lawrence <dkl@redhat.com>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #
 #
 #
@@ -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',
index 5f31c50a8c1b6fdfea72c930f60efdac3158a6ff..5c01616b66f8d1c1966a802a3949557c3df99070 100755 (executable)
@@ -16,7 +16,7 @@
 # The Initial Developer of the Original Code is Albert Ting
 #
 # Contributor(s): Albert Ting <alt@sonic.net>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #
 # Direct any questions on this source code to mozilla.org
 
index 4a99efab8247a2219f4cf2fd35043fa71a65f39b..261100c0efdfe32a61ec12d0dc15a6c09d35d99f 100755 (executable)
@@ -11,7 +11,7 @@
 #
 # The Original Code is the Bugzilla Bug Tracking System.
 #
-# Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
 
 # 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 
index 09be4e7325193687c9d63ec9871183ddb26f891a..e46766c5d827b9f0fb0dd3f632fb0ff3818f7b55 100644 (file)
@@ -24,7 +24,7 @@
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Joel Peshkin <bugreport@peshkin.net>
 #                 Dave Lawrence <dkl@redhat.com>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 # Contains some global variables and routines used throughout bugzilla.
 
index 81b23003498d53ce86abc8af24d847100322d06b..316d04de7f4f8ae5f550edad7e74099937a60b0a 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -23,7 +23,7 @@
 #                 Matthias Radestock <matthias@sorted.org>
 #                 Gervase Markham <gerv@gerv.net>
 #                 Byron Jones <bugzilla@glob.com.au>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 use strict;
 use lib ".";
index e8f4988fb392c4aaaf47fc38bcfe3885309f6dbf..7b5db7ad341fefe1227635019b37acf4aafb67ad 100755 (executable)
@@ -20,7 +20,7 @@
 #
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Matthew Tuck <matty@chariot.net.au>
-#                 Max Kanat-Alexander <mkanat@kerio.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 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"]);
 
index 199a470aaf2c9dc3dc78d9795b4cf8e247a3b1ef..d1a016d8d3d92f9afd150a33ccadf134743d791b 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index 70dbc4eb74f6e6cdc1e15798ae09f499d38a2598..a23c8ddb2c4e28407217768cce3598630235b73a 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index 088711fd1702ec7d3dc0b54bf1b454c5bff16f03..d4e4734bbc9e9fce2d4e636f39479cb305fb184c 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index 2bb3c840bb984dc47b42646e1d1090cb9d7e27cf..d5483bcc0f61af0e390b0b1805ee99e880137cde 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index 9771148cc593239d5e1ccb24dc87d4effb206ccd..b2d4270172fa7ebbba35f0b6896f59dd6242c49d 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index c8e3391c94529f36fefe2d05c2edfd741082a951..f7b522f284c8ec5702420804bbe56f2076d13a0e 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index 4f686d33890402093ad497ab633e11fa920bbf80..b661653de15a5c71373e6097630644fe7e7c34e2 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index 834295225c521828bd203c07053407e1e9e4be22..f4ffcdf6d9565d8172da41a37318588c64160c13 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #
   #%]
 
index c19aac28553a3cb1b2c2d3a49f746cbef87bd187..fc9fcafbcbd2f413ff53322190133e9a63ae59e2 100644 (file)
@@ -11,7 +11,7 @@
   #
   # The Original Code is the Bugzilla Bug Tracking System.
   #
-  # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com>
+  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index 58eaa376c26588fa967dfd38df201f15ada499ae..89f75f05e3e2cf131b9cd178d448a7a776e0453d 100644 (file)
@@ -17,7 +17,7 @@
   # Rights Reserved.
   #
   # Contributor(s): Gervase Markham <gerv@gerv.net>
-  #                 Maxwell Kanat-Alexander <mkanat@kerio.com>
+  #                 Max Kanat-Alexander <mkanat@bugzilla.org>
   #                 Shane H. W. Travis <travis@sedsystems.ca>
   #%]