summaryrefslogtreecommitdiffstats
path: root/editflagtypes.cgi
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-9/+9
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local d...Dylan Hardison1-1/+1
2016-01-04Bug 1191706: When editing flag types, components do not match the selected pr...Frédéric Buclin1-5/+18
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin1-10/+11
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-6/+1
2012-05-21Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is n...Frédéric Buclin1-0/+3
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-20/+5
2011-07-04Bug 616679: A user with local editcomponents privs should be able to set the ...Frédéric Buclin1-3/+9
2010-12-04Bug 529974: Let users with local editcomponents privs manage flags for produc...Frédéric Buclin1-54/+161
2010-10-28Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5Frédéric Buclin1-1/+1
2010-10-22Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin1-1/+3
2010-10-22Bug 302293: Editing a flag type should tell me which changes have been madeFrédéric Buclin1-3/+4
2010-10-22Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to create...Frédéric Buclin1-514/+234
2010-07-07Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin1-1/+2
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-1/+1
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-2/+6
2009-11-23Bug 529863: The product list when listing all flagtypes in editflagtypes.cgi ...lpsolit%gmail.com1-9/+3
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com1-10/+2
2009-02-02Bug 466692: [SECURITY] keywords and unused flag types can be deleted by bypas...lpsolit%gmail.com1-11/+3
2009-01-01Bug 471771: editflagtypes.cgi should display the number of flags per type - P...lpsolit%gmail.com1-0/+15
2008-01-28Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com1-9/+18
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-10-12Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com1-1/+2
2007-10-10Bug 398976: edit*.cgi scripts should use transactions for database interactio...lpsolit%gmail.com1-13/+8
2007-01-05Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric Bucl...lpsolit%gmail.com1-11/+8
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-9/+29
2006-09-05Bug 345354: editflagtypes.cgi should remove requestees when a flagtype is no ...lpsolit%gmail.com1-0/+7
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-3/+3
2006-08-08Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org1-2/+2
2006-08-08Bug 347521: flagtypes.id should be an auto-increment field - Patch by Frédé...lpsolit%gmail.com1-6/+6
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com1-109/+91
2006-07-25Bug 345359: Prevent Flag::clear from deleting a deleted flag when checking th...lpsolit%gmail.com1-2/+3
2006-07-19Bug 339379: Make Bugzilla::Product use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-7/+8
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+1
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-9/+17
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com1-9/+19
2006-06-15Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...lpsolit%gmail.com1-27/+69
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-25/+27
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com1-4/+1
2006-03-16Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com1-21/+24
2006-03-02Patch for bug 325567: display more information when listing flag types in edi...jocuri%softhome.net1-0/+14
2006-01-11Bug 243268: Cannot remove several flag inclusions/exclusions at once - Patch ...lpsolit%gmail.com1-2/+4
2005-12-14Bug 278414: Cannot add 'cc' notification for Flags when using emailsuffixes -...lpsolit%gmail.com1-2/+10
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-1/+2
2005-09-23Bug 303703: Eliminate deprecated Bugzilla::DB routines from editflagtypes.cgi...lpsolit%gmail.com1-97/+107
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com1-3/+2