summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+9
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-9/+22
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+9
local symlink to data/ directory
2014-08-01Fixed t/011pod.t errors on my development systemDavid Lawrence1-13/+31
2014-03-04Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)Byron Jones1-2/+10
2013-07-10Bug 822980 - backport bug 815532 to bmo (Bugzilla::User objects should be ↵Dave Lawrence1-1/+2
cached where appropriate) r=glob
2013-03-27Bug 855414 - Editing of FlagTypeComment values for each status is broken due ↵Dave Lawrence1-0/+6
to the 4.2 upgrade
2012-11-14merged with bugzilla/4.2Dave Lawrence1-2/+2
2012-10-12s/sortey/sortkey/gFrédéric Buclin1-2/+2
2012-05-22merged with bugzilla/4.2Dave Lawrence1-2/+12
2012-05-21Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is ↵Frédéric Buclin1-2/+12
not a number a=LpSolit
2012-01-31merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-01-31Bug 714472: (CVE-2012-0448) [SECURITY] utf8 homoglyphs are allowed in email ↵Frédéric Buclin1-1/+1
addresses, which could allow an attacker to be CC'ed to private bugs by accident r=glob a=LpSolit
2012-01-09715477: Inactive but set flags are no longer visible when editing a bugDave Lawrence1-1/+6
https://bugzilla.mozilla.org/show_bug.cgi?id=715477
2011-09-18Bug 687247: Bugzilla crashes when creating a new flagtype on PostgreSQLFrédéric Buclin1-0/+2
a=LpSolit
2011-09-17Bug 686227: Users with editcomponents privs must be able to add products ↵Frédéric Buclin1-2/+18
they cannot see to the inclusion and exclusion lists when creating or editing a flagtype r=dkl a=LpSolit
2010-12-04Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin1-23/+40
products they can administer a=LpSolit (module owner)
2010-10-22Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin1-10/+33
a=LpSolit
2010-10-22Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to ↵Frédéric Buclin1-39/+218
create and edit flag types a=LpSolit
2010-10-20Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes ↵Frédéric Buclin1-13/+40
from the database a=LpSolit (module owner)
2008-09-17Bug 455583 - Bugzilla::User::can_{set,request}_flag methods should use the ↵dkl%redhat.com1-0/+2
respective {grant,request}_group_id values instead of loading new Group object Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
2007-07-05Bug 339437: Make flag requestee a select box and limit users to requestable ↵lpsolit%gmail.com1-0/+16
only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
2006-08-25Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by ↵lpsolit%gmail.com1-137/+0
Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-04Additional fix for bug 347360: No value returned when calling ↵lpsolit%gmail.com1-0/+1
$flag_type->flag_count twice.
2006-08-04Bug 347360: Incorrect field name in FlagType.pm - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-2/+2
<LpSolit@gmail.com> a=myk
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com1-145/+178
objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-07-19Bug 345032: Tainted value in request.cgi when restricting the search to a ↵lpsolit%gmail.com1-3/+5
given flag - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-15/+17
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric ↵lpsolit%gmail.com1-49/+0
Buclin <LpSolit@gmail.com> r/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-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-03Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ↵lpsolit%gmail.com1-15/+10
Buclin <LpSolit@gmail.com> r=kiko a=myk
2006-05-17Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵lpsolit%gmail.com1-50/+39
FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-05-08Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-2/+2
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-2/+0
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2005-10-19Bug 302936: Reject the requestee if he cannot access private attachments - ↵lpsolit%gmail.com1-0/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave
2005-08-31Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org1-35/+41
through untrusted requestees when multiple requestees were entered into a requestee field (per the new feature that lets multiple requestees be entered into those fields); r=lpsolit
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-2/+1
r=mkanat,wicked a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-2/+3
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-08Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due ↵mkanat%kerio.com1-10/+38
to a bad check in Flag::validate() and Flag::modify() Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
2005-07-02Bug 289042: Implicit joins should be replaced by explicit joins - installment Bmkanat%kerio.com1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=joel, a=justdave
2005-05-22Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by ↵lpsolit%gmail.com1-1/+3
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-05-06Bug 288663: The inclusion and exclusion lists behave incorrectly when a ↵lpsolit%gmail.com1-17/+25
product or a component is called "Any" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
2005-04-15Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list ↵lpsolit%gmail.com1-1/+1
is empty - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel, a=justdave
2005-04-08Bug 238878: Make hidden-fields template, User Matching and Flags use direct ↵lpsolit%gmail.com1-7/+7
CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
2005-03-17Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not ↵mkanat%kerio.com1-19/+11
support Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, a=myk
2005-03-16Bug 283231: POD for Bugzilla::FlagTypemkanat%kerio.com1-38/+225
Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com1-2/+5
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net1-2/+28
Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.