aboutsummaryrefslogtreecommitdiffstats
path: root/query.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 245077: The "Find a specific bug" tab is now the default query when you ↵justdave%bugzilla.org2004-07-071-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
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* Adding a comment to avoid further dupes of bug 97736 -- and alsokiko%async.com.br2004-02-121-0/+2
| | | | | | because I keep forgetting about the real reason it's there :-) Comment-only change.
* Fix for bug 190611: Query page crashes if any product has no versions ↵jocuri%softhome.net2003-11-011-0/+5
| | | | defined; r=kiko; a=justdave.
* Bug 218523 - undefined warning in query.cgi. Patch by gerv; r,a=justdave.gerv%gerv.net2003-09-081-1/+1
|
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-1/+2
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-1/+8
|
* Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵myk%mozilla.org2003-06-241-13/+1
| | | | | | | fields so third-party clients can populate search forms with the list. r=gerv a=myk
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-8/+9
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-3/+8
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 184081 Change search interfaces to use Viewable products instead of ↵bugreport%peshkin.net2002-12-101-1/+1
| | | | | | | enterable products r=bbaetz a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-8/+3
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ↵gerv%gerv.net2002-11-131-1/+1
| | | | r=joel.
* Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net2002-10-291-1/+2
| | | | 2xr=joel.
* Bug 171278 - component/product ids mean that you can't do change queries onbbaetz%student.usyd.edu.au2002-10-261-1/+14
| | | | | component/product r=gerv
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-1/+17
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, ↵gerv%gerv.net2002-10-081-1/+1
| | | | rearranged UI, better API for new report types. Patch by gerv; r=joel.
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-251-1/+3
|
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-13/+13
| | | | r=bbaetz, gerv
* 160476 - boolean chart addition doesn't keep query template format. Patch by ↵gerv%gerv.net2002-09-201-1/+8
| | | | gerv; r=myk.
* Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net2002-09-181-3/+3
| | | | "ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 160557 - products that start with _ do not show up properly in ↵gerv%gerv.net2002-08-111-30/+18
| | | | query.cgi. Patch by pbaker@where2getit.com and gerv; r=bbaetz.
* Backing out change I accidentally made while checking in fix for bug 137855.myk%mozilla.org2002-06-111-1/+0
|
* Fix for bug 150703: Adds format support to query.cgi.myk%mozilla.org2002-06-111-1/+3
| | | | 2rx=gerv
* Bug 145702 - query.cgi doesn't always ConnectToDatabase() early enoughbbaetz%student.usyd.edu.au2002-06-031-1/+2
| | | | r=justdave, preed
* Remove confusing comment referring make_options, which this CGI no longer ↵gerv%gerv.net2002-04-261-5/+0
| | | | calls. No bug number.
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-3/+2
| | | | afranke.
* Bug 118774 - The keyword field wasn't showing up because have_keywords ↵jake%acutex.net2002-02-201-1/+1
| | | | | | | wasn't being properly set before passing it on to the template. Patch by Jeff Lawson <jlawson@bovine.net> r= jake, justdave
* Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au2002-02-131-62/+20
| | | | r=mattyt, afranke
* Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au2002-02-051-2/+1
| | | | r=justdave, gerv
* Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, ↵gerv%gerv.net2001-11-191-878/+238
| | | | r=justdave, mattyt. Wahey!
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-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
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com2001-10-131-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
* Fix for bug 91486: Add "changed from" option to the boolean chart.myk%mozilla.org2001-10-131-0/+1
| | | | | Patch by Stephen Lee <slee@uk.bnsmc.com>. r=myk@mozilla.org
* Fix for bug 58436 - javascript strict warnings in query.cgijake%acutex.net2001-09-141-11/+12
| | | | | Patch by Christian Reis <kiko@async.com.br> r= caillon@returnzero.com, jake@acutex.net
* Fix for bug 8647 - Add an option to the query page to sort by Last Changed date.jake%acutex.net2001-09-101-1/+1
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net x2
* Fix for bug 42810 - Bugzilla would choke if your product name contained a ' ↵jake%acutex.net2001-09-011-1/+1
| | | | | | | mark. Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, caillon@returnzero.com
* Fix for bug 96534: The version, component, and milestone select lists on the ↵justdave%syndicomm.com2001-08-311-149/+246
| | | | | | | | query page were slow to reflow when you changed the product in the first select list. This patch is a complete rewrite from scratch of the javascript used on query.cgi, which results in an approximately 700% speed increase in the reflow time when changing the selected product. Patch by Chris Lahey <clahey@ximian.com> and Christian Reis <kiko@async.com.br> Javascript changes r= caillon@returnzero.com, louie@ximian.com Perl changes r= jake@acutex.net, justdave@syndicomm.com
* Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.jake%acutex.net2001-08-141-2/+1
| | | | r= justdave@syndicomm.com
* Fix for bug 65190: add comparison type "all words as substrings" and "any ↵justdave%syndicomm.com2001-06-021-1/+5
| | | | | | | words as substrings" to the text fields in query.cgi Patch by Andreas Franke <afranke@ags.uni-sb.de> r= justdave@syndicomm.com
* Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" ↵justdave%syndicomm.com2001-05-301-2/+4
| | | | | | | in use at query.cgi due to no components defined in a product. Patch by Matthias Radestock <matthias@sorted.org> r= justdave@syndicomm.com
* Fix for bug 18349: query.cgi target_milestone value does not reload SELECTed ↵justdave%syndicomm.com2001-04-101-1/+1
| | | | | | | item. Patch by <jake@acutex.net> r= justdave
* Fix for bug 72379: query.cgi component value does not reload SELECTed item.justdave%syndicomm.com2001-04-101-6/+6
| | | | | Patch by Myl Melez <myk@mozilla.org> r= jake, justdave
* Making query.cgi use the new queryhelp.cgi doctara%tequilarista.org2001-03-071-26/+31
|
* fix for 58436: javascript strict warnings in query.cgicyeh%bluemartini.com2001-03-011-4/+12
| | | | | patch submitted by sidney@sidney.com (Sidney Markowitz) wrap javascript around Param("usetargetmilestone")
* fix for 58436 : javascript strict warnings in query.cgicyeh%bluemartini.com2001-02-211-1/+1
| | | | changed to f.target_milestone
* fix for 65396:cyeh%bluemartini.com2001-02-161-4/+6
| | | | | Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
* Landing patch for bug #58436 from Henrik Gemaltara%tequilarista.org2001-01-181-12/+12
|