aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org2008-08-201-0/+7
* Bug 434062: Attachment flags can only be set once per bug (regression) - Patc...lpsolit%gmail.com2008-05-171-4/+4
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-021-30/+28
* Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links appea...lpsolit%gmail.com2008-03-181-0/+20
* Bug 415663: Flag->snapshot() calls Flag->match() with attach_id being undefin...lpsolit%gmail.com2008-02-051-0/+5
* Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Fla...lpsolit%gmail.com2008-02-041-11/+11
* Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...lpsolit%gmail.com2008-02-041-75/+25
* Bug 413258: When setting a flag on an attachment on bug creation, an incorrec...lpsolit%gmail.com2008-01-211-3/+6
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-5/+6
* Midair with product change while adding an attachment silently clears flags -...lpsolit%gmail.com2007-10-091-6/+17
* Bug 376061: Changing the requestee of a flag should not change the requester ...lpsolit%gmail.com2007-08-081-2/+10
* Bug 279318: Flag notifications are sent even if emails are turned off for the...lpsolit%gmail.com2007-08-081-2/+6
* Bug 379787: Flag request mail has a blank requestee when requestee doesn't ge...lpsolit%gmail.com2007-05-151-0/+2
* Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin <LpSolit@gm...lpsolit%gmail.com2007-02-241-4/+6
* Bug 370926: Incorrect mail sent when unsetting requestee on review request - ...lpsolit%gmail.com2007-02-211-0/+3
* Bug 364177: On attachment and bug creation, if *one* requestee cannot see the...lpsolit%gmail.com2007-02-041-11/+35
* Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric Bucl...lpsolit%gmail.com2007-01-051-22/+35
* Bug 364216: Flag::retarget() is broken - Patch by Frédéric Buclin <LpSo...lpsolit%gmail.com2006-12-211-13/+16