aboutsummaryrefslogtreecommitdiffstats
path: root/query.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 599953: Editing an advanced search doesn't remember values passed to ↵Frédéric Buclin2010-10-141-4/+6
| | | | | | discrete custom fields added by extensions r/a=mkanat
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-1/+1
| | | | r/a=mkanat
* Bug 547863: Stop supporting upgrades from 2.8Max Kanat-Alexander2010-03-071-38/+0
| | | | r=LpSolit, a=mkanat
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+1
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵Frédéric Buclin2010-02-011-1/+1
| | | | | | bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-1/+1
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 524669: Allow every simple field in fielddefs to be specified directly ↵mkanat%bugzilla.org2009-11-091-4/+2
| | | | | | in search URLs. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gerv, a=mkanat
* Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard ↵lpsolit%gmail.com2009-10-271-1/+1
| | | | params - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org2009-08-111-2/+0
| | | | | | to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-10/+6
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 448690: Changing columns after editing a saved search forgets edits - ↵wicked%sci.fi2009-07-141-0/+1
| | | | Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵lpsolit%gmail.com2009-01-251-0/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 377956: Tabular and graphical reports should support single-select ↵lpsolit%gmail.com2009-01-031-3/+15
| | | | custom fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵mkanat%bugzilla.org2008-03-271-0/+1
| | | | | | when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵lpsolit%gmail.com2008-03-171-0/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 395460: Make multi-select fields searchablemkanat%bugzilla.org2008-02-041-2/+0
| | | | Patch By Ronaldo Maia <romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat<romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
* Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵lpsolit%gmail.com2007-11-151-2/+2
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in ↵mkanat%bugzilla.org2007-10-081-0/+1
| | | | | | current CVS HEAD Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 203951: Setting your default query to include boolean charts doesn't ↵lpsolit%gmail.com2007-09-231-6/+11
| | | | work - Patch by Todd Stansell <tjs@tellme.com> and GavinS <bugzilla@chimpychompy.org> r=joel a=LpSolit
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-4/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org2007-03-161-1/+1
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 365376: query.cgi: Use of uninitialized value at line 178 - Patch by ↵lpsolit%gmail.com2006-12-301-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 365300: [mod_perl] Editing a saved search does not re-populate the ↵lpsolit%gmail.com2006-12-301-28/+11
| | | | search page - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* 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