aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1009406 - A user with local editcomponents privs cannot update the inclus...Simon Green2014-10-081-2/+17
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 1008764: Add a web service to create and update Flag typesSimon Green2014-05-221-3/+13
* Bug 975896: Bugzilla crashes when editing a flag type which is not specifical...Frédéric Buclin2014-02-241-6/+9
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-2/+7
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+40
* s/sortey/sortkey/gFrédéric Buclin2012-10-121-2/+2
* Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin2012-09-301-40/+4
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+3
* Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is n...Frédéric Buclin2012-05-211-2/+12
* Bug 319953: Missing real email syntax checkFrédéric Buclin2012-01-231-8/+6
* 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 687247: Bugzilla crashes when creating a new flagtype on PostgreSQLFrédéric Buclin2011-09-181-0/+2
* Bug 686227: Users with editcomponents privs must be able to add products they...Frédéric Buclin2011-09-171-2/+18
* Bug 529974: Let users with local editcomponents privs manage flags for produc...Frédéric Buclin2010-12-041-23/+40
* Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin2010-10-221-10/+33
* Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to create...Frédéric Buclin2010-10-221-39/+218
* Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes fr...Frédéric Buclin2010-10-201-13/+40
* Bug 455583 - Bugzilla::User::can_{set,request}_flag methods should use the re...dkl%redhat.com2008-09-171-0/+2
* Bug 339437: Make flag requestee a select box and limit users to requestable o...lpsolit%gmail.com2007-07-051-0/+16
* Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fréd...lpsolit%gmail.com2006-08-241-137/+0
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-1/+1
* Additional fix for bug 347360: No value returned when calling $flag_type->fla...lpsolit%gmail.com2006-08-041-0/+1
* Bug 347360: Incorrect field name in FlagType.pm - Patch by Frédéric Buclin ...lpsolit%gmail.com2006-08-041-2/+2
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com2006-07-251-145/+178
* Bug 345032: Tainted value in request.cgi when restricting the search to a giv...lpsolit%gmail.com2006-07-191-3/+5
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-15/+17
* Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric B...lpsolit%gmail.com2006-07-061-49/+0
* 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/+2
* Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com2006-06-031-15/+10
* Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com2006-05-171-50/+39
* Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-05-081-2/+2
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-2/+0
* Bug 302936: Reject the requestee if he cannot access private attachments - Pa...lpsolit%gmail.com2005-10-191-0/+3
* Fix for bug 305773: fixes regression in flag validation code that let through...myk%mozilla.org2005-08-311-35/+41
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-2/+1
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-261-2/+3
* Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t...mkanat%kerio.com2005-07-081-10/+38
* Bug 289042: Implicit joins should be replaced by explicit joins - installment Bmkanat%kerio.com2005-07-021-3/+3
* Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by Fré...lpsolit%gmail.com2005-05-221-1/+3
* Bug 288663: The inclusion and exclusion lists behave incorrectly when a produ...lpsolit%gmail.com2005-05-061-17/+25
* Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list is...lpsolit%gmail.com2005-04-151-1/+1
* Bug 238878: Make hidden-fields template, User Matching and Flags use direct C...lpsolit%gmail.com2005-04-081-7/+7
* Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not sup...mkanat%kerio.com2005-03-171-19/+11
* Bug 283231: POD for Bugzilla::FlagTypemkanat%kerio.com2005-03-161-38/+225
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-2/+5
* Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...jocuri%softhome.net2004-11-241-2/+28
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-1/+1