aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Product.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin2011-08-041-4/+6
| | | | | | creating or editing a bug r=mkanat a=LpSolit
* Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes ↵Frédéric Buclin2010-10-201-11/+35
| | | | | | from the database a=LpSolit (module owner)
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin2010-07-071-25/+7
| | | | | | Bugzilla::Product->check() r=mkanat a=LpSolit
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-0/+16
| | | | | classification. r=mkanat, r=timello, a=mkanat
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-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
* Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander2010-05-141-2/+2
| | | | | Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS r=LpSolit, a=LpSolit
* Bug 526189: Refactor the way that groups are checked for being validlyMax Kanat-Alexander2010-03-151-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
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-221-11/+96
| | | | | or the WebService Bug.create method. r=LpSolit, a=LpSolit
* Bug 547428: SQL error when deleting a product and its related series when it ↵Bodo-Merle Sandor2010-02-201-1/+3
| | | | | | has none r/a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-147/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-15/+2
| | | | | | component r=dkl, a=mkanat
* Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander2010-02-011-0/+11
| | | | r=LpSolit, a=LpSolit
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org2009-12-171-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
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org2009-12-131-6/+0
| | | | | | the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 523411: Hook: product-end_of_createmkanat%bugzilla.org2009-11-301-0/+3
| | | | Patch by Dave Lawrence <dkl@redhat.com> r=mkanat, a=mkanat
* Bug 451716: Deleting a product does not remove its entries from the 'Series' ↵lpsolit%gmail.com2009-11-231-3/+26
| | | | table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 522404: Allow Bugzilla::Product->create to create multiple products in ↵mkanat%bugzilla.org2009-10-241-0/+2
| | | | | | one script. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 522396: Bugzilla::Product->create should do better with missing input fieldsmkanat%bugzilla.org2009-10-221-2/+5
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 500900: Confirming bugs requires NEW state to exist - Patch by ↵lpsolit%gmail.com2009-07-011-2/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-201-6/+6
| | | | patch by ghendricks r=mkanat a=mkanat
* Bug 471871: Bugzilla::Version has duplicated code compared to ↵lpsolit%gmail.com2009-04-101-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
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com2009-03-311-4/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-1/+23
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵lpsolit%gmail.com2009-01-021-2/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 460509: Deleting a product with bugs fails because it hasn't loaded ↵mkanat%bugzilla.org2008-10-181-0/+1
| | | | | | Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2008-10-031-2/+2
| | | | | | editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-141-18/+215
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 449390: "Add Product" fails with software error "Column ↵lpsolit%gmail.com2008-08-071-3/+3
| | | | 'defaultmilestone' cannot be null" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 449248: Improve $product->group_controls - Patch by Frédéric ↵lpsolit%gmail.com2008-08-061-4/+5
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-311-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
* Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵mkanat%bugzilla.org2008-03-271-4/+39
| | | | | | when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2008-01-121-0/+70
| | | | 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-9/+4
| | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-7/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-5/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-111-1/+4
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 346588: Versions should be sorted using vers_cmp() - Patch by Olav ↵lpsolit%gmail.com2006-08-041-3/+4
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=myk
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-251-0/+28
| | | | <LpSolit@gmail.com> r=wurblzap r=myk a=myk
* Bug 322848: Extremely slow performance with a lot of products (~1800) and ↵mkanat%bugzilla.org2006-07-211-0/+26
| | | | | | security groups for each Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 339379: Make Bugzilla::Product use Bugzilla::Objectmkanat%bugzilla.org2006-07-191-84/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 342238: There is a dependency loop between Bugzilla::User and ↵mkanat%bugzilla.org2006-07-091-1/+1
| | | | | | Bugzilla::Component Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com2005-10-281-1/+4
| | | | of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 313008 Lists of products, milestones, etc... should be sortedbugreport%peshkin.net2005-10-201-3/+6
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com2005-10-181-0/+23
| | | | - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com2005-10-141-58/+0
| | | | André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 311419: Update the group_controls method from Product.pm to use Group.pm ↵lpsolit%gmail.com2005-10-121-9/+8
| | | | - Patch by André Batosti <batosti@async.com.br> 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-9/+49
| | | | | | object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-031-8/+9
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Bug 302650: Product.pm methods don't return what is expected for milestones ↵lpsolit%gmail.com2005-08-271-12/+11
| | | | and versions - Patch by Gabriel Sales de Oliveira <gabriel@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