]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
26 years agoWhoops; a bad username was causing perl warning messages.
terry%netscape.com [Wed, 16 Sep 1998 05:12:52 +0000 (05:12 +0000)] 
Whoops; a bad username was causing perl warning messages.

26 years agoAdd a few more clues.
terry%netscape.com [Wed, 16 Sep 1998 04:55:46 +0000 (04:55 +0000)] 
Add a few more clues.

26 years agoEverything has been ported to now run under Perl.
terry%netscape.com [Wed, 16 Sep 1998 04:49:23 +0000 (04:49 +0000)] 
Everything has been ported to now run under Perl.

26 years agoAdded new "Layout" component to NGLayout.
terry%netscape.com [Fri, 11 Sep 1998 23:59:02 +0000 (23:59 +0000)] 
Added new "Layout" component to NGLayout.

26 years agoAdded 1998-09-04 version.
terry%netscape.com [Wed, 9 Sep 1998 05:06:33 +0000 (05:06 +0000)] 
Added 1998-09-04 version.

26 years agoChouck isn't here; fix owner of LibMocha.
terry%netscape.com [Sun, 6 Sep 1998 22:03:41 +0000 (22:03 +0000)] 
Chouck isn't here; fix owner of LibMocha.

26 years agoAdded "Viewer App" component.
terry%netscape.com [Sat, 5 Sep 1998 01:26:09 +0000 (01:26 +0000)] 
Added "Viewer App" component.

26 years agoGive a better message, in the case that someone changes a bug that had
terry%netscape.com [Fri, 4 Sep 1998 21:30:04 +0000 (21:30 +0000)] 
Give a better message, in the case that someone changes a bug that had
an invalid component or version field.  (Like, for example, all the
new NGLayout bugs.)

26 years agoAmusil now owns plugins.
terry%netscape.com [Fri, 4 Sep 1998 07:45:20 +0000 (07:45 +0000)] 
Amusil now owns plugins.

