summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Component.pm
AgeCommit message (Collapse)AuthorFilesLines
2005-10-07Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵mkanat%kerio.com1-36/+0
object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave
2005-09-07Bug 301743: Replace old code from editcomponents.cgi by methods and routines ↵lpsolit%gmail.com1-6/+118
from Component.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com1-9/+6
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
2005-08-15Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org1-1/+0
files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-13Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com1-0/+198
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk