summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Group.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22Bug 505796 - Bugzilla::Group::grant_direct has refers to ↵dkl%redhat.com1-1/+1
$self->{members_direct} instead of $self->{grant_direct} Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
2009-01-25Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ↵lpsolit%gmail.com1-0/+35
by arbingersys <arbingersys@gmail.com> r/a=LpSolit
2008-10-18Bug 460581: editgroups should be using Bugzilla::Group->create to make groupsmkanat%bugzilla.org1-30/+24
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-09-19Bug 396616: SetParam error when changing a group name in editgroups.cgimkanat%bugzilla.org1-0/+1
Patch By Albert Ting <altlist@gmail.com> r=mkanat, r=LpSolit, a=mkanat
2007-08-08Bug 332149: Ability to have symbols placed next to user names based on group ↵lpsolit%gmail.com1-0/+8
membership - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2007-03-06Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org1-2/+121
Patch By Max Kanat-Alexander <mkanat@bugzilla.org r=LpSolit, a=LpSolit
2006-11-04Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org1-0/+27
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-10-31Bug 357374: Can't locate object method "use_for" via package ↵lpsolit%gmail.com1-0/+6
"Bugzilla::Group" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-1/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-14Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and ↵mkanat%bugzilla.org1-0/+112
make checksetup.pl use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-08Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org1-94/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com1-3/+0
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-21Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in ↵lpsolit%gmail.com1-2/+1
editparams.cgi should be listed in a dropdown menu - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin r=mkanat a=myk
2006-03-15Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵lpsolit%gmail.com1-26/+0
Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
2006-03-02Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com1-1/+27
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2005-10-28Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com1-1/+4
of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
2005-10-07Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵mkanat%kerio.com1-33/+0
object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave
2005-08-31Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com1-2/+24
Buclin <LpSolit@gmail.com> r=joel a=myk
2005-08-15Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org1-1/+0
files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-2/+2
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-13Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com1-14/+58
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk
2005-07-12Bug 298931: migrate Group.pm from a simple module to a class - Patch by ↵lpsolit%gmail.com1-3/+135
Tiago R. Mello <timello@async.com.br> r=LpSolit,mkanat a=justdave
2005-02-19Bug 253721: Add group-based lists to whiningerik%dasbistro.com1-0/+51
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave