summaryrefslogtreecommitdiffstats
path: root/editflagtypes.cgi
AgeCommit message (Collapse)AuthorFilesLines
2009-01-01Bug 471771: editflagtypes.cgi should display the number of flags per type - ↵lpsolit%gmail.com1-0/+15
Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2008-01-28Bug 325487: Admin pages should require less "clicks" (remove useless ↵lpsolit%gmail.com1-9/+18
confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-12Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com1-1/+2
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-10Bug 398976: edit*.cgi scripts should use transactions for database ↵lpsolit%gmail.com1-13/+8
interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-01-05Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric ↵lpsolit%gmail.com1-11/+8
Buclin <LpSolit@gmail.com> r/a=myk
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com1-9/+29
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-09-05Bug 345354: editflagtypes.cgi should remove requestees when a flagtype is no ↵lpsolit%gmail.com1-0/+7
longer specifically requestable - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-08Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-08Bug 347521: flagtypes.id should be an auto-increment field - Patch by ↵lpsolit%gmail.com1-6/+6
Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com1-109/+91
objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-07-25Bug 345359: Prevent Flag::clear from deleting a deleted flag when checking ↵lpsolit%gmail.com1-2/+3
the inclusion and exclusion lists - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-07-19Bug 339379: Make Bugzilla::Product use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-7/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-3/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-9/+17
<LpSolit@gmail.com> r/a=myk
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-9/+19
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-06-15Bug 319067: editflagtypes.cgi should allow to filter flag types based on ↵lpsolit%gmail.com1-27/+69
their product/component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com1-25/+27
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-4/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-03-16Bug 330521: Remove @::legal_product, @::legal_components and ↵lpsolit%gmail.com1-21/+24
@::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-03-02Patch for bug 325567: display more information when listing flag types in ↵jocuri%softhome.net1-0/+14
editflagtypes.cgi (especially the grant and request group); patch by Remi Zara <remi_zara@mac.com>, r=LpSolit, a=justdave.
2006-01-11Bug 243268: Cannot remove several flag inclusions/exclusions at once - Patch ↵lpsolit%gmail.com1-2/+4
by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=justdave
2005-12-14Bug 278414: Cannot add 'cc' notification for Flags when using emailsuffixes ↵lpsolit%gmail.com1-2/+10
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-1/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-09-23Bug 303703: Eliminate deprecated Bugzilla::DB routines from ↵lpsolit%gmail.com1-97/+107
editflagtypes.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com1-3/+2
privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-31Bug 275608: The group selection when editing flag types should be a listbox ↵lpsolit%gmail.com1-2/+6
with (no group) meaning no restriction - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com1-1/+4
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+2
<LpSolit@gmail.com> r=mkanat a=myk
2005-05-06Bug 288663: The inclusion and exclusion lists behave incorrectly when a ↵lpsolit%gmail.com1-27/+64
product or a component is called "Any" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
2005-04-10Bug 289372: Remove %FORM from editflagtypes.cgi - Patch by Teemu Mannermaa ↵lpsolit%gmail.com1-107/+116
<wicked@etlicon.fi> r=LpSolit a=myk
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-6/+10
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-03-02Bug 238802 : Input filter for integer sort key gives bad error outputtravis%sedsystems.ca1-2/+6
Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-19/+29
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net1-2/+3
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2004-12-14Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch ↵jocuri%softhome.net1-1/+1
by me, r=wurblzap (Marc), a=justdave.
2004-12-09Patch for bug 182375: Do not permit flags with spaces or commas; patch by ↵jocuri%softhome.net1-0/+1
Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net1-5/+34
Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
2004-09-24Fix for bug 252739: moves inclusion/exclusion action names to button name ↵myk%mozilla.org1-6/+9
instead of button value so that button values (which are also used as labels) will be localizable; patch by Marc Schumann; r=kiko,myk; a=justdave
2004-09-03Patch for bug 257152: make flag type deletion not crash when JavaScript is ↵jocuri%softhome.net1-2/+2
switched off; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk.
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-1/+4
r=joel, justdave a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-4/+2
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-8/+9
r=joel, a=justdave