aboutsummaryrefslogtreecommitdiffstats
path: root/query.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow querying of URL.terry%netscape.com1999-01-161-0/+5
|
* Fixed bug 1746 -- make it say "Submit query" instead of "Submit".terry%netscape.com1998-12-041-1/+1
|
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-70/+65
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-65/+70
|
* fixed typoharrison%netscape.com1998-10-211-1/+1
|
* created reports.cgi which provide an overview of active bugsharrison%netscape.com1998-10-191-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
* Removed incorrect comment.terry%netscape.com1998-10-151-2/+0
|
* Added admin page for changing of default owners (code by Sam Ziegler ↵terry%netscape.com1998-09-301-0/+1
| | | | <sam@ziegler.org>)
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-66/+92
|
* Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying forterry%netscape.com1998-09-031-1/+1
| | | | empty resolution.
* Changed the way password validation works. We now keep aterry%netscape.com1998-09-031-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
* Allow editing of parameters via a web page.terry%netscape.com1998-09-011-1/+4
|
* Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keepingterry%netscape.com1998-08-291-12/+0
| | | | that stuff in this database.
* Fixed bug 538 -- can now search through summary and description fields.terry%netscape.com1998-08-281-0/+14
|
* The default product is now called "Mozilla".terry%netscape.com1998-08-271-1/+1
|
* Bugzilla source.terry%netscape.com1998-08-261-0/+242