Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added new "Layout" component to NGLayout. | terry%netscape.com | 1998-09-11 | 1 | -0/+1 | |
| | ||||||
* | Added 1998-09-04 version. | terry%netscape.com | 1998-09-09 | 1 | -0/+1 | |
| | ||||||
* | Chouck isn't here; fix owner of LibMocha. | terry%netscape.com | 1998-09-06 | 1 | -1/+1 | |
| | ||||||
* | Added "Viewer App" component. | terry%netscape.com | 1998-09-05 | 1 | -0/+1 | |
| | ||||||
* | Give a better message, in the case that someone changes a bug that had | terry%netscape.com | 1998-09-04 | 1 | -1/+3 | |
| | | | | | an invalid component or version field. (Like, for example, all the new NGLayout bugs.) | |||||
* | Amusil now owns plugins. | terry%netscape.com | 1998-09-04 | 1 | -1/+1 | |
| | ||||||
* | Added in NGLayout stuff. (gotta come up with a better way of tweaking | terry%netscape.com | 1998-09-04 | 2 | -0/+25 | |
| | | | | these tables!) | |||||
* | Oops; mention nomail and maillock. (Thanks to | terry%netscape.com | 1998-09-03 | 1 | -1/+2 | |
| | | | | Sam Ziegler <ziegler@mediaguaranty.com> for pointing out their lack.) | |||||
* | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for | terry%netscape.com | 1998-09-03 | 2 | -2/+6 | |
| | | | | empty resolution. | |||||
* | Changelog of important Bugzilla changes. | terry%netscape.com | 1998-09-03 | 1 | -0/+26 | |
| | ||||||
* | Changed the way password validation works. We now keep a | terry%netscape.com | 1998-09-03 | 7 | -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 | |||||
* | Mention the "comments" file. | terry%netscape.com | 1998-09-03 | 1 | -0/+5 | |
| | ||||||
* | Tell people that they have to "create database bugs;". | terry%netscape.com | 1998-09-02 | 1 | -2/+4 | |
| | ||||||
* | Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal | terry%netscape.com | 1998-09-02 | 1 | -1/+1 | |
| | | | | better with product names that have spaces or other weird stuff in them. | |||||
* | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link | terry%netscape.com | 1998-09-02 | 1 | -0/+1 | |
| | | | | to enter a new bug. | |||||
* | Use POST, not GET. Allow for boolean params. | terry%netscape.com | 1998-09-02 | 1 | -1/+15 | |
| | ||||||
* | Use the "urlbase" param. Make regeneration easier. | terry%netscape.com | 1998-09-01 | 1 | -13/+5 | |
| | ||||||
* | Oh, gee, djw doesn't work here anymore, and doesn't own the Layout | terry%netscape.com | 1998-09-01 | 1 | -1/+1 | |
| | | | | | | module anymore. Whoops. I gotta make all our "lists of owners" sync'd together... | |||||
* | Fixed bug #541 -- sorting by "assignee" now works. | terry%netscape.com | 1998-09-01 | 1 | -1/+1 | |
| | ||||||
* | Added parameters to specify the HTML that goes at the top of every | terry%netscape.com | 1998-09-01 | 2 | -12/+13 | |
| | | | | page. The banner.html and blurb.html files are now obsolete! | |||||
* | Whine at people who haven't been checking their NEW bugs. | terry%netscape.com | 1998-09-01 | 1 | -0/+64 | |
| | ||||||
* | Allow editing of parameters via a web page. | terry%netscape.com | 1998-09-01 | 7 | -2/+325 | |
| | ||||||
* | Do some simple sanity checks. | terry%netscape.com | 1998-09-01 | 1 | -0/+112 | |
| | ||||||
* | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if | terry%netscape.com | 1998-09-01 | 1 | -1/+1 | |
| | | | | you have exactly one product defined. Oops! | |||||
* | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity | terry%netscape.com | 1998-09-01 | 1 | -14/+17 | |
| | | | | checking on the list of column names we're given. | |||||
* | Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping | terry%netscape.com | 1998-08-29 | 3 | -29/+3 | |
| | | | | that stuff in this database. | |||||
* | Back out last change. No diffs are showing up at all! | terry%netscape.com | 1998-08-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug 544 -- now use unified diffs instead of context diffs in mail. | terry%netscape.com | 1998-08-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug 513 -- adding CC field caused crash. | terry%netscape.com | 1998-08-29 | 1 | -2/+2 | |
| | ||||||
* | Debugging support -- if we get an SQL error, show the SQL command that failed. | terry%netscape.com | 1998-08-29 | 1 | -2/+6 | |
| | ||||||
* | Get rid of the "read and eat" line; it doesn't make sense here. | terry%netscape.com | 1998-08-28 | 1 | -1/+0 | |
| | ||||||
* | tell people how to change their new password | shaver%netscape.com | 1998-08-28 | 1 | -0/+6 | |
| | ||||||
* | Hacky preventative for bug 540 -- disable the "edit long description" | terry%netscape.com | 1998-08-28 | 1 | -1/+6 | |
| | | | | feature entirely. | |||||
* | Fixed bug 538 -- can now search through summary and description fields. | terry%netscape.com | 1998-08-28 | 4 | -46/+44 | |
| | ||||||
* | The default product is now called "Mozilla". | terry%netscape.com | 1998-08-27 | 3 | -59/+59 | |
| | ||||||
* | Sort the list of products. | terry%netscape.com | 1998-08-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug 539 -- cope with multiple products in the system. | terry%netscape.com | 1998-08-27 | 1 | -23/+23 | |
| | ||||||
* | I'd prefer to be known as terry@mozilla.org. | terry%netscape.com | 1998-08-27 | 1 | -3/+3 | |
| | ||||||
* | Don't choke if the user hits a space or something in the 'changed in | terry%netscape.com | 1998-08-27 | 1 | -1/+12 | |
| | | | | last ___ days' field. | |||||
* | Oops; mail the right URL. | terry%netscape.com | 1998-08-27 | 1 | -1/+1 | |
| | ||||||
* | give the image a border | jwz%mozilla.org | 1998-08-27 | 1 | -1/+1 | |
| | ||||||
* | smaller version of the ant image (8k instead of 17k.) | jwz%mozilla.org | 1998-08-27 | 1 | -0/+0 | |
| | ||||||
* | Turn on mail notifications. | terry%netscape.com | 1998-08-27 | 1 | -3/+2 | |
| | ||||||
* | About the Bugzilla source. | terry%netscape.com | 1998-08-27 | 1 | -0/+227 | |
| | ||||||
* | Stop looking for "target_fix_version". | terry%netscape.com | 1998-08-27 | 2 | -12/+4 | |
| | ||||||
* | Bugzilla source. | terry%netscape.com | 1998-08-26 | 31 | -0/+4137 | |