aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/edit.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 975112 - Add the "Preview" mode for "Optional Comment" in the Create New ↵Dave Lawrence2014-02-281-7/+6
| | | | | | Attachement page r=glob,a=justdave
* Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin2014-02-121-1/+1
| | | | | | inexistent files r=gerv a=justdave
* Bug 903337 - Do not display the CC list and the "Remove selected CCs" ↵Sunil Joshi2013-08-271-1/+1
| | | | | checkbox if the CC list is empty r=simon, a=glob
* Bug 771107 - List of attachments in attachment details screen does not ↵Dave Lawrence2012-07-231-3/+10
| | | | | | distinguish obsolete attachments r=glob, a=LpSolit
* Bug 138546: Add a checkbox to add himself to the CC list when creating or ↵Reed Loden2012-06-261-2/+10
| | | | | | editing an attachment r/a=LpSolit
* Bug 327657: "Edit attachment" page should show me when the file was attachedMatt Selsky2012-05-291-2/+7
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-19/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 716283: Clickjacking in the attachment "Details" page allows to bypass ↵Frédéric Buclin2012-01-101-0/+10
| | | | | | token checks r=dkl a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-2/+0
| | | | r/a=mkanat
* Bug 654833 - New hook to add additional attachment action links to the ↵David Lawrence2013-05-041-0/+1
| | | | | | attachment details page r/a=mkanat
* Bug 581422: Improve the readability of the text at the top of the attachmentMarc Schumann2011-02-141-3/+3
| | | | | detail view r=pyrzak, r=mkanat, a=mkanat
* Bug 633298 - Please add a 'form' hook to attachment/create.html.tmpl and ↵David Lawrence2011-02-111-0/+3
| | | | | | attachment/edit.html.tmpl r/a=mkanat
* Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking ↵Frédéric Buclin2011-01-241-4/+1
| | | | | | | | | | for javascript: or data: URLs in the URL field can be evaded with prefixed whitespace and Bug 628034: (CVE-2011-0048) [SECURITY] For not-logged-in users, the URL field doesn't safeguard against javascript: or data: URLs r=dkl a=LpSolit
* Bug 621128 - Remove trailing whitespace from '<div id="view_disabled" >'timeless2011-01-221-1/+1
| | | | [r=reed a=LpSolit]
* Bug 386600: Implement auto-completion for the requestee fieldGuy Pyrzak2010-11-211-1/+2
| | | | r/a=LpSolit
* Bug 608437: Unused variables passed to flag/list.html.tmplFrédéric Buclin2010-10-301-4/+1
| | | | a=LpSolit (module owner)
* Bug 607716: The attachment content is pasted into a comment when editing an ↵Guy Pyrzak2010-10-281-0/+5
| | | | | | attachment with JS disabled r=LpSolit r=mkanat a=LpSolit
* Bug 580865: Rename the "edit" link on Attachment Details to "edit details"Guy Pyrzak2010-08-291-1/+1
| | | | r=mkanat, a=mkanat
* Bug 579749: Linkify the URL found in attachments (restore the is_url ↵Frédéric Buclin2010-07-191-5/+22
| | | | | | behavior) if there is only an URL in them r/a=LpSolit
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-32/+12
| | | | r/a=mkanat
* fix for buttonGuy Pyrzak2010-03-031-5/+5
|
* 101770v2Guy Pyrzak2010-03-021-27/+29
|
* 101770Guy Pyrzak2010-03-021-151/+176
|
* Bug 545253: Do not display flags as editable when you cannot edit attachment ↵Frédéric Buclin2010-02-101-0/+1
| | | | | | attributes a=LpSolit (module owner)
* Bug 524065: Template Hook for attachment creating and editing, at endmkanat%bugzilla.org2009-12-041-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 365267: attachment.cgi should not be editable when the user is not ↵lpsolit%gmail.com2009-10-231-55/+109
| | | | logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org2009-09-301-4/+4
| | | | | | and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 408807: Need a link pointing to the bug report from the attachment ↵lpsolit%gmail.com2009-09-271-1/+1
| | | | details and diff pages - Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
* Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org2009-07-201-2/+5
| | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish ↵lpsolit%gmail.com2009-06-221-130/+9
| | | | Bezzala <nbezzala@yahoo.com> r/a=LpSolit
* Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF ↵reed%reedloden.com2009-03-301-0/+3
| | | | protection" [p=reed r=LpSolit a=LpSolit]
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-121-1/+0
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵lpsolit%gmail.com2009-02-021-0/+11
| | | | possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com2009-02-021-30/+5
| | | | by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 455808: "YAHOO is not defined" JS error thrown when editing attachmentsguy.pyrzak%gmail.com2008-09-181-0/+1
| | | | Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 453743: Decrease the number of calls to the DB about flags when viewing ↵lpsolit%gmail.com2008-09-081-3/+5
| | | | a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-081-1/+1
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org2008-03-311-2/+2
| | | | | | before checked r=vladd a=lpsolit
* Bug 365365: Fix various HTML and CSS validation errors when viewing ↵lpsolit%gmail.com2008-03-181-14/+9
| | | | attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 99215: Attachments have no midair collision protection - Patch by ↵lpsolit%gmail.com2007-11-301-0/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=justdave
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+1
|
* Backing out bug 387607, you cannot edit attachments anymore!lpsolit%gmail.com2007-09-091-2/+1
|
* Bug 387607 detect and accommodate restored "edit attachment as comment" modetimeless%mozdev.org2007-08-241-1/+2
| | | | r=myk a=mkanat
* 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 392175: Move isViewable out of attachment.cgi + some other minor cleanup ↵lpsolit%gmail.com2007-08-141-13/+13
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com>
* Bug 339437: Make flag requestee a select box and limit users to requestable ↵lpsolit%gmail.com2007-07-051-2/+0
| | | | only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
* Bug 371833 - ""Edit attachment as comment" could be twice as fast" ↵reed%reedloden.com2007-03-021-2/+1
| | | | [p=bz/reed r=timeless a=mkanat]
* Bug 369958 - "Attachment edit page has unneeded <br>s" [p=reed r=LpSolit ↵reed%reedloden.com2007-02-111-2/+2
| | | | a=LpSolit]
* Bug 365520 attachment/edit has unescaped &timeless%mozdev.org2007-01-081-2/+2
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 364167 - "no space in Attachments on this Bug:263" [p=reed r=LpSolit a=myk]reed%reedloden.com2006-12-191-1/+1
|