]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
terry%netscape.com [Wed, 9 Sep 1998 05:06:33 +0000 (05:06 +0000)]
Added 1998-09-04 version.
terry%netscape.com [Sun, 6 Sep 1998 22:03:41 +0000 (22:03 +0000)]
Chouck isn't here; fix owner of LibMocha.
terry%netscape.com [Sat, 5 Sep 1998 01:26:09 +0000 (01:26 +0000)]
Added "Viewer App" component.
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.)
terry%netscape.com [Fri, 4 Sep 1998 07:45:20 +0000 (07:45 +0000)]
Amusil now owns plugins.
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!)
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.)
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.
terry%netscape.com [Thu, 3 Sep 1998 01:56:48 +0000 (01:56 +0000)]
Changelog of important Bugzilla changes.
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
terry%netscape.com [Thu, 3 Sep 1998 01:34:04 +0000 (01:34 +0000)]
Mention the "comments" file.
terry%netscape.com [Wed, 2 Sep 1998 06:55:45 +0000 (06:55 +0000)]
Tell people that they have to "create database bugs;".
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.
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.
terry%netscape.com [Wed, 2 Sep 1998 03:54:24 +0000 (03:54 +0000)]
Use POST, not GET. Allow for boolean params.
terry%netscape.com [Tue, 1 Sep 1998 21:02:13 +0000 (21:02 +0000)]
Use the "urlbase" param. Make regeneration easier.
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...
terry%netscape.com [Tue, 1 Sep 1998 11:41:58 +0000 (11:41 +0000)]
Fixed bug #541 -- sorting by "assignee" now works.
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!
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.
terry%netscape.com [Tue, 1 Sep 1998 11:21:44 +0000 (11:21 +0000)]
Allow editing of parameters via a web page.
terry%netscape.com [Tue, 1 Sep 1998 08:20:36 +0000 (08:20 +0000)]
Do some simple sanity checks.
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!
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.
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.
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!
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.
terry%netscape.com [Sat, 29 Aug 1998 01:32:15 +0000 (01:32 +0000)]
Fixed bug 513 -- adding CC field caused crash.
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.
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.
shaver%netscape.com [Fri, 28 Aug 1998 03:18:13 +0000 (03:18 +0000)]
tell people how to change their new password
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.
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.
terry%netscape.com [Thu, 27 Aug 1998 22:30:25 +0000 (22:30 +0000)]
The default product is now called "Mozilla".
terry%netscape.com [Thu, 27 Aug 1998 22:30:01 +0000 (22:30 +0000)]
Sort the list of products.
terry%netscape.com [Thu, 27 Aug 1998 21:56:19 +0000 (21:56 +0000)]
Fixed bug 539 -- cope with multiple products in the system.
terry%netscape.com [Thu, 27 Aug 1998 21:55:27 +0000 (21:55 +0000)]
I'd prefer to be known as terry@mozilla.org.
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.
terry%netscape.com [Thu, 27 Aug 1998 05:51:52 +0000 (05:51 +0000)]
Oops; mail the right URL.
jwz%mozilla.org [Thu, 27 Aug 1998 05:36:44 +0000 (05:36 +0000)]
give the image a border
jwz%mozilla.org [Thu, 27 Aug 1998 05:36:05 +0000 (05:36 +0000)]
smaller version of the ant image (8k instead of 17k.)
terry%netscape.com [Thu, 27 Aug 1998 05:23:00 +0000 (05:23 +0000)]
Turn on mail notifications.
terry%netscape.com [Thu, 27 Aug 1998 03:15:06 +0000 (03:15 +0000)]
About the Bugzilla source.
terry%netscape.com [Thu, 27 Aug 1998 02:25:45 +0000 (02:25 +0000)]
Stop looking for "target_fix_version".
terry%netscape.com [Wed, 26 Aug 1998 13:14:15 +0000 (13:14 +0000)]
Bugzilla source.