aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'release-5.0.6' into bugstestRobin H. Johnson2020-01-271-1/+1
|\
| * no bug - perltidy again, using the latest releasePerl Tidy2019-01-311-1/+1
| * no bug - reformat all the code using the new perltidy rulesPerl Tidy2019-01-301-233/+244
* | Gentoo-local version of 7f3a749d7bd78a3e4aee163f562d7e95b0954b44 w/ Perl-Tidy...Robin H. Johnson2019-12-011-233/+242
|/
* Bug 1191706: When editing flag types, components do not match the selected pr...Frédéric Buclin2016-01-041-5/+14
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-1/+1
* Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ...Simon Green2013-12-181-7/+14
* Bug 891311: Text in the "My Requests" page is misleading about how the AND/OR...Frédéric Buclin2013-09-281-27/+31
* Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham2013-01-021-4/+11
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-10/+1
* Bug 206455: Add radio buttons in request.cgi to use the do_union paramKoosha Khajeh Moogahi2012-05-281-12/+13
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-20/+5
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin2010-07-071-1/+1
* Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...Frédéric Buclin2010-05-141-4/+2
* Bug 373278: Add distinctive marking for security bugs in request.cgiFrédéric Buclin2010-02-201-2/+5
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-1/+1
* Bug 365259: The "Product" select menu in request.cgi doesn't group products b...lpsolit%gmail.com2009-08-091-4/+2
* Bug 471880: More scripts should use the shadow DB instead of the master DB - ...lpsolit%gmail.com2009-01-251-6/+2
* Bug 241198: Don't display disabled flags with no items in the request queue f...lpsolit%gmail.com2008-08-191-5/+13
* Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org2008-08-081-1/+1
* Bug 430398: request.cgi does not filter component select list on distinct val...dkl%redhat.com2008-05-141-0/+17
* Bug 405342: "My requests" is broken - Patch by Frédéric Buclin <LpSolit...lpsolit%gmail.com2007-11-261-1/+10
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com2007-10-121-2/+2
* Bug 399028: Do not display all pending requests by default when the user is l...lpsolit%gmail.com2007-10-091-4/+11
* Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private a...lpsolit%gmail.com2006-10-151-9/+8
* Bug 274187: request.cgi should use the shadow database - Patch by Frédéric ...lpsolit%gmail.com2006-09-051-6/+10
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
* Bug 345652: request.cgi should look at flags.modification_date instead of fla...lpsolit%gmail.com2006-07-251-4/+4
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com2006-07-251-8/+4
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-3/+4
* 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-2/+4
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-1/+4
* Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com2006-05-301-15/+12
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-3/+0
* Bug 329783: SQL crash in request.cgi when the status field is used - Patch by...lpsolit%gmail.com2006-03-091-14/+17
* Bug 288557: Show in the request queue those requests tied to secure bugs for ...lpsolit%gmail.com2005-11-161-3/+5
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com2005-10-261-10/+16
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-031-22/+12
* Bug 212856: Request queue doesn't validate email addresses - Patch by Frédé...lpsolit%gmail.com2005-08-311-1/+15
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com2005-07-081-2/+4
* Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clausemkanat%kerio.com2005-04-161-30/+25
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-23/+24
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-2/+9
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-1/+2
* Fix for bug 241814: properly trim component fields according to product selec...myk%mozilla.org2004-12-141-1/+1