summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-03-21Bug 294021: Allow requestees to set attachment flags even if they don't have ...Frédéric Buclin1-1/+1
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-0/+2
2013-09-30Bug 864625 - Setting a non-privileged user as a requestee on a secure bug whi...Dave Lawrence1-6/+14
2013-07-22Bug 850986: don't allow setting a flag's requestee to a disabled accountByron Jones1-1/+6
2013-06-12Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped Dave Lawrence1-3/+0
2013-04-08Bug 148564 - Ability to ignore specific bugs (not get email from them, even a...Dave Lawrence1-0/+3
2013-02-15Bug 830330: Make flags honour bug_check_can_change_fieldHugo Seabrook1-0/+6
2012-12-19Bug 815532: Add caching for Bugzilla::User objectsByron Jones1-9/+6
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+26
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin1-2/+2
2012-09-30Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin1-25/+0
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-2/+3
2012-02-14Bug 714370 - Add accessors to the Flag.pm object for modification_date and cr...Dave Lawrence1-10/+31
2012-01-23Rollback of Bug 714370 as it causes error in bug creation due to DB_COLUMNSDave Lawrence1-26/+9
2012-01-22Bug 714370 - Add accessors to the Flag.pm object for modification_date and cr...Dave Lawrence1-9/+26
2012-01-12Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin1-0/+2
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
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 cr...Dave Lawrence1-0/+13
2011-11-30Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones1-8/+20
2011-10-19Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmplFrédéric Buclin1-1/+1
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-2/+2
2011-04-23Bug 652165: Flagmails have a wrong Date: valueFrédéric Buclin1-11/+11
2011-04-23Bug 650624: Changing the requestee of a flag should not change the requesterFrédéric Buclin1-5/+3
2011-03-14Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander1-0/+2
2010-07-08Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden1-1/+7
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-8/+1
2010-05-14Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...Frédéric Buclin1-1/+1
2010-03-30Bug 552167: show_bug.cgi loads flagtypes from the database for each attachmentFrédéric Buclin1-3/+5
2010-03-29Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin1-20/+0
2010-03-12Bug 551210: Retargetted flags should be deleted if the flag setter has no pri...Frédéric Buclin1-0/+2
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-1/+0
2010-02-17Bug 537887 - "The flag setter should be able to unset a flag even if not in t...Reed Loden1-0/+2
2010-02-11Bug 545541: New Hook: object_columnsMax Kanat-Alexander1-1/+1
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-2/+2
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-1/+1
2009-10-28Bug 524814: Flag requests are resent all the time, even when flags are not up...lpsolit%gmail.com1-2/+4
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com1-716/+529
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com1-0/+40
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 c...wicked%sci.fi1-5/+8
2008-09-09Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric Bu...lpsolit%gmail.com1-1/+1
2008-09-08Bug 453743: Decrease the number of calls to the DB about flags when viewing a...lpsolit%gmail.com1-0/+38
2008-08-28Bug 449791 – Allow flag notification emails to be threaded similar to no...dkl%redhat.com1-4/+9
2008-08-20Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org1-0/+7
2008-05-17Bug 434062: Attachment flags can only be set once per bug (regression) - Patc...lpsolit%gmail.com1-4/+4
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com1-30/+28