aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-132-0/+2
* Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones2014-04-071-0/+2
* Bug 782210: If a custom field depends on a product, component or classificati...Pami Ketolainen2013-04-161-0/+1
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-2/+2
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-302-0/+30
* Bug 308709: Misleading confirmation when entering an invalid sort key for a f...Sunil Joshi2012-09-191-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-012-2/+5
* Bug 731175: Bugzilla::Field shouldn't assume that someone else already loaded...Frédéric Buclin2012-02-291-2/+4
* 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
* Bug 595569: Fixes Bugzilla::Field::ChoiceInterface->controls_visibility_of_fi...Tiago Mello2010-10-181-4/+15
* Bug 577054: ChoiceInterface was denying the deletion of any value ifMax Kanat-Alexander2010-07-221-3/+9
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-0/+1
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-2/+0
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-1/+1
* Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-141-1/+20
* Bug 545541: New Hook: object_columnsMax Kanat-Alexander2010-02-101-1/+1
* Bug 544008: Bugzilla/Field/ChoiceInterface.pm didn't get checked in on bugMax Kanat-Alexander2010-02-031-0/+267
* Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander2010-02-011-131/+9
* Bug 504944: Use of uninitialized value in hash element at Bugzilla/Field/Choi...lpsolit%gmail.com2009-07-231-4/+5
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-3/+9
* Bug 463598: Improve the performance of the JavaScript that adjusts field valu...mkanat%bugzilla.org2009-06-211-6/+16
* 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