summaryrefslogtreecommitdiffstats
path: root/query.cgi
AgeCommit message (Collapse)AuthorFilesLines
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
2001-09-01Fix for bug 42810 - Bugzilla would choke if your product name contained a ' ↵jake%acutex.net1-1/+1
mark. Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, caillon@returnzero.com
2001-08-31Fix for bug 96534: The version, component, and milestone select lists on the ↵justdave%syndicomm.com1-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
2001-08-14Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.jake%acutex.net1-2/+1
r= justdave@syndicomm.com
2001-06-02Fix for bug 65190: add comparison type "all words as substrings" and "any ↵justdave%syndicomm.com1-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
2001-05-30Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" ↵justdave%syndicomm.com1-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
2001-04-10Fix for bug 18349: query.cgi target_milestone value does not reload SELECTed ↵justdave%syndicomm.com1-1/+1
item. Patch by <jake@acutex.net> r= justdave
2001-04-10Fix for bug 72379: query.cgi component value does not reload SELECTed item.justdave%syndicomm.com1-6/+6
Patch by Myl Melez <myk@mozilla.org> r= jake, justdave
2001-03-07Making query.cgi use the new queryhelp.cgi doctara%tequilarista.org1-26/+31
2001-03-01fix for 58436: javascript strict warnings in query.cgicyeh%bluemartini.com1-4/+12
patch submitted by sidney@sidney.com (Sidney Markowitz) wrap javascript around Param("usetargetmilestone")
2001-02-21fix for 58436 : javascript strict warnings in query.cgicyeh%bluemartini.com1-1/+1
changed to f.target_milestone
2001-02-16fix for 65396:cyeh%bluemartini.com1-4/+6
Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
2001-01-18Landing patch for bug #58436 from Henrik Gemaltara%tequilarista.org1-12/+12
2000-11-21Fix for bug 45586: Component, Version, and Milestone values are no longerdave%intrec.com1-15/+47
shown that belong to products the user can't see if usebuggroups is active. Patch by Matthias Radestock <rade@lshift.net>
2000-09-14fix for 13626: loaded query doesn't show "Sort By" correctly.cyeh%bluemartini.com1-0/+2
patch by dave@intrec.com
2000-08-31fix for 40603: query.cgi shutdownhtml PutHeadercyeh%bluemartini.com1-0/+5
patch submitted by JRobertson@medevolve.com (Jon Robertson)
2000-08-22fix for #39044 : Some vers. of some browsers give a script warning on query ↵cyeh%bluemartini.com1-27/+28
page when not using milestones. patch submitted by nkiesel@tbdnetworks.com
2000-08-08fix for bug 42089: change wording of link from "create new bug" tocyeh%bluemartini.com1-1/+1
"report new bug". r=timeless@bemail.org, cyeh@bluemartini.com, patch submitted by zach@zachlipton.com
2000-07-19Fix for bug 45586. When using 'usebuggroupsentry', prevent users fromdave%intrec.com1-2/+17
seeing products the don't have access to on the query page.
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-1/+43
of different target milestones by product.
2000-02-15Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the ↵terry%mozilla.org1-16/+11
Javascript behave under IE5 and under Netscape 3.x
2000-02-09Get rid of a bit of unused Javascript code.terry%mozilla.org1-2/+0
2000-02-01The "And" and "Or" buttons now work faster, if you have Javascriptterry%mozilla.org1-4/+6
enabled. (If you don't have Javascript, they work just like they did before.)
2000-01-28Was crashing if you weren't already logged in.terry%mozilla.org1-0/+1