summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Product.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-03-19Bug 1136745: Kill the makeproductgroups parameterGervase Markham1-22/+0
r=LpSolit a=glob
2015-03-19Bug 1105568: Add support for HTML flagmailEd Morley1-1/+0
r=glob,a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-05-12Bug 1002357: memached->clear_config isn't always called where requiredByron Jones1-0/+3
r=dkl, a=glob
2014-04-07Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones1-0/+2
r=dkl, a=glob
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-3/+3
r=gerv a=justdave
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+34
r/a=LpSolit
2012-11-22Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying ↵Byron Jones1-2/+2
the database repeatedly for the same information r=dkl,a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+3
r=wicked a=LpSolit
2012-03-05Bug 732978: preload() must load Bugzilla::Component itselfFrédéric Buclin1-1/+2
r=dkl a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-15/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-09-29Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin1-2/+2
r/a=mkanat
2011-08-21Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan1-1/+1
r/a=LpSolit
2011-08-04Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin1-4/+6
creating or editing a bug r=mkanat a=LpSolit
2010-10-20Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes ↵Frédéric Buclin1-11/+35
from the database a=LpSolit (module owner)
2010-07-07Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin1-25/+7
Bugzilla::Product->check() r=mkanat a=LpSolit
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-0/+16
classification. r=mkanat, r=timello, a=mkanat
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-6/+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-05-14Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander1-2/+2
Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS r=LpSolit, a=LpSolit
2010-03-16Bug 526189: Refactor the way that groups are checked for being validlyMax Kanat-Alexander1-6/+22
settable in a particular product, to eliminate the possibility of ever setting an inactive or invalid group on a product. r=LpSolit, a=LpSolit
2010-02-23Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander1-11/+96
or the WebService Bug.create method. r=LpSolit, a=LpSolit
2010-02-20Bug 547428: SQL error when deleting a product and its related series when it ↵Bodo-Merle Sandor1-1/+3
has none r/a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-147/+0
r=mkanat, a=mkanat, a=LpSolit
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-15/+2
component r=dkl, a=mkanat
2010-02-02Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander1-0/+11
r=LpSolit, a=LpSolit
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org1-0/+6
not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org1-6/+0
the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-30Bug 523411: Hook: product-end_of_createmkanat%bugzilla.org1-0/+3
Patch by Dave Lawrence <dkl@redhat.com> r=mkanat, a=mkanat
2009-11-23Bug 451716: Deleting a product does not remove its entries from the 'Series' ↵lpsolit%gmail.com1-3/+26
table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-10-24Bug 522404: Allow Bugzilla::Product->create to create multiple products in ↵mkanat%bugzilla.org1-0/+2
one script. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-23Bug 522396: Bugzilla::Product->create should do better with missing input fieldsmkanat%bugzilla.org1-2/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-07-01Bug 500900: Confirming bugs requires NEW state to exist - Patch by ↵lpsolit%gmail.com1-2/+1
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com1-6/+6
patch by ghendricks r=mkanat a=mkanat
2009-04-10Bug 471871: Bugzilla::Version has duplicated code compared to ↵lpsolit%gmail.com1-1/+1
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-31Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com1-4/+3
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-1/+23
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-01-02Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵lpsolit%gmail.com1-2/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-10-18Bug 460509: Deleting a product with bugs fails because it hasn't loaded ↵mkanat%bugzilla.org1-0/+1
Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-10-03Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org1-2/+2
editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-08-14Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com1-18/+215
to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-08-07Bug 449390: "Add Product" fails with software error "Column ↵lpsolit%gmail.com1-3/+3
'defaultmilestone' cannot be null" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-06Bug 449248: Improve $product->group_controls - Patch by Frédéric ↵lpsolit%gmail.com1-4/+5
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-07-31Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com1-15/+404
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-03-27Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵mkanat%bugzilla.org1-4/+39
when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-01-12Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org1-0/+70
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2006-12-19Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵lpsolit%gmail.com1-9/+4
Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-12-19Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org1-7/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-12-19Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org1-5/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk