aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 581538 - Hide (instead of showing as disabled) flags that aren't ↵Dave Lawrence2012-08-011-2/+2
| | | | | | available for a specific component on enter_bug.cgi Forgot to add periods at the end of the comments.
* Bug 581538 - Hide (instead of showing as disabled) flags that aren't ↵Dave Lawrence2012-08-011-23/+24
| | | | | | available for a specific component on enter_bug.cgi r/a=LpSolit
* Bug 695514: Slow performance in field-events.js.tmpl on show_bug.cgi with ↵Frédéric Buclin2012-02-281-1/+1
| | | | | | large number of products r=dkl a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-261-2/+0
| | | | 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-23/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, ↵Simon Green2012-01-111-1/+1
| | | | | | maxlocalattachment > 0), the link to attach files to bugs is not displayed r/a=LpSolit
* Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky2011-12-261-5/+2
| | | | r/a=LpSolit
* Bug 460074: Make post_bug.cgi use should_set for array fields, so theyMax Kanat-Alexander2011-08-151-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
* Bug 647158: The Error Console in Firefox reportsFrédéric Buclin2011-07-261-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
* Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak2011-06-281-1/+1
| | | | | | duplicates have been searched for r=mkanat, r=mkanat
* Bug 653104 - The description of components in enter_bug.cgi is out of sync ↵David Lawrence2011-04-251-0/+1
| | | | | | when some components are disabled r/a=LpSolit
* Bug 640719: Allow creating bookmarkable templates without passing validation,Max Kanat-Alexander2011-04-271-1/+1
| | | | | on enter_bug.cgi r=pyrzak, a=mkanat
* Bug 461014 - How to create a private attachment in enter_bug.cgi not obviousDavid Lawrence2011-02-011-2/+2
| | | | | r=reed,a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=507211
* Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible ↵Reed Loden2011-01-241-1/+2
| | | | | | duplicates" table due to lack of encoding by YUI [r=mkanat a=LpSolit]
* Bug 626292: "Make description private" checkbox should set bz_private class ↵David Lawrence2011-01-211-1/+2
| | | | | | on the comment box r/a=mkanat
* Bug 598014: Document how to mark the initial comment as private when using ↵Frédéric Buclin2010-10-211-3/+3
| | | | | | Bug.create() r/a=mkanat
* Bug 594155: IE6 throws JS errors when filing new bugsGuy Pyrzak2010-09-191-1/+1
| | | | r/a=LpSolit
* Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence2010-08-311-5/+8
| | | | | | milestones r/a=mkanat
* Bug 584032: Cannot set requestees on bug creationFrédéric Buclin2010-08-051-2/+3
| | | | r=pyrzak a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-1/+1
| | | | r/a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-1/+2
| | | | r/a=mkanat
* Bug 521463: Use consistent CSS for text input fields on enter_bug,Max Kanat-Alexander2010-07-121-6/+6
| | | | | show_bug, post_bug, etc. r=dkl, a=mkanat
* Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander2010-07-121-6/+9
| | | | r=pyrzak, a=mkanat
* Bug 578241: Use the same ID in enter_bug.cgi and show_bug.cgi for group ↵Frédéric Buclin2010-07-131-2/+2
| | | | | | checkboxes r=reed a=LpSolit
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-7/+4
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-5/+41
| | | | r=glob, a=mkanat
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-181-5/+3
| | | | r=glob, a=mkanat
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-191-4/+4
| | | | | creating/changing bugs r=mkanat, a=mkanat
* Bug 555850: Make fields.html help on enter_bug happen when the user hoversMax Kanat-Alexander2010-05-131-53/+54
| | | | | over the fields r=timello, a=mkanat
* Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugsFrédéric Buclin2010-04-191-0/+2
| | | | r=mkanat a=LpSolit
* Bug 490766: Link all field labels on enter_bug.cgi to their descriptionMax Kanat-Alexander2010-03-281-37/+44
| | | | | on fields.html r=LpSolit, a=LpSolit
* 101770Guy Pyrzak2010-03-021-1/+1
|
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-221-8/+10
| | | | | or the WebService Bug.create method. r=LpSolit, a=LpSolit
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-211-2/+7
| | | | r=LpSolit, a=mkanat
* Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander2010-02-171-5/+3
| | | | r=ghendricks, a=mkanat
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-16/+21
| | | | | | component r=dkl, a=mkanat
* Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to ↵mkanat%bugzilla.org2009-12-311-1/+1
| | | | | | help out extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 310532: Bookmarkable new bug templates do not include estimated hours or ↵lpsolit%gmail.com2009-12-131-2/+2
| | | | alias fields - Patch by Mark Banner <bugzilla@standard8.plus.com> r/a=LpSolit
* Bug 204106: Make enter_bug indicate which fields are mandatorymkanat%bugzilla.org2009-12-041-9/+15
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-1/+1
| | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-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
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-2/+2
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric ↵lpsolit%gmail.com2009-08-121-4/+1
| | | | Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.mkanat%bugzilla.org2009-07-201-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org2009-07-201-2/+3
| | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-121-2/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-111-7/+27
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com2008-12-291-0/+32
| | | | usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-071-6/+5
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat