summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-05-22Bug 1008764: Add a web service to create and update Flag typesSimon Green1-3/+13
2014-02-24Bug 975896: Bugzilla crashes when editing a flag type which is not specifical...Frédéric Buclin1-6/+9
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-2/+7
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+40
2012-10-12s/sortey/sortkey/gFrédéric Buclin1-2/+2
2012-09-30Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin1-40/+4
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-2/+3
2012-05-21Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is n...Frédéric Buclin1-2/+12
2012-01-23Bug 319953: Missing real email syntax checkFrédéric Buclin1-8/+6
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-20/+5
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