summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Bug 525617: Template Hook for bug/field.html.tmplmkanat%bugzilla.org1-0/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-01Bug 512623: Implement the basic infrastructure for localization of all ↵mkanat%bugzilla.org1-1/+2
custom and standard field values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-01The previous fix for bug 507389 was bogus, this one is fine, r=mkanatlpsolit%gmail.com1-3/+5
2009-08-01Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵lpsolit%gmail.com1-1/+5
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-07-18 Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com1-1/+1
patch by ghendricks@novell.com r=LpSolit, a=LpSolit
2009-06-21Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org1-2/+3
values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-06-01 Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit ↵ghendricks%novell.com1-1/+1
patch by ghendricks@novell.com
2009-05-21Bug 493826: Disabled products show up in the pick list for existing bugs - ↵lpsolit%gmail.com1-2/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-04-18Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org1-8/+12
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
2009-02-12Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org1-2/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-4/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org1-0/+17
any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org1-11/+21
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-25Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org1-9/+21
custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org1-2/+24
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-09-24Bug 357904: Create an object for a Field Value and have ↵mkanat%bugzilla.org1-3/+4
Bugzilla::Field->legal_values use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-09-19Bug 455558: Custom free text fields too long (particularly in Dusk)guy.pyrzak%gmail.com1-1/+1
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=Lpsolit, a=mkanat
2008-08-22Fix bustage due to bug 287334lpsolit%gmail.com1-5/+5
2008-08-22Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org1-0/+24
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-01-13Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com1-2/+3
characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-1/+15
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
2007-10-24Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org1-1/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-09-17Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org1-0/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-09-08Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org1-5/+26
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com1-1/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
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