summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Version.pm
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2016-02-26Bug 1251221 - Pass cache => 1 to calls to Bugzilla::Product->new() called in ...Dylan Hardison1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2013-12-02Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin1-5/+93
2013-11-04Bug 926952: Possible race conditions when editing or deleting a milestone or ...Frédéric Buclin1-1/+5
2013-09-26Bug 714523 - editversions.cgi should use ->set_allSunil Joshi1-5/+5
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+22
2012-09-04Bug 779799: Add support to call Bugzilla::Version->check({ id => $id })Koosha Khajeh Moogahi1-3/+5
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-2/+3
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-16/+5
2011-08-17Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin1-0/+9
2010-08-31Bug 77193 - Add the ability to retire (disable) old versions, components and ...Dave Lawrence1-3/+8
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-4/+5
2010-05-14Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander1-10/+9
2009-04-10Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com1-109/+90
2007-08-24Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org1-26/+0
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org1-1/+1
2007-02-21Bug 371016: Versions are no longer sorted by version-sortmkanat%bugzilla.org1-1/+10
2006-12-19Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org1-39/+37
2006-07-19Bug 313125: Implement validations and database persistence functions for Vers...lpsolit%gmail.com1-0/+105
2006-03-16Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com1-18/+0
2006-03-03Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com1-0/+18
2005-10-07Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com1-36/+0
2005-08-15Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org1-1/+0
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-2/+2
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
2005-07-19Bug 300532: Update editversions.cgi to use routines from Version.pm and Produ...lpsolit%gmail.com1-10/+54
2005-07-13Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classific...lpsolit%gmail.com1-0/+170