aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field
Commit message (Expand)AuthorAgeFilesLines
* Bug 476607: "Constant subroutine redefined" warnings from Bugzilla::Field::Ch...mkanat%bugzilla.org2009-02-231-6/+6
* Bug 479345: Field::Choice->update returns incorrect data in list context, lea...lpsolit%gmail.com2009-02-211-1/+1
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-1/+8
* Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2008-11-071-2/+46
* Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org2008-10-251-0/+12
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up editvalues...mkanat%bugzilla.org2008-10-031-6/+5
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva...mkanat%bugzilla.org2008-10-031-0/+40
* Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org2008-10-031-1/+83
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-89/+148
* Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega...mkanat%bugzilla.org2008-09-241-0/+191