aboutsummaryrefslogtreecommitdiffstats
path: root/editgroups.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 324784: editgroups.cgi should make sure groups it edits/removes are not ↵lpsolit%gmail.com2006-05-301-0/+33
| | | | used by editparams.cgi (in data/params) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-03-311-2/+1
| | | | <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵lpsolit%gmail.com2006-03-151-1/+1
| | | | Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
* Bug 323912: When a group cannot be deleted because it is in used, ↵lpsolit%gmail.com2006-03-091-24/+23
| | | | ThrowUserError() should be called - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-021-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Bug 324248: Deleting a group doesn't remove entries in group_group_map ↵lpsolit%gmail.com2006-01-231-2/+3
| | | | correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 323955: Deleting a group incorrectly checks for user group membership ↵lpsolit%gmail.com2006-01-211-8/+14
| | | | (miss group inheritance) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 299646: Potential missing entries in bug_group_map related to mandatory ↵lpsolit%gmail.com2005-12-301-2/+36
| | | | groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-2/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com2005-09-161-3/+2
| | | | privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com2005-08-301-22/+2
| | | | Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ↵lpsolit%gmail.com2005-08-271-168/+164
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-8/+9
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | r=mkanat,wicked a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-1/+1
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 303141: Missing buglist when deleting groups - Patch by Frédéric ↵lpsolit%gmail.com2005-08-031-2/+1
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-4/+5
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 287138: INSERT IGNORE is not ANSI SQLmkanat%kerio.com2005-03-221-7/+12
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-0/+3
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Bug 282510: Argument "" isn't numeric when modifying groupbugzilla%glob.com.au2005-02-191-2/+3
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r,a=justdave
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-9/+7
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 277768 : Some validations are missing when editing groupstravis%sedsystems.ca2005-02-171-102/+152
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net2005-01-161-1/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
* Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net2004-11-241-0/+19
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-111-2/+2
| | | | | r=erik,justdave a=justdave
* Patch for bug 253360: replace IF() with CASE WHEN for database ↵jocuri%softhome.net2004-07-311-3/+3
| | | | compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-15/+41
| | | | | r=kiko a=justdave
* Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net2004-07-131-459/+196
|
* Bug 250080: Fix regression causing blank regexp to make all users group membersbugreport%peshkin.net2004-07-071-1/+1
| | | | | r=erik, justdave a=justdave
* Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵jocuri%softhome.net2004-07-031-1/+1
| | | | better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave.
* Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net2004-06-161-2/+28
|
* Bug 208847: Fix taint issues in editgroups.cgijouni%heikniemi.net2004-05-231-14/+11
| | | | | Patch by byron jones <bugzilla@glob.com.au>, r=jouni, a=justdave
* Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-4/+0
| | | | | Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
| | | | | | | 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.
* Bug 181589: Add mass-remove to editgroupsbugreport%peshkin.net2004-03-261-24/+178
| | | | r=justdave, a=justdave
* Bug 226119: The template admin/add-group.html.tmpl moved to ↵jouni%heikniemi.net2003-11-191-1/+1
| | | | | | admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@. r=myk, a=justdave
* 226061 - someone forgot to tell editgroups that regexps are applied at ↵caillon%returnzero.com2003-11-191-1/+1
| | | | | | runtime, not on account creation. r=joel,a=justdave
* Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk.jocuri%softhome.net2003-11-101-44/+7
|
* Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br2003-09-271-10/+10
| | | | | default output, in certain cases) in the edit pages. Patch by Vlad Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com2003-01-111-2/+2
| | | | | | | | | the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave
* Bug 181951 Cannot delete groupsbugreport%peshkin.net2002-11-301-1/+1
| | | | | | Patch by joel r=burnus,bbaetz a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-16/+41
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 171440 editgroups shows system groups as usable for bugs even though ↵bugreport%peshkin.net2002-09-291-1/+1
| | | | | | they are not 2xr=justdave
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-245/+261
| | | | r=bbaetz, gerv