summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
AgeCommit message (Collapse)AuthorFilesLines
2014-06-17Bug 653597 - Reports with "Real Name" fields use foo_real_name in the url ↵Simon Green1-0/+6
parameters for linked queries r=gerv, a=justdave
2014-05-12Bug 1002357: memached->clear_config isn't always called where requiredByron Jones1-0/+2
r=dkl, a=glob
2014-04-22Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison1-0/+2
r=glob a=justdave
2014-04-07Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones1-0/+3
r=dkl, a=glob
2014-03-21Bug 980918 - Rename "Tags" to "Personal Tags". Patch by acho; r=gerv, ↵Gervase Markham1-1/+1
a=justdave.
2014-02-26Bug 466178 - Add an INTEGER custom field typeSimon Green1-0/+1
r=glob, a=justdave
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-0/+2
r=dkl, a=glob
2013-11-25Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones1-0/+1
r=dkl, a=glob
2013-11-05Bug 523715 - if usetargetmilestone=1, include Target Milestone value in New ↵Sunil Joshi1-1/+1
Bug emai r=simon, a=glob
2013-09-28Bug 340160: Speed up LogActivityEntry()Frédéric Buclin1-9/+4
r=dkl a=justdave
2013-01-30Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsHugo Seabrook1-2/+2
r/a=LpSolit
2013-01-02Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham1-4/+6
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+12
r/a=LpSolit
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-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-05-17Fix bustage in PODFrédéric Buclin1-0/+1
2012-05-17Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu1-0/+28
better understand what they are used for r/a=LpSolit
2012-05-07Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin1-1/+2
(and get rid of the current form in the footer) r=timello a=LpSolit
2012-04-14Bug 616192: Display personal tags in buglistsFrédéric Buclin1-1/+1
r=timello a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-17/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-12-16Bug 685611 - delta_ts is updated even when no changes are made to bugs ↵Dave Lawrence1-2/+4
created via WebServices r/a=LpSolit
2011-08-21Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan1-1/+1
r/a=LpSolit
2011-08-17Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin1-5/+5
r=glob a=LpSolit
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
2010-02-08Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark1-0/+66
blocks/dependson) r=mkanat, a=mkanat
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-1/+23
component r=dkl, a=mkanat
2009-11-01Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ↵lpsolit%gmail.com1-1/+1
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-10-30Bug 460742: The type should be mandatory to create a custom field - Patch by ↵lpsolit%gmail.com1-0/+5
Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat