summaryrefslogtreecommitdiffstats
path: root/editgroups.cgi
AgeCommit message (Expand)AuthorFilesLines
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-1/+13
2006-09-14Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and make...mkanat%bugzilla.org1-32/+2
2006-08-08Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com1-12/+2
2006-08-01Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org1-1/+1
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com1-8/+17
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+1
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+4
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+2
2006-06-20Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad D...vladd%bugzilla.org1-1/+1
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com1-2/+5
2006-05-30Bug 324784: editgroups.cgi should make sure groups it edits/removes are not u...lpsolit%gmail.com1-0/+33
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com1-2/+1
2006-03-15Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patc...lpsolit%gmail.com1-1/+1
2006-03-09Bug 323912: When a group cannot be deleted because it is in used, ThrowUserEr...lpsolit%gmail.com1-24/+23
2006-03-02Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com1-1/+1
2006-01-23Bug 324248: Deleting a group doesn't remove entries in group_group_map correc...lpsolit%gmail.com1-2/+3
2006-01-21Bug 323955: Deleting a group incorrectly checks for user group membership (mi...lpsolit%gmail.com1-8/+14
2005-12-30Bug 299646: Potential missing entries in bug_group_map related to mandatory g...lpsolit%gmail.com1-2/+36
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-2/+2
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com1-3/+2
2005-08-31Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric B...lpsolit%gmail.com1-22/+2
2005-08-27Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ...lpsolit%gmail.com1-168/+164
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-8/+9
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
2005-08-03Bug 303141: Missing buglist when deleting groups - Patch by Frédéric Buclin...lpsolit%gmail.com1-2/+1
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-4/+5
2005-03-22Bug 287138: INSERT IGNORE is not ANSI SQLmkanat%kerio.com1-7/+12
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
2005-02-19Bug 253721: Add group-based lists to whiningerik%dasbistro.com1-0/+3
2005-02-19Bug 282510: Argument "" isn't numeric when modifying groupbugzilla%glob.com.au1-2/+3
2005-02-19Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com1-2/+1
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-9/+7
2005-02-17Bug 277768 : Some validations are missing when editing groupstravis%sedsystems.ca1-102/+152
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net1-1/+4
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...jocuri%softhome.net1-0/+19
2004-08-11Bug 244239: Add group-based pronouns to querybugreport%peshkin.net1-2/+2
2004-07-31Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...jocuri%softhome.net1-3/+3
2004-07-28Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net1-15/+41
2004-07-13Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net1-459/+196
2004-07-07Bug 250080: Fix regression causing blank regexp to make all users group membersbugreport%peshkin.net1-1/+1
2004-07-03Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...jocuri%softhome.net1-1/+1
2004-06-16Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net1-2/+28
2004-05-23Bug 208847: Fix taint issues in editgroups.cgijouni%heikniemi.net1-14/+11
2004-03-27Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com1-4/+0
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+1
2004-03-27Bug 181589: Add mass-remove to editgroupsbugreport%peshkin.net1-24/+178