aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create
Commit message (Collapse)AuthorAgeFilesLines
* Bug 861519: The keyword field in the "Enter Bug" page no longer lists ↵Frédéric Buclin2013-04-281-2/+2
| | | | | | available keywords r=glob a=LpSolit
* Bug 825524: When cloning a bug, the "We've made a guess at your operating ↵Sunil Joshi2013-01-021-1/+1
| | | | | | system and platform" message should not be displayed r/a=LpSolit
* Bug 353351: The name of the component in enter_bug.cgi should not be case ↵Koosha Khajeh Moogahi2013-01-021-1/+1
| | | | | | sensitive r=glob a=LpSolit
* Bug 345244: Bug template creation window has silly titleSunil Joshi2012-09-191-1/+1
| | | | r/a=LpSolit
* 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-117-143/+35
| | | | | | 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 703975: CSRF vulnerability in post_bug.cgi allows possible unauthorized ↵Frédéric Buclin2011-11-221-57/+0
| | | | | | bug creation r=mkanat a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-233-6/+0
| | | | r/a=mkanat
* Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky2011-10-191-1/+1
| | | | | instead o hard coded 'Platform'. r=timello, 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
* Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander2011-08-091-2/+0
|
* Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky2011-08-091-2/+2
| | | | | "Severity" r=mkanat, a=mkanat
* Bug 673976: Style for #somebugs is duplicated in create-guided.html.tmplFrédéric Buclin2011-07-261-0/+2
| | | | r=glob a=LpSolit
* 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 627854: Add 'form' hook to create-guided.html.tmpl similar to ↵David Lawrence2011-01-211-0/+2
| | | | | | create.html.tmpl r/a=mkanat
* 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-232-3/+3
| | | | 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 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2010-04-051-4/+1
| | | | r=LpSolit, 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 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-6/+3
| | | | r=mkanat, 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