aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.jouni%heikniemi.net2004-07-201-2/+2
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-0/+2
* Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the sem...myk%mozilla.org2004-01-311-3/+3
* Fix for bug 226207: Internal Server Error while requesting an attachmentkiko%async.com.br2003-11-211-0/+1
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-4/+4
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-9/+6
* Fix for bug 179510: takes group restrictions into account when sending reques...myk%mozilla.org2003-04-251-4/+55
* Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org2002-09-291-0/+325