Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -18/+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/+18 | |
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 | -18/+9 | |
local symlink to data/ directory | |||||
2016-02-26 | Bug 1251221 - Pass cache => 1 to calls to Bugzilla::Product->new() called in ↵ | Dylan Hardison | 1 | -1/+1 | |
Bugzilla::{Milestone,Version,Component} r=dkl,a=dylan | |||||
2014-05-12 | Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla ↵ | Byron Jones | 1 | -3/+11 | |
configuration information) | |||||
2014-03-04 | Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects) | Byron Jones | 1 | -0/+1 | |
2010-08-31 | Bug 77193 - Add the ability to retire (disable) old versions, components and ↵ | Dave Lawrence | 1 | -5/+10 | |
milestones r/a=mkanat | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 1 | -4/+5 | |
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-05-14 | Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, and | Max Kanat-Alexander | 1 | -13/+12 | |
Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS r=LpSolit, a=LpSolit | |||||
2008-01-18 | Bug 408172: [Oracle] Bug lists longer than 1000 bugs fail | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2007-10-10 | Additional fix for bug 313129: Bugzilla::Milestone->_check_name() ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
incorrectly trims the milestone name | |||||
2007-10-10 | Bug 313129: Implement $milestone->create and $milestone->update based on ↵ | lpsolit%gmail.com | 1 | -25/+240 | |
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-08-24 | Bug 373440: Make "check" into a generic function in Bugzilla::Object | mkanat%bugzilla.org | 1 | -35/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2006-12-19 | Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵ | lpsolit%gmail.com | 1 | -38/+37 | |
Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit 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 | -36/+0 | |
object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave | |||||
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 | -3/+3 | |
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 | -3/+3 | |
of other items. | |||||
2005-08-09 | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 1 | -3/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-07-28 | Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and ↵ | lpsolit%gmail.com | 1 | -9/+69 | |
Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave | |||||
2005-07-13 | Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵ | lpsolit%gmail.com | 1 | -0/+172 | |
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk |