aboutsummaryrefslogtreecommitdiffstats
path: root/query.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* Added stuff to make it more obvious how to create an account.terry%netscape.com1999-03-271-0/+1
|
* On re-reading bug 4133, I see that I should just turn off theterry%netscape.com1999-03-251-2/+1
| | | | javascript stuff on all instances of IE.
* Don't try to run our javascript if running on IE4.terry%netscape.com1999-03-251-2/+9
|
* Can now query for a specified field being changed at a specified time,terry%netscape.com1999-03-241-3/+27
| | | | optionally to a specified value.
* Turns out the javascript I was using was version 1.2, not 1.1. Who knew?terry%netscape.com1999-03-231-1/+1
|
* Patch by David Gardiner <david.gardiner@unisa.edu.au> (with furtherterry%netscape.com1999-03-201-1/+127
| | | | | | | hacks by me): Added javascript magic to adjust component/version lists when products get selected.
* Added new pages to edit existing components.terry%netscape.com1999-03-121-1/+1
|
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-8/+8
| | | | | | put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
* Added a page which describes all the components in a product.terry%netscape.com1999-02-051-1/+1
|
* Allow queries for null target milestone, and allow reseting a targetterry%netscape.com1999-02-041-0/+1
| | | | milestone back to null.
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-8/+53
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* Allow a "not regexp" search of email addresses.terry%netscape.com1999-01-201-0/+1
|
* I guess nobody ever queries for URLs by regexp, since that radioterry%netscape.com1999-01-201-1/+1
| | | | button was completely busted.
* Majorly changed querying of email addresses.terry%netscape.com1999-01-191-8/+71
|
* Allow querying by OS.terry%netscape.com1999-01-161-0/+7
|
* 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