aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Classification.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-4/+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 557324: object_before_delete does not work when object is ↵Tiago Mello2010-04-071-1/+1
| | | | | | Bugzilla::Classification r/a=mkanat
* Bug 471866: Classification name length and sortkey max value not validated - ↵lpsolit%gmail.com2009-01-041-3/+8
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 313126: Clean up editclassification.cgi and make it use ↵lpsolit%gmail.com2009-01-021-0/+25
| | | | Bugzilla::Classification methods - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵lpsolit%gmail.com2009-01-021-124/+58
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 364286: Code in Classification->products() is suboptimal - Patch by ↵lpsolit%gmail.com2006-12-191-6/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵lpsolit%gmail.com2006-07-171-1/+3
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* 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-1/+2
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com2005-10-141-0/+28
| | | | André Batosti <batosti@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
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-2/+2
| | | | 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-2/+2
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-2/+2
| | | | 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-9/+39
| | | | use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com2005-07-131-0/+193
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk