Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-02-05 | Added a page which describes all the components in a product. | terry%netscape.com | 1 | -1/+1 | |
1999-02-04 | Allow queries for null target milestone, and allow reseting a target | terry%netscape.com | 1 | -0/+1 | |
milestone back to null. | |||||
1999-01-28 | Added three new fields (which appear in the UI only if params are | terry%netscape.com | 1 | -8/+53 | |
turned on): target_milestone, qa_contact, and status_whiteboard. | |||||
1999-01-20 | Allow a "not regexp" search of email addresses. | terry%netscape.com | 1 | -0/+1 | |
1999-01-20 | I guess nobody ever queries for URLs by regexp, since that radio | terry%netscape.com | 1 | -1/+1 | |
button was completely busted. | |||||
1999-01-19 | Majorly changed querying of email addresses. | terry%netscape.com | 1 | -8/+71 | |
1999-01-16 | Allow querying by OS. | terry%netscape.com | 1 | -0/+7 | |
1999-01-16 | Allow querying of URL. | terry%netscape.com | 1 | -0/+5 | |
1998-12-04 | Fixed bug 1746 -- make it say "Submit query" instead of "Submit". | terry%netscape.com | 1 | -1/+1 | |
1998-11-21 | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1 | -70/+65 | |
1998-11-17 | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1 | -65/+70 | |
1998-10-21 | fixed typo | harrison%netscape.com | 1 | -1/+1 | |
1998-10-19 | created reports.cgi which provide an overview of active bugs | harrison%netscape.com | 1 | -0/+1 | |
sorted by owner. updated README to reflect my experiences installing mysql, bugzilla. put links into index.html, query.cgi to point into reports.cgi. harrison 10/18/98 | |||||
1998-10-15 | Removed incorrect comment. | terry%netscape.com | 1 | -2/+0 | |
1998-09-30 | Added admin page for changing of default owners (code by Sam Ziegler ↵ | terry%netscape.com | 1 | -0/+1 | |
<sam@ziegler.org>) | |||||
1998-09-16 | Everything has been ported to now run under Perl. | terry%netscape.com | 1 | -66/+92 | |
1998-09-03 | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for | terry%netscape.com | 1 | -1/+1 | |
empty resolution. | |||||
1998-09-03 | Changed the way password validation works. We now keep a | terry%netscape.com | 1 | -4/+2 | |
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-01 | Allow editing of parameters via a web page. | terry%netscape.com | 1 | -1/+4 | |
1998-08-29 | Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping | terry%netscape.com | 1 | -12/+0 | |
that stuff in this database. | |||||
1998-08-28 | Fixed bug 538 -- can now search through summary and description fields. | terry%netscape.com | 1 | -0/+14 | |
1998-08-28 | The default product is now called "Mozilla". | terry%netscape.com | 1 | -1/+1 | |
1998-08-26 | Bugzilla source. | terry%netscape.com | 1 | -0/+242 | |