summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13Really use PROCESS instead of INCLUDE for custom fields, see bug 1137307Frédéric Buclin1-1/+3
2015-04-13Bug 1150667: Don't wrap email comments when in markdown modeAlbert Ting2-3/+7
r=dkl,a=glob
2015-04-13Bug 1137307: Bug reports are not valid HTML5 pagesFrédéric Buclin5-59/+75
r=dkl a=glob
2015-04-11Use hardcoded "bugzilla" in the DTD, see bug 770073Frédéric Buclin1-2/+2
2015-04-11Fix the Bugzilla DTD to allow multiple bug aliases, see bug 1012506Frédéric Buclin1-1/+1
2015-04-10Bug 1135398: Release notes for 5.0 miss some important changesFrédéric Buclin1-3/+17
r/a=dkl
2015-04-10Bug 1151396 - Improve description of ↵Gervase Markham1-2/+6
'resolution_forbidden_with_open_blockers' param. r=LpSolit, a=glob
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence1-0/+7
made that do not break compatibility r=dylan,a=glob
2015-04-08Backout bug 1089475, it causes deep recursions when the DB server is not ↵Frédéric Buclin1-4/+0
accessible
2015-04-07Bug 1151637: Buttons at the bottom of buglists lack an IDFrédéric Buclin1-5/+5
r/a=dkl
2015-04-05Bug 1143874: Improve load time of bug commentsFrédéric Buclin1-9/+10
r=dkl a=sgreen
2015-04-05Bug 1143864: Replace |FILTER bug_link| in loops by direct calls to ↵Frédéric Buclin4-16/+18
bug/link.html.tmpl to improve performance r=dkl a=sgreen
2015-04-05Bug 1143502: Use structural HTML5 elements instead of <div>Frédéric Buclin2-9/+21
r=dkl a=sgreen
2015-04-05Bug 123278 - CSV and RDF buglists should not use relative datesSimon Green1-2/+2
r=gerv, a=glob
2015-03-31Bug 1121788: Buttons in buglist don't work in IEByron Jones1-13/+20
r=lpsolit,a=sgreen
2015-03-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵Gervase Markham2-3/+4
define what the fixed resolution is. r,a=glob
2015-03-24Bug 1142365: Don't use <pre> for markdown comments in emailAlbert Ting2-2/+4
r=glob,a=glob
2015-03-19Bug 1136745: Kill the makeproductgroups parameterGervase Markham2-16/+5
r=LpSolit a=glob
2015-03-19Bug 342113: Allow custom fields to appear as a discrete field in the search formAlbert Ting1-0/+13
r=glob,a=glob
2015-03-19Bug 1105568: Add support for HTML flagmailEd Morley3-11/+108
r=glob,a=glob
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵Frédéric Buclin7-22/+5
parameter r=dkl a=sgreen
2015-03-13Bug 1062718 - add the ability to disable sending of mail when updating bugsPami Ketolainen7-2/+41
r=dylan,a=sgreen
2015-03-12Bug 1139872: The URL in bugmail microdata has the '#' URI encoded, causing ↵Ed Morley1-3/+4
the links to break r=glob,a=glob
2015-03-11Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes ↵Frédéric Buclin6-10/+12
(U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave
2015-03-11Bug 325315: The page to reset a forgotten password should be distinct from ↵Frédéric Buclin3-52/+90
the login page r=dkl a=glob
2015-03-09Bug 1130691: Support markdown tablesAlbert Ting1-0/+123
r=dkl,a=glob
2015-03-05Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones12-1/+14
r=dkl,a=glob
2015-02-26Bug 919218: Rename "Email Preferences" tab in userprefs to "Email Notifications"Sunil Joshi1-1/+1
r=LpSolit a=glob
2015-02-25Bug 1133245: Add ID HTML parameters to <tr> table rows on show_bug.cgiAndre Klapper1-24/+24
r=dylan,a=glob
2015-02-22Bug 1102364: Add microdata to HTML bugmail so GMail can display a "View bug" ↵Ed Morley1-0/+9
button r=dkl,a=sgreen
2015-02-22Fix colspan (bug 554964)Frédéric Buclin1-1/+1
2015-02-21Change a label in relnotesFrédéric Buclin1-3/+3
2015-02-19Bug 1134736: urlbase must be HTML-filtered in rest.html.tmplFrédéric Buclin1-1/+1
r/a=dkl
2015-02-19Fix problem that hiding 'Make Template' button leaves orphan text. r=gervMatt Selsky1-1/+3
2015-02-11Bug 1131404: checksetup.pl should check if mod_rewrite and mod_version are ↵Frédéric Buclin1-6/+9
enabled r=dkl a=glob
2015-01-30Bug 488942: The term "bookmarkable template" is meaningless to new users, ↵Matt Selsky2-12/+8
change to "Make Template". r=gerv, a=glob.
2015-01-21Bug 1122565: editversions.cgi should focus the version field on page load to ↵David Lawrence2-2/+2
cut down on need for mouse r=LpSolit,a=glob
2015-01-20Bug 1122125: Add a link to release notes from admin.cgiDavid Lawrence1-0/+4
r=LpSolit,a=justdave
2015-01-19Fixes some issues in relnotesFrédéric Buclin1-3/+3
2015-01-19Bug 1118997: Release notes for 5.0rc1David Lawrence1-560/+213
r=LpSolit,a=dkl
2015-01-15Bug 1118396: Add the "user-start" hook to bug commentsAlbert Ting1-0/+1
r=dkl,a=glob
2015-01-05Bug 1113630: Set window.opener to null for the URL field to prevent ↵Frédéric Buclin3-4/+5
interaction between a remote script and the bug report r=gerv a=glob
2014-12-27Bug 1114365: Don't display empty parenthesis for Aliases on Full Text Bug ↵Matt Selsky1-1/+1
Listing. r=gerv, a=glob.
2014-12-23Bug 1106653: Truncate the field-* and type-* values in error messagesFrédéric Buclin1-2/+4
r=dkl a=glob
2014-12-22Bug 1114411: Do not call replyToMarkdownComment() if user pref use_markdown ↵Frédéric Buclin1-1/+2
= off r/a=dkl
2014-12-22Bug 1093924: Move replyToMarkdownComment() and replyToComment() out of templatesDavid Lawrence2-73/+10
r=LpSolit,a=glob
2014-12-18Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=dkl.Gervase Markham4-16/+5
2014-12-17Bug 1099029 part 2: Also fix the URL pointing to the ↵Frédéric Buclin1-1/+1
duplicate_or_move_bug_status parameter
2014-12-17Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham38-43/+43
2014-12-17Bug 1111368: Add missing whitespace in list/quips.html.tmpl. r=gerv, a=glob.Matt Selsky1-2/+2