aboutsummaryrefslogtreecommitdiffstats
path: root/editflagtypes.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 1310728 - editflagtypes.cgi crashes when classifications are enabled and ...Frédéric Buclin2016-10-171-1/+1
* Bug 1191706: When editing flag types, components do not match the selected pr...Frédéric Buclin2016-01-041-5/+18
* Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin2014-10-061-10/+11
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-6/+1
* Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is n...Frédéric Buclin2012-05-211-0/+3
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-20/+5
* Bug 616679: A user with local editcomponents privs should be able to set the ...Frédéric Buclin2011-07-041-3/+9
* Bug 529974: Let users with local editcomponents privs manage flags for produc...Frédéric Buclin2010-12-041-54/+161
* Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5Frédéric Buclin2010-10-281-1/+1
* Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin2010-10-221-1/+3
* Bug 302293: Editing a flag type should tell me which changes have been madeFrédéric Buclin2010-10-221-3/+4
* Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to create...Frédéric Buclin2010-10-221-514/+234
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin2010-07-071-1/+2
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin2010-05-201-1/+1
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-2/+6
* Bug 529863: The product list when listing all flagtypes in editflagtypes.cgi ...lpsolit%gmail.com2009-11-231-9/+3
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com2009-08-051-10/+2
* Bug 466692: [SECURITY] keywords and unused flag types can be deleted by bypas...lpsolit%gmail.com2009-02-021-11/+3
* Bug 471771: editflagtypes.cgi should display the number of flags per type - P...lpsolit%gmail.com2009-01-011-0/+15
* Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com2008-01-281-9/+18
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com2007-10-121-1/+2
* Bug 398976: edit*.cgi scripts should use transactions for database interactio...lpsolit%gmail.com2007-10-101-13/+8
* Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric Bucl...lpsolit%gmail.com2007-01-051-11/+8
* Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com2006-10-151-9/+29
* Bug 345354: editflagtypes.cgi should remove requestees when a flagtype is no ...lpsolit%gmail.com2006-09-051-0/+7
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-3/+3
* Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org2006-08-081-2/+2
* Bug 347521: flagtypes.id should be an auto-increment field - Patch by Frédé...lpsolit%gmail.com2006-08-081-6/+6
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com2006-07-251-109/+91
* Bug 345359: Prevent Flag::clear from deleting a deleted flag when checking th...lpsolit%gmail.com2006-07-251-2/+3
* Bug 339379: Make Bugzilla::Product use Bugzilla::Objectmkanat%bugzilla.org2006-07-191-1/+1
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-7/+8
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-3/+1
* Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2006-06-191-9/+17
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-9/+19
* Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...lpsolit%gmail.com2006-06-151-27/+69
* Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com2006-05-301-25/+27
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-4/+1
* Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com2006-03-161-21/+24
* Patch for bug 325567: display more information when listing flag types in edi...jocuri%softhome.net2006-03-021-0/+14
* Bug 243268: Cannot remove several flag inclusions/exclusions at once - Patch ...lpsolit%gmail.com2006-01-111-2/+4
* Bug 278414: Cannot add 'cc' notification for Flags when using emailsuffixes -...lpsolit%gmail.com2005-12-141-2/+10
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-1/+2
* Bug 303703: Eliminate deprecated Bugzilla::DB routines from editflagtypes.cgi...lpsolit%gmail.com2005-09-231-97/+107
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com2005-09-161-3/+2
* Bug 275608: The group selection when editing flag types should be a listbox w...lpsolit%gmail.com2005-08-301-2/+6
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-161-1/+4