]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Updating my e-mail address as jake@acutex.net is no longer valid.
authorjake%bugzilla.org <>
Tue, 27 Aug 2002 11:27:51 +0000 (11:27 +0000)
committerjake%bugzilla.org <>
Tue, 27 Aug 2002 11:27:51 +0000 (11:27 +0000)
* NO CODE CHANGES *

15 files changed:
Bugzilla/Util.pm
checksetup.pl
contrib/cvs-update.sh
defparams.pl
editgroups.cgi
globals.pl
index.cgi
showattachment.cgi
sidebar.cgi
t/002goodperl.t
t/004template.t
t/005no_tabs.t
t/Support/Templates.pm
template/en/default/index.html.tmpl
template/en/default/sidebar.xul.tmpl

index 3fe3a37ea1ef2a3d0fe8dd1e8ecb921b00d1cc35..5e2e3feb7819de4a04d91461cccac8329495770c 100644 (file)
@@ -19,7 +19,7 @@
 #
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Dan Mosedale <dmose@mozilla.org>
-#                 Jake <jake@acutex.net>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 #                 Bradley Baetz <bbaetz@student.usyd.edu.au>
 #                 Christopher Aillon <christopher@aillon.com>
 
index 8bba2996b85a380d8d29a1214bc206deb5f0d4d0..6c2272d78889df8110a1d2a5a2177f65a33855a9 100755 (executable)
@@ -23,7 +23,7 @@
 #                 Dan Mosedale <dmose@mozilla.org>
 #                 Dave Miller <justdave@syndicomm.com>
 #                 Zach Lipton  <zach@zachlipton.com>
-#                 Jacob Steenhagen <jake@acutex.net>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 #                 Bradley Baetz <bbaetz@student.usyd.edu.au>
 #
 #
@@ -2519,7 +2519,7 @@ AddField('attachments', 'isprivate', 'tinyint not null default 0');
 # record when email notifications were last sent about this bug.  Also,
 # added a user pref whether a user wants to use the brand new experimental
 # stuff.
-# 2001-04-29 jake@acutex.net - The newemailtech field is no longer needed
+# 2001-04-29 jake@bugzilla.org - The newemailtech field is no longer needed
 #   http://bugzilla.mozilla.org/show_bugs.cgi?id=71552
 
 if (!GetFieldDef('bugs', 'lastdiffed')) {
@@ -2841,7 +2841,7 @@ AddField('groups', 'isactive', 'tinyint not null default 1');
 #
 AddField('attachments', 'isobsolete', 'tinyint not null default 0');
 
-# 2001-04-29 jake@acutex.net - Remove oldemailtech
+# 2001-04-29 jake@bugzilla.org - Remove oldemailtech
 #   http://bugzilla.mozilla.org/show_bugs.cgi?id=71552
 if (-d 'shadow') {
     print "Removing shadow directory...\n";
@@ -2902,7 +2902,7 @@ if (!defined GetIndexDef('longdescs','who')) {
 # truncates re http://bugzilla.mozilla.org/show_bug.cgi?id=9352
 ChangeFieldType('bugs', 'version','varchar(64) not null');
 
-# 2001-07-20 jake@acutex.net - Change bugs_activity to only record changes
+# 2001-07-20 jake@bugzilla.org - Change bugs_activity to only record changes
 #  http://bugzilla.mozilla.org/show_bug.cgi?id=55161
 if (GetFieldDef('bugs_activity', 'oldvalue')) {
     AddField("bugs_activity", "removed", "tinytext");
@@ -2976,7 +2976,7 @@ if (GetFieldDef('bugs_activity', 'oldvalue')) {
     DropField("bugs_activity", "newvalue");
 } 
 
-# 2001-07-24 jake@acutex.net - disabledtext was being handled inconsitantly
+# 2001-07-24 jake@bugzilla.org - disabledtext was being handled inconsitantly
 # http://bugzilla.mozilla.org/show_bug.cgi?id=90933
 ChangeFieldType("profiles", "disabledtext", "mediumtext not null");
 
@@ -3074,7 +3074,7 @@ if (GetFieldDef("namedqueries", "watchfordiffs")) {
     DropField("namedqueries", "watchfordiffs");
 }
 
-# 2002-08-12 jake@acutex.net/bbaetz@student.usyd.edu.au - bug 43600
+# 2002-08-12 jake@bugzilla.org/bbaetz@student.usyd.edu.au - bug 43600
 # Use integer IDs for products and components.
 if (GetFieldDef("products", "product")) {
     print "Updating database to use product IDs.\n";
index e6dcc6eeb6b27e72943d13f4133a215bb36c5b31..d189d16e0fe19f724c9f6d00b0ba565802fa2713 100644 (file)
@@ -18,6 +18,7 @@
 # Rights Reserved.
 #
 # Contributor(s): Dawn Endico <endico@mozilla.org>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 
 
 # Keep a record of all cvs updates made from a given directory.
index 67870893d7207d15a7e552a6abb2ffc0da788e94..1c696bdc7a05c8bfd95a1400bf75c3fcea5cabb5 100644 (file)
@@ -21,7 +21,7 @@
 #                 Dawn Endico <endico@mozilla.org>
 #                 Dan Mosedale <dmose@mozilla.org>
 #                 Joe Robins <jmrobins@tgix.com>
-#                 Jake <jake@acutex.net>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 #                 J. Paul Reed <preed@sigkill.com>
 #
 
index cd18057929d0af3a5afef6175d5463c6c6ef6ed3..5bcd4f61cdfb06e2d09220b0ab733e15fe4ee464 100755 (executable)
@@ -19,7 +19,7 @@
 # Rights Reserved.
 #
 # Contributor(s): Dave Miller <justdave@syndicomm.com>
-#                 Jake Steenhagen <jake@acutexx.net>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 
 # Code derived from editowners.cgi and editusers.cgi
 
index 164bad727c2cdd79a651f6ceb8cc786ca1ec2abc..5e38a56b949f05b443b0933816ad3d65bbe5a42c 100644 (file)
@@ -19,7 +19,7 @@
 #
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Dan Mosedale <dmose@mozilla.org>
-#                 Jake <jake@acutex.net>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 #                 Bradley Baetz <bbaetz@cs.mcgill.ca>
 #                 Christopher Aillon <christopher@aillon.com>
 
index b07700f7e270e884bcd57e84bd8e948be2b4c68f..42f493fcb318dcc5ea728828928f34e05f366db5 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -18,7 +18,7 @@
 # Copyright (C) 1998 Netscape Communications Corporation. All
 # Rights Reserved.
 #
-# Contributor(s): Jacob Steenhagen <jake@acutex.net>
+# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
 #
 
 # Suppress silly "used only once" warnings
index 0c93483bd877d1887904cd8077413a97f36a2e86..2471332fce395b9fc50ca9bac60c6f98e604240f 100755 (executable)
@@ -19,7 +19,7 @@
 # Rights Reserved.
 #
 # Contributor(s): Terry Weissman <terry@mozilla.org>
-#                 Jacob Steenhagen <jake@acutex.net>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 
 use strict;
 
index 4f40d3cc0e2891cdd3c4231c9338036819a4b7ec..d3692b16d32d2157a4aea381d31e22df17b3863a 100755 (executable)
@@ -13,7 +13,7 @@
 #
 # The Original Code is the Bugzilla Bug Tracking System.
 #
-# Contributor(s): Jacob Steenhagen <jake@acutex.net>
+# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
 
 use strict;
 
index d3beec5ef490fe3dc90bcff7c25048e2ff6655c7..1431e7fe895b4f2a0f1eaebde8b976ce13e0a513 100644 (file)
@@ -18,7 +18,7 @@
 # Rights Reserved.
 # 
 # Contributor(s): Zach Lipton <zach@zachlipton.com>
-#                 Jacob Steenhagen <jake@acutex.net>
+#                 Jacob Steenhagen <jake@bugzilla.org>
 #                 David D. Kilzer <ddkilzer@theracingworld.com>
 # 
 # Alternatively, the contents of this file may be used under the
index 730aafc8626e1d97eb149a1904bdd67481a6e956..41d515435a732fb8f272f53b1929eafe09e9c3b1 100644 (file)
@@ -17,7 +17,7 @@
 # Copyright (C) 2001 Jacob Steenhagen. All
 # Rights Reserved.
 #
-# Contributor(s): Jacob Steenhagen <jake@acutex.net>
+# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
 #                 Zach Lipton <zach@zachlipton.com>
 #                 David D. Kilzer <ddkilzer@kilzer.net>
 #
index 31d584ae05c9eefcbedf718e24b6ef77e6444578..f1d5f9be50410163594cff6e9ca6630b6c466644 100644 (file)
@@ -17,7 +17,7 @@
 # Copyright (C) 2001 Jacob Steenhagen. All
 # Rights Reserved.
 #
-# Contributor(s): Jacob Steenhagen <jake@acutex.net>
+# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
 #                 David D. Kilzer <ddkilzer@kilzer.net>
 #
 
index c12f6ddcc897ed4f8d3db87fc42f859f910efb17..4ef582de48e8c4c75d57e6c290506a8e0aed3ec0 100644 (file)
@@ -17,7 +17,7 @@
 # Copyright (C) 2001 Jacob Steenhagen. All
 # Rights Reserved.
 #
-# Contributor(s): Jacob Steenhagen <jake@acutex.net>
+# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
 #                 David D. Kilzer <ddkilzer@kilzer.net>
 #
 
index 0b1f28e80c55688acc076f64a00ddc4dc0d1c771..d13ccbc438125483bead0d10128ff6adf0516ec0 100644 (file)
@@ -18,7 +18,7 @@
   # Rights Reserved.
   #
   # Contributor(s): Terry Weissman <terry@mozilla.org>
-  #                 Jacob Steenhagen <jake@acutex.net>
+  #                 Jacob Steenhagen <jake@bugzilla.org>
   #%]
 
 [%# INTERFACE:
index cab1270afadcf370027e6221f0e7d2b3daad0c5b..ad7158b13d3ad43bc57816b3a54e73d56aee1c07 100644 (file)
@@ -17,7 +17,7 @@
   # Copyright (C) 1998 Netscape Communications Corporation. All
   # Rights Reserved.
   #
-  # Contributor(s): Jacob Steenhagen <jake@acutex.net>
+  # Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
   #                 Scott Collins <scc@mozilla.org>
   #                 Christopher A. Aillon <christopher@aillon.com>
   #%]