aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Group.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵lpsolit%gmail.com2006-03-151-26/+0
| | | | Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-021-1/+27
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com2005-10-281-1/+4
| | | | of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵mkanat%kerio.com2005-10-071-33/+0
| | | | | | object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com2005-08-301-2/+24
| | | | Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org2005-08-151-1/+0
| | | | | | | files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-2/+2
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com2005-07-131-14/+58
| | | | Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk
* Bug 298931: migrate Group.pm from a simple module to a class - Patch by ↵lpsolit%gmail.com2005-07-121-3/+135
| | | | Tiago R. Mello <timello@async.com.br> r=LpSolit,mkanat a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-0/+51
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave