aboutsummaryrefslogtreecommitdiffstats
path: root/editgroups.cgi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 287138: INSERT IGNORE is not ANSI SQLmkanat%kerio.com2005-03-221-7/+12
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-0/+3
* Bug 282510: Argument "" isn't numeric when modifying groupbugzilla%glob.com.au2005-02-191-2/+3
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+1
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-9/+7
* Bug 277768 : Some validations are missing when editing groupstravis%sedsystems.ca2005-02-171-102/+152
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net2005-01-161-1/+4
* Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...jocuri%softhome.net2004-11-241-0/+19
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-111-2/+2
* Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...jocuri%softhome.net2004-07-311-3/+3
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-15/+41
* 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
* Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...jocuri%softhome.net2004-07-031-1/+1
* 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
* Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-4/+0
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
* Bug 181589: Add mass-remove to editgroupsbugreport%peshkin.net2004-03-261-24/+178
* Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/crea...jouni%heikniemi.net2003-11-191-1/+1
* 226061 - someone forgot to tell editgroups that regexps are applied at runtim...caillon%returnzero.com2003-11-191-1/+1
* 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
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com2003-01-111-2/+2
* Bug 181951 Cannot delete groupsbugreport%peshkin.net2002-11-301-1/+1
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-16/+41