aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create
Commit message (Collapse)AuthorAgeFilesLines
* Bug 38922: Default (Initial) CC list for each componentmkanat%bugzilla.org2006-09-211-1/+25
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-4/+4
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric ↵lpsolit%gmail.com2006-08-151-5/+7
| | | | Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 313816 - fix height of iframe so you can read things inside it. Patch by ↵gerv%gerv.net2006-08-141-0/+1
| | | | gerv; r=mkanat, a=myk.
* Bug 329789: The guided format when creating a bug doesn't let me specify a ↵lpsolit%gmail.com2006-07-251-1/+1
| | | | component as part of the URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-251-34/+82
| | | | <LpSolit@gmail.com> r=wurblzap r=myk a=myk
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-191-0/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-123-5/+5
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵lpsolit%gmail.com2006-06-181-1/+51
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-182-28/+25
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by ↵lpsolit%gmail.com2006-06-053-0/+57
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org2006-05-102-2/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Patch for bug 328089: make number of columns in additional comments field ↵jocuri%softhome.net2006-03-032-6/+6
| | | | identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave.
* Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com2006-02-222-11/+36
| | | | <wurblzap@gmail.com> r=vladd a=justdave
* Patch for bug 313953 : add form hook in comment.txt.tmpl; patch by Matt ↵jocuri%softhome.net2006-02-211-0/+3
| | | | McHenry <mmchenry@carnegielearning.com>, r=vladd, a=justdave.
* Bug 319718: Make summary the link title for bookmarkable templates.wurblzap%gmail.com2005-12-141-2/+12
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=timeless, a=justdave
* Bug 313444: Remove the useless "This page lets you enter a new bug into ↵lpsolit%gmail.com2005-11-041-1/+0
| | | | Bugzilla" message from enter_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 303527: The bug entry page does not use localised terms for statuses - ↵lpsolit%gmail.com2005-08-221-3/+7
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=myk a=justdave
* Bug 301018: Add INTERFACE section to bug/create/created.html.tmpl - Patch by ↵lpsolit%gmail.com2005-07-281-0/+15
| | | | Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
* Bug 165022: add alias field to new bug form - Patch by Albert Ting ↵lpsolit%gmail.com2005-07-111-0/+9
| | | | <altlst@sonic.net> r=GavinS a=justdave
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-211-1/+1
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Patch for bug 296582: create-guided template refers to "zarro boogs" instead ↵jocuri%softhome.net2005-06-091-2/+2
| | | | of terms.zeroSearchResults; patch by Alfred Karl Kornel <kornel.1@osu.edu>, r=vladd, a=justdave.
* Bug 215148 - make status and resolution localisable. Patch by ↵gerv%gerv.net2005-05-101-1/+2
| | | | eseyman@linagora.com; r=gerv, a=myk.
* Bug 238875: remove %FORM from post_bug.cgi - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2005-04-082-20/+28
| | | | <wicked@etlicon.fi> r=LpSolit a=justdave
* Followup fix for bug 284446: add hook inside enter bug form so that test ↵myk%mozilla.org2005-03-311-0/+3
| | | | runner and other applications can insert form controls that collect additional data about the bug being created.
* Bug 280639: When creating bookmarkable template, it is called "this link" - ↵lpsolit%gmail.com2005-03-171-3/+5
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
* Fix for bug 284446: adds hooks useful for testrunner and other third-party ↵myk%mozilla.org2005-03-161-0/+3
| | | | extensions; r=gerv
* Bug 274365 - search all core products when searching a particular ↵gerv%gerv.net2005-03-111-0/+10
| | | | application product. Patch by gerv; r,a=myk.
* Bug 283769 : wrong filtering in create-guided causes problemstravis%sedsystems.ca2005-03-081-1/+1
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
* Bug 36257 : Have the QA Contact field appear in New Bug submission formtravis%sedsystems.ca2005-02-261-7/+46
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
* Bug 283361 : 'Deadline' info not saved in bookmarkable templatetravis%sedsystems.ca2005-02-261-1/+1
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=myk
* Bug 282999 remove Javascript LANGUAGE attribute in all filesbugreport%peshkin.net2005-02-252-2/+2
| | | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
* Bug 282444 : The description field in enter_bug.cgi contains spacestravis%sedsystems.ca2005-02-171-2/+1
| | | | Patch by Jussi Sirpoma <jussi@comlink.fi> r=jouni a=myk
* Bug 99567 : Allow Milestone to be set on creation of bug as an optiontravis%sedsystems.ca2005-02-161-0/+8
| | | | Patch by Todd Stansell <tjs@tellme.com> r=kiko,justdave a=justdave
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-102-10/+6
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fieldstravis%sedsystems.ca2005-02-011-1/+7
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave
* Bug 278711 : An empty entry is sometimes not useful and should be removedtravis%sedsystems.ca2005-01-281-1/+0
| | | | Patch by John Beranek <john@redux.org.uk> r=vladd, a=justdave
* Bug 266579 : Users without privs can confirm bugs by assigning to themselves ↵travis%sedsystems.ca2005-01-211-0/+2
| | | | | | first, without having canconfirm privs Patch by LpSolit@gmail.com r=myk a=justdave
* Patch for bug 255428: Allow multiple user selection in CC pull downs; patch ↵jocuri%softhome.net2005-01-161-0/+1
| | | | by John Beranek <john@redux.org.uk>, r=wurblzap, a=myk.
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-0/+7
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Bug 276446: Initial description cannot be made private on new bug creationtravis%sedsystems.ca2005-01-081-0/+17
| | | | Patch: travis r=joini a=justdave
* Bug 261671 - fix burning tinderbox. Oops. Patch by gerv; r=mozbot.gerv%gerv.net2005-01-021-3/+5
|
* Bug 267671 - updates to the Bugzilla Helper to make it clearer and easier to ↵gerv%gerv.net2005-01-011-158/+123
| | | | use, and to set expectations appropriately. Patch by gerv; r=myk, a=justdave.
* Patch for bug 273873: bug-creation template for UNCONFIRMED shouldn't set ↵jocuri%softhome.net2004-12-121-9/+7
| | | | status to NEW; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave.
* Bug 225854 - only print "Steps to reproduce" when the user has entered some. ↵gerv%gerv.net2004-09-121-2/+3
| | | | Patch by buti@gmx.at; r=gerv.
* Patch for bug 248613: Custom global default platform/OS in ↵jocuri%softhome.net2004-08-281-3/+10
| | | | non-usebrowserinfo scenarios; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.
* Bug 251669: add an option to show users in a drop down menu instead of a ↵bugreport%peshkin.net2004-08-111-3/+12
| | | | | | | | text edit field patch by glob <bugzilla@glob.com.au> r=joel a=justdave
* Bug 253583 Warning: assignment to undeclared variable assigned_totimeless%mozdev.org2004-08-021-1/+1
| | | | patch by mcsmurf@gmx.de r=vladd a=justdave
* Fix for bug 252840: Provide product name in enter bug page title. r,a=myk.kiko%async.com.br2004-07-241-1/+2
|
* Bug 252002: Fix typo in create-guided.html.tmpl.jouni%heikniemi.net2004-07-201-1/+1
| | | | | Patch by GavinS <bugzilla@chimpychompy.org>, r=jouni, a=justdave