summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Bug 687247: Bugzilla crashes when creating a new flagtype on PostgreSQLFrédéric Buclin1-0/+2
2011-09-17Bug 686227: Users with editcomponents privs must be able to add products they...Frédéric Buclin1-2/+18
2010-12-04Bug 529974: Let users with local editcomponents privs manage flags for produc...Frédéric Buclin1-23/+40
2010-10-22Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin1-10/+33
2010-10-22Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to create...Frédéric Buclin1-39/+218
2010-10-20Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes fr...Frédéric Buclin1-13/+40
2008-09-17Bug 455583 - Bugzilla::User::can_{set,request}_flag methods should use the re...dkl%redhat.com1-0/+2
2007-07-05Bug 339437: Make flag requestee a select box and limit users to requestable o...lpsolit%gmail.com1-0/+16
2006-08-25Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fréd...lpsolit%gmail.com1-137/+0
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
2006-08-04Additional fix for bug 347360: No value returned when calling $flag_type->fla...lpsolit%gmail.com1-0/+1
2006-08-04Bug 347360: Incorrect field name in FlagType.pm - Patch by Frédéric Buclin ...lpsolit%gmail.com1-2/+2
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com1-145/+178
2006-07-19Bug 345032: Tainted value in request.cgi when restricting the search to a giv...lpsolit%gmail.com1-3/+5
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-15/+17
2006-07-06Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric B...lpsolit%gmail.com1-49/+0
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
2006-06-03Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com1-15/+10
2006-05-17Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com1-50/+39
2006-05-08Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com1-2/+2
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com1-2/+0
2005-10-19Bug 302936: Reject the requestee if he cannot access private attachments - Pa...lpsolit%gmail.com1-0/+3
2005-08-31Fix for bug 305773: fixes regression in flag validation code that let through...myk%mozilla.org1-35/+41
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-2/+1
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com1-2/+3
2005-07-08Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t...mkanat%kerio.com1-10/+38
2005-07-02Bug 289042: Implicit joins should be replaced by explicit joins - installment Bmkanat%kerio.com1-3/+3
2005-05-22Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by Fré...lpsolit%gmail.com1-1/+3
2005-05-06Bug 288663: The inclusion and exclusion lists behave incorrectly when a produ...lpsolit%gmail.com1-17/+25
2005-04-15Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list is...lpsolit%gmail.com1-1/+1
2005-04-08Bug 238878: Make hidden-fields template, User Matching and Flags use direct C...lpsolit%gmail.com1-7/+7
2005-03-17Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not sup...mkanat%kerio.com1-19/+11
2005-03-16Bug 283231: POD for Bugzilla::FlagTypemkanat%kerio.com1-38/+225
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-2/+5
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...jocuri%softhome.net1-2/+28
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
2004-07-20Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.jouni%heikniemi.net1-2/+2
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-0/+2
2004-01-31Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the sem...myk%mozilla.org1-3/+3
2003-11-21Fix for bug 226207: Internal Server Error while requesting an attachmentkiko%async.com.br1-0/+1
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-4/+4
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-9/+6
2003-04-25Fix for bug 179510: takes group restrictions into account when sending reques...myk%mozilla.org1-4/+55
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org1-0/+325