aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 278717: Can't create "create bug" template with multiple CCs if you use ↵lpsolit%gmail.com2005-03-171-1/+1
| | | | usemenuforusers - Patch by Marc Schumann <wurblzap@gmail.com> r=myk, a=myk
* Bug 286311: print "Context-type..." is used instead of print $cgi->header() ↵lpsolit%gmail.com2005-03-171-1/+1
| | | | (cookies aren't sent in header) - Patch by Jacob Steenhagen <jake@bugzilla.org> r=LpSolit a=justdave
* Bug 284811 : Remove %FORM from enter_bug.cgi classification codetravis%sedsystems.ca2005-03-161-10/+9
| | | | Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 282145: Bug.pm is too slow for general usemkanat%kerio.com2005-03-091-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=gerv, a=myk
* Bug 36257 : Have the QA Contact field appear in New Bug submission formtravis%sedsystems.ca2005-02-261-9/+17
| | | | 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-0/+2
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=myk
* Bug 282983 : bug cloning doesn't work if classifications are enabledtravis%sedsystems.ca2005-02-251-0/+2
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=glob a=myk
* Bug 282267 : product name is checked twice in enter_bug.cgitravis%sedsystems.ca2005-02-171-4/+0
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 99567 : Allow Milestone to be set on creation of bug as an optiontravis%sedsystems.ca2005-02-161-0/+14
| | | | Patch by Todd Stansell <tjs@tellme.com> r=kiko,justdave a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-2/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fieldstravis%sedsystems.ca2005-02-011-34/+121
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave
* Bug 266579 : Users without privs can confirm bugs by assigning to themselves ↵travis%sedsystems.ca2005-01-211-0/+4
| | | | | | first, without having canconfirm privs Patch by LpSolit@gmail.com r=myk a=justdave
* Bug 276446: Initial description cannot be made private on new bug creationtravis%sedsystems.ca2005-01-081-0/+2
| | | | Patch: travis r=joini a=justdave
* Patch for bug 273873: bug-creation template for UNCONFIRMED shouldn't set ↵jocuri%softhome.net2004-12-121-7/+27
| | | | status to NEW; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave.
* Landing fix for bug 153811: default severity should be parametrized.kiko%async.com.br2004-09-251-1/+1
| | | | r,a=myk.
* Patch for bug 248613: Custom global default platform/OS in ↵jocuri%softhome.net2004-08-281-6/+8
| | | | non-usebrowserinfo scenarios; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-4/+53
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 247192 User Agent Sniffing fails to capture StarOffice/5.1 running on ↵timeless%mozdev.org2004-06-221-0/+1
| | | | | | Solaris Sparc r=vladd a=justdave
* Bug 247209 map sun4u to Solaristimeless%mozdev.org2004-06-221-0/+1
| | | | r=vladd a=justdave
* Bug 160210 Add MacOSX 10.1 and 10.2 to the os listtimeless%mozdev.org2004-06-161-2/+2
| | | | | | Previous patch left OS detection broken for Mac OS X. This maps Mac OS X to 10.0. r=vladd a=justdave
* Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Doeskiko%async.com.br2004-04-071-17/+14
| | | | that, and also fixes up the bug creation template. r=justdave, a=justdave.
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-8/+3
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Bug 35154 enter_bug.cgi expects UA format some browsers don't deliver (IE)timeless%mozdev.org2004-03-221-12/+17
| | | | | | Handle Windows 95/98/Me, Windows-NT, Alpha (AXP), BSD/386, (HP) 9000 Special case winmosaic r=vlad a=justdave
* Patch for bug 194472; link to the product's component editor when displaying ↵jocuri%softhome.net2004-02-041-1/+1
| | | | error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave.
* Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵myk%mozilla.org2004-02-041-0/+4
| | | | | | | of a bug entry template (i.e. a URL that presets those fields to specific values). Original patch by Ludovic Dubost. r=kiko
* Bug 169354 add "Windows Server 2003" OStimeless%mozdev.org2003-09-111-0/+1
| | | | r=gerv a=justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+5
| | | | r=joel, a=justdave
* Byg 202463 - prefill 'assign to' with default component ownerbbaetz%acm.org2003-04-271-10/+12
| | | | | patch by slamm@yahoo-inc.com (Steve Lamm) r=bbaetz, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 156436 IBM Web Browser is unrecognizedtimeless%mozdev.org2003-03-071-1/+1
| | | | patch by mkaply@us.ibm.com r=timeless a=justdave
* 180692 - enter_bug shows keywords option even if keywords are disabledburnus%gmx.de2003-02-281-0/+1
| | | | | Fix broken tree. r,a=justdave
* Bug 180692 - enter_bug shows keywords option even if keywords are disabledburnus%gmx.de2003-02-281-0/+2
| | | | r=bbaetz, a=justdave
* Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; ↵gerv%gerv.net2003-01-061-1/+1
| | | | r,a=justdave.
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-34/+26
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 179206 - enter_bug isn't picking up version from URLbbaetz%student.usyd.edu.au2002-11-191-6/+9
| | | | | patch by GavinS <bugzilla@chimpychompy.org>, r=bbaetz a=justdave
* Bug 176953 - version not set properly from form value like others in ↵dkl%redhat.com2002-10-301-0/+2
| | | | enter_bug.cgi. Patch by dkl; 2xr=justdave
* Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net2002-10-021-22/+5
| | | | r=burnus.
* Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-021-6/+1
|
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-46/+46
| | | | r=bbaetz, gerv
* Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net2002-09-181-3/+4
| | | | "ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-4/+6
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 150802 - default version for bug entry not read from cookiesbbaetz%student.usyd.edu.au2002-06-111-2/+8
| | | | r=jouni x2
* Bug 144165 - enter_bug product selection has a footer like without a login ↵gerv%gerv.net2002-05-141-0/+1
| | | | if no usebuggroupsentry. Patch by jouni@heikniemi.net; 2xr=gerv.
* Bug 143486 - enter_bug.cgi: Using ?format=simple doesn't work. Patch by ↵gerv%gerv.net2002-05-111-1/+1
| | | | burnus@gmx.de; 2xr=gerv.
* Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. ↵gerv%gerv.net2002-04-271-4/+20
| | | | Patch by gerv; r=bbaetz, myk.
* Fix for bug 139632: connect to the database in enter_bug.cgi in case it is ↵myk%mozilla.org2002-04-251-0/+5
| | | | | | | | time to rebuild the version cache, which needs a database connection. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-4/+4
| | | | afranke.
* Bug 92763 Add Windows XP as OS selection for entering/searching bugstimeless%mac.com2002-04-151-4/+4
| | | | | | | | | | patch by ddk r=bbaetz r=justdave Bug 135666 Creating bugs: OS detection doesn't work for Internet Explorer, Win NT 4. patch by ddk+johannes.pellenz@sdm.de r=bbaetz r=justdave Adds Windows XP to the bugzilla OS list Activates the Windows XP detection (it was commented out waiting for this fix...) Makes Windows NT (4) detection match the pattern everything else used