summaryrefslogtreecommitdiffstats
path: root/query.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-3/+3
r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2015-03-19Bug 342113: Allow custom fields to appear as a discrete field in the search formAlbert Ting1-0/+9
r=glob,a=glob
2015-01-13Bug 832095 - Request new buglist/query hooksAlbert Ting1-6/+8
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-3/+6
r=dkl, a=glob
2013-12-02Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin1-1/+1
r=sgreen a=justdave
2013-04-11Bug 860723: Custom fields are shown twice in report axis selectorsPami Ketolainen1-7/+0
r/a=LpSolit
2012-12-02Bug 443306: Unused fields should not show up in boolean chartsSunil Joshi1-1/+15
r/a=LpSolit
2012-11-26Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin1-3/+3
timetracking group r=dkl a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-05-29Bug 754673 - CSRF vulnerability in query.cgi allows possible unauthorized ↵Reed Loden1-0/+3
use of "Set my default search back to the system default" [r=LpSolit a=LpSolit]
2012-04-12Bug 744823 - Deadline throws error when selected in change history field ↵Dave Lawrence1-0/+1
list in query.cgi when not in time tracking group r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-24/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-09-07Bug 684744: All fields in the "People" section are reset when clicking "Edit ↵Frédéric Buclin1-1/+1
Search" r=glob a=LpSolit
2011-09-01Fix an error in the patch from bug 636416, see comment 15Frédéric Buclin1-1/+1
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-2/+2
r=timello a=LpSolit
2011-08-09Bug 636416: Use the standard value-controller javascript to control theMax Kanat-Alexander1-23/+43
drop-down fields on the Advanced Search page. r=glob, a=mkanat
2011-06-14Bug 660866: Allow editing of old "boolean chart" searches using the newMax Kanat-Alexander1-0/+10
"custom search" UI controls on the advanced search form. r=mkanat, a=mkanat (module owner)
2011-05-31Bug 647649: Change the old "Boolean Charts" UI into the new AND/ORMax Kanat-Alexander1-91/+15
"Custom Search" UI. r=timello, a=mkanat
2010-10-14Bug 599953: Editing an advanced search doesn't remember values passed to ↵Frédéric Buclin1-4/+6
discrete custom fields added by extensions r/a=mkanat
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-1/+1
r/a=mkanat
2010-03-08Bug 547863: Stop supporting upgrades from 2.8Max Kanat-Alexander1-38/+0
r=LpSolit, a=mkanat
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-1/+1
r=mkanat, a=mkanat, a=LpSolit
2010-02-01Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵Frédéric Buclin1-1/+1
bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-11-10Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com1-1/+1
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
2009-11-09Bug 524669: Allow every simple field in fielddefs to be specified directly ↵mkanat%bugzilla.org1-4/+2
in search URLs. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gerv, a=mkanat
2009-10-27Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard ↵lpsolit%gmail.com1-1/+1
params - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org1-2/+0
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-07-18 Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com1-10/+6
patch by ghendricks@novell.com r=LpSolit, a=LpSolit
2009-07-14Bug 448690: Changing columns after editing a saved search forgets edits - ↵wicked%sci.fi1-0/+1
Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
2009-01-25Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵lpsolit%gmail.com1-0/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-03Bug 377956: Tabular and graphical reports should support single-select ↵lpsolit%gmail.com1-3/+15
custom fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-03-27Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵mkanat%bugzilla.org1-0/+1
when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-03-17Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵lpsolit%gmail.com1-0/+1
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-02-04Bug 395460: Make multi-select fields searchablemkanat%bugzilla.org1-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
2007-11-15Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵lpsolit%gmail.com1-2/+2
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-08Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in ↵mkanat%bugzilla.org1-0/+1
current CVS HEAD Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-09-23Bug 203951: Setting your default query to include boolean charts doesn't ↵lpsolit%gmail.com1-6/+11
work - Patch by Todd Stansell <tjs@tellme.com> and GavinS <bugzilla@chimpychompy.org> r=joel a=LpSolit
2007-09-08Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org1-4/+15
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org1-1/+1
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2006-12-30Bug 365376: query.cgi: Use of uninitialized value at line 178 - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-12-30Bug 365300: [mod_perl] Editing a saved search does not re-populate the ↵lpsolit%gmail.com1-28/+11
search page - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-08-04Bug 346588: Versions should be sorted using vers_cmp() - Patch by Olav ↵lpsolit%gmail.com1-1/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave