aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Milestone.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 783866: Add support to call Bugzilla::Milestone->check({ id => $id })Koosha Khajeh Moogahi2012-09-041-4/+6
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+3
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-16/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan2011-08-211-1/+1
| | | | r/a=LpSolit
* Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence2010-08-311-5/+10
| | | | | | milestones r/a=mkanat
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-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
* Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander2010-05-141-13/+12
| | | | | Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS r=LpSolit, a=LpSolit
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-1/+1
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Additional fix for bug 313129: Bugzilla::Milestone->_check_name() ↵lpsolit%gmail.com2007-10-101-1/+2
| | | | incorrectly trims the milestone name
* Bug 313129: Implement $milestone->create and $milestone->update based on ↵lpsolit%gmail.com2007-10-101-25/+240
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-08-241-35/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵lpsolit%gmail.com2006-12-191-38/+37
| | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵mkanat%kerio.com2005-10-071-36/+0
| | | | | | object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org2005-08-151-1/+0
| | | | | | | files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-3/+3
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and ↵lpsolit%gmail.com2005-07-281-9/+69
| | | | Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com2005-07-131-0/+172
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk