aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-4/+4
* Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin2010-08-031-2/+2
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-1/+0
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-1/+1
* Bug 574177: Adds is_mandatory => 1 option for the product and version fieldTiago Mello2010-07-051-1/+2
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-1/+1
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-2/+2
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-2/+0
* Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead ofMax Kanat-Alexander2010-06-211-65/+47
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-191-2/+44
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-2/+2
* Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/TimeFrédéric Buclin2010-04-071-5/+1
* Bug 557495: PostgreSQL crashes when deleting a custom field of type BugIDFrédéric Buclin2010-04-071-2/+4
* Bug 25275: Allow the URL column to be displayed in buglistsGervase Markham2010-03-291-1/+2
* Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander2010-02-171-1/+1
* Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander2010-02-171-0/+18
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+0
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...Jesse Clark2010-02-071-0/+66
* Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander2010-02-011-1/+23
* Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ...lpsolit%gmail.com2009-11-011-1/+1
* Bug 460742: The type should be mandatory to create a custom field - Patch by ...lpsolit%gmail.com2009-10-301-0/+5
* Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric Buc...lpsolit%gmail.com2009-08-181-1/+1
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-1/+8
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-1/+1
* Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...mkanat%bugzilla.org2009-01-221-1/+3
* Bug 344878: Automatically generate list of acceptable columns for buglist.cgi...lpsolit%gmail.com2009-01-151-27/+66
* Bug 179638: Security group inclusion isn't indicated on "New:" bugmail notifi...lpsolit%gmail.com2009-01-011-1/+1
* Handle "Use of uninitialized value in numeric eq (==) at Bugzilla/Field.pm li...mkanat%bugzilla.org2008-11-071-1/+1
* Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2008-11-071-3/+79
* Bug 458436: Allow standard global select fields to control visibility of cust...mkanat%bugzilla.org2008-10-251-8/+33
* Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org2008-10-251-16/+153
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-2/+2
* Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega...mkanat%bugzilla.org2008-09-241-3/+6
* Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org2008-08-221-1/+2
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com2008-02-251-5/+2
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...lpsolit%gmail.com2008-02-061-0/+83
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-1/+2
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-1/+2
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-7/+14
* Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-04-191-75/+0
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org2007-04-151-1/+1
* Bug 364195 - "No way to search for private comments" [p=reed r=justdave a=jus...reed%reedloden.com2006-12-201-0/+1
* Bug 350307: Split out the create and update functionality of Bugzilla::Field:...mkanat%bugzilla.org2006-11-131-74/+186
* Bug 333040: Cannot search based on "Attachment Creator" - Patch by Frédéric...lpsolit%gmail.com2006-09-191-0/+1
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com2006-09-091-14/+70
* Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by F...lpsolit%gmail.com2006-08-271-11/+26
* Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ...lpsolit%gmail.com2006-08-201-6/+42
* Bug 345113: Change the descriptions of dependson and blocked - Patch by Fréd...lpsolit%gmail.com2006-08-101-4/+3
* Fix bad POD on previous checkin that was causing tinderbox to burn.mkanat%bugzilla.org2006-08-041-0/+4
* Bug 347116: Move field-definition code from checksetup.pl into a modulemkanat%bugzilla.org2006-08-041-1/+159