aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field
Commit message (Collapse)AuthorAgeFilesLines
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-112-38/+10
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 595569: Fixes ↵Tiago Mello2010-10-181-4/+15
| | | | | | | Bugzilla::Field::ChoiceInterface->controls_visibility_of_fields method which was causing an error when deleting a product/component. r/a=mkanat
* Bug 577054: ChoiceInterface was denying the deletion of any value ifMax Kanat-Alexander2010-07-221-3/+9
| | | | | the field had *any* value-controlling values. r=LpSolit, a=LpSolit
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-0/+1
| | | | | classification. r=mkanat, r=timello, a=mkanat
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-2/+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 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-1/+1
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-141-1/+20
| | | | | the default value r=LpSolit, a=LpSolit
* Bug 545541: New Hook: object_columnsMax Kanat-Alexander2010-02-101-1/+1
| | | | r=mkanat, a=mkanat (module owner)
* Bug 544008: Bugzilla/Field/ChoiceInterface.pm didn't get checked in on bugMax Kanat-Alexander2010-02-031-0/+267
| | | | 487508.
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-131/+9
| | | | | | component r=dkl, a=mkanat
* Bug 504944: Use of uninitialized value in hash element at ↵lpsolit%gmail.com2009-07-231-4/+5
| | | | Bugzilla/Field/Choice.pm line 253 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-3/+9
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org2009-06-211-6/+16
| | | | | | values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 476607: "Constant subroutine redefined" warnings from ↵mkanat%bugzilla.org2009-02-231-6/+6
| | | | | | Bugzilla::Field::Choice Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 479345: Field::Choice->update returns incorrect data in list context, ↵lpsolit%gmail.com2009-02-211-1/+1
| | | | leading group settings changes to crash - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-1/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-071-2/+46
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-0/+12
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-031-6/+5
| | | | | | editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵mkanat%bugzilla.org2008-10-031-0/+40
| | | | | | editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2008-10-031-1/+83
| | | | | | editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-89/+148
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 357904: Create an object for a Field Value and have ↵mkanat%bugzilla.org2008-09-241-0/+191
Bugzilla::Field->legal_values use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat