summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
AgeCommit message (Collapse)AuthorFilesLines
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