summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
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-07-20Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.mkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-07-20Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org1-2/+3
attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-02-12Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org1-2/+1
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2009-02-11Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org1-7/+27
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com1-0/+32
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org1-6/+5
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-25Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org1-13/+35
custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-09-19 Bug 453337: enter_bug (New Bug) UI bounces up and down when you change the ↵guy.pyrzak%gmail.com1-1/+1
component because description changes height Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
2008-09-18Bug 455744: Text fields on enter_bug.cgi are too large and inconsistent ↵lpsolit%gmail.com1-8/+7
compared to show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-8/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-09-06Bug 453586: enter_bug form shows the bugzilla-admin addressmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=reed, a=mkanat
2008-08-12Bug 450193: Cloning a bug may fail if a custom date/time field exists - ↵lpsolit%gmail.com1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-03-17Bug 365442: If product/component does not have any flags, "Flags: / ↵lpsolit%gmail.com1-4/+15
Requestee:" header should not be shown on the bug creation form - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com1-3/+2
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-12-03Bug 389983 - "Enable spellchecking in the summary field" [p=reed r+a=justdave]reed%reedloden.com1-1/+1
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-2/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
2007-10-10Bug 57842: On enter_bug.cgi, show component description when it is selected ↵lpsolit%gmail.com1-114/+124
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com1-1/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-05-15Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com1-2/+8
<wicked@etlicon.fi> r=justdave a=LpSolit
2007-04-11Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com1-2/+2
(next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2007-01-24Bug 363717: Cloning a bug results in HTML-filtered text in initial ↵lpsolit%gmail.com1-1/+3
description (text escaped twice) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2006-12-28Bug 365092: Inactive flag types should be excluded from the JS array in the ↵lpsolit%gmail.com1-7/+6
bug creation form - Patch by Frédéric Buclin <LpSolit@gmail.com> and Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-12-27Bug 364926 - "Platform and OS should be next to each other on "Enter Bug" ↵reed%reedloden.com1-3/+3
page" [p=reed r=LpSolit a=justdave]
2006-12-27Bug 364950 - ""Enter Bug" page does not validate due to <input> in <table>" ↵reed%reedloden.com1-2/+0
[p=reed r=bkor a=justdave]
2006-12-27Bug 364923: Flag options should be disabled for users that cannot request or ↵lpsolit%gmail.com1-1/+2
grant/deny them instead of showing a blank drop-down - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-11-20Bug 359956: No requestee field available for attachments on bug creation - ↵lpsolit%gmail.com1-0/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in ↵lpsolit%gmail.com1-1/+3
global/header.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-09-21Bug 38922: Default (Initial) CC list for each componentmkanat%bugzilla.org1-1/+25
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-4/+4
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-08-15Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric ↵lpsolit%gmail.com1-5/+7
Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-34/+82
<LpSolit@gmail.com> r=wurblzap r=myk a=myk
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org1-0/+9
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com1-2/+2
<batosti@async.com.br> r=ghendricks a=myk
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵lpsolit%gmail.com1-1/+51
Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-15/+12
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-06-05Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by ↵lpsolit%gmail.com1-0/+1
Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-05-11Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-03-03Patch for bug 328089: make number of columns in additional comments field ↵jocuri%softhome.net1-1/+1
identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave.
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com1-2/+10
<wurblzap@gmail.com> r=vladd a=justdave
2005-11-04Bug 313444: Remove the useless "This page lets you enter a new bug into ↵lpsolit%gmail.com1-1/+0
Bugzilla" message from enter_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-22Bug 303527: The bug entry page does not use localised terms for statuses - ↵lpsolit%gmail.com1-3/+7
Patch by Marc Schumann <wurblzap@gmail.com> r=myk a=justdave
2005-07-11Bug 165022: add alias field to new bug form - Patch by Albert Ting ↵lpsolit%gmail.com1-0/+9
<altlst@sonic.net> r=GavinS a=justdave
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com1-1/+1
Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-05-10Bug 215148 - make status and resolution localisable. Patch by ↵gerv%gerv.net1-1/+2
eseyman@linagora.com; r=gerv, a=myk.
2005-03-31Followup fix for bug 284446: add hook inside enter bug form so that test ↵myk%mozilla.org1-0/+3
runner and other applications can insert form controls that collect additional data about the bug being created.