summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, ↵Simon Green1-1/+1
maxlocalattachment > 0), the link to attach files to bugs is not displayed r/a=LpSolit
2011-12-26Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky1-5/+2
r/a=LpSolit
2011-11-22Bug 703975: CSRF vulnerability in post_bug.cgi allows possible unauthorized ↵Frédéric Buclin1-57/+0
bug creation r=mkanat a=LpSolit
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin3-6/+0
r/a=mkanat
2011-10-19Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky1-1/+1
instead o hard coded 'Platform'. r=timello, a=LpSolit
2011-08-16Bug 460074: Make post_bug.cgi use should_set for array fields, so theyMax Kanat-Alexander1-0/+1
are undef in Bugzilla::Bug->create if not passed to post_bug. This fixes a bug with the guided bug form creating bugs without any groups. r=LpSolit, a=mkanat
2011-08-10Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander1-2/+0
2011-08-10Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky1-2/+2
"Severity" r=mkanat, a=mkanat
2011-07-26Bug 673976: Style for #somebugs is duplicated in create-guided.html.tmplFrédéric Buclin1-0/+2
r=glob a=LpSolit
2011-07-26Bug 647158: The Error Console in Firefox reportsFrédéric Buclin1-33/+10
"unbalanced tree was written using document.write()" when reporting a new bug or when visiting the "User Authentication" panel in the Parameters page r=glob a=LpSolit
2011-06-29Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak1-1/+1
duplicates have been searched for r=mkanat, r=mkanat
2011-04-25Bug 653104 - The description of components in enter_bug.cgi is out of sync ↵David Lawrence1-0/+1
when some components are disabled r/a=LpSolit
2011-04-28Bug 640719: Allow creating bookmarkable templates without passing validation,Max Kanat-Alexander1-1/+1
on enter_bug.cgi r=pyrzak, a=mkanat
2011-02-01Bug 461014 - How to create a private attachment in enter_bug.cgi not obviousDavid Lawrence1-2/+2
r=reed,a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=507211
2011-01-24Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible ↵Reed Loden1-1/+2
duplicates" table due to lack of encoding by YUI [r=mkanat a=LpSolit]
2011-01-21Bug 627854: Add 'form' hook to create-guided.html.tmpl similar to ↵David Lawrence1-0/+2
create.html.tmpl r/a=mkanat
2011-01-21Bug 626292: "Make description private" checkbox should set bz_private class ↵David Lawrence1-1/+2
on the comment box r/a=mkanat
2010-10-21Bug 598014: Document how to mark the initial comment as private when using ↵Frédéric Buclin1-3/+3
Bug.create() r/a=mkanat
2010-09-19Bug 594155: IE6 throws JS errors when filing new bugsGuy Pyrzak1-1/+1
r/a=LpSolit
2010-08-31Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence1-5/+8
milestones r/a=mkanat
2010-08-05Bug 584032: Cannot set requestees on bug creationFrédéric Buclin1-2/+3
r=pyrzak a=LpSolit
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2-3/+3
r/a=mkanat
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-1/+2
r/a=mkanat
2010-07-13Bug 521463: Use consistent CSS for text input fields on enter_bug,Max Kanat-Alexander1-6/+6
show_bug, post_bug, etc. r=dkl, a=mkanat
2010-07-13Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander1-6/+9
r=pyrzak, a=mkanat
2010-07-13Bug 578241: Use the same ID in enter_bug.cgi and show_bug.cgi for group ↵Frédéric Buclin1-2/+2
checkboxes r=reed a=LpSolit
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-7/+4
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
2010-06-22Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander1-5/+41
r=glob, a=mkanat
2010-06-18Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander1-5/+3
r=glob, a=mkanat
2010-05-19Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello1-4/+4
creating/changing bugs r=mkanat, a=mkanat
2010-05-13Bug 555850: Make fields.html help on enter_bug happen when the user hoversMax Kanat-Alexander1-53/+54
over the fields r=timello, a=mkanat
2010-04-19Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugsFrédéric Buclin1-0/+2
r=mkanat a=LpSolit
2010-04-06Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander1-4/+1
r=LpSolit, a=LpSolit
2010-03-28Bug 490766: Link all field labels on enter_bug.cgi to their descriptionMax Kanat-Alexander1-37/+44
on fields.html r=LpSolit, a=LpSolit
2010-03-03101770Guy Pyrzak1-1/+1
2010-02-23Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander1-8/+10
or the WebService Bug.create method. r=LpSolit, a=LpSolit
2010-02-22Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak1-2/+7
r=LpSolit, a=mkanat
2010-02-17Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander1-5/+3
r=ghendricks, a=mkanat
2010-02-17Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley1-6/+3
r=mkanat, a=mkanat
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-16/+21
component r=dkl, a=mkanat
2009-12-31Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to ↵mkanat%bugzilla.org1-1/+1
help out extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-12-13Bug 310532: Bookmarkable new bug templates do not include estimated hours or ↵lpsolit%gmail.com1-2/+2
alias fields - Patch by Mark Banner <bugzilla@standard8.plus.com> r/a=LpSolit
2009-12-07Bug 530009: Put the template header stuff required to display show_bug all ↵mkanat%bugzilla.org1-6/+1
in one place Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-04Bug 204106: Make enter_bug indicate which fields are mandatorymkanat%bugzilla.org1-9/+15
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-11-18Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org1-1/+1
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
2009-11-18Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org1-5/+2
a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
2009-11-10Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com1-2/+2
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-12Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric ↵lpsolit%gmail.com1-4/+1
Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-08-12Bug 509108: Don't require a bug_list parameter to show the bug template ↵mkanat%bugzilla.org1-2/+0
(create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit