summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
r=kiko a=justdave
2004-07-20Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.jouni%heikniemi.net1-2/+2
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=jouni, a=justdave
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-0/+2
r=joel, justdave a=justdave
2004-01-31Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the ↵myk%mozilla.org1-3/+3
semantically equivalent INNER JOIN over a comma (,). Patch by mkanat@kerio.com. r=myk a=myk
2003-11-21Fix for bug 226207: Internal Server Error while requesting an attachmentkiko%async.com.br1-0/+1
flag. Simple namespace fix. r=myk, a=myk.
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-4/+4
r,a=justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-9/+6
r=myk,jake
2003-04-25Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org1-4/+55
request notifications r=bbaetz,jpreed a=justdave
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-0/+325
enhancements to attachment statuses. r=gerv,bbaetz