summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field/Choice.pm
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Bug 1253074 - get_legal_value doesn't work for target milestoneAlbert Ting1-4/+5
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-04-07Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones1-0/+2
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-2/+2
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+20
2012-09-19Bug 308709: Misleading confirmation when entering an invalid sort key for a f...Sunil Joshi1-1/+1
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-2/+3
2012-02-29Bug 731175: Bugzilla::Field shouldn't assume that someone else already loaded...Frédéric Buclin1-2/+4
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-19/+5
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-0/+1
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-2/+0
2010-05-14Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander1-1/+20
2010-02-11Bug 545541: New Hook: object_columnsMax Kanat-Alexander1-1/+1
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander1-131/+9
2009-07-23Bug 504944: Use of uninitialized value in hash element at Bugzilla/Field/Choi...lpsolit%gmail.com1-4/+5
2009-07-18 Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com1-3/+9
2009-06-21Bug 463598: Improve the performance of the JavaScript that adjusts field valu...mkanat%bugzilla.org1-6/+16
2009-02-23Bug 476607: "Constant subroutine redefined" warnings from Bugzilla::Field::Ch...mkanat%bugzilla.org1-6/+6
2009-02-21Bug 479345: Field::Choice->update returns incorrect data in list context, lea...lpsolit%gmail.com1-1/+1
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-1/+8
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org1-2/+46
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org1-0/+12
2008-10-03Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up editvalues...mkanat%bugzilla.org1-6/+5
2008-10-03Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva...mkanat%bugzilla.org1-0/+40
2008-10-03Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org1-1/+83
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org1-89/+148
2008-09-24Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega...mkanat%bugzilla.org1-0/+191