26 years agoAdded in NGLayout stuff. (gotta come up with a better way of tweaking
terry%netscape.com [Fri, 4 Sep 1998 05:50:31 +0000 (05:50 +0000)] 
Added in NGLayout stuff.  (gotta come up with a better way of tweaking
these tables!)

26 years agoOops; mention nomail and maillock. (Thanks to
terry%netscape.com [Thu, 3 Sep 1998 05:31:50 +0000 (05:31 +0000)] 
Oops; mention nomail and maillock.  (Thanks to
Sam Ziegler <ziegler@mediaguaranty.com> for pointing out their lack.)

26 years agoPatch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
terry%netscape.com [Thu, 3 Sep 1998 02:02:30 +0000 (02:02 +0000)] 
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.

26 years agoChangelog of important Bugzilla changes.
terry%netscape.com [Thu, 3 Sep 1998 01:56:48 +0000 (01:56 +0000)] 
Changelog of important Bugzilla changes.

26 years agoChanged the way password validation works. We now keep a
terry%netscape.com [Thu, 3 Sep 1998 01:52:48 +0000 (01:52 +0000)] 
Changed the way password validation works.  We now keep a
crypt'd version of the password in the database, and check against
that.  (This is silly, because we're also keeping the plaintext
version there, but I have plans...)  Stop passing the plaintext
password around as a cookie; instead, we have a cookie that references
a record in a new database table, logincookies.

IMPORTANT: if updating from an older version of Bugzilla, you must run
the following commands to keep things working:

 ./makelogincookiestable.sh
 echo "alter table profiles add column cryptpassword varchar(64);" | mysql bugs
 echo "update profiles set cryptpassword = encrypt(password,substring(rand(),3, 4));" | mysql bugs

26 years agoMention the "comments" file.
terry%netscape.com [Thu, 3 Sep 1998 01:34:04 +0000 (01:34 +0000)] 
Mention the "comments" file.

26 years agoTell people that they have to "create database bugs;".
terry%netscape.com [Wed, 2 Sep 1998 06:55:45 +0000 (06:55 +0000)] 
Tell people that they have to "create database bugs;".

26 years agoPatch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal
terry%netscape.com [Wed, 2 Sep 1998 04:01:44 +0000 (04:01 +0000)] 
Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal
better with product names that have spaces or other weird stuff in them.

26 years agoPatch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link
terry%netscape.com [Wed, 2 Sep 1998 04:01:10 +0000 (04:01 +0000)] 
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link
to enter a new bug.

26 years agoUse POST, not GET. Allow for boolean params.
terry%netscape.com [Wed, 2 Sep 1998 03:54:24 +0000 (03:54 +0000)] 
Use POST, not GET.  Allow for boolean params.

26 years agoUse the "urlbase" param. Make regeneration easier.
terry%netscape.com [Tue, 1 Sep 1998 21:02:13 +0000 (21:02 +0000)] 
Use the "urlbase" param.  Make regeneration easier.

26 years agoOh, gee, djw doesn't work here anymore, and doesn't own the Layout
terry%netscape.com [Tue, 1 Sep 1998 11:58:10 +0000 (11:58 +0000)] 
Oh, gee, djw doesn't work here anymore, and doesn't own the Layout
module anymore.  Whoops.

I gotta make all our "lists of owners" sync'd together...

26 years agoFixed bug #541 -- sorting by "assignee" now works.
terry%netscape.com [Tue, 1 Sep 1998 11:41:58 +0000 (11:41 +0000)] 
Fixed bug #541 -- sorting by "assignee" now works.

26 years agoAdded parameters to specify the HTML that goes at the top of every
terry%netscape.com [Tue, 1 Sep 1998 11:33:37 +0000 (11:33 +0000)] 
Added parameters to specify the HTML that goes at the top of every
page.  The banner.html and blurb.html files are now obsolete!

26 years agoWhine at people who haven't been checking their NEW bugs.
terry%netscape.com [Tue, 1 Sep 1998 11:22:32 +0000 (11:22 +0000)] 
Whine at people who haven't been checking their NEW bugs.

26 years agoAllow editing of parameters via a web page.
terry%netscape.com [Tue, 1 Sep 1998 11:21:44 +0000 (11:21 +0000)] 
Allow editing of parameters via a web page.

26 years agoDo some simple sanity checks.
terry%netscape.com [Tue, 1 Sep 1998 08:20:36 +0000 (08:20 +0000)] 
Do some simple sanity checks.

26 years agoPatch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if
terry%netscape.com [Tue, 1 Sep 1998 03:41:13 +0000 (03:41 +0000)] 
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if
you have exactly one product defined.  Oops!

26 years agoPatch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity
terry%netscape.com [Tue, 1 Sep 1998 03:38:47 +0000 (03:38 +0000)] 
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity
checking on the list of column names we're given.

26 years agoGet rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping
terry%netscape.com [Sat, 29 Aug 1998 03:19:31 +0000 (03:19 +0000)] 
Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping
that stuff in this database.

26 years agoBack out last change. No diffs are showing up at all!
terry%netscape.com [Sat, 29 Aug 1998 02:23:41 +0000 (02:23 +0000)] 
Back out last change.  No diffs are showing up at all!

26 years agoFixed bug 544 -- now use unified diffs instead of context diffs in mail.
terry%netscape.com [Sat, 29 Aug 1998 02:17:59 +0000 (02:17 +0000)] 
Fixed bug 544 -- now use unified diffs instead of context diffs in mail.

26 years agoFixed bug 513 -- adding CC field caused crash.
terry%netscape.com [Sat, 29 Aug 1998 01:32:15 +0000 (01:32 +0000)] 
Fixed bug 513 -- adding CC field caused crash.

26 years agoDebugging support -- if we get an SQL error, show the SQL command that failed.
terry%netscape.com [Sat, 29 Aug 1998 01:31:05 +0000 (01:31 +0000)] 
Debugging support -- if we get an SQL error, show the SQL command that failed.

26 years agoGet rid of the "read and eat" line; it doesn't make sense here.
terry%netscape.com [Fri, 28 Aug 1998 20:50:41 +0000 (20:50 +0000)] 
Get rid of the "read and eat" line; it doesn't make sense here.

26 years agotell people how to change their new password
shaver%netscape.com [Fri, 28 Aug 1998 03:18:13 +0000 (03:18 +0000)] 
tell people how to change their new password

26 years agoHacky preventative for bug 540 -- disable the "edit long description"
terry%netscape.com [Fri, 28 Aug 1998 01:14:14 +0000 (01:14 +0000)] 
Hacky preventative for bug 540 -- disable the "edit long description"
feature entirely.

26 years agoFixed bug 538 -- can now search through summary and description fields.
terry%netscape.com [Fri, 28 Aug 1998 00:22:22 +0000 (00:22 +0000)] 
Fixed bug 538 -- can now search through summary and description fields.

26 years agoThe default product is now called "Mozilla".
terry%netscape.com [Thu, 27 Aug 1998 22:30:25 +0000 (22:30 +0000)] 
The default product is now called "Mozilla".

26 years agoSort the list of products.
terry%netscape.com [Thu, 27 Aug 1998 22:30:01 +0000 (22:30 +0000)] 
Sort the list of products.

26 years agoFixed bug 539 -- cope with multiple products in the system.
terry%netscape.com [Thu, 27 Aug 1998 21:56:19 +0000 (21:56 +0000)] 
Fixed bug 539 -- cope with multiple products in the system.

26 years agoI'd prefer to be known as terry@mozilla.org.
terry%netscape.com [Thu, 27 Aug 1998 21:55:27 +0000 (21:55 +0000)] 
I'd prefer to be known as terry@mozilla.org.

26 years agoDon't choke if the user hits a space or something in the 'changed in
terry%netscape.com [Thu, 27 Aug 1998 07:03:27 +0000 (07:03 +0000)] 
Don't choke if the user hits a space or something in the 'changed in
last ___ days' field.

26 years agoOops; mail the right URL.
terry%netscape.com [Thu, 27 Aug 1998 05:51:52 +0000 (05:51 +0000)] 
Oops; mail the right URL.

26 years agogive the image a border
jwz%mozilla.org [Thu, 27 Aug 1998 05:36:44 +0000 (05:36 +0000)] 
give the image a border

26 years agosmaller version of the ant image (8k instead of 17k.)
jwz%mozilla.org [Thu, 27 Aug 1998 05:36:05 +0000 (05:36 +0000)] 
smaller version of the ant image (8k instead of 17k.)

26 years agoTurn on mail notifications.
terry%netscape.com [Thu, 27 Aug 1998 05:23:00 +0000 (05:23 +0000)] 
Turn on mail notifications.

26 years agoAbout the Bugzilla source.
terry%netscape.com [Thu, 27 Aug 1998 03:15:06 +0000 (03:15 +0000)] 
About the Bugzilla source.

26 years agoStop looking for "target_fix_version".
terry%netscape.com [Thu, 27 Aug 1998 02:25:45 +0000 (02:25 +0000)] 
Stop looking for "target_fix_version".

26 years agoBugzilla source.
terry%netscape.com [Wed, 26 Aug 1998 13:14:15 +0000 (13:14 +0000)] 
Bugzilla source.