summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2006-09-28Bug 354314: Missing "--do_not_change--" option for custom select fields when ↵lpsolit%gmail.com1-0/+6
changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com1-0/+8
Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
2006-08-15Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric ↵lpsolit%gmail.com1-5/+2
Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-18Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org1-13/+26
enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com1-0/+36
Melez <myk@mozilla.org> r=mkanat a=justdave
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org1-36/+0
turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
2006-01-06Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org1-0/+36
ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob