diff options
author | jake%bugzilla.org <> | 2002-08-27 13:27:51 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2002-08-27 13:27:51 +0200 |
commit | f5c9d40bc27590493fed124fc8037c24fdd08d73 (patch) | |
tree | 939069c33f21225a3a51602c787694a8561cb5f8 | |
parent | 1924c7554198d9da516af6b0576d0f04c909a5f4 (diff) | |
download | bugzilla-f5c9d40bc27590493fed124fc8037c24fdd08d73.tar.gz bugzilla-f5c9d40bc27590493fed124fc8037c24fdd08d73.tar.xz |
Updating my e-mail address as jake@acutex.net is no longer valid.
* NO CODE CHANGES *
-rw-r--r-- | Bugzilla/Util.pm | 2 | ||||
-rwxr-xr-x | checksetup.pl | 12 | ||||
-rw-r--r-- | contrib/cvs-update.sh | 1 | ||||
-rw-r--r-- | defparams.pl | 2 | ||||
-rwxr-xr-x | editgroups.cgi | 2 | ||||
-rw-r--r-- | globals.pl | 2 | ||||
-rwxr-xr-x | index.cgi | 2 | ||||
-rwxr-xr-x | showattachment.cgi | 2 | ||||
-rwxr-xr-x | sidebar.cgi | 2 | ||||
-rw-r--r-- | t/002goodperl.t | 2 | ||||
-rw-r--r-- | t/004template.t | 2 | ||||
-rw-r--r-- | t/005no_tabs.t | 2 | ||||
-rw-r--r-- | t/Support/Templates.pm | 2 | ||||
-rw-r--r-- | template/en/default/index.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/sidebar.xul.tmpl | 2 |
15 files changed, 20 insertions, 19 deletions
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index 3fe3a37ea..5e2e3feb7 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -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> diff --git a/checksetup.pl b/checksetup.pl index 8bba2996b..6c2272d78 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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"; diff --git a/contrib/cvs-update.sh b/contrib/cvs-update.sh index e6dcc6eeb..d189d16e0 100644 --- a/contrib/cvs-update.sh +++ b/contrib/cvs-update.sh @@ -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. diff --git a/defparams.pl b/defparams.pl index 67870893d..1c696bdc7 100644 --- a/defparams.pl +++ b/defparams.pl @@ -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> # diff --git a/editgroups.cgi b/editgroups.cgi index cd1805792..5bcd4f61c 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -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 diff --git a/globals.pl b/globals.pl index 164bad727..5e38a56b9 100644 --- a/globals.pl +++ b/globals.pl @@ -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> @@ -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 diff --git a/showattachment.cgi b/showattachment.cgi index 0c93483bd..2471332fc 100755 --- a/showattachment.cgi +++ b/showattachment.cgi @@ -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; diff --git a/sidebar.cgi b/sidebar.cgi index 4f40d3cc0..d3692b16d 100755 --- a/sidebar.cgi +++ b/sidebar.cgi @@ -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; diff --git a/t/002goodperl.t b/t/002goodperl.t index d3beec5ef..1431e7fe8 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -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 diff --git a/t/004template.t b/t/004template.t index 730aafc86..41d515435 100644 --- a/t/004template.t +++ b/t/004template.t @@ -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> # diff --git a/t/005no_tabs.t b/t/005no_tabs.t index 31d584ae0..f1d5f9be5 100644 --- a/t/005no_tabs.t +++ b/t/005no_tabs.t @@ -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> # diff --git a/t/Support/Templates.pm b/t/Support/Templates.pm index c12f6ddcc..4ef582de4 100644 --- a/t/Support/Templates.pm +++ b/t/Support/Templates.pm @@ -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> # diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 0b1f28e80..d13ccbc43 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -18,7 +18,7 @@ # Rights Reserved. # # Contributor(s): Terry Weissman <terry@mozilla.org> - # Jacob Steenhagen <jake@acutex.net> + # Jacob Steenhagen <jake@bugzilla.org> #%] [%# INTERFACE: diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index cab1270af..ad7158b13 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -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> #%] |