Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-06 | Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgi | mkanat%bugzilla.org | 1 | -243/+186 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org r=LpSolit, a=LpSolit | |||||
2006-10-21 | Bug 349855: editgroups.cgi doesn't protect the querysharegroup from deletion | lpsolit%gmail.com | 1 | -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-15 | Bug 281181: [SECURITY] It's way too easy to delete ↵ | lpsolit%gmail.com | 1 | -1/+13 | |
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-09-14 | Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and ↵ | mkanat%bugzilla.org | 1 | -32/+2 | |
make checksetup.pl use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-08-08 | Bug 339383: Make Bugzilla::Group use Bugzilla::Object | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk | |||||
2006-08-05 | Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵ | lpsolit%gmail.com | 1 | -12/+2 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-08-01 | Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module. | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-14 | Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵ | wurblzap%gmail.com | 1 | -8/+17 | |
other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -4/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
Dascalu <vladd@bugzilla.org>. | |||||
2006-06-18 | Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -2/+5 | |
Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2006-05-30 | Bug 324784: editgroups.cgi should make sure groups it edits/removes are not ↵ | lpsolit%gmail.com | 1 | -0/+33 | |
used by editparams.cgi (in data/params) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2006-03-31 | Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
<LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2006-03-15 | Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave | |||||
2006-03-09 | Bug 323912: When a group cannot be deleted because it is in used, ↵ | lpsolit%gmail.com | 1 | -24/+23 | |
ThrowUserError() should be called - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk | |||||
2006-03-02 | Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExists | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave | |||||
2006-01-23 | Bug 324248: Deleting a group doesn't remove entries in group_group_map ↵ | lpsolit%gmail.com | 1 | -2/+3 | |
correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | |||||
2006-01-21 | Bug 323955: Deleting a group incorrectly checks for user group membership ↵ | lpsolit%gmail.com | 1 | -8/+14 | |
(miss group inheritance) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | |||||
2005-12-30 | Bug 299646: Potential missing entries in bug_group_map related to mandatory ↵ | lpsolit%gmail.com | 1 | -2/+36 | |
groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-09-16 | Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2005-08-31 | Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -22/+2 | |
Buclin <LpSolit@gmail.com> r=joel a=myk | |||||
2005-08-27 | Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ↵ | lpsolit%gmail.com | 1 | -168/+164 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | |||||
2005-08-19 | Bug 304583: Remove all remaining need to rederive inherited groups | bugreport%peshkin.net | 1 | -8/+9 | |
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave | |||||
2005-08-13 | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
r=mkanat,wicked a=justdave | |||||
2005-08-09 | Backout of bug 303669 which broke AppendComment and possibly a number | bugreport%peshkin.net | 1 | -1/+1 | |
of other items. | |||||
2005-08-09 | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-08-03 | Bug 303141: Missing buglist when deleting groups - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-04-05 | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 1 | -4/+5 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | |||||
2005-03-22 | Bug 287138: INSERT IGNORE is not ANSI SQL | mkanat%kerio.com | 1 | -7/+12 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave | |||||
2005-03-16 | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 1 | -0/+1 | |
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave | |||||
2005-02-19 | Bug 253721: Add group-based lists to whining | erik%dasbistro.com | 1 | -0/+3 | |
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave | |||||
2005-02-19 | Bug 282510: Argument "" isn't numeric when modifying group | bugzilla%glob.com.au | 1 | -2/+3 | |
Patch by Byron Jones <bugzilla@glob.com.au> r,a=justdave | |||||
2005-02-19 | Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -2/+1 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave | |||||
2005-02-18 | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -9/+7 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk | |||||
2005-02-17 | Bug 277768 : Some validations are missing when editing groups | travis%sedsystems.ca | 1 | -102/+152 | |
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2005-01-16 | Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵ | jocuri%softhome.net | 1 | -1/+4 | |
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk. | |||||
2004-11-24 | Patch for bug 180879: Implement privs for bug flags modification; patch by ↵ | jocuri%softhome.net | 1 | -0/+19 | |
Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave. | |||||
2004-08-11 | Bug 244239: Add group-based pronouns to query | bugreport%peshkin.net | 1 | -2/+2 | |
r=erik,justdave a=justdave | |||||
2004-07-31 | Patch for bug 253360: replace IF() with CASE WHEN for database ↵ | jocuri%softhome.net | 1 | -3/+3 | |
compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. | |||||
2004-07-28 | Bug 251837: Extend group_group_map to control which groups can see each other | bugreport%peshkin.net | 1 | -15/+41 | |
r=kiko a=justdave | |||||
2004-07-13 | Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave. | jocuri%softhome.net | 1 | -459/+196 | |
2004-07-07 | Bug 250080: Fix regression causing blank regexp to make all users group members | bugreport%peshkin.net | 1 | -1/+1 | |
r=erik, justdave a=justdave | |||||
2004-07-03 | Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵ | jocuri%softhome.net | 1 | -1/+1 | |
better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave. | |||||
2004-06-16 | Bug 240325: Keep regexp-based groups up-to-date | bugreport%peshkin.net | 1 | -2/+28 | |
2004-05-23 | Bug 208847: Fix taint issues in editgroups.cgi | jouni%heikniemi.net | 1 | -14/+11 | |
Patch by byron jones <bugzilla@glob.com.au>, r=jouni, a=justdave | |||||
2004-03-27 | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 1 | -4/+0 | |
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave |