aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that ↵jocuri%softhome.net2004-04-011-2/+2
| | | | causes flags to remain set but inaccessible when product changes; patch by Max K-A <mkanat@kerio.com>; r=bbaetz,myk; a=justdave.
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-3/+2
| | | | | | | they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv 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 183788: make request mail go out when a request is created and ↵myk%mozilla.org2003-10-251-3/+3
| | | | there's no requestee but there is a cc: list
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-5/+5
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-22/+18
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org2003-04-251-9/+86
| | | | | | | request notifications r=bbaetz,jpreed a=justdave
* Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com2002-11-201-4/+4
| | | | | r=myk a=myk
* Fix for bug 180632: corrects reference flag->is_requesteeble to ↵myk%mozilla.org2002-11-181-4/+5
| | | | | | | flag->type->is_requesteeble r=bbaetz a=myk
* Last part of fix for bug 179494: adds "use Bugzilla::Util" and removes "&::" ↵myk%mozilla.org2002-11-181-1/+2
| | | | | | | from before "trim" per bbaetz. r=bbaetz a=myk
* Fix for bug 179494: prevents Bugzilla from thinking users have changed flags ↵myk%mozilla.org2002-11-171-7/+17
| | | | | | | when they haven't. r=bbaetz a=myk
* Bug 179706 activity log needs to include full account names for requesteesbugreport%peshkin.net2002-11-131-2/+2
| | | | r,a=myk
* Fix for bug 179334: updates the setter consistently. also fixes numerous ↵myk%mozilla.org2002-11-111-13/+42
| | | | | | | other bugs in the RT code. r=bbaetz a=myk
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-081-55/+4
| | | | | r=not_erik,joel a=justdave
* Fix for bug 171420: fixes usage of $template, $vars, and &Param in Flag.pm.myk%mozilla.org2002-09-291-18/+17
| | | | r=bbaetz
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-0/+591
enhancements to attachment statuses. r=gerv,bbaetz