summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
1998-09-19Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- add the URL for TiemDate.terry%netscape.com1-0/+1
1998-09-17Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users.terry%netscape.com1-1/+1
1998-09-17Get rid of .tcl files; we're a perl app now.terry%netscape.com6-1259/+3
1998-09-16Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops!terry%netscape.com1-1/+1
1998-09-16Whoops; a bad username was causing perl warning messages.terry%netscape.com1-1/+1
1998-09-16Add a few more clues.terry%netscape.com1-1/+6
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com26-1475/+3003
1998-09-12Added new "Layout" component to NGLayout.terry%netscape.com1-0/+1
1998-09-09Added 1998-09-04 version.terry%netscape.com1-0/+1
1998-09-07Chouck isn't here; fix owner of LibMocha.terry%netscape.com1-1/+1
1998-09-05Added "Viewer App" component.terry%netscape.com1-0/+1
1998-09-04Give a better message, in the case that someone changes a bug that hadterry%netscape.com1-1/+3
an invalid component or version field. (Like, for example, all the new NGLayout bugs.)
1998-09-04Amusil now owns plugins.terry%netscape.com1-1/+1
1998-09-04Added in NGLayout stuff. (gotta come up with a better way of tweakingterry%netscape.com2-0/+25
these tables!)
1998-09-03Oops; mention nomail and maillock. (Thanks toterry%netscape.com1-1/+2
Sam Ziegler <ziegler@mediaguaranty.com> for pointing out their lack.)
1998-09-03Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying forterry%netscape.com2-2/+6
empty resolution.
1998-09-03Changelog of important Bugzilla changes.terry%netscape.com1-0/+26
1998-09-03Changed the way password validation works. We now keep aterry%netscape.com7-32/+105
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
1998-09-03Mention the "comments" file.terry%netscape.com1-0/+5
1998-09-02Tell people that they have to "create database bugs;".terry%netscape.com1-2/+4
1998-09-02Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- dealterry%netscape.com1-1/+1
better with product names that have spaces or other weird stuff in them.
1998-09-02Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy linkterry%netscape.com1-0/+1
to enter a new bug.
1998-09-02Use POST, not GET. Allow for boolean params.terry%netscape.com1-1/+15
1998-09-01Use the "urlbase" param. Make regeneration easier.terry%netscape.com1-13/+5
1998-09-01Oh, gee, djw doesn't work here anymore, and doesn't own the Layoutterry%netscape.com1-1/+1
module anymore. Whoops. I gotta make all our "lists of owners" sync'd together...
1998-09-01Fixed bug #541 -- sorting by "assignee" now works.terry%netscape.com1-1/+1
1998-09-01Added parameters to specify the HTML that goes at the top of everyterry%netscape.com2-12/+13
page. The banner.html and blurb.html files are now obsolete!
1998-09-01Whine at people who haven't been checking their NEW bugs.terry%netscape.com1-0/+64
1998-09-01Allow editing of parameters via a web page.terry%netscape.com7-2/+325
1998-09-01Do some simple sanity checks.terry%netscape.com1-0/+112
1998-09-01Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing ifterry%netscape.com1-1/+1
you have exactly one product defined. Oops!
1998-09-01Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanityterry%netscape.com1-14/+17
checking on the list of column names we're given.
1998-08-29Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keepingterry%netscape.com3-29/+3
that stuff in this database.
1998-08-29Back out last change. No diffs are showing up at all!terry%netscape.com1-1/+1
1998-08-29Fixed bug 544 -- now use unified diffs instead of context diffs in mail.terry%netscape.com1-1/+1
1998-08-29Fixed bug 513 -- adding CC field caused crash.terry%netscape.com1-2/+2
1998-08-29Debugging support -- if we get an SQL error, show the SQL command that failed.terry%netscape.com1-2/+6
1998-08-28Get rid of the "read and eat" line; it doesn't make sense here.terry%netscape.com1-1/+0
1998-08-28tell people how to change their new passwordshaver%netscape.com1-0/+6
1998-08-28Hacky preventative for bug 540 -- disable the "edit long description"terry%netscape.com1-1/+6
feature entirely.
1998-08-28Fixed bug 538 -- can now search through summary and description fields.terry%netscape.com4-46/+44
1998-08-28The default product is now called "Mozilla".terry%netscape.com3-59/+59
1998-08-28Sort the list of products.terry%netscape.com1-1/+1
1998-08-27Fixed bug 539 -- cope with multiple products in the system.terry%netscape.com1-23/+23
1998-08-27I'd prefer to be known as terry@mozilla.org.terry%netscape.com1-3/+3
1998-08-27Don't choke if the user hits a space or something in the 'changed interry%netscape.com1-1/+12
last ___ days' field.
1998-08-27Oops; mail the right URL.terry%netscape.com1-1/+1
1998-08-27give the image a borderjwz%mozilla.org1-1/+1
1998-08-27smaller version of the ant image (8k instead of 17k.)jwz%mozilla.org1-0/+0
1998-08-27Turn on mail notifications.terry%netscape.com1-3/+2