| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an object | Edmund Yan | 2011-08-21 | 1 | -1/+1 |
* | Bug 662070: Use say() instead of print() where appropriate | Frédéric Buclin | 2011-08-17 | 1 | -5/+5 |
* | Bug 642388: Description of field days_elapsed missing from global/field-descs... | Frédéric Buclin | 2011-07-25 | 1 | -0/+1 |
* | Bug 616341: Make "tag" a valid search field in Search.pm, for the new | Max Kanat-Alexander | 2011-03-01 | 1 | -0/+1 |
* | Bug 602456: Make Search.pm not quote numeric input for numeric fields | Max Kanat-Alexander | 2010-10-28 | 1 | -15/+54 |
* | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 2010-10-05 | 1 | -0/+2 |
* | Bug 479400: Add the ability to show or hide particular custom fields | Tiago Mello | 2010-08-27 | 1 | -32/+84 |
* | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 2010-08-24 | 1 | -4/+4 |
* | Bug 583287: Some fields should not be displayed in bugmail for new bugs | Frédéric Buclin | 2010-08-03 | 1 | -2/+2 |
* | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 2010-07-18 | 1 | -1/+0 |
* | Bug 576670: Optimize Search.pm's "init" method for being called many times | Max Kanat-Alexander | 2010-07-08 | 1 | -1/+1 |
* | Bug 574177: Adds is_mandatory => 1 option for the product and version field | Tiago Mello | 2010-07-05 | 1 | -1/+2 |
* | Bug 514618: Allow restricting the visibility and values of fields by | Kent Rogers | 2010-07-05 | 1 | -1/+1 |
* | Bug 455810 - Add autocomplete support to the keywords field | Reed Loden | 2010-07-05 | 1 | -2/+2 |
* | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 2010-06-23 | 1 | -2/+0 |
* | Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead of | Max Kanat-Alexander | 2010-06-21 | 1 | -65/+47 |
* | Bug 494395: Implement the ability to mark custom fields as mandatory when | Tiago Mello | 2010-05-19 | 1 | -2/+44 |
* | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 2010-04-22 | 1 | -2/+2 |
* | Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/Time | Frédéric Buclin | 2010-04-07 | 1 | -5/+1 |
* | Bug 557495: PostgreSQL crashes when deleting a custom field of type BugID | Frédéric Buclin | 2010-04-07 | 1 | -2/+4 |
* | Bug 25275: Allow the URL column to be displayed in buglists | Gervase Markham | 2010-03-29 | 1 | -1/+2 |
* | Bug 329637: Add a Calendar widget to the Deadline field | Max Kanat-Alexander | 2010-02-17 | 1 | -1/+1 |
* | Bug 529201: Add help for every single field to fields.html | Max Kanat-Alexander | 2010-02-17 | 1 | -0/+18 |
* | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 2010-02-15 | 1 | -1/+0 |
* | Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ... | Jesse Clark | 2010-02-07 | 1 | -0/+66 |
* | Bug 487508: Allow restricting the visibility of custom fields and values by c... | Max Kanat-Alexander | 2010-02-01 | 1 | -1/+23 |
* | Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ... | lpsolit%gmail.com | 2009-11-01 | 1 | -1/+1 |
* | Bug 460742: The type should be mandatory to create a custom field - Patch by ... | lpsolit%gmail.com | 2009-10-30 | 1 | -0/+5 |
* | Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric Buc... | lpsolit%gmail.com | 2009-08-18 | 1 | -1/+1 |
* | Bug 456743 - Add the ability to disable field values (mark them as inactive) | ghendricks%novell.com | 2009-07-17 | 1 | -1/+8 |
* | Bug 371995: Allow the Product field to restrict visibility of custom fields | mkanat%bugzilla.org | 2009-02-08 | 1 | -1/+1 |
* | Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ... | mkanat%bugzilla.org | 2009-01-22 | 1 | -1/+3 |
* | Bug 344878: Automatically generate list of acceptable columns for buglist.cgi... | lpsolit%gmail.com | 2009-01-15 | 1 | -27/+66 |
* | Bug 179638: Security group inclusion isn't indicated on "New:" bugmail notifi... | lpsolit%gmail.com | 2009-01-01 | 1 | -1/+1 |
* | Handle "Use of uninitialized value in numeric eq (==) at Bugzilla/Field.pm li... | mkanat%bugzilla.org | 2008-11-07 | 1 | -1/+1 |
* | Bug 308253: Ability to add select (enum) fields to a bug whose list of values... | mkanat%bugzilla.org | 2008-11-07 | 1 | -3/+79 |
* | Bug 458436: Allow standard global select fields to control visibility of cust... | mkanat%bugzilla.org | 2008-10-25 | 1 | -8/+33 |
* | Bug 291433: Ability to have custom fields whose visibility depends on the val... | mkanat%bugzilla.org | 2008-10-25 | 1 | -16/+153 |
* | Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use it | mkanat%bugzilla.org | 2008-10-03 | 1 | -2/+2 |
* | Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega... | mkanat%bugzilla.org | 2008-09-24 | 1 | -3/+6 |
* | Bug 287334: Ability to add custom "Bug ID" fields | mkanat%bugzilla.org | 2008-08-22 | 1 | -1/+2 |
* | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri... | lpsolit%gmail.com | 2008-02-25 | 1 | -5/+2 |
* | Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa... | lpsolit%gmail.com | 2008-02-06 | 1 | -0/+83 |
* | Bug 357324: Date/Time Custom Fields | mkanat%bugzilla.org | 2007-10-24 | 1 | -1/+2 |
* | Bug 357315: Add the ability to create <textarea> fields | mkanat%bugzilla.org | 2007-09-17 | 1 | -1/+2 |
* | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 2007-09-08 | 1 | -7/+14 |
* | Bug 372531: "match" should be a generic function in Bugzilla::Object | mkanat%bugzilla.org | 2007-04-19 | 1 | -75/+0 |
* | Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t... | justdave%bugzilla.org | 2007-04-15 | 1 | -1/+1 |
* | Bug 364195 - "No way to search for private comments" [p=reed r=justdave a=jus... | reed%reedloden.com | 2006-12-20 | 1 | -0/+1 |
* | Bug 350307: Split out the create and update functionality of Bugzilla::Field:... | mkanat%bugzilla.org | 2006-11-13 | 1 | -74/+186 |