aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 294021: Allow requestees to set attachment flags even if they don't have ↵Frédéric Buclin2014-03-211-1/+1
| | | | | | editbugs privs r=gerv a=justdave
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-1/+1
| | | | r=gerv a=justdave
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-0/+2
| | | | r=dkl, a=glob
* Bug 864625 - Setting a non-privileged user as a requestee on a secure bug ↵Dave Lawrence2013-09-291-6/+14
| | | | | | while ccing the same user to give access at the same r=LpSolit,a=sgreen
* Bug 850986: don't allow setting a flag's requestee to a disabled accountByron Jones2013-07-221-1/+6
| | | | r=dkl, a=justdave
* Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped Dave Lawrence2013-06-121-3/+0
| | | | r=glob,a=LpSolit
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-081-0/+3
| | | | | | as the reporter) r=glob,r/a=LpSolit
* Bug 830330: Make flags honour bug_check_can_change_fieldHugo Seabrook2013-02-151-0/+6
| | | | r=dkl, a=LpSolit
* Bug 815532: Add caching for Bugzilla::User objectsByron Jones2012-12-191-9/+6
| | | | r=dkl,a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+26
| | | | r/a=LpSolit
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-121-2/+2
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin2012-09-301-25/+0
|
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+3
| | | | r=wicked a=LpSolit
* Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence2012-02-141-10/+31
| | | | | | creation_date r/a=LpSolit
* Rollback of Bug 714370 as it causes error in bug creation due to DB_COLUMNSDave Lawrence2012-01-221-26/+9
|
* Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence2012-01-221-9/+26
| | | | | | creation_date r/a=LpSolit
* Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin2012-01-121-0/+2
| | | | r=dkl a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-21/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Backed out mistaken commit of patch from bug 714370Dave Lawrence2012-01-111-13/+0
|
* Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence2012-01-111-0/+13
| | | | | | creation_date r=glob
* Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones2011-12-011-8/+20
| | | | r=LpSolit, a=LpSolit
* Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmplFrédéric Buclin2011-10-191-1/+1
| | | | r=glob a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-2/+2
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 652165: Flagmails have a wrong Date: valueFrédéric Buclin2011-04-231-11/+11
| | | | r=wicked a=LpSolit
* Bug 650624: Changing the requestee of a flag should not change the requesterFrédéric Buclin2011-04-231-5/+3
| | | | a=LpSolit
* Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander2011-03-131-0/+2
| | | | r=dkl, a=mkanat
* Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden2010-07-071-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
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-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
* Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵Frédéric Buclin2010-05-141-1/+1
| | | | | | be user errors, not code errors a=LpSolit
* Bug 552167: show_bug.cgi loads flagtypes from the database for each attachmentFrédéric Buclin2010-03-301-3/+5
| | | | r/a=mkanat
* Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin2010-03-291-20/+0
| | | | a=LpSolit
* Bug 551210: Retargetted flags should be deleted if the flag setter has no ↵Frédéric Buclin2010-03-121-0/+2
| | | | | | privs to set the flag in the new product a=LpSolit
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-1/+0
| | | | | Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
* Bug 537887 - "The flag setter should be able to unset a flag even if not in ↵Reed Loden2010-02-171-0/+2
| | | | | | the request group" [r=LpSolit a=LpSolit]
* Bug 545541: New Hook: object_columnsMax Kanat-Alexander2010-02-101-1/+1
| | | | r=mkanat, a=mkanat (module owner)
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-2/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-1/+1
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 524814: Flag requests are resent all the time, even when flags are not ↵lpsolit%gmail.com2009-10-271-2/+4
| | | | updated - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com2009-08-051-716/+529
| | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 454251: Implement Bugzilla::Attachment->create() and ↵lpsolit%gmail.com2009-04-091-0/+40
| | | | $attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
* Fix incorrect regexp for bug 333648 - Patch by melpsolit%gmail.com2009-04-081-1/+1
|
* Bug 333648: Add flag change to activity log and bugmail when only setter is ↵wicked%sci.fi2009-02-141-5/+8
| | | | changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric ↵lpsolit%gmail.com2008-09-081-1/+1
| | | | Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 453743: Decrease the number of calls to the DB about flags when viewing ↵lpsolit%gmail.com2008-09-081-0/+38
| | | | a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 449791 – Allow flag notification emails to be threaded similar to ↵dkl%redhat.com2008-08-281-4/+9
| | | | | | normal bug change emails Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org2008-08-201-0/+7
| | | | Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
* Bug 434062: Attachment flags can only be set once per bug (regression) - ↵lpsolit%gmail.com2008-05-171-4/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
* Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com2008-04-021-30/+28
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit