summaryrefslogtreecommitdiffstats
path: root/query.cgi
AgeCommit message (Collapse)AuthorFilesLines
1999-05-25Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) --terry%mozilla.org1-25/+39
Allow case insensitive and regexp based searches for strings in bugs.
1999-05-13Don't do javascript on browsers older than 4.06; it seems not to be working.terry%mozilla.org1-0/+7
1999-05-13Added user preference controlling how much email they get.terry%mozilla.org1-1/+1
1999-05-11Remember the 'changedin' field when memorizing queries.terry%mozilla.org1-1/+2
1999-05-06Was not properly remembering email addresses in memorized queries.terry%mozilla.org1-1/+1
1999-05-06Allow querying of bug creation times.terry%mozilla.org1-1/+3
1999-04-28Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtmlterry%netscape.com1-4/+9
param to allow people to customize the html put in the <HEAD> portion of generated documents. Also, a few other minor patches.
1999-04-09Patch by jay@invengen.com -- fixed bug 4106 (was busting on IE).terry%netscape.com1-0/+4
1999-03-27Added stuff to make it more obvious how to create an account.terry%netscape.com1-0/+1
1999-03-25On re-reading bug 4133, I see that I should just turn off theterry%netscape.com1-2/+1
javascript stuff on all instances of IE.
1999-03-25Don't try to run our javascript if running on IE4.terry%netscape.com1-2/+9
1999-03-24Can now query for a specified field being changed at a specified time,terry%netscape.com1-3/+27
optionally to a specified value.
1999-03-23Turns out the javascript I was using was version 1.2, not 1.1. Who knew?terry%netscape.com1-1/+1
1999-03-20Patch by David Gardiner <david.gardiner@unisa.edu.au> (with furtherterry%netscape.com1-1/+127
hacks by me): Added javascript magic to adjust component/version lists when products get selected.
1999-03-12Added new pages to edit existing components.terry%netscape.com1-1/+1
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-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.
1999-02-05Added a page which describes all the components in a product.terry%netscape.com1-1/+1
1999-02-04Allow queries for null target milestone, and allow reseting a targetterry%netscape.com1-0/+1
milestone back to null.
1999-01-28Added three new fields (which appear in the UI only if params areterry%netscape.com1-8/+53
turned on): target_milestone, qa_contact, and status_whiteboard.
1999-01-20Allow a "not regexp" search of email addresses.terry%netscape.com1-0/+1
1999-01-20I guess nobody ever queries for URLs by regexp, since that radioterry%netscape.com1-1/+1
button was completely busted.
1999-01-19Majorly changed querying of email addresses.terry%netscape.com1-8/+71
1999-01-16Allow querying by OS.terry%netscape.com1-0/+7
1999-01-16Allow querying of URL.terry%netscape.com1-0/+5
1998-12-04Fixed bug 1746 -- make it say "Submit query" instead of "Submit".terry%netscape.com1-1/+1
1998-11-21Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1-70/+65
1998-11-17Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1-65/+70
1998-10-21fixed typoharrison%netscape.com1-1/+1
1998-10-19created reports.cgi which provide an overview of active bugsharrison%netscape.com1-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-15Removed incorrect comment.terry%netscape.com1-2/+0
1998-09-30Added admin page for changing of default owners (code by Sam Ziegler ↵terry%netscape.com1-0/+1
<sam@ziegler.org>)
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-66/+92
1998-09-03Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying forterry%netscape.com1-1/+1
empty resolution.
1998-09-03Changed the way password validation works. We now keep aterry%netscape.com1-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-01Allow editing of parameters via a web page.terry%netscape.com1-1/+4
1998-08-29Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keepingterry%netscape.com1-12/+0
that stuff in this database.
1998-08-28Fixed bug 538 -- can now search through summary and description fields.terry%netscape.com1-0/+14
1998-08-28The default product is now called "Mozilla".terry%netscape.com1-1/+1
1998-08-26Bugzilla source.terry%netscape.com1-0/+242