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

144 Коммитов

Автор SHA1 Сообщение Дата
lpsolit%gmail.com 234ae99258 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 5c84708e79 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 acdcda36e6 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 48a0ca6d12 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 e756868760 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 9bc2185ac6 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 fd004ec81d 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 dcc684f3c2 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 ee77b80a96 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 9d391f0068 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 7357b90379 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 75fde6f97d 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 b5e7f24279 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 a07963370c 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 45648706f7 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 acf1c9bb02 Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave. 2004-07-21 21:17:05 +00:00
bugreport%peshkin.net b6b3158289 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 320e1fe2c7 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 1826275d29 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 efd7a21c4b 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 b87ad5c610 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 4b4b25f540 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 5cfa7941cb 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 b3a08a2637 Bug 218523 - undefined warning in query.cgi. Patch by gerv; r,a=justdave. 2003-09-07 22:06:39 +00:00
myk%mozilla.org 827b7cf498 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 92e580113f Bug 16009 - generic charting. Patch by gerv; r,a=justdave. 2003-06-25 23:23:13 +00:00
myk%mozilla.org 553ca4f7a0 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 7177c5af4a Bug 180635 - Enhance Bugzilla::User to store additional information
r=myk,jake
2003-06-03 09:48:15 +00:00
bbaetz%acm.org cf4e631923 Bug 201816 - use CGI.pm for header output
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
jake%bugzilla.org 774aa5e232 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 97a69e9311 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 9f713c8ded Bug 147275 Rearchitect product groups
Patch by joel
r=bbaetz,justdave
a=justdave
2002-11-24 19:56:34 +00:00
gerv%gerv.net 293d0737ad 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 c03cb01f08 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 d8e824058f 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 20bd6fa0ec 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 2d635934d5 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 32c5d35269 Bug 12282 - General summary reports. Patch by gerv; r=joel. 2002-09-25 07:11:45 +00:00
bugreport%peshkin.net 342d43845b bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
r=bbaetz, gerv
2002-09-22 17:15:13 +00:00
gerv%gerv.net ee449a7d6a 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 29e347e553 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 aacda75fc3 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 b56f365338 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 f4ce827087 Backing out change I accidentally made while checking in fix for bug 137855. 2002-06-11 02:25:29 +00:00
myk%mozilla.org a5786f2a6c 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 cfe0176e79 Bug 145702 - query.cgi doesn't always ConnectToDatabase() early enough
r=justdave, preed
2002-06-03 01:41:43 +00:00
gerv%gerv.net 41ad537822 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 db4ad2cb68 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 a98a65dcb9 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 bebcb1671a Bug 100094 - use generic template handling code
r=mattyt, afranke
2002-02-13 02:27:24 +00:00