Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f5c9d40b
Commit
f5c9d40b
authored
Aug 27, 2002
by
jake%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating my e-mail address as jake@acutex.net is no longer valid.
* NO CODE CHANGES *
parent
1924c755
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
20 additions
and
19 deletions
+20
-19
Util.pm
Bugzilla/Util.pm
+1
-1
checksetup.pl
checksetup.pl
+6
-6
cvs-update.sh
contrib/cvs-update.sh
+1
-0
defparams.pl
defparams.pl
+1
-1
editgroups.cgi
editgroups.cgi
+1
-1
globals.pl
globals.pl
+1
-1
index.cgi
index.cgi
+1
-1
showattachment.cgi
showattachment.cgi
+1
-1
sidebar.cgi
sidebar.cgi
+1
-1
002goodperl.t
t/002goodperl.t
+1
-1
004template.t
t/004template.t
+1
-1
005no_tabs.t
t/005no_tabs.t
+1
-1
Templates.pm
t/Support/Templates.pm
+1
-1
index.html.tmpl
template/en/default/index.html.tmpl
+1
-1
sidebar.xul.tmpl
template/en/default/sidebar.xul.tmpl
+1
-1
No files found.
Bugzilla/Util.pm
View file @
f5c9d40b
...
...
@@ -19,7 +19,7 @@
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Dan Mosedale <dmose@mozilla.org>
# Ja
ke <jake@acutex.net
>
# Ja
cob Steenhagen <jake@bugzilla.org
>
# Bradley Baetz <bbaetz@student.usyd.edu.au>
# Christopher Aillon <christopher@aillon.com>
...
...
checksetup.pl
View file @
f5c9d40b
...
...
@@ -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"
;
...
...
contrib/cvs-update.sh
View file @
f5c9d40b
...
...
@@ -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.
...
...
defparams.pl
View file @
f5c9d40b
...
...
@@ -21,7 +21,7 @@
# Dawn Endico <endico@mozilla.org>
# Dan Mosedale <dmose@mozilla.org>
# Joe Robins <jmrobins@tgix.com>
# Ja
ke <jake@acutex.net
>
# Ja
cob Steenhagen <jake@bugzilla.org
>
# J. Paul Reed <preed@sigkill.com>
#
...
...
editgroups.cgi
View file @
f5c9d40b
...
...
@@ -19,7 +19,7 @@
# Rights Reserved.
#
# Contributor(s): Dave Miller <justdave@syndicomm.com>
# Ja
ke Steenhagen <jake@acutexx.net
>
# Ja
cob Steenhagen <jake@bugzilla.org
>
# Code derived from editowners.cgi and editusers.cgi
...
...
globals.pl
View file @
f5c9d40b
...
...
@@ -19,7 +19,7 @@
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Dan Mosedale <dmose@mozilla.org>
# Ja
ke <jake@acutex.net
>
# Ja
cob Steenhagen <jake@bugzilla.org
>
# Bradley Baetz <bbaetz@cs.mcgill.ca>
# Christopher Aillon <christopher@aillon.com>
...
...
index.cgi
View file @
f5c9d40b
...
...
@@ -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
...
...
showattachment.cgi
View file @
f5c9d40b
...
...
@@ -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
;
...
...
sidebar.cgi
View file @
f5c9d40b
...
...
@@ -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
;
...
...
t/002goodperl.t
View file @
f5c9d40b
...
...
@@ -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
...
...
t/004template.t
View file @
f5c9d40b
...
...
@@ -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>
#
...
...
t/005no_tabs.t
View file @
f5c9d40b
...
...
@@ -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>
#
...
...
t/Support/Templates.pm
View file @
f5c9d40b
...
...
@@ -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>
#
...
...
template/en/default/index.html.tmpl
View file @
f5c9d40b
...
...
@@ -18,7 +18,7 @@
# Rights Reserved.
#
# Contributor(s): Terry Weissman
<terry
@
mozilla
.
org
>
# Jacob Steenhagen
<jake
@
acutex
.
net
>
# Jacob Steenhagen
<jake
@
bugzilla
.
org
>
#%]
[%# INTERFACE:
...
...
template/en/default/sidebar.xul.tmpl
View file @
f5c9d40b
...
...
@@ -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
>
#%]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment