Граф коммитов

144 Коммитов

Автор SHA1 Сообщение Дата
lpsolit%gmail.com 6d64cc0c06 Bug 288861: Odd number of elements in anonymous hash at query.cgi line 392 - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-04-10 17:37:57 +00:00
travis%sedsystems.ca 3d0f288895 Bug 283581 : Move UserInGroup out of globals.pl
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>   r=mkanat  a=justdave
2005-03-15 22:10:14 +00:00
travis%sedsystems.ca b7c47c02f1 Bug 238866 : remove %FORM from query.cgi
Patch by Teemu Mannermaa <wicked@etlicon.fi>   r=gerv  a=justdave
2005-03-15 16:04:00 +00:00
mkanat%kerio.com 73d632401b Bug 254347: Use of uninitialized value msg in query.cgi
Patch By Frederic Buclin <LpSolit@gmail.com>, r=mkanat, a=justdave
2005-02-18 17:34:19 +00:00
mkanat%kerio.com e1a59dde23 Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-17 21:57:27 +00:00
mkanat%kerio.com 140dcddc4f Bug 282128: query.cgi: Eliminate deprecated Bugzilla::DB routines
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-16 18:59:36 +00:00
mkanat%kerio.com 98939fc29f Bug 237862: New database layer for cross-database compatibility
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-16 18:11:07 +00:00
travis%sedsystems.ca 42b5ff9295 Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=vladd  a=justdave
2005-02-01 16:26:26 +00:00
travis%sedsystems.ca 4ca38535e9 Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constants.pm
Patch by Max K-A <mkanat@kerio.com>    r=vladd    a=justdave
2005-01-18 16:53:50 +00:00
jocuri%softhome.net cbdbef47b4 Patch for bug 275788: Provide a line of code that defines legal query formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave. 2004-12-31 08:00:51 +00:00
jake%bugzilla.org bdfb5b38b2 Bug 275019 - The query page no longer selects the defaults when the only options passed via the URL are for the boolean charts.
r=mkanat, a=justdave
2004-12-31 07:00:03 +00:00
jocuri%softhome.net e7cfde48e7 Patch for bug 271048: Remove confusion when sorting classifications by modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave. 2004-12-05 14:18:59 +00:00
bugreport%peshkin.net b29bf6770a Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
patch by Albert Ting
r=joel, glob
a=myk
2004-08-20 21:49:20 +00:00
bugreport%peshkin.net d013e1a35e Bug 253588: Change Bugzilla->user to be usable even for a logged-out user
patch by erik,joel
r=kiko
a=justdave
2004-07-31 02:27:26 +00:00
jouni%heikniemi.net 10893be580 Bug 98751: Make it easier to update a stored query.
r=gerv, a=justdave
2004-07-22 05:14:14 +00:00
kiko%async.com.br a947103290 Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave. 2004-07-21 21:17:05 +00:00
bugreport%peshkin.net 97a92c4b85 Bug 245272: Add per-chart negation to boolean searches
r=justdave,myk,timeless
a=myk
2004-07-20 21:46:47 +00:00
bugreport%peshkin.net ccc50e38e8 Bug 250881: Do not set DEFAULT-FORMAT unless standard search is being used
patch by glob
r,a=justdave
2004-07-12 05:07:33 +00:00
dkl%redhat.com 8b6c4453a2 Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave 2004-07-08 02:19:42 +00:00
justdave%bugzilla.org 8a130479c5 Bug 245077: The "Find a specific bug" tab is now the default query when you 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-07-07 06:02:33 +00:00
kiko%async.com.br 6f3fb84923 Fix for bug 234175: Remove deprecated ConnectToDatabase() and
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-03-27 03:51:44 +00:00
kiko%async.com.br aee5a712dc Adding a comment to avoid further dupes of bug 97736 -- and also
because I keep forgetting about the real reason it's there :-)

Comment-only change.
2004-02-12 04:45:17 +00:00
jocuri%softhome.net 27771f7247 Fix for bug 190611: Query page crashes if any product has no versions defined; r=kiko; a=justdave. 2003-10-31 19:06:59 +00:00
gerv%gerv.net c14d1a236b Bug 218523 - undefined warning in query.cgi. Patch by gerv; r,a=justdave. 2003-09-07 22:06:39 +00:00
myk%mozilla.org f7b851cd87 Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries.
r=bbaetz
a=myk
2003-09-03 02:03:48 +00:00
gerv%gerv.net a5a1140ff7 Bug 16009 - generic charting. Patch by gerv; r,a=justdave. 2003-06-25 23:23:13 +00:00
myk%mozilla.org d3f78ee8d3 Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list.
r=gerv
a=myk
2003-06-23 18:01:39 +00:00
bbaetz%acm.org c1e4afb682 Bug 180635 - Enhance Bugzilla::User to store additional information
r=myk,jake
2003-06-03 09:48:15 +00:00
bbaetz%acm.org 325350ad59 Bug 201816 - use CGI.pm for header output
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
jake%bugzilla.org 3c915014e3 Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
bugreport%peshkin.net 2fba29c0b6 Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz
a=justdave
2002-12-10 14:17:05 +00:00
bugreport%peshkin.net 13e1ecfa4d Bug 147275 Rearchitect product groups
Patch by joel
r=bbaetz,justdave
a=justdave
2002-11-24 19:56:34 +00:00
gerv%gerv.net 564f823d97 Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; r=joel. 2002-11-13 08:29:18 +00:00
gerv%gerv.net 0c20d31251 Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; 2xr=joel. 2002-10-29 07:44:18 +00:00
bbaetz%student.usyd.edu.au d1b6460a8e Bug 171278 - component/product ids mean that you can't do change queries on
component/product
r=gerv
2002-10-26 01:01:41 +00:00
bugreport%peshkin.net dd8abb1dbb Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields
patch by jeff.hedlund@matrixsi.com
2xr=joel,justdave
2002-10-13 04:26:24 +00:00
gerv%gerv.net 114f9c419d Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, rearranged UI, better API for new report types. Patch by gerv; r=joel. 2002-10-08 06:41:28 +00:00
gerv%gerv.net 8d6e59e08f Bug 12282 - General summary reports. Patch by gerv; r=joel. 2002-09-25 07:11:45 +00:00
bugreport%peshkin.net 1c0ddbd1ae bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
r=bbaetz, gerv
2002-09-22 17:15:13 +00:00
gerv%gerv.net 37d08f059f 160476 - boolean chart addition doesn't keep query template format. Patch by gerv; r=myk. 2002-09-19 21:05:17 +00:00
gerv%gerv.net c14171212a Bug 146495 - clean up format ambiguities. We now have separate "format" and "ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk. 2002-09-17 23:28:24 +00:00
bbaetz%student.usyd.edu.au 2b781fd427 Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
2002-08-26 06:17:26 +00:00
gerv%gerv.net 98e5003b0a Bug 160557 - products that start with _ do not show up properly in query.cgi. Patch by pbaker@where2getit.com and gerv; r=bbaetz. 2002-08-11 07:50:59 +00:00
myk%mozilla.org 0cfe7d6788 Backing out change I accidentally made while checking in fix for bug 137855. 2002-06-11 02:25:29 +00:00
myk%mozilla.org e7ab4e4520 Fix for bug 150703: Adds format support to query.cgi.
2rx=gerv
2002-06-10 22:38:48 +00:00
bbaetz%student.usyd.edu.au 34fc077f95 Bug 145702 - query.cgi doesn't always ConnectToDatabase() early enough
r=justdave, preed
2002-06-03 01:41:43 +00:00
gerv%gerv.net 9fae438c01 Remove confusing comment referring make_options, which this CGI no longer calls. No bug number. 2002-04-25 19:40:59 +00:00
gerv%gerv.net 3bc9d4ca2b Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 07:24:50 +00:00
jake%acutex.net 88e1d104d4 Bug 118774 - The keyword field wasn't showing up because have_keywords wasn't being properly set before passing it on to the template.
Patch by Jeff Lawson <jlawson@bovine.net>
r= jake, justdave
2002-02-19 20:50:18 +00:00
bbaetz%student.usyd.edu.au b798365389 Bug 100094 - use generic template handling code
r=mattyt, afranke
2002-02-13 02:27:24 +00:00