summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-03-07Revert Bug 1273381Dylan William Hardison1-11/+0
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana1-0/+11
for object accessors
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-15/+15
2017-04-10Bug 1355137 - Cache Bugzilla::Field objects that are used as visibility fieldsDylan William Hardison1-1/+1
2016-09-27ug 1268317 - Add Triage Contact to Components as an Editable Field ↵David Lawrence1-0/+1
(everything else)
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-17/+7
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-7/+17
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-17/+7
local symlink to data/ directory
2016-06-30Bug 1283310 - Optimizations for Bugzilla::active_custom_fields()Dylan Hardison1-0/+3
2015-06-04Bug 1171074: Removing a custom field does not clear config memcacheDavid Lawrence1-0/+3
2015-02-02Bug 1123769: add a "rank" field to bugzilla to track priorityByron Jones1-0/+2
2014-10-14Bug 1074586 - New Feature: Bugs of InterestDylan William Hardison1-0/+2
I just want to walk around in circles walk around in circles
2014-10-11Revert "Bug 1074586 - New Feature: Bugs of Interest"Dylan William Hardison1-2/+0
This reverts commit ccea670dcba24ff2ac0233437aa549b22edb390c.
2014-10-10Bug 1074586 - New Feature: Bugs of InterestDylan William Hardison1-0/+2
r=dkl
2014-09-11Bug 1052851: add the ability to search by "assignee last login date"Byron Jones1-0/+2
2014-06-03Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵Dylan William Hardison [:dylan]1-0/+2
visit searching
2014-05-12Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla ↵Byron Jones1-0/+5
configuration information)
2014-03-04Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)Byron Jones1-0/+2
2013-12-10Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵Byron Jones1-0/+1
arbitrary tags)
2013-11-14Product and Component entries in emails sent out for new bugs are positioned ↵Byron Jones1-3/+3
too far away https://bugzilla.mozilla.org/show_bug.cgi?id=938507
2013-05-03Bug 866248 - backport new date custom field type from bug 801664 to bmo/4.2Gervase Markham1-4/+6
r=glob
2013-01-30Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsDave Lawrence1-2/+2
r/a=LpSolit
2013-01-30Fix $field being undef for the field_end_of_create hookByron Jones1-1/+1
2012-11-14merged with bugzilla/4.2Dave Lawrence1-21/+12
2012-10-19Bug 531243: Bugzilla crashes on show_bug if it's hit while a custom field is ↵Frédéric Buclin1-1/+9
being added r=justdave a=LpSolit
2012-01-09merge with bugzilla/4.2Dave Lawrence1-2/+4
2011-12-16Last Comment Bug 685611 - delta_ts is updated even when no changes are made ↵Dave Lawrence1-2/+4
to bugs created via WebServices r/a=LpSolit
2011-10-05more porting workDavid Lawrence1-59/+108
2011-07-25Bug 642388: Description of field days_elapsed missing from ↵Frédéric Buclin1-0/+1
global/field-descs.none.tmpl r=wurblzap a=LpSolit
2011-03-01Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander1-0/+1
tagging system r=mkanat, a=mkanat (module owner)
2010-10-29Bug 602456: Make Search.pm not quote numeric input for numeric fieldsMax Kanat-Alexander1-15/+54
when generating SQL. r=glob, a=mkanat
2010-10-05Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander1-0/+2
r=mkanat, a=mkanat (module owner)
2010-08-27Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello1-32/+84
based on multiple values of another field (visibility controllers) r/a=mkanat
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-4/+4
r/a=mkanat
2010-08-03Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin1-2/+2
r/a=mkanat
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-1/+0
r/a=mkanat
2010-07-09Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander1-1/+1
in a loop r=glob, a=mkanat
2010-07-06Bug 574177: Adds is_mandatory => 1 option for the product and version fieldTiago Mello1-1/+2
definitions. r/a=mkanat
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-1/+1
classification. r=mkanat, r=timello, a=mkanat
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-2/+2
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-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
2010-06-22Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead ofMax Kanat-Alexander1-65/+47
UPDATE_VALIDATORS r=timello, a=mkanat
2010-05-19Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello1-2/+44
creating/changing bugs r=mkanat, a=mkanat
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-2/+2
r=timello, a=mkanat
2010-04-07Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/TimeFrédéric Buclin1-5/+1
r=mkanat a=LpSolit
2010-04-07Bug 557495: PostgreSQL crashes when deleting a custom field of type BugIDFrédéric Buclin1-2/+4
r/a=mkanat
2010-03-29Bug 25275: Allow the URL column to be displayed in buglistsGervase Markham1-1/+2
r/a=LpSolit
2010-02-17Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander1-1/+1
r=ghendricks, a=mkanat
2010-02-17Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander1-0/+18
r=LpSolit, a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-1/+0
r=mkanat, a=mkanat, a=LpSolit