aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Product.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-3/+3
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ↵lpsolit%gmail.com2005-07-291-8/+6
| | | | use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk
* Bug 300532: Update editversions.cgi to use routines from Version.pm and ↵lpsolit%gmail.com2005-07-191-1/+45
| | | | Product.pm - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com2005-07-131-0/+336
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk