aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1198659: Custom fields of type INTEGER should accept negative integersFrédéric Buclin2015-08-261-1/+4
| | | | r=gerv a=sgreen
* Bug 1196969: Custom fields whose visibility depends on the product are not ↵Frédéric Buclin2015-08-262-19/+19
| | | | | | displayed/hidden correctly r=gerv a=sgreen
* Bug 1183227: Comment tagging doesn't work if Test::Taint is not installedFrédéric Buclin2015-08-061-1/+2
| | | | r=gerv a=dkl
* Bug 1183398: Mandatory custom fields block form submission if they are ↵Frédéric Buclin2015-08-061-12/+18
| | | | | | hidden and have no value r=gerv a=dkl
* Bug 1181649: Date picker is broken in "Summarize Time" pageFrédéric Buclin2015-07-281-0/+2
| | | | r=gerv a=sgreen
* Really use PROCESS instead of INCLUDE for custom fields, see bug 1137307Frédéric Buclin2015-04-131-1/+3
|
* Bug 1137307: Bug reports are not valid HTML5 pagesFrédéric Buclin2015-04-133-46/+57
| | | | r=dkl a=glob
* Bug 1143874: Improve load time of bug commentsFrédéric Buclin2015-04-051-9/+10
| | | | r=dkl a=sgreen
* Bug 1143864: Replace |FILTER bug_link| in loops by direct calls to ↵Frédéric Buclin2015-04-052-4/+5
| | | | | | bug/link.html.tmpl to improve performance r=dkl a=sgreen
* Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes ↵Frédéric Buclin2015-03-111-2/+2
| | | | | | (U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave
* Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones2015-03-052-0/+2
| | | | r=dkl,a=glob
* Bug 1113630: Set window.opener to null for the URL field to prevent ↵Frédéric Buclin2015-01-052-3/+4
| | | | | | interaction between a remote script and the bug report r=gerv a=glob
* Bug 1114365: Don't display empty parenthesis for Aliases on Full Text Bug ↵Matt Selsky2014-12-271-1/+1
| | | | Listing. r=gerv, a=glob.
* Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham2014-12-174-4/+4
|
* Bug 1097798: Do not display the resolution in the dependency tree for open ↵Frédéric Buclin2014-11-191-2/+5
| | | | | | bugs, nor the target milestone if usetargetmilestone is off r=dkl a=glob
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-043-61/+8
|
* Bug 1059684 - markdown text should not be rendered within a <pre> tagDavid Lawrence2014-10-282-6/+7
| | | | r=glob,a=glob
* Bug 1083258 - The size check for input <select>s on show_bug.cgi doesn't ↵Dylan William Hardison2014-10-231-1/+0
| | | | | | take into account is_active r=dkl a=glob
* Backout Bug 1015226: When using field-label.html.tmpl there is not a way to ↵David Lawrence2014-10-201-10/+1
| | | | underline the access key letter in the field description
* Bug 1059723: Reply button should become AJAX-basedKoosha KM2014-10-141-4/+46
| | | | r=dkl,a=sgreen
* Bug 1071276: Markdown comment checkbox value is not passed through properly ↵Koosha2014-10-051-0/+1
| | | | | | when a mid air collision has occurred and user chooses to submit comment r=dkl a=sgreen
* Bug 1059685: Add user help for MarkdownKoosha KM2014-09-231-0/+1
| | | | r=dkl,a=sgreen
* Bug 1060233 - Aliases are not displayed correctly in some placesSimon Green2014-08-302-5/+6
| | | | r=dkl, a=sgreen
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-282-1/+9
| | | | r=dkl,a=sgreen
* Bug 1054165 - Don't show parenthesis if there is no aliasSimon Green2014-08-191-2/+2
| | | | r=glob, a=glob
* Bug 1047405: Comment tagging GUI not fully localizable because of text in ↵Byron Jones2014-08-141-0/+7
| | | | | | Javascript instead of template r=sgreen,a=glob
* Bug 1012506 - Allow a bug to have multiple aliasesSimon Green2014-08-142-49/+79
| | | | r=dkl, a=sgreen
* Bug 469018 - Show duplicate (dupe) count on show_bug.cgiSimon Green2014-08-141-1/+1
| | | | r=gerv, a=sgreen
* Bug 1031959 - Add a_comment-end hook to show bug pageSimon Green2014-07-101-0/+1
| | | | r=gerv, a=sgreen
* Bug 1031274 - Cannot update multiple bugs at once if you don't change a ↵Simon Green2014-07-031-1/+1
| | | | | | integer custom field r=glob, a=glob
* Bug 1031274 - Cannot update multiple bugs at once if you don't change a ↵Simon Green2014-07-031-1/+1
| | | | | | integer custom field r=glob, a=glob
* Bug 1015226: When using field-label.html.tmpl there is not a way to ↵David Lawrence2014-06-191-1/+10
| | | | | | underline the access key letter in the field description r=glob,a=glob
* Bug 575211: show_bug.cgi should use field-label.html.tmpl for field headersLalit Khattar2014-06-181-14/+7
| | | | r=glob,a=sgreen
* Bug 1025712 - Invalid HTML in ↵Simon Green2014-06-171-1/+1
| | | | | | template/en/default/bug/create/create-guided.html.tmpl r=gerv, a=glob
* Bug 956892: collapsed comments should display tags to indicate the reason ↵Byron Jones2014-06-161-2/+25
| | | | | | for auto-collapsing r=gerv,a=sgreen
* Bug 814415: See Also should use spaces as value separators instead ofKent Rogers2014-05-071-1/+1
| | | | | commas r=glob, a=justdave
* Fix regression due to bug 539894Frédéric Buclin2014-04-251-1/+1
|
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-0/+5
| | | | r=glob a=justdave
* Backout bug 984980Frédéric Buclin2014-04-181-6/+0
|
* Fix bustage due to bug 984980Frédéric Buclin2014-04-181-5/+5
|
* Bug 984980 - add framework for keyboard shortcuts, and key to switch between ↵Acho Arnold2014-04-171-0/+6
| | | | preview and edit mode. Patch by <arnold@archlinux.info>, r=gerv, a=justdave.
* Bug 984505 - Link component and product to browse for other bugs in this ↵David Lawrence2014-04-041-0/+6
| | | | | | category r=glob,a=justdave
* Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu2014-04-021-5/+14
| | | | | | product drop-down on show_bug.cgi r=glob, a=justdave
* Bug 456043 - Make enter_bug consistent with show_bug for Severity and PrioritySimon Green2014-03-271-13/+18
| | | | r=glob, a=justdave
* Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin2014-03-261-13/+8
| | | | r/a=justdave
* Bug 984999: Move set_assign_to() out of bug/create/create.html.tmplAcho Arnold2014-03-231-73/+3
| | | | r=LpSolit a=justdave
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-231-4/+4
| | | | r=LpSolit a=justdave
* Bug 986141 - As part of bug 513212, the see_also field still displays in ↵David Lawrence2014-03-211-8/+10
| | | | | | enter_bug,cgi even if use_see_also param is disabled r/a=glob
* Bug 513212 - Allow people to set "See Also" when filing/creating/entering a ↵David Lawrence2014-03-202-16/+26
| | | | | | bug on enter_bug.cgi or the Bug.create webservice r/a=glob
* Bug 566331: Move JS functions out of bug/edit.html.tmplIshitva Goel2014-03-101-17/+1
| | | | r=LpSolit a=justdave