summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Bug 607716: The attachment content is pasted into a comment when editing an a...Guy Pyrzak1-0/+5
2010-10-27Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander1-1/+1
2010-10-16Bug 596079: Merge content-types.html.tmpl with createformcontents.html.tmplFrédéric Buclin2-28/+17
2010-10-03Bug 414509: offer View All (non obsolete) attachmentsGuy Pyrzak2-2/+13
2010-09-28Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander1-2/+4
2010-08-29Bug 580865: Rename the "edit" link on Attachment Details to "edit details"Guy Pyrzak1-1/+1
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2-5/+5
2010-07-19Bug 579749: Linkify the URL found in attachments (restore the is_url behavior...Frédéric Buclin1-5/+22
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin4-53/+34
2010-07-08Bug 490930: Always store attachments locally if they are over X size (and bel...Frédéric Buclin1-12/+0
2010-04-19Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugsFrédéric Buclin1-2/+6
2010-03-28Bug 529433 - "Show name and full e-mail in a tooltip for flag setters and req...Reed Loden1-2/+14
2010-03-03fix for buttonGuy Pyrzak1-5/+5
2010-03-03101770v2Guy Pyrzak1-27/+29
2010-03-03101770Guy Pyrzak4-155/+180
2010-02-17Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2-6/+6
2010-02-10Bug 545253: Do not display flags as editable when you cannot edit attachment ...Frédéric Buclin1-0/+1
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org1-1/+2
2009-12-07Bug 530009: Put the template header stuff required to display show_bug all in...mkanat%bugzilla.org2-34/+2
2009-12-04Bug 524065: Template Hook for attachment creating and editing, at endmkanat%bugzilla.org2-0/+4
2009-11-16Bug 528872 - "Attachments in attachments table should have CSS classes to hel...reed%reedloden.com1-1/+5
2009-11-10Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com1-3/+2
2009-10-23Bug 365267: attachment.cgi should not be editable when the user is not logged...lpsolit%gmail.com2-55/+110
2009-10-19Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSo...reed%reedloden.com2-0/+2
2009-10-01Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org2-5/+5
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-2/+2
2009-09-27Bug 408807: Need a link pointing to the bug report from the attachment detail...lpsolit%gmail.com3-1/+6
2009-09-22Bug 388830: Use JS to make sure there's a Description value when submitting a...mkanat%bugzilla.org1-1/+3
2009-08-06Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ob...mkanat%bugzilla.org2-2/+2
2009-07-20Bug 488943: Clarify the text of the "Private" checkbox for comments and attac...mkanat%bugzilla.org2-4/+10
2009-07-09Bug 352615: Group empty cells together to reduce the size of the diff page - ...lpsolit%gmail.com1-17/+25
2009-06-23Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish B...lpsolit%gmail.com1-130/+9
2009-05-29Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS statebbaetz%acm.org2-2/+7
2009-03-30Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF protection...reed%reedloden.com1-0/+3
2009-03-09Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed ...reed%reedloden.com1-2/+1
2009-02-12Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org4-6/+3
2009-02-11Bug 375382: When viewing a bug, make obsolete attachments hidden by defaultmkanat%bugzilla.org1-20/+21
2009-02-11Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org1-4/+5
2009-02-02Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ...lpsolit%gmail.com2-2/+15
2009-02-02Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...lpsolit%gmail.com1-30/+5
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-4/+1
2008-12-09Bug 460752: Move hardcoded CSS from attachment/diff-header.html.tmpl into a s...lpsolit%gmail.com1-74/+3
2008-10-21Bug 460754: Move JS code out of attachment/diff-header.html.tmpl - Patch by F...lpsolit%gmail.com1-106/+3
2008-10-21Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - ...lpsolit%gmail.com1-1/+3
2008-09-19Bug 455808: "YAHOO is not defined" JS error thrown when editing attachmentsguy.pyrzak%gmail.com2-1/+2
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2-2/+2
2008-09-08Bug 453743: Decrease the number of calls to the DB about flags when viewing a...lpsolit%gmail.com1-3/+5
2008-09-02Bug 452891: The dashed border next to the line numbers in the Diff Viewer can...mkanat%bugzilla.org1-5/+0
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org1-1/+1
2008-06-28Bug 422691 – Attachment gets added twice after hitting "Back" and "Refresh"dkl%redhat.com2-0/+49