aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Product.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 1002357: memached->clear_config isn't always called where requiredByron Jones2014-05-121-0/+3
* Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones2014-04-071-0/+2
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-3/+3
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+34
* Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying th...Byron Jones2012-11-221-2/+2
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+3
* Bug 732978: preload() must load Bugzilla::Component itselfFrédéric Buclin2012-03-051-1/+2
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-15/+5
* Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2011-09-291-2/+2
* Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan2011-08-211-1/+1
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...Frédéric Buclin2011-08-041-4/+6
* Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes fr...Frédéric Buclin2010-10-201-11/+35
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin2010-07-071-25/+7
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-0/+16
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-6/+0
* Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander2010-05-141-2/+2
* Bug 526189: Refactor the way that groups are checked for being validlyMax Kanat-Alexander2010-03-151-6/+22
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-221-11/+96
* Bug 547428: SQL error when deleting a product and its related series when it ...Bodo-Merle Sandor2010-02-201-1/+3
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-147/+0
* Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander2010-02-011-15/+2
* Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander2010-02-011-0/+11
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-0/+6
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...mkanat%bugzilla.org2009-12-131-6/+0
* Bug 523411: Hook: product-end_of_createmkanat%bugzilla.org2009-11-301-0/+3
* Bug 451716: Deleting a product does not remove its entries from the 'Series' ...lpsolit%gmail.com2009-11-231-3/+26
* Bug 522404: Allow Bugzilla::Product->create to create multiple products in on...mkanat%bugzilla.org2009-10-241-0/+2
* Bug 522396: Bugzilla::Product->create should do better with missing input fieldsmkanat%bugzilla.org2009-10-221-2/+5
* Bug 500900: Confirming bugs requires NEW state to exist - Patch by FrédÃÂ...lpsolit%gmail.com2009-07-011-2/+1
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-201-6/+6
* Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com2009-04-101-1/+1
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-4/+3
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-1/+23
* Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by FrÃ...lpsolit%gmail.com2009-01-021-2/+1
* Bug 460509: Deleting a product with bugs fails because it hasn't loaded Bugzi...mkanat%bugzilla.org2008-10-181-0/+1
* Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org2008-10-031-2/+2
* Bug 448593: Move code to edit product group settings from editproducts.cgi to...lpsolit%gmail.com2008-08-141-18/+215
* Bug 449390: "Add Product" fails with software error "Column 'defaultmilestone...lpsolit%gmail.com2008-08-071-3/+3
* Bug 449248: Improve $product->group_controls - Patch by Frédéric Buclin...lpsolit%gmail.com2008-08-061-4/+5
* Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com2008-07-311-15/+404
* Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when...mkanat%bugzilla.org2008-03-271-4/+39
* Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2008-01-121-0/+70
* Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kana...lpsolit%gmail.com2006-12-191-9/+4
* Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-7/+3
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-5/+1
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-1/+4
* Bug 346588: Versions should be sorted using vers_cmp() - Patch by Olav Vitter...lpsolit%gmail.com2006-08-041-3/+4
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com2006-07-251-0/+28