summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-21/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-11Backed out mistaken commit of patch from bug 714370Dave Lawrence1-13/+0
2012-01-11Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence1-0/+13
creation_date r=glob
2011-11-30Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones1-8/+20
r=LpSolit, a=LpSolit
2011-10-19Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmplFrédéric Buclin1-1/+1
r=glob a=LpSolit
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-2/+2
for bugmail. r=LpSolit, a=LpSolit
2011-04-23Bug 652165: Flagmails have a wrong Date: valueFrédéric Buclin1-11/+11
r=wicked a=LpSolit
2011-04-23Bug 650624: Changing the requestee of a flag should not change the requesterFrédéric Buclin1-5/+3
a=LpSolit
2011-03-14Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander1-0/+2
r=dkl, a=mkanat
2010-07-08Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden1-1/+7
equal to the delta_ts of the bug. This makes emails have the right Date even when they are sent much later by jobqueue.pl. r=mkanat, a=mkanat
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-8/+1
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat
2010-05-14Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵Frédéric Buclin1-1/+1
be user errors, not code errors a=LpSolit
2010-03-30Bug 552167: show_bug.cgi loads flagtypes from the database for each attachmentFrédéric Buclin1-3/+5
r/a=mkanat
2010-03-29Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin1-20/+0
a=LpSolit
2010-03-12Bug 551210: Retargetted flags should be deleted if the flag setter has no ↵Frédéric Buclin1-0/+2
privs to set the flag in the new product a=LpSolit
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-1/+0
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
2010-02-17Bug 537887 - "The flag setter should be able to unset a flag even if not in ↵Reed Loden1-0/+2
the request group" [r=LpSolit a=LpSolit]
2010-02-11Bug 545541: New Hook: object_columnsMax Kanat-Alexander1-1/+1
r=mkanat, a=mkanat (module owner)
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-2/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-1/+1
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-10-28Bug 524814: Flag requests are resent all the time, even when flags are not ↵lpsolit%gmail.com1-2/+4
updated - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com1-716/+529
by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and ↵lpsolit%gmail.com1-0/+40
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
2009-04-08Fix incorrect regexp for bug 333648 - Patch by melpsolit%gmail.com1-1/+1
2009-02-14Bug 333648: Add flag change to activity log and bugmail when only setter is ↵wicked%sci.fi1-5/+8
changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
2008-09-09Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> a=LpSolit
2008-09-08Bug 453743: Decrease the number of calls to the DB about flags when viewing ↵lpsolit%gmail.com1-0/+38
a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-28Bug 449791 – Allow flag notification emails to be threaded similar to ↵dkl%redhat.com1-4/+9
normal bug change emails Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
2008-08-20Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org1-0/+7
Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
2008-05-17Bug 434062: Attachment flags can only be set once per bug (regression) - ↵lpsolit%gmail.com1-4/+4
Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com1-30/+28
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-03-18Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵lpsolit%gmail.com1-0/+20
appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-02-05Bug 415663: Flag->snapshot() calls Flag->match() with attach_id being ↵lpsolit%gmail.com1-0/+5
undefined when editing bug flags - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2008-02-04Bug 415155: Remove $cgi from the list of arguments when calling ↵lpsolit%gmail.com1-11/+11
Bugzilla::Flag subroutines - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2008-02-04Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace ↵lpsolit%gmail.com1-75/+25
match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2008-01-21Bug 413258: When setting a flag on an attachment on bug creation, an ↵lpsolit%gmail.com1-3/+6
incorrect message is displayed - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2008-01-18Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org1-5/+6
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-10-09Midair with product change while adding an attachment silently clears flags ↵lpsolit%gmail.com1-6/+17
- Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
2007-08-08Bug 376061: Changing the requestee of a flag should not change the requester ↵lpsolit%gmail.com1-2/+10
if the one doing the change is the requestee himself - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2007-08-08Bug 279318: Flag notifications are sent even if emails are turned off for ↵lpsolit%gmail.com1-2/+6
the addressee - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
2007-05-15Bug 379787: Flag request mail has a blank requestee when requestee doesn't ↵lpsolit%gmail.com1-0/+2
get the mail - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked r=myk a=LpSolit
2007-02-24Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-4/+6
<LpSolit@gmail.com> r=myk a=LpSolit
2007-02-21Bug 370926: Incorrect mail sent when unsetting requestee on review request - ↵lpsolit%gmail.com1-0/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2007-02-05Bug 364177: On attachment and bug creation, if *one* requestee cannot see ↵lpsolit%gmail.com1-11/+35
the bug, *all* requests are cancelled - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-01-05Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric ↵lpsolit%gmail.com1-22/+35
Buclin <LpSolit@gmail.com> r/a=myk
2006-12-21Bug 364216: Flag::retarget() is broken - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-13/+16
<LpSolit@gmail.com> r/a=myk
2006-09-20Bug 348518: grant / reject options for flag listbox should only appear if ↵lpsolit%gmail.com1-11/+6
user is a member of grantgroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-08-26Bug 350181: Check whether the requestee is allowed to set a flag - Patch by ↵lpsolit%gmail.com1-0/+9
Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-08-25Bug 345958: Do not throw an error if an inactive flag type is set to "X" ↵lpsolit%gmail.com1-11/+5
while editing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-08-25Bug 274802: Save flags having the same name on product change - Patch by ↵lpsolit%gmail.com1-2/+86
Frédéric Buclin <LpSolit@gmail.com> a=myk