aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Group.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1219276: Creating a new group fails if a custom extension adds entries to...Alex Schuilenburg2015-12-021-2/+14
* Bug 1053802: Groups used for the comment_taggers_group and debug_group parame...Frédéric Buclin2014-08-191-2/+4
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 1015173: Groups report all members as being direct members.Marc Schumann2014-05-261-1/+2
* Bug 1002357: memached->clear_config isn't always called where requiredByron Jones2014-05-121-0/+1
* Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones2014-04-071-0/+2
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+44
* Bug 788098: Queries involving group substitution crash when usevisibilitygrou...Frédéric Buclin2012-10-041-1/+3
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+3
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-22/+5
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...Frédéric Buclin2011-08-041-0/+56
* Bug 579797: Restore ValidateGroupName in Bugzilla::Group, because it isMax Kanat-Alexander2010-07-201-0/+33
* Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-141-2/+5
* Fix a template and POD bustage from the $$some_var Search.pm checkin.Max Kanat-Alexander2010-07-081-0/+2
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-081-34/+15
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-2/+0
* Bug 252005: Allow changing the captialization of a group nameSteve P2010-06-211-1/+1
* Bug 496488: Hooks for creating, updating, and deleting groupsMax Kanat-Alexander2010-02-071-0/+14
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-21/+166
* Bug 505796 - Bugzilla::Group::grant_direct has refers to $self->{members_dire...dkl%redhat.com2009-07-221-1/+1
* Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ...lpsolit%gmail.com2009-01-251-0/+35
* Bug 460581: editgroups should be using Bugzilla::Group->create to make groupsmkanat%bugzilla.org2008-10-181-30/+24
* Bug 396616: SetParam error when changing a group name in editgroups.cgimkanat%bugzilla.org2007-09-191-0/+1
* Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com2007-08-081-0/+8
* Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org2007-03-061-2/+121
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-041-0/+27
* Bug 357374: Can't locate object method "use_for" via package "Bugzilla::Group...lpsolit%gmail.com2006-10-311-0/+6
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-1/+3
* Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and make...mkanat%bugzilla.org2006-09-141-0/+112
* Bug 339383: Make Bugzilla::Group use Bugzilla::Objectmkanat%bugzilla.org2006-08-081-94/+8
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com2006-08-051-3/+0
* Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in edit...lpsolit%gmail.com2006-06-211-2/+1
* Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patc...lpsolit%gmail.com2006-03-151-26/+0
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-021-1/+27
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of...lpsolit%gmail.com2005-10-281-1/+4
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com2005-10-071-33/+0
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric B...lpsolit%gmail.com2005-08-301-2/+24
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org2005-08-151-1/+0
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-2/+2
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-2/+2
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-2/+2
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classific...lpsolit%gmail.com2005-07-131-14/+58
* Bug 298931: migrate Group.pm from a simple module to a class - Patch by Tiago...lpsolit%gmail.com2005-07-121-3/+135
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-0/+51