aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan2011-08-211-1/+1
| | | | r/a=LpSolit
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-5/+5
| | | | r=glob a=LpSolit
* Bug 642388: Description of field days_elapsed missing from ↵Frédéric Buclin2011-07-251-0/+1
| | | | | | global/field-descs.none.tmpl r=wurblzap a=LpSolit
* Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander2011-03-011-0/+1
| | | | | tagging system r=mkanat, a=mkanat (module owner)
* Bug 602456: Make Search.pm not quote numeric input for numeric fieldsMax Kanat-Alexander2010-10-281-15/+54
| | | | | when generating SQL. r=glob, a=mkanat
* Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-051-0/+2
| | | | r=mkanat, a=mkanat (module owner)
* Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello2010-08-271-32/+84
| | | | | based on multiple values of another field (visibility controllers) r/a=mkanat
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-4/+4
| | | | r/a=mkanat
* Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin2010-08-031-2/+2
| | | | r/a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-1/+0
| | | | r/a=mkanat
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-1/+1
| | | | | in a loop r=glob, a=mkanat
* Bug 574177: Adds is_mandatory => 1 option for the product and version fieldTiago Mello2010-07-051-1/+2
| | | | | definitions. r/a=mkanat
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-1/+1
| | | | | classification. r=mkanat, r=timello, a=mkanat
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-2/+2
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-2/+0
| | | | | | | | | are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat
* Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead ofMax Kanat-Alexander2010-06-211-65/+47
| | | | | UPDATE_VALIDATORS r=timello, a=mkanat
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-191-2/+44
| | | | | creating/changing bugs r=mkanat, a=mkanat
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-2/+2
| | | | r=timello, a=mkanat
* Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/TimeFrédéric Buclin2010-04-071-5/+1
| | | | r=mkanat a=LpSolit
* Bug 557495: PostgreSQL crashes when deleting a custom field of type BugIDFrédéric Buclin2010-04-071-2/+4
| | | | r/a=mkanat
* Bug 25275: Allow the URL column to be displayed in buglistsGervase Markham2010-03-291-1/+2
| | | | r/a=LpSolit
* Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander2010-02-171-1/+1
| | | | r=ghendricks, a=mkanat
* Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander2010-02-171-0/+18
| | | | r=LpSolit, a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark2010-02-071-0/+66
| | | | | | blocks/dependson) r=mkanat, a=mkanat
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-1/+23
| | | | | | component r=dkl, a=mkanat
* Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ↵lpsolit%gmail.com2009-11-011-1/+1
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 460742: The type should be mandatory to create a custom field - Patch by ↵lpsolit%gmail.com2009-10-301-0/+5
| | | | Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
* Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵lpsolit%gmail.com2009-08-181-1/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-1/+8
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org2009-01-221-1/+3
| | | | | | any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 344878: Automatically generate list of acceptable columns for ↵lpsolit%gmail.com2009-01-151-27/+66
| | | | buglist.cgi from the database - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 179638: Security group inclusion isn't indicated on "New:" bugmail ↵lpsolit%gmail.com2009-01-011-1/+1
| | | | notifications - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Handle "Use of uninitialized value in numeric eq (==) at Bugzilla/Field.pm ↵mkanat%bugzilla.org2008-11-071-1/+1
| | | | line 799" that was being caused by the last checkin, during checksetup.
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-071-3/+79
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org2008-10-251-8/+33
| | | | | | custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-16/+153
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 357904: Create an object for a Field Value and have ↵mkanat%bugzilla.org2008-09-241-3/+6
| | | | | | Bugzilla::Field->legal_values use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org2008-08-221-1/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com2008-02-251-5/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com2008-02-061-0/+83
| | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-7/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-04-191-75/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-151-1/+1
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Bug 364195 - "No way to search for private comments" [p=reed r=justdave ↵reed%reedloden.com2006-12-201-0/+1
| | | | a=justdave]
* Bug 350307: Split out the create and update functionality of ↵mkanat%bugzilla.org2006-11-131-74/+186
| | | | | | Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave