aboutsummaryrefslogtreecommitdiffstats
path: root/editgroups.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 1255619: CGI scripts should not send duplicated headersFrédéric Buclin2016-03-211-14/+4
* Bug 1219276: Creating a new group fails if a custom extension adds entries to...Alex Schuilenburg2015-12-021-7/+1
* Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin2014-10-061-2/+2
* Bug 1053802: Groups used for the comment_taggers_group and debug_group parame...Frédéric Buclin2014-08-191-3/+0
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-23/+5
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin2010-05-201-6/+1
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-141/+15
* Bug 511796: Allow groups to bless themselvesmkanat%bugzilla.org2009-09-301-4/+7
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-3/+2
* Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ...lpsolit%gmail.com2009-01-251-2/+2
* Bug 460581: editgroups should be using Bugzilla::Group->create to make groupsmkanat%bugzilla.org2008-10-181-67/+8
* Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com2008-01-281-11/+22
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 398976: edit*.cgi scripts should use transactions for database interactio...lpsolit%gmail.com2007-10-101-11/+4
* Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in c...mkanat%bugzilla.org2007-10-081-0/+2
* Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com2007-08-081-3/+13
* Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org2007-03-061-243/+186
* Bug 349855: editgroups.cgi doesn't protect the querysharegroup from deletionlpsolit%gmail.com2006-10-211-4/+11
* Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com2006-10-151-1/+13
* Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and make...mkanat%bugzilla.org2006-09-141-32/+2
* Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org2006-08-081-1/+1
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com2006-08-051-12/+2
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-1/+1
* Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2006-07-141-8/+17
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+1
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-4/+4
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-3/+2
* Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad D...vladd%bugzilla.org2006-06-191-1/+1
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-2/+5
* Bug 324784: editgroups.cgi should make sure groups it edits/removes are not u...lpsolit%gmail.com2006-05-301-0/+33
* Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com2006-03-311-2/+1
* Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patc...lpsolit%gmail.com2006-03-151-1/+1
* Bug 323912: When a group cannot be deleted because it is in used, ThrowUserEr...lpsolit%gmail.com2006-03-091-24/+23
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-021-1/+1
* Bug 324248: Deleting a group doesn't remove entries in group_group_map correc...lpsolit%gmail.com2006-01-231-2/+3
* Bug 323955: Deleting a group incorrectly checks for user group membership (mi...lpsolit%gmail.com2006-01-211-8/+14
* Bug 299646: Potential missing entries in bug_group_map related to mandatory g...lpsolit%gmail.com2005-12-301-2/+36
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com2005-09-161-3/+2
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric B...lpsolit%gmail.com2005-08-301-22/+2
* Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ...lpsolit%gmail.com2005-08-271-168/+164
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-8/+9
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-1/+1
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-1/+1
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-1/+1
* Bug 303141: Missing buglist when deleting groups - Patch by Frédéric Buclin...lpsolit%gmail.com2005-08-031-2/+1
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-4/+5