summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-6/+2
r=dkl
2016-03-08Bug 314366 - "Enter the path to the file on your computer" assumes I choose ↵Craig Parkinson1-3/+2
a file by entering a path r=dkl
2016-02-10Bug 1247195 - The "Comment Preview" field no longer works when viewing ↵Dylan Hardison2-0/+2
attachment details r=lpsolit,a=dylan
2016-01-08Bug 1235772: Display all text/* attachments as plain text in the "Details" pageFrédéric Buclin1-2/+7
r=gerv
2015-08-26Bug 1197822: Do not display the "View" link for deleted attachmentsFrédéric Buclin1-18/+20
r=gerv a=sgreen
2015-05-14Bug 1160809: Validate the MIME type before uploading attachmentsFrédéric Buclin2-2/+8
r=dkl a=glob
2015-05-07Bug 1159589: migrate autocomplete from yui to jqueryByron Jones2-2/+0
r=dylan,a=glob
2015-03-13Bug 1062718 - add the ability to disable sending of mail when updating bugsPami Ketolainen2-0/+17
r=dylan,a=sgreen
2015-03-11Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes ↵Frédéric Buclin1-1/+1
(U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave
2015-03-05Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones2-0/+2
r=dkl,a=glob
2014-12-17Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham4-5/+4
2014-12-11Bug 1102842 - remove and/or unwhitelist unsafe filters. r=gerv, a=simon.Matt Selsky2-2/+18
2014-10-16Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin2-45/+3
r=gerv a=glob
2014-09-25Bug 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones1-1/+1
r=dkl,a=glob
2014-07-03Bug 1029354 - Add after_comment_textarea hook to edit attachment pageSimon Green1-0/+1
r=gerv, a=glob
2014-06-11Bug 1015994 - attachment.cgi titles should include bug and/or attachment textDavid Lawrence1-0/+1
r=gerv,a=sgreen
2014-04-18Backout bug 984980Frédéric Buclin1-7/+0
2014-04-17Remove tabsFrédéric Buclin1-4/+4
2014-04-17Bug 984980 - add framework for keyboard shortcuts, and key to switch between ↵Acho Arnold1-0/+7
preview and edit mode. Patch by <arnold@archlinux.info>, r=gerv, a=justdave.
2014-03-26Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin1-24/+27
r/a=justdave
2014-03-12Bug 728892: The attachment "Details" page is still vulnerable to ↵Frédéric Buclin2-2/+2
Clickjacking with SVG or XHTML attachments r/a=justdave
2014-03-10Bug 956190 (part 5): Merge attachment.css, dependency-tree.css, ↵Frédéric Buclin4-5/+5
enter_bug.css and show_bug.css into bug.css r/a=justdave
2014-02-28Bug 975112 - Add the "Preview" mode for "Optional Comment" in the Create New ↵Dave Lawrence2-14/+11
Attachement page r=glob,a=justdave
2014-02-12Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin4-4/+4
inexistent files r=gerv a=justdave
2014-01-20Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin1-6/+5
onload="element.focus()" r/a=justdave
2014-01-08Bug 546838: Upgrade Bugzilla to HTML5Frédéric Buclin1-10/+11
r/a=justdave
2014-01-07Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan2-4/+4
specific Bugzilla installation r=dkl,a=justdave
2014-01-07Bug 952796: Remove HTML attributes which are obsolete in HTML5Frédéric Buclin1-30/+31
r/a=justdave
2014-01-07Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin1-7/+2
r/a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin3-27/+23
r/a=justdave
2013-12-28Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2-7/+21
r/a=justdave
2013-12-22Bug 952793: Remove HTML4 elements which are obsolete in HTML5Frédéric Buclin1-14/+8
r/a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2-3/+4
CSS styles r/a=justdave
2013-11-18Bug 937180: creation_ts of bugs and attachments always at 0 secondsByron Jones1-1/+1
r=dkl, a=simon
2013-09-19Bug 332034 - Add New Attachment as an option for attachment.cgi when we are ↵Sunil Joshi1-2/+8
not passed any parameters\nr=simon, a=glob
2013-08-30Bug 547311 - Remove the "align" attribute from <th>Christopher Trom3-4/+4
r=simon, a=sgreen
2013-08-27Bug 903337 - Do not display the CC list and the "Remove selected CCs" ↵Sunil Joshi2-2/+2
checkbox if the CC list is empty r=simon, a=glob
2013-02-07Bug 784352: Show a warning when interdiff reports errorsByron Jones1-8/+11
r=dkl, a=LpSolit
2012-10-19Bug 803600: Clean up the comment generated when deleting attachmentsFrédéric Buclin1-9/+2
r=justdave a=LpSolit
2012-10-13Bug 532478: When attaching a file to a bug, display the max size allowed for ↵Sunil Joshi1-0/+3
attachments r/a=LpSolit
2012-07-24Bug 771107 - List of attachments in attachment details screen does not ↵Dave Lawrence1-3/+10
distinguish obsolete attachments r=glob, a=LpSolit
2012-06-26Bug 138546: Add a checkbox to add himself to the CC list when creating or ↵Reed Loden2-2/+19
editing an attachment r/a=LpSolit
2012-05-29Bug 327657: "Edit attachment" page should show me when the file was attachedMatt Selsky1-2/+7
r/a=LpSolit
2012-03-01Bug 731562: Cache the global/user.html.tmpl template for improved performanceFrédéric Buclin1-1/+9
r=dkl a=LpSolit
2012-02-26Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky1-2/+0
r/a=LpSolit
2012-02-08Bug 722161: Clickjacking is possible in "View All" with HTML attachmentsFrédéric Buclin1-4/+16
r=dkl a=LpSolit
2012-01-12Bug 717502 - Add PDF to the list of manually selectable content-typesReed Loden1-0/+1
[r=glob a=LpSolit]
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin14-242/+70
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-11Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, ↵Simon Green1-2/+2
maxlocalattachment > 0), the link to attach files to bugs is not displayed r/a=LpSolit
2012-01-10Bug 716283: Clickjacking in the attachment "Details" page allows to bypass ↵Frédéric Buclin1-0/+10
token checks r=dkl a=LpSolit