aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ...Simon Green2014-10-061-7/+21
* Bug 1070317 - Bugzilla::Flag's attribute modification_date is affected by the...Dylan William Hardison2014-09-301-2/+3
* Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2014-09-021-0/+111
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 294021: Allow requestees to set attachment flags even if they don't have ...Frédéric Buclin2014-03-211-1/+1
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-1/+1
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-0/+2
* Bug 864625 - Setting a non-privileged user as a requestee on a secure bug whi...Dave Lawrence2013-09-291-6/+14
* Bug 850986: don't allow setting a flag's requestee to a disabled accountByron Jones2013-07-221-1/+6
* Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped Dave Lawrence2013-06-121-3/+0
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even a...Dave Lawrence2013-04-081-0/+3
* Bug 830330: Make flags honour bug_check_can_change_fieldHugo Seabrook2013-02-151-0/+6
* Bug 815532: Add caching for Bugzilla::User objectsByron Jones2012-12-191-9/+6
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+26
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin2012-11-121-2/+2
* 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
* Bug 714370 - Add accessors to the Flag.pm object for modification_date and cr...Dave Lawrence2012-02-141-10/+31
* 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 cr...Dave Lawrence2012-01-221-9/+26
* Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin2012-01-121-0/+2
* 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
* 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 cr...Dave Lawrence2012-01-111-0/+13
* Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones2011-12-011-8/+20
* Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmplFrédéric Buclin2011-10-191-1/+1
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-2/+2
* Bug 652165: Flagmails have a wrong Date: valueFrédéric Buclin2011-04-231-11/+11
* Bug 650624: Changing the requestee of a flag should not change the requesterFrédéric Buclin2011-04-231-5/+3
* Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander2011-03-131-0/+2
* Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden2010-07-071-1/+7
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-8/+1
* Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...Frédéric Buclin2010-05-141-1/+1
* Bug 552167: show_bug.cgi loads flagtypes from the database for each attachmentFrédéric Buclin2010-03-301-3/+5
* Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin2010-03-291-20/+0
* Bug 551210: Retargetted flags should be deleted if the flag setter has no pri...Frédéric Buclin2010-03-121-0/+2
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-1/+0
* Bug 537887 - "The flag setter should be able to unset a flag even if not in t...Reed Loden2010-02-171-0/+2
* Bug 545541: New Hook: object_columnsMax Kanat-Alexander2010-02-101-1/+1
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-2/+2
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 524814: Flag requests are resent all the time, even when flags are not up...lpsolit%gmail.com2009-10-271-2/+4
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com2009-08-051-716/+529
* Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com2009-04-091-0/+40
* 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 c...wicked%sci.fi2009-02-141-5/+8
* Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric Bu...lpsolit%gmail.com2008-09-081-1/+1
* Bug 453743: Decrease the number of calls to the DB about flags when viewing a...lpsolit%gmail.com2008-09-081-0/+38
* Bug 449791 – Allow flag notification emails to be threaded similar to no...dkl%redhat.com2008-08-281-4/+9