summaryrefslogtreecommitdiffstats
path: root/query.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-02-02Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca1-1/+1
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-01-19Bug 276840 : Move $::defaultqueryname out of globals.pl into ↵travis%sedsystems.ca1-4/+4
Bugzilla/Constants.pm Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
2004-12-31Patch for bug 275788: Provide a line of code that defines legal query ↵jocuri%softhome.net1-1/+2
formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
2004-12-31Bug 275019 - The query page no longer selects the defaults when the only ↵jake%bugzilla.org1-1/+9
options passed via the URL are for the boolean charts. r=mkanat, a=justdave
2004-12-05Patch for bug 271048: Remove confusion when sorting classifications by ↵jocuri%softhome.net1-1/+1
modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave.
2004-08-21Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net1-3/+20
etc.) patch by Albert Ting r=joel, glob a=myk
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-6/+5
patch by erik,joel r=kiko a=justdave
2004-07-22Bug 98751: Make it easier to update a stored query.jouni%heikniemi.net1-0/+3
r=gerv, a=justdave
2004-07-22Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave.kiko%async.com.br1-5/+5
2004-07-21Bug 245272: Add per-chart negation to boolean searchesbugreport%peshkin.net1-1/+1
r=justdave,myk,timeless a=myk
2004-07-12Bug 250881: Do not set DEFAULT-FORMAT unless standard search is being usedbugreport%peshkin.net1-2/+3
patch by glob r,a=justdave
2004-07-08Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); ↵dkl%redhat.com1-1/+3
patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
2004-07-07Bug 245077: The "Find a specific bug" tab is now the default query when you ↵justdave%bugzilla.org1-4/+21
go to query.cgi. To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited. Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-4/+4
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2004-02-12Adding a comment to avoid further dupes of bug 97736 -- and alsokiko%async.com.br1-0/+2
because I keep forgetting about the real reason it's there :-) Comment-only change.
2003-11-01Fix for bug 190611: Query page crashes if any product has no versions ↵jocuri%softhome.net1-0/+5
defined; r=kiko; a=justdave.
2003-09-08Bug 218523 - undefined warning in query.cgi. Patch by gerv; r,a=justdave.gerv%gerv.net1-1/+1
2003-09-03Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org1-1/+2
of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-1/+8
2003-06-24Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵myk%mozilla.org1-13/+1
fields so third-party clients can populate search forms with the list. r=gerv a=myk
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-8/+9
r=myk,jake
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-3/+8
r=joel, a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2002-12-10Bug 184081 Change search interfaces to use Viewable products instead of ↵bugreport%peshkin.net1-1/+1
enterable products r=bbaetz a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-8/+3
Patch by joel r=bbaetz,justdave a=justdave
2002-11-13Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ↵gerv%gerv.net1-1/+1
r=joel.
2002-10-29Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net1-1/+2
2xr=joel.
2002-10-26Bug 171278 - component/product ids mean that you can't do change queries onbbaetz%student.usyd.edu.au1-1/+14
component/product r=gerv
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-1/+17
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
2002-10-08Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, ↵gerv%gerv.net1-1/+1
rearranged UI, better API for new report types. Patch by gerv; r=joel.
2002-09-25Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net1-1/+3
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-13/+13
r=bbaetz, gerv
2002-09-20160476 - boolean chart addition doesn't keep query template format. Patch by ↵gerv%gerv.net1-1/+8
gerv; r=myk.
2002-09-18Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net1-3/+3
"ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-11Bug 160557 - products that start with _ do not show up properly in ↵gerv%gerv.net1-30/+18
query.cgi. Patch by pbaker@where2getit.com and gerv; r=bbaetz.
2002-06-11Backing out change I accidentally made while checking in fix for bug 137855.myk%mozilla.org1-1/+0
2002-06-11Fix for bug 150703: Adds format support to query.cgi.myk%mozilla.org1-1/+3
2rx=gerv
2002-06-03Bug 145702 - query.cgi doesn't always ConnectToDatabase() early enoughbbaetz%student.usyd.edu.au1-1/+2
r=justdave, preed
2002-04-26Remove confusing comment referring make_options, which this CGI no longer ↵gerv%gerv.net1-5/+0
calls. No bug number.
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-3/+2
afranke.
2002-02-20Bug 118774 - The keyword field wasn't showing up because have_keywords ↵jake%acutex.net1-1/+1
wasn't being properly set before passing it on to the template. Patch by Jeff Lawson <jlawson@bovine.net> r= jake, justdave
2002-02-13Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au1-62/+20
r=mattyt, afranke
2002-02-05Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au1-2/+1
r=justdave, gerv
2001-11-19Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, ↵gerv%gerv.net1-878/+238
r=justdave, mattyt. Wahey!
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-40/+40
remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
2001-10-13Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com1-1/+1
each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi. Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
2001-10-13Fix for bug 91486: Add "changed from" option to the boolean chart.myk%mozilla.org1-0/+1
Patch by Stephen Lee <slee@uk.bnsmc.com>. r=myk@mozilla.org
2001-09-14Fix for bug 58436 - javascript strict warnings in query.cgijake%acutex.net1-11/+12
Patch by Christian Reis <kiko@async.com.br> r= caillon@returnzero.com, jake@acutex.net
2001-09-10Fix for bug 8647 - Add an option to the query page to sort by Last Changed date.jake%acutex.net1-1/+1
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net x2