aboutsummaryrefslogtreecommitdiffstats
path: root/query.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 346588: Versions should be sorted using vers_cmp() - Patch by Olav ↵lpsolit%gmail.com2006-08-041-1/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=myk
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-4/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-2/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-0/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-20/+10
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander ↵lpsolit%gmail.com2006-06-161-2/+2
| | | | <mkanat@bugzilla.org> r=LpSolit a=myk
* Bug 335790: Field names in search form lists should be ordered ↵lpsolit%gmail.com2006-05-301-0/+1
| | | | alphabetically - Patch by Toms Baugis <toms.baugis@gmail.com> r=wicked a=myk
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-9/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 306695: Boolean charts forgets "0" values.wurblzap%gmail.com2006-03-311-1/+5
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, bugreport, a=justdave
* Bug 330521: Remove @::legal_product, @::legal_components and ↵lpsolit%gmail.com2006-03-161-41/+14
| | | | @::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2006-03-031-49/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 321213 - spell provided correctlytimeless%mozdev.org2005-12-231-1/+1
| | | | r=lpsolit a=justdave
* Bug 314795: [Oracle] SQL query in query.cgi is missing a spacemkanat%kerio.com2005-11-031-1/+1
| | | | Patch By Lance Larsh <lance.larsh@oracle.com> r=vladd, a=myk
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-2/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com2005-10-141-17/+1
| | | | André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-031-11/+20
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com2005-08-251-3/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 302202: "Odd number of elements in anonymous hash" error when loading ↵lpsolit%gmail.com2005-08-221-2/+2
| | | | query.cgi - Patch by Rob Siklos <robzilla@siklos.ca> r=wicked a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-4/+4
| | | | r=mkanat,wicked a=justdave
* Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-07-211-1/+2
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is ↵lpsolit%gmail.com2005-07-071-2/+1
| | | | missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 288861: Odd number of elements in anonymous hash at query.cgi line 392 - ↵lpsolit%gmail.com2005-04-111-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 238866 : remove %FORM from query.cgitravis%sedsystems.ca2005-03-161-17/+17
| | | | Patch by Teemu Mannermaa <wicked@etlicon.fi> r=gerv a=justdave
* Bug 254347: Use of uninitialized value msg in query.cgimkanat%kerio.com2005-02-191-1/+1
| | | | Patch By Frederic Buclin <LpSolit@gmail.com>, r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-3/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 282128: query.cgi: Eliminate deprecated Bugzilla::DB routinesmkanat%kerio.com2005-02-171-22/+25
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca2005-02-021-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 276840 : Move $::defaultqueryname out of globals.pl into ↵travis%sedsystems.ca2005-01-191-4/+4
| | | | | | Bugzilla/Constants.pm Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 275788: Provide a line of code that defines legal query ↵jocuri%softhome.net2004-12-311-1/+2
| | | | formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
* Bug 275019 - The query page no longer selects the defaults when the only ↵jake%bugzilla.org2004-12-311-1/+9
| | | | | | options passed via the URL are for the boolean charts. r=mkanat, a=justdave
* Patch for bug 271048: Remove confusion when sorting classifications by ↵jocuri%softhome.net2004-12-051-1/+1
| | | | modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-3/+20
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-6/+5
| | | | | | patch by erik,joel r=kiko a=justdave
* Bug 98751: Make it easier to update a stored query.jouni%heikniemi.net2004-07-221-0/+3
| | | | r=gerv, a=justdave
* Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave.kiko%async.com.br2004-07-221-5/+5
|
* Bug 245272: Add per-chart negation to boolean searchesbugreport%peshkin.net2004-07-211-1/+1
| | | | | r=justdave,myk,timeless a=myk
* Bug 250881: Do not set DEFAULT-FORMAT unless standard search is being usedbugreport%peshkin.net2004-07-121-2/+3
| | | | | patch by glob r,a=justdave
* Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); ↵dkl%redhat.com2004-07-081-1/+3
| | | | patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
* 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
|