aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Product.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 322848: Extremely slow performance with a lot of products (~1800) and sec...mkanat%bugzilla.org2006-07-211-0/+26
* Bug 339379: Make Bugzilla::Product use Bugzilla::Objectmkanat%bugzilla.org2006-07-191-84/+15
* Bug 342238: There is a dependency loop between Bugzilla::User and Bugzilla::C...mkanat%bugzilla.org2006-07-091-1/+1
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of...lpsolit%gmail.com2005-10-281-1/+4
* Bug 313008 Lists of products, milestones, etc... should be sortedbugreport%peshkin.net2005-10-201-3/+6
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ...lpsolit%gmail.com2005-10-181-0/+23
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by And...lpsolit%gmail.com2005-10-141-58/+0
* Bug 311419: Update the group_controls method from Product.pm to use Group.pm ...lpsolit%gmail.com2005-10-121-9/+8
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com2005-10-071-9/+49
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-031-8/+9
* Bug 302650: Product.pm methods don't return what is expected for milestones a...lpsolit%gmail.com2005-08-271-12/+11
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org2005-08-151-1/+0
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-3/+3
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-3/+3
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-3/+3
* Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ...lpsolit%gmail.com2005-07-291-8/+6
* Bug 300532: Update editversions.cgi to use routines from Version.pm and Produ...lpsolit%gmail.com2005-07-191-1/+45
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classific...lpsolit%gmail.com2005-07-131-0/+336