aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 339437: Make flag requestee a select box and limit users to requestable ↵lpsolit%gmail.com2007-07-051-0/+16
| | | | only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
* Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by ↵lpsolit%gmail.com2006-08-241-137/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Additional fix for bug 347360: No value returned when calling ↵lpsolit%gmail.com2006-08-041-0/+1
| | | | $flag_type->flag_count twice.
* Bug 347360: Incorrect field name in FlagType.pm - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-041-2/+2
| | | | <LpSolit@gmail.com> a=myk
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com2006-07-251-145/+178
| | | | objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 345032: Tainted value in request.cgi when restricting the search to a ↵lpsolit%gmail.com2006-07-191-3/+5
| | | | given flag - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-15/+17
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric ↵lpsolit%gmail.com2006-07-061-49/+0
| | | | Buclin <LpSolit@gmail.com> r/a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ↵lpsolit%gmail.com2006-06-031-15/+10
| | | | Buclin <LpSolit@gmail.com> r=kiko a=myk
* Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵lpsolit%gmail.com2006-05-171-50/+39
| | | | FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-05-081-2/+2
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com2006-04-141-2/+0
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 302936: Reject the requestee if he cannot access private attachments - ↵lpsolit%gmail.com2005-10-191-0/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave
* Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org2005-08-311-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
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-2/+1
| | | | r=mkanat,wicked a=justdave
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com2005-07-261-2/+3
| | | | Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due ↵mkanat%kerio.com2005-07-081-10/+38
| | | | | | to a bad check in Flag::validate() and Flag::modify() Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
* Bug 289042: Implicit joins should be replaced by explicit joins - installment Bmkanat%kerio.com2005-07-021-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=joel, a=justdave
* Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by ↵lpsolit%gmail.com2005-05-221-1/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 288663: The inclusion and exclusion lists behave incorrectly when a ↵lpsolit%gmail.com2005-05-061-17/+25
| | | | product or a component is called "Any" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
* Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list ↵lpsolit%gmail.com2005-04-151-1/+1
| | | | is empty - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel, a=justdave
* Bug 238878: Make hidden-fields template, User Matching and Flags use direct ↵lpsolit%gmail.com2005-04-081-7/+7
| | | | CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not ↵mkanat%kerio.com2005-03-171-19/+11
| | | | | | support Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, a=myk
* Bug 283231: POD for Bugzilla::FlagTypemkanat%kerio.com2005-03-161-38/+225
| | | | Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-2/+5
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net2004-11-241-2/+28
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-1/+1
| | | | | r=kiko a=justdave
* Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.jouni%heikniemi.net2004-07-201-2/+2
| | | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=jouni, a=justdave
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-0/+2
| | | | | r=joel, justdave a=justdave
* Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the ↵myk%mozilla.org2004-01-311-3/+3
| | | | | | | | semantically equivalent INNER JOIN over a comma (,). Patch by mkanat@kerio.com. r=myk a=myk
* Fix for bug 226207: Internal Server Error while requesting an attachmentkiko%async.com.br2003-11-211-0/+1
| | | | flag. Simple namespace fix. r=myk, a=myk.
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-4/+4
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-9/+6
| | | | r=myk,jake
* Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org2003-04-251-4/+55
| | | | | | | request notifications r=bbaetz,jpreed a=justdave
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-0/+325
enhancements to attachment statuses. r=gerv,bbaetz