aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 348518: grant / reject options for flag listbox should only appear if use...lpsolit%gmail.com2006-09-201-11/+6
* Bug 350181: Check whether the requestee is allowed to set a flag - Patch by F...lpsolit%gmail.com2006-08-261-0/+9
* Bug 345958: Do not throw an error if an inactive flag type is set to "X" whil...lpsolit%gmail.com2006-08-251-11/+5
* Bug 274802: Save flags having the same name on product change - Patch by Fré...lpsolit%gmail.com2006-08-251-2/+86
* Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fréd...lpsolit%gmail.com2006-08-241-120/+181
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-4/+5
* Bug 348070: An arrayref is always "true" - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com2006-08-111-2/+4
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com2006-07-251-28/+29
* Bug 345359: Prevent Flag::clear from deleting a deleted flag when checking th...lpsolit%gmail.com2006-07-251-2/+2
* Bug 343432: Remove Bugzilla::Flag::get() and implement real flag objects - Pa...lpsolit%gmail.com2006-07-141-122/+137
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-4/+4
* Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2006-06-191-147/+68
* Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com2006-06-031-2/+2
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com2006-06-021-2/+2
* Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com2006-05-171-177/+87
* Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-05-081-2/+2
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-45/+20
* Bug 331343: The timestamp is quoted twice in Bugzilla::Flag::modify() - Patch...lpsolit%gmail.com2006-04-051-6/+4
* Bug 284590: When using SMTP, emails are not sent to the CC list associated wi...lpsolit%gmail.com2005-12-301-11/+14
* Bug 266147: Internal error when Flag::notify() ends up with an invalid or emp...lpsolit%gmail.com2005-12-141-25/+64
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-9/+7
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-7/+6
* Bug 302936: Reject the requestee if he cannot access private attachments - Pa...lpsolit%gmail.com2005-10-191-1/+4