aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
Commit message (Expand)AuthorAgeFilesLines
* Bug 581422: Improve the readability of the text at the top of the attachmentMarc Schumann2011-02-141-3/+3
* Bug 633298 - Please add a 'form' hook to attachment/create.html.tmpl and atta...David Lawrence2011-02-112-0/+6
* Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking f...Frédéric Buclin2011-01-241-4/+1
* Bug 621128 - Remove trailing whitespace from '<div id="view_disabled" >'timeless2011-01-221-1/+1
* Bug 386600: Implement auto-completion for the requestee fieldGuy Pyrzak2010-11-212-2/+4
* Bug 608437: Unused variables passed to flag/list.html.tmplFrédéric Buclin2010-10-302-5/+2
* Bug 600516: The "Content Type" and "Flags" sections are not displayed when tr...Frédéric Buclin2010-10-291-2/+2
* Bug 607716: The attachment content is pasted into a comment when editing an a...Guy Pyrzak2010-10-281-0/+5
* Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander2010-10-261-1/+1
* Bug 596079: Merge content-types.html.tmpl with createformcontents.html.tmplFrédéric Buclin2010-10-162-28/+17
* Bug 414509: offer View All (non obsolete) attachmentsGuy Pyrzak2010-10-022-2/+13
* Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander2010-09-271-2/+4
* Bug 580865: Rename the "edit" link on Attachment Details to "edit details"Guy Pyrzak2010-08-291-1/+1
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-232-5/+5
* Bug 579749: Linkify the URL found in attachments (restore the is_url behavior...Frédéric Buclin2010-07-191-5/+22
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-184-53/+34
* Bug 490930: Always store attachments locally if they are over X size (and bel...Frédéric Buclin2010-07-081-12/+0
* Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugsFrédéric Buclin2010-04-191-2/+6
* Bug 529433 - "Show name and full e-mail in a tooltip for flag setters and req...Reed Loden2010-03-271-2/+14
* fix for buttonGuy Pyrzak2010-03-031-5/+5
* 101770v2Guy Pyrzak2010-03-021-27/+29
* 101770Guy Pyrzak2010-03-024-155/+180
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-172-6/+6
* Bug 545253: Do not display flags as editable when you cannot edit attachment ...Frédéric Buclin2010-02-101-0/+1
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-1/+2
* Bug 530009: Put the template header stuff required to display show_bug all in...mkanat%bugzilla.org2009-12-072-34/+2
* Bug 524065: Template Hook for attachment creating and editing, at endmkanat%bugzilla.org2009-12-042-0/+4
* Bug 528872 - "Attachments in attachments table should have CSS classes to hel...reed%reedloden.com2009-11-161-1/+5
* Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com2009-11-101-3/+2
* Bug 365267: attachment.cgi should not be editable when the user is not logged...lpsolit%gmail.com2009-10-232-55/+110
* Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSo...reed%reedloden.com2009-10-192-0/+2
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org2009-09-302-5/+5
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-2/+2
* Bug 408807: Need a link pointing to the bug report from the attachment detail...lpsolit%gmail.com2009-09-273-1/+6
* Bug 388830: Use JS to make sure there's a Description value when submitting a...mkanat%bugzilla.org2009-09-211-1/+3
* Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ob...mkanat%bugzilla.org2009-08-062-2/+2
* Bug 488943: Clarify the text of the "Private" checkbox for comments and attac...mkanat%bugzilla.org2009-07-202-4/+10
* Bug 352615: Group empty cells together to reduce the size of the diff page - ...lpsolit%gmail.com2009-07-091-17/+25
* Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish B...lpsolit%gmail.com2009-06-221-130/+9
* Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS statebbaetz%acm.org2009-05-292-2/+7
* Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF protection...reed%reedloden.com2009-03-301-0/+3
* Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed ...reed%reedloden.com2009-03-091-2/+1
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-124-6/+3
* Bug 375382: When viewing a bug, make obsolete attachments hidden by defaultmkanat%bugzilla.org2009-02-111-20/+21
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-111-4/+5
* Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ...lpsolit%gmail.com2009-02-022-2/+15
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...lpsolit%gmail.com2009-02-021-30/+5
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-4/+1
* Bug 460752: Move hardcoded CSS from attachment/diff-header.html.tmpl into a s...lpsolit%gmail.com2008-12-091-74/+3
* Bug 460754: Move JS code out of attachment/diff-header.html.tmpl - Patch by F...lpsolit%gmail.com2008-10-211-106/+3