Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-25 | Bug 1471044 - Allow some model classes to have dynamic column names with ↵ | Dylan William Hardison | 1 | -0/+5 | |
class method DYNAMIC_COLUMNS When working on bug 1253535 I kept encountering the fragility of our model system. This fragility involves two things: 1) Extensions adding new columns to model objects 2) The use of those model objects in checksetup. In particular, the SecureMail extension causes this problem because (at checksetup-time) we need to lookup certain Group objects. Thus I propose to 1) allow model classes to take their list of columns from the informations schema (exposed via `bz_table_columns_real`) 2) Have Bugzilla::Group do this when being used in a commandline (e.g. checksetup) context. | |||||
2018-03-07 | Revert Bug 1273381 | Dylan William Hardison | 1 | -7/+0 | |
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5. | |||||
2018-03-05 | Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵ | Upasana | 1 | -0/+7 | |
for object accessors | |||||
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -9/+9 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -24/+9 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -9/+24 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -24/+9 | |
local symlink to data/ directory | |||||
2015-10-06 | Bug 1196620 - support automatic removal of inactive users from groups | David Lawrence | 1 | -0/+12 | |
2015-09-02 | Bug 1196618 - add support for group owners | David Lawrence | 1 | -0/+32 | |
2015-08-24 | Bug 1197696 - group_members report doesn't display nested inherited groups | Byron Jones | 1 | -0/+21 | |
2014-05-12 | Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla ↵ | Byron Jones | 1 | -0/+4 | |
configuration information) | |||||
2012-10-09 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -1/+3 | |
2012-10-04 | Bug 788098: Queries involving group substitution crash when ↵ | Frédéric Buclin | 1 | -1/+3 | |
usevisibilitygroups is enabled r=dkl a=LpSolit | |||||
2011-10-05 | more porting work | David Lawrence | 1 | -2/+3 | |
2011-08-04 | Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵ | Frédéric Buclin | 1 | -0/+56 | |
creating or editing a bug r=mkanat a=LpSolit | |||||
2010-07-20 | Bug 579797: Restore ValidateGroupName in Bugzilla::Group, because it is | Max Kanat-Alexander | 1 | -0/+33 | |
still in use by the whining system r=LpSolit, a=LpSolit | |||||
2010-07-14 | Bug 578587: Make checksetup be way quieter when creating a new install | Max Kanat-Alexander | 1 | -2/+5 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-07-08 | Fix a template and POD bustage from the $$some_var Search.pm checkin. | Max Kanat-Alexander | 1 | -0/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=574556 | |||||
2010-07-08 | Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere. | Max Kanat-Alexander | 1 | -34/+15 | |
Instead, we pass around a hashref and update the hashref. This patch also includes some cleanup for bugs surrounding percentage_complete, attachments.isobsolete, attachments.ispatch, and owner_idle_time. r=mkanat, a=mkanat | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 1 | -2/+0 | |
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat | |||||
2010-06-22 | Bug 252005: Allow changing the captialization of a group name | Steve P | 1 | -1/+1 | |
r=mkanat, a=mkanat | |||||
2010-02-07 | Bug 496488: Hooks for creating, updating, and deleting groups | Max Kanat-Alexander | 1 | -0/+14 | |
r=mkanat, a=mkanat (module owner) | |||||
2009-12-31 | Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵ | mkanat%bugzilla.org | 1 | -21/+166 | |
in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit | |||||
2009-07-22 | Bug 505796 - Bugzilla::Group::grant_direct has refers to ↵ | dkl%redhat.com | 1 | -1/+1 | |
$self->{members_direct} instead of $self->{grant_direct} Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit | |||||
2009-01-25 | Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ↵ | lpsolit%gmail.com | 1 | -0/+35 | |
by arbingersys <arbingersys@gmail.com> r/a=LpSolit | |||||
2008-10-18 | Bug 460581: editgroups should be using Bugzilla::Group->create to make groups | mkanat%bugzilla.org | 1 | -30/+24 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-09-19 | Bug 396616: SetParam error when changing a group name in editgroups.cgi | mkanat%bugzilla.org | 1 | -0/+1 | |
Patch By Albert Ting <altlist@gmail.com> r=mkanat, r=LpSolit, a=mkanat | |||||
2007-08-08 | Bug 332149: Ability to have symbols placed next to user names based on group ↵ | lpsolit%gmail.com | 1 | -0/+8 | |
membership - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit | |||||
2007-03-06 | Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgi | mkanat%bugzilla.org | 1 | -2/+121 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org r=LpSolit, a=LpSolit | |||||
2006-11-04 | Bug 352403: Create an object for saved searches, and have Bugzilla::User use it | mkanat%bugzilla.org | 1 | -0/+27 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-10-31 | Bug 357374: Can't locate object method "use_for" via package ↵ | lpsolit%gmail.com | 1 | -0/+6 | |
"Bugzilla::Group" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk | |||||
2006-09-14 | Bug 352608: Make checksetup more localizable | mkanat%bugzilla.org | 1 | -1/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-09-14 | Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and ↵ | mkanat%bugzilla.org | 1 | -0/+112 | |
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 | -94/+8 | |
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 | -3/+0 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-21 | Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in ↵ | lpsolit%gmail.com | 1 | -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-15 | Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵ | lpsolit%gmail.com | 1 | -26/+0 | |
Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave | |||||
2006-03-02 | Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExists | mkanat%kerio.com | 1 | -1/+27 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave | |||||
2005-10-28 | Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵ | lpsolit%gmail.com | 1 | -1/+4 | |
of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave | |||||
2005-10-07 | Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵ | mkanat%kerio.com | 1 | -33/+0 | |
object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave | |||||
2005-08-31 | Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -2/+24 | |
Buclin <LpSolit@gmail.com> r=joel a=myk | |||||
2005-08-15 | Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵ | justdave%bugzilla.org | 1 | -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-13 | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-08-09 | Backout of bug 303669 which broke AppendComment and possibly a number | bugreport%peshkin.net | 1 | -2/+2 | |
of other items. | |||||
2005-08-09 | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-07-13 | Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵ | lpsolit%gmail.com | 1 | -14/+58 | |
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk | |||||
2005-07-12 | Bug 298931: migrate Group.pm from a simple module to a class - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+135 | |
Tiago R. Mello <timello@async.com.br> r=LpSolit,mkanat a=justdave | |||||
2005-02-19 | Bug 253721: Add group-based lists to whining | erik%dasbistro.com | 1 | -0/+51 | |
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave |