Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-16 | Patch for bug 277622: Move DiffStrings() out of globals.pl into ↵ | jocuri%softhome.net | 1 | -1/+1 | |
Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk. | |||||
2005-01-09 | Patch for bug 277389: Modify flag notification code so it doesn't append ↵ | jocuri%softhome.net | 1 | -1/+1 | |
emailsuffix to CC list's addresses; patch by Marc Schumann <wurblzap@gmail.com>, r=wurblzap, a=justdave. | |||||
2005-01-01 | Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵ | gerv%gerv.net | 1 | -6/+3 | |
r=gerv,vladd; a=justdave. | |||||
2004-12-31 | Patch for bug 276283: Users should be able to cancel their own flag ↵ | jocuri%softhome.net | 1 | -1/+1 | |
requests; patch by me, r=LpSolit (Frederic), a=justdave. | |||||
2004-12-29 | Patch for bug 273339: Make attachment.cgi consistent with its activity log ↵ | jocuri%softhome.net | 1 | -2/+6 | |
timestamps; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave. | |||||
2004-11-24 | Patch for bug 180879: Implement privs for bug flags modification; patch by ↵ | jocuri%softhome.net | 1 | -0/+19 | |
Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave. | |||||
2004-11-03 | Patch for bug 212017: Should be able to change a bug if it has a flag ↵ | jocuri%softhome.net | 1 | -1/+3 | |
requested that is no longer requestable; patch by Frédéric Buclin <LpSolit@netscape.net>; r=myk, vladd, a=myk. | |||||
2004-09-03 | Bug 256762: make flag request email use emailsuffix; patch by Marc Schumann ↵ | jocuri%softhome.net | 1 | -1/+3 | |
<wurblzap@gmail.com>; r=kiko; a=myk. | |||||
2004-08-05 | Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates | bugreport%peshkin.net | 1 | -2/+2 | |
r=kiko a=justdave | |||||
2004-07-14 | Bug 250967: Fix spurious updates to requesteeless flags | bugreport%peshkin.net | 1 | -14/+23 | |
patch by jouni r=kiko,joel a=justdave | |||||
2004-07-06 | Bug 223878: Flag system dies when changing a deleted flag. | jouni%heikniemi.net | 1 | -10/+29 | |
r=joel, justdave a=justdave | |||||
2004-04-01 | Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that ↵ | jocuri%softhome.net | 1 | -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. | |||||
2004-03-18 | Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵ | justdave%syndicomm.com | 1 | -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 | |||||
2004-01-31 | Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the ↵ | myk%mozilla.org | 1 | -3/+3 | |
semantically equivalent INNER JOIN over a comma (,). Patch by mkanat@kerio.com. r=myk a=myk | |||||
2003-10-25 | Fix for bug 183788: make request mail go out when a request is created and ↵ | myk%mozilla.org | 1 | -3/+3 | |
there's no requestee but there is a cc: list | |||||
2003-09-14 | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 1 | -5/+5 | |
r,a=justdave | |||||
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -22/+18 | |
r=myk,jake | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -1/+1 | |
r=joel, a=justdave | |||||
2003-04-25 | Fix for bug 179510: takes group restrictions into account when sending ↵ | myk%mozilla.org | 1 | -9/+86 | |
request notifications r=bbaetz,jpreed a=justdave | |||||
2002-11-20 | Bug 179582 - More informative and easier to read flag email template | jeff.hedlund%matrixsi.com | 1 | -4/+4 | |
r=myk a=myk | |||||
2002-11-18 | Fix for bug 180632: corrects reference flag->is_requesteeble to ↵ | myk%mozilla.org | 1 | -4/+5 | |
flag->type->is_requesteeble r=bbaetz a=myk | |||||
2002-11-18 | Last part of fix for bug 179494: adds "use Bugzilla::Util" and removes "&::" ↵ | myk%mozilla.org | 1 | -1/+2 | |
from before "trim" per bbaetz. r=bbaetz a=myk | |||||
2002-11-17 | Fix for bug 179494: prevents Bugzilla from thinking users have changed flags ↵ | myk%mozilla.org | 1 | -7/+17 | |
when they haven't. r=bbaetz a=myk | |||||
2002-11-13 | Bug 179706 activity log needs to include full account names for requestees | bugreport%peshkin.net | 1 | -2/+2 | |
r,a=myk | |||||
2002-11-11 | Fix for bug 179334: updates the setter consistently. also fixes numerous ↵ | myk%mozilla.org | 1 | -13/+42 | |
other bugs in the RT code. r=bbaetz a=myk | |||||
2002-11-08 | Fix for bug 172518: makes the request tracker use the generic user matching code | myk%mozilla.org | 1 | -55/+4 | |
r=not_erik,joel a=justdave | |||||
2002-09-30 | Fix for bug 171420: fixes usage of $template, $vars, and &Param in Flag.pm. | myk%mozilla.org | 1 | -18/+17 | |
r=bbaetz | |||||
2002-09-29 | Fix for bug 98801: Implementation of the request tracker, a set of ↵ | myk%mozilla.org | 1 | -0/+591 | |
enhancements to attachment statuses. r=gerv,bbaetz |