aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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