aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 289357: Move AddFDef from checksetup into Field.pmmkanat%bugzilla.org2006-08-031-28/+52
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-54/+24
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-191-1/+18
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-9/+45
* Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ...lpsolit%gmail.com2006-02-281-52/+29
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com2006-02-211-45/+297
* Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org2006-01-061-297/+45
* Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org2006-01-061-45/+297
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-09-061-2/+29
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org2005-08-151-1/+0
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-2/+2
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-2/+2
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-2/+2
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-261-1/+0
* Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - Pat...lpsolit%gmail.com2005-07-221-0/+106