summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-17/+5
2011-12-16Bug 685611 - delta_ts is updated even when no changes are made to bugs create...Dave Lawrence1-2/+4
2011-08-21Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan1-1/+1
2011-08-17Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin1-5/+5
2011-07-25Bug 642388: Description of field days_elapsed missing from global/field-descs...Frédéric Buclin1-0/+1
2011-03-01Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander1-0/+1
2010-10-29Bug 602456: Make Search.pm not quote numeric input for numeric fieldsMax Kanat-Alexander1-15/+54
2010-10-05Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander1-0/+2
2010-08-27Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello1-32/+84
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-4/+4
2010-08-03Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin1-2/+2
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-1/+0
2010-07-09Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander1-1/+1
2010-07-06Bug 574177: Adds is_mandatory => 1 option for the product and version fieldTiago Mello1-1/+2
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-1/+1
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-2/+2
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-2/+0
2010-06-22Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead ofMax Kanat-Alexander1-65/+47
2010-05-19Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello1-2/+44
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-2/+2
2010-04-07Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/TimeFrédéric Buclin1-5/+1
2010-04-07Bug 557495: PostgreSQL crashes when deleting a custom field of type BugIDFrédéric Buclin1-2/+4
2010-03-29Bug 25275: Allow the URL column to be displayed in buglistsGervase Markham1-1/+2
2010-02-17Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander1-1/+1
2010-02-17Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander1-0/+18
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-1/+0
2010-02-08Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...Jesse Clark1-0/+66
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander1-1/+23
2009-11-01Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ...lpsolit%gmail.com1-1/+1
2009-10-30Bug 460742: The type should be mandatory to create a custom field - Patch by ...lpsolit%gmail.com1-0/+5
2009-08-19Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric Buc...lpsolit%gmail.com1-1/+1
2009-07-18 Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com1-1/+8
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-1/+1
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...mkanat%bugzilla.org1-1/+3
2009-01-15Bug 344878: Automatically generate list of acceptable columns for buglist.cgi...lpsolit%gmail.com1-27/+66
2009-01-02Bug 179638: Security group inclusion isn't indicated on "New:" bugmail notifi...lpsolit%gmail.com1-1/+1
2008-11-07Handle "Use of uninitialized value in numeric eq (==) at Bugzilla/Field.pm li...mkanat%bugzilla.org1-1/+1
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org1-3/+79
2008-10-25Bug 458436: Allow standard global select fields to control visibility of cust...mkanat%bugzilla.org1-8/+33
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org1-16/+153
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org1-2/+2
2008-09-24Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega...mkanat%bugzilla.org1-3/+6
2008-08-22Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org1-1/+2
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com1-5/+2
2008-02-06Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...lpsolit%gmail.com1-0/+83
2007-10-24Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org1-1/+2
2007-09-17Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org1-1/+2
2007-09-08Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org1-7/+14
2007-04-19Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org1-75/+0
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org1-1/+1