summaryrefslogtreecommitdiffstats
path: root/editgroups.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin1-14/+4
r=dylan
2015-12-02Bug 1219276: Creating a new group fails if a custom extension adds entries ↵Alex Schuilenburg1-7/+1
to group_control_map and "insertnew" is selected r=LpSolit
2015-03-19Bug 1136745: Kill the makeproductgroups parameterGervase Markham1-1/+1
r=LpSolit a=glob
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin1-2/+2
r=dkl,a=sgreen
2014-08-19Bug 1053802: Groups used for the comment_taggers_group and debug_group ↵Frédéric Buclin1-3/+0
parameters can be deleted r=sgreen a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-23/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin1-6/+1
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
2009-12-31Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org1-141/+15
in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
2009-09-30Bug 511796: Allow groups to bless themselvesmkanat%bugzilla.org1-4/+7
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-03-31Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com1-3/+2
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-01-25Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ↵lpsolit%gmail.com1-2/+2
by arbingersys <arbingersys@gmail.com> r/a=LpSolit
2008-10-18Bug 460581: editgroups should be using Bugzilla::Group->create to make groupsmkanat%bugzilla.org1-67/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-01-28Bug 325487: Admin pages should require less "clicks" (remove useless ↵lpsolit%gmail.com1-11/+22
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-10Bug 398976: edit*.cgi scripts should use transactions for database ↵lpsolit%gmail.com1-11/+4
interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-10-08Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in ↵mkanat%bugzilla.org1-0/+2
current CVS HEAD Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-08Bug 332149: Ability to have symbols placed next to user names based on group ↵lpsolit%gmail.com1-3/+13
membership - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2007-03-06Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org1-243/+186
Patch By Max Kanat-Alexander <mkanat@bugzilla.org r=LpSolit, a=LpSolit
2006-10-21Bug 349855: editgroups.cgi doesn't protect the querysharegroup from deletionlpsolit%gmail.com1-4/+11
Bug 357429: Renaming a group which plays a special role generates a SQL error Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com1-1/+13
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-09-14Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and ↵mkanat%bugzilla.org1-32/+2
make checksetup.pl use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-08Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com1-12/+2
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-08-01Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com1-8/+17
other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-3/+2
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad ↵vladd%bugzilla.org1-1/+1
Dascalu <vladd@bugzilla.org>.
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-2/+5
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-05-30Bug 324784: editgroups.cgi should make sure groups it edits/removes are not ↵lpsolit%gmail.com1-0/+33
used by editparams.cgi (in data/params) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-2/+1
<LpSolit@gmail.com> r=wurblzap a=justdave
2006-03-15Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵lpsolit%gmail.com1-1/+1
Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
2006-03-09Bug 323912: When a group cannot be deleted because it is in used, ↵lpsolit%gmail.com1-24/+23
ThrowUserError() should be called - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
2006-03-02Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2006-01-23Bug 324248: Deleting a group doesn't remove entries in group_group_map ↵lpsolit%gmail.com1-2/+3
correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2006-01-21Bug 323955: Deleting a group incorrectly checks for user group membership ↵lpsolit%gmail.com1-8/+14
(miss group inheritance) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-12-30Bug 299646: Potential missing entries in bug_group_map related to mandatory ↵lpsolit%gmail.com1-2/+36
groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit 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 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com1-22/+2
Buclin <LpSolit@gmail.com> r=joel a=myk
2005-08-27Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ↵lpsolit%gmail.com1-168/+164
Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-8/+9
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
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