summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-03-07Revert Bug 1273381Dylan William Hardison1-6/+1
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana1-1/+6
for object accessors
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-3/+3
2016-11-17Bug 1317965 - Flag permission checks broken by bug 1257662 allowing ↵Dylan William Hardison1-17/+5
unauthorized flag modification
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-23/+9
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-9/+23
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-23/+9
local symlink to data/ directory
2016-07-11Bug 1283848 - Setting needinfo at time of bug filing results in relative ↵David Lawrence1-0/+2
date text of "NeedInfo From: <user> 47 years ago"
2016-06-03Bug 1270720 - Do not add reporter email address to CC list when flagging ↵David Lawrence1-1/+2
"Need more information from reporter"
2016-04-04Bug 1257662 - Disallow clearing a flag if the flag is set to allow granting ↵David Lawrence1-3/+3
by specifc group and changer is not in group
2015-07-15Bug 1183975 - limit the number of accounts a new user can add to any ↵Byron Jones1-0/+1
multi-user field
2015-06-03Bug 1169131: add-mozreview-children.pl production run issuesMark Côté1-2/+10
2014-10-06merged with upstream 4.2David Lawrence1-7/+21
2014-10-06Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green1-7/+21
who aren't in the insider group r=glob,a=glob
2014-10-01Bug 1075196 - Backport Bugzilla::Flag->update() modification_time fix from ↵Dylan William Hardison1-2/+3
Bug 1070317
2014-09-20Bug 1067410 - Modification time wrong for deleted flags in review schemaDylan William Hardison1-1/+10
2014-08-01Fixed t/011pod.t errors on my development systemDavid Lawrence1-11/+12
2014-03-31Bug 989650 - backport bug 294021 to bmo/4.2 to allow requestees to set ↵David Lawrence1-1/+1
attachment flags even if they don't have editbugs privs r=glob
2014-03-06Bug 956229: develop a system to track the lifetime of ↵1-0/+4
review/feedback/needinfo requests
2014-03-04Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)Byron Jones1-0/+2
2013-10-31Bug 920026: show reminder of pending review, feedback, and needinfo requests ↵Byron Jones1-2/+2
in the header
2013-09-30Bug 864625 - Setting a non-privileged user as a requestee on a secure bug ↵Dave Lawrence1-6/+14
while ccing the same user to give access at the same time fails
2013-07-10Bug 822980 - backport bug 815532 to bmo (Bugzilla::User objects should be ↵Dave Lawrence1-8/+9
cached where appropriate) r=glob
2013-06-25Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being droppedDave Lawrence1-3/+0
2013-04-11Bug 859480: Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence1-0/+3
as the reporter)
2013-04-04Bug 852750 - Flags requested of me, shows only requested flags in ↵Dave Lawrence1-1/+1
non-restricted bugs r=glob
2013-03-26Bug 854901: don't allow setting a flag's requestee to a disabled accountByron Jones1-1/+7
2013-02-13Bug 690833: Add the ability to restrict who can add comments to a bug reportByron Jones1-0/+6
2013-01-07Bug 823153 - Duplicate bugs are created when requestee confirmation is ↵Dave Lawrence1-1/+1
required and SKIP_REQUESTEE_ON_ERROR is disabled
2012-10-25Bug 781336: disable SKIP_REQUESTEE_ON_ERRORByron Jones1-1/+1
2012-02-17Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence1-13/+21
creation_date
2012-01-17merged with bugzilla/4.2Dave Lawrence1-0/+2
2012-01-12Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin1-0/+2
r=dkl a=LpSolit
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
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