Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-29 | Bug 1136137: Require Perl 5.14 | Frédéric Buclin | 1 | -1/+1 | |
r=dkl | |||||
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-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=sgreen | |||||
2013-12-02 | Bug 938300: vers_cmp() incorrectly compares module versions | Frédéric Buclin | 1 | -5/+93 | |
r=sgreen a=justdave | |||||
2013-11-04 | Bug 926952: Possible race conditions when editing or deleting a milestone or ↵ | Frédéric Buclin | 1 | -1/+5 | |
a version r/a=glob | |||||
2013-09-26 | Bug 714523 - editversions.cgi should use ->set_all | Sunil Joshi | 1 | -5/+5 | |
r=simon, a=simon | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 1 | -0/+22 | |
r/a=LpSolit | |||||
2012-09-04 | Bug 779799: Add support to call Bugzilla::Version->check({ id => $id }) | Koosha Khajeh Moogahi | 1 | -3/+5 | |
r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -2/+3 | |
r=wicked a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -16/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-08-17 | Bug 661476: sanitycheck.pl should check if all products have components defined. | Frédéric Buclin | 1 | -0/+9 | |
Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit | |||||
2010-08-31 | Bug 77193 - Add the ability to retire (disable) old versions, components and ↵ | Dave Lawrence | 1 | -3/+8 | |
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 | -10/+9 | |
Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS r=LpSolit, a=LpSolit | |||||
2009-04-10 | Bug 471871: Bugzilla::Version has duplicated code compared to ↵ | lpsolit%gmail.com | 1 | -109/+90 | |
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - 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 | -26/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-03-16 | Bug 374215: Move all generally-useful Installation subroutines to ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-02-21 | Bug 371016: Versions are no longer sorted by version-sort | mkanat%bugzilla.org | 1 | -1/+10 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2006-12-19 | Bug 339385: Make Bugzilla::Version use Bugzilla::Object | mkanat%bugzilla.org | 1 | -39/+37 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-19 | Bug 313125: Implement validations and database persistence functions for ↵ | lpsolit%gmail.com | 1 | -0/+105 | |
Versions.pm and clean-up editversions.cgi - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=myk | |||||
2006-03-16 | Bug 330521: Remove @::legal_product, @::legal_components and ↵ | lpsolit%gmail.com | 1 | -18/+0 | |
@::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2006-03-03 | Bug 328602: Eliminate %::versions and @::legal_versions | mkanat%kerio.com | 1 | -0/+18 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
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 | -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-19 | Bug 300532: Update editversions.cgi to use routines from Version.pm and ↵ | lpsolit%gmail.com | 1 | -10/+54 | |
Product.pm - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk | |||||
2005-07-13 | Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵ | lpsolit%gmail.com | 1 | -0/+170 | |
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk |