#
# 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>
# 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>
#
#
# 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')) {
#
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";
# 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");
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");
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";
# 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.
# 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>
#
# 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
#
# 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>
# 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
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
-# Jacob Steenhagen <jake@acutex.net>
+# Jacob Steenhagen <jake@bugzilla.org>
use strict;
#
# 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;
# 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
# 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>
#
# 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>
#
# 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>
#
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
- # Jacob Steenhagen <jake@acutex.net>
+ # Jacob Steenhagen <jake@bugzilla.org>
#%]
[%# INTERFACE:
# 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>
#%]