summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
AgeCommit message (Collapse)AuthorFilesLines
2006-06-03Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ↵lpsolit%gmail.com1-15/+10
Buclin <LpSolit@gmail.com> r=kiko a=myk
2006-05-17Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵lpsolit%gmail.com1-50/+39
FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-05-08Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-2/+2
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-2/+0
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2005-10-19Bug 302936: Reject the requestee if he cannot access private attachments - ↵lpsolit%gmail.com1-0/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave
2005-08-31Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org1-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
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-2/+1
r=mkanat,wicked a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-2/+3
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-08Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due ↵mkanat%kerio.com1-10/+38
to a bad check in Flag::validate() and Flag::modify() Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
2005-07-02Bug 289042: Implicit joins should be replaced by explicit joins - installment Bmkanat%kerio.com1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=joel, a=justdave
2005-05-22Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by ↵lpsolit%gmail.com1-1/+3
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-05-06Bug 288663: The inclusion and exclusion lists behave incorrectly when a ↵lpsolit%gmail.com1-17/+25
product or a component is called "Any" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
2005-04-15Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list ↵lpsolit%gmail.com1-1/+1
is empty - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel, a=justdave
2005-04-08Bug 238878: Make hidden-fields template, User Matching and Flags use direct ↵lpsolit%gmail.com1-7/+7
CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
2005-03-17Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not ↵mkanat%kerio.com1-19/+11
support Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, a=myk
2005-03-16Bug 283231: POD for Bugzilla::FlagTypemkanat%kerio.com1-38/+225
Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com1-2/+5
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net1-2/+28
Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
r=kiko a=justdave
2004-07-20Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.jouni%heikniemi.net1-2/+2
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=jouni, a=justdave
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-0/+2
r=joel, justdave a=justdave
2004-01-31Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the ↵myk%mozilla.org1-3/+3
semantically equivalent INNER JOIN over a comma (,). Patch by mkanat@kerio.com. r=myk a=myk
2003-11-21Fix for bug 226207: Internal Server Error while requesting an attachmentkiko%async.com.br1-0/+1
flag. Simple namespace fix. r=myk, a=myk.
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-4/+4
r,a=justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-9/+6
r=myk,jake
2003-04-25Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org1-4/+55
request notifications r=bbaetz,jpreed a=justdave
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-0/+325
enhancements to attachment statuses. r=gerv,bbaetz