summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/create.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2018-03-19fix all the testsDylan William Hardison1-2/+2
2018-03-18Bug 1446236 - Allow customizing the name of the "nobody" user (nobody@mozilla...Vladimir Panteleev1-1/+1
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison1-1/+1
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu1-1/+1
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison1-1/+0
2017-03-28Bug 1349769 - takebug should only be default for patch attachmentsDylan William Hardison1-1/+4
2017-03-15Bug 1344979 - When adding a patch to an unassigned bug, pre-check the reassig...Sebastin Santy1-1/+1
2015-06-08Bug 1172649: Create New Attachment comment previews are not working due to Er...David Lawrence1-0/+1
2015-05-26Bug 1146782: backport bug 1159589 to bmo (migrate autocomplete from yui to jq...Byron Jones1-1/+0
2015-03-10Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write API...Byron Jones1-0/+1
2015-03-09Bug 1140049 - Advertise MozReview on Create New Attachment page. r=globMark Côté1-0/+3
2014-02-28Bug 977981 - backport upstream bug 975112 to bmo/4.2 to add the "Preview" mod...Dave Lawrence1-7/+5
2011-02-11Bug 633298 - Please add a 'form' hook to attachment/create.html.tmpl and atta...David Lawrence1-0/+3
2010-11-21Bug 386600: Implement auto-completion for the requestee fieldGuy Pyrzak1-1/+2
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-1/+7
2010-03-03101770Guy Pyrzak1-1/+1
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org1-1/+2
2009-12-04Bug 524065: Template Hook for attachment creating and editing, at endmkanat%bugzilla.org1-0/+2
2009-11-10Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com1-3/+2
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-2/+2
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.org1-1/+1
2009-07-20Bug 488943: Clarify the text of the "Private" checkbox for comments and attac...mkanat%bugzilla.org1-2/+5
2009-05-29Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS statebbaetz%acm.org1-2/+1
2009-02-12Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org1-1/+1
2008-09-19Bug 455808: "YAHOO is not defined" JS error thrown when editing attachmentsguy.pyrzak%gmail.com1-1/+1
2008-06-28Bug 422691 – Attachment gets added twice after hitting "Back" and "Refresh"dkl%redhat.com1-0/+1
2008-03-17Bug 422935 – Status values for “Take Bug” functionality on att...wurblzap%gmail.com1-3/+3
2007-11-12Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com1-0/+1
2007-10-08Bug 398739: "Taking a bug" while adding a new attachment locks the bug status...lpsolit%gmail.com1-0/+15
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS <bugz...lpsolit%gmail.com1-1/+0
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com1-5/+5
2006-10-18Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com1-4/+4
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-2/+2
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ...lpsolit%gmail.com1-1/+1
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schuma...lpsolit%gmail.com1-193/+17
2006-03-09Bug 313256: Update CSS for attachment comment in real time to private comment...lpsolit%gmail.com1-1/+13
2006-03-03Patch for bug 328089: make number of columns in additional comments field ide...jocuri%softhome.net1-1/+1
2006-02-26Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals....lpsolit%gmail.com1-1/+1
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann <w...lpsolit%gmail.com1-1/+8
2005-12-14Bug 208827: Default Attachment Creation to "autodetect" - Patch by Vlad Dasca...lpsolit%gmail.com1-1/+1
2005-10-20Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net1-3/+73
2005-02-21Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net1-0/+12
2005-02-05Bug 280410 : Use more <label> elements in attachment/create.html.tmpltravis%sedsystems.ca1-10/+7
2004-09-01Patch for bug 254371: include Flag Types in create new attachments form; patc...jocuri%softhome.net1-0/+14
2004-01-19Patch for bug 228894: Change HTML comments to template-toolkit ones for templ...jocuri%softhome.net1-1/+1
2003-07-04Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without...gerv%gerv.net1-13/+15
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-1/+2
2003-01-14Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=...jouni%heikniemi.net1-1/+2
2002-12-15Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+11