aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Fix bustage due to bug 287334lpsolit%gmail.com2008-08-221-5/+5
|
* Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org2008-08-221-0/+24
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2008-01-121-2/+3
| | | | characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-1/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-1/+5
| | | | 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-0/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-5/+26
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 354314: Missing "--do_not_change--" option for custom select fields when ↵lpsolit%gmail.com2006-09-281-0/+6
| | | | changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com2006-09-091-0/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
* Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric ↵lpsolit%gmail.com2006-08-151-5/+2
| | | | Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-191-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org2006-07-181-13/+26
| | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com2006-02-211-0/+36
| | | | Melez <myk@mozilla.org> r=mkanat a=justdave
* Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org2006-01-061-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.
* Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org2006-01-061-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