summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-18Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links appea...lpsolit%gmail.com1-0/+20
2008-02-05Bug 415663: Flag->snapshot() calls Flag->match() with attach_id being undefin...lpsolit%gmail.com1-0/+5
2008-02-04Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Fla...lpsolit%gmail.com1-11/+11
2008-02-04Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...lpsolit%gmail.com1-75/+25
2008-01-21Bug 413258: When setting a flag on an attachment on bug creation, an incorrec...lpsolit%gmail.com1-3/+6
2008-01-18Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org1-5/+6
2007-10-09Midair with product change while adding an attachment silently clears flags -...lpsolit%gmail.com1-6/+17
2007-08-08Bug 376061: Changing the requestee of a flag should not change the requester ...lpsolit%gmail.com1-2/+10
2007-08-08Bug 279318: Flag notifications are sent even if emails are turned off for the...lpsolit%gmail.com1-2/+6
2007-05-15Bug 379787: Flag request mail has a blank requestee when requestee doesn't ge...lpsolit%gmail.com1-0/+2
2007-02-24Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin <LpSolit@gm...lpsolit%gmail.com1-4/+6
2007-02-21Bug 370926: Incorrect mail sent when unsetting requestee on review request - ...lpsolit%gmail.com1-0/+3
2007-02-05Bug 364177: On attachment and bug creation, if *one* requestee cannot see the...lpsolit%gmail.com1-11/+35
2007-01-05Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric Bucl...lpsolit%gmail.com1-22/+35
2006-12-21Bug 364216: Flag::retarget() is broken - Patch by Frédéric Buclin <LpSo...lpsolit%gmail.com1-13/+16
2006-09-20Bug 348518: grant / reject options for flag listbox should only appear if use...lpsolit%gmail.com1-11/+6
2006-08-26Bug 350181: Check whether the requestee is allowed to set a flag - Patch by F...lpsolit%gmail.com1-0/+9
2006-08-25Bug 345958: Do not throw an error if an inactive flag type is set to "X" whil...lpsolit%gmail.com1-11/+5
2006-08-25Bug 274802: Save flags having the same name on product change - Patch by Fré...lpsolit%gmail.com1-2/+86
2006-08-25Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fréd...lpsolit%gmail.com1-120/+181
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-4/+5
2006-08-11Bug 348070: An arrayref is always "true" - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com1-2/+4
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com1-28/+29
2006-07-25Bug 345359: Prevent Flag::clear from deleting a deleted flag when checking th...lpsolit%gmail.com1-2/+2
2006-07-14Bug 343432: Remove Bugzilla::Flag::get() and implement real flag objects - Pa...lpsolit%gmail.com1-122/+137
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+4
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-147/+68
2006-06-03Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com1-2/+2