aboutsummaryrefslogtreecommitdiffstats
path: root/query.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 471880: More scripts should use the shadow DB instead of the master DB - ...lpsolit%gmail.com2009-01-251-0/+3
* Bug 377956: Tabular and graphical reports should support single-select custom...lpsolit%gmail.com2009-01-031-3/+15
* Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when...mkanat%bugzilla.org2008-03-271-0/+1
* Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ...lpsolit%gmail.com2008-03-171-0/+1
* Bug 395460: Make multi-select fields searchablemkanat%bugzilla.org2008-02-041-2/+0
* Bug 403824: Replace table locks in most Bugzilla files with transactions - Pa...lpsolit%gmail.com2007-11-151-2/+2
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in c...mkanat%bugzilla.org2007-10-081-0/+1
* Bug 203951: Setting your default query to include boolean charts doesn't work...lpsolit%gmail.com2007-09-231-6/+11
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-4/+15
* Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org2007-03-161-1/+1
* Bug 365376: query.cgi: Use of uninitialized value at line 178 - Patch by FrÃ...lpsolit%gmail.com2006-12-301-1/+1
* Bug 365300: [mod_perl] Editing a saved search does not re-populate the search...lpsolit%gmail.com2006-12-301-28/+11
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
* Bug 346588: Versions should be sorted using vers_cmp() - Patch by Olav Vitter...lpsolit%gmail.com2006-08-041-1/+2
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-1/+1
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-4/+4
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-2/+2
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-06-201-0/+1
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-20/+10
* Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com2006-06-161-2/+2
* Bug 335790: Field names in search form lists should be ordered alphabetically...lpsolit%gmail.com2006-05-301-0/+1
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-9/+1
* Bug 306695: Boolean charts forgets "0" values.wurblzap%gmail.com2006-03-311-1/+5
* Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com2006-03-161-41/+14
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-2/+2
* Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2006-03-031-49/+14
* Bug 321213 - spell provided correctlytimeless%mozdev.org2005-12-231-1/+1
* Bug 314795: [Oracle] SQL query in query.cgi is missing a spacemkanat%kerio.com2005-11-031-1/+1
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by And...lpsolit%gmail.com2005-10-141-17/+1
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-031-11/+20
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-3/+3
* Bug 302202: "Odd number of elements in anonymous hash" error when loading que...lpsolit%gmail.com2005-08-221-2/+2
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-4/+4
* Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2005-07-211-1/+2
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com2005-07-071-2/+1
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
* Bug 288861: Odd number of elements in anonymous hash at query.cgi line 392 - ...lpsolit%gmail.com2005-04-111-1/+1
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Bug 238866 : remove %FORM from query.cgitravis%sedsystems.ca2005-03-161-17/+17
* Bug 254347: Use of uninitialized value msg in query.cgimkanat%kerio.com2005-02-191-1/+1
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-3/+3
* Bug 282128: query.cgi: Eliminate deprecated Bugzilla::DB routinesmkanat%kerio.com2005-02-171-22/+25
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-1/+1
* Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca2005-02-021-1/+1
* Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constan...travis%sedsystems.ca2005-01-191-4/+4
* Patch for bug 275788: Provide a line of code that defines legal query formats...jocuri%softhome.net2004-12-311-1/+2
* Bug 275019 - The query page no longer selects the defaults when the only opti...jake%bugzilla.org2004-12-311-1/+9