aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au2002-02-141-15/+14
| | | | r=gerv, afranke
* Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au2002-02-131-4/+0
| | | | r=mattyt, afranke
* show_bug.cgi templatisation.gerv%gerv.net2002-02-051-362/+183
|
* Bug 109138 platform detection not working on macintoshtimeless%mac.com2002-02-011-0/+1
| | | | | r=bbaetz r=gerv adds another regexp for MacOSX
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or ↵justdave%syndicomm.com2001-11-181-1/+2
| | | | | | | | not a partial URL needed an http:// added to the front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper. Patch by Josh Soref <timeless@mac.com> r= justdave, caillon
* Bugzilla Bug 109138 platform detection not working on macintoshtimeless%mac.com2001-11-091-4/+14
| | | | r=bbaetz,dkl
* Bugzilla Bug 107672 Browser OS/Platform discrimination alg suckstimeless%mac.com2001-11-051-29/+70
| | | | | r=bbaetz, jake Windows XP references are #'d because of bug 92763
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-8/+8
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OStimeless%mac.com2001-10-041-1/+1
| | | | patch by gary@radionics.com r=zach
* bugzilla wasn't catching mozilla on 98 which was annoying. r=jaketimeless%mac.com2001-09-141-2/+2
|
* Bugzilla Bug 99465 FreeBSD not recognized!timeless%mac.com2001-09-141-0/+2
| | | | r=jake
* Fix for bug 87596: improper definition of $::components in globals.pljustdave%syndicomm.com2001-07-011-1/+1
| | | | | Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Refix bug 80289. Don't print header for groups if there aren't any groups to ↵jake%acutex.net2001-06-281-4/+6
| | | | | | | display (was printing a header without groups in rare instances). Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net
* Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com2001-06-271-17/+26
| | | | | | | instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products. Patch by Joe Robbins <jmrobins@tgix.com> r= justdave@syndicomm.com
* Checking in the cleaner version of the fix for "No Available Products". ↵jake%acutex.net2001-06-151-15/+15
| | | | | | | This was attached to bug 65311. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Backing out previous changes as there was a better patch already attached to ↵jake%acutex.net2001-06-151-28/+9
| | | | a different bug
* Give a logical error message if no products are available to a user for bug ↵jake%acutex.net2001-06-081-9/+28
| | | | | | | entry (bug 84285). Patch by Paul Thomas <paul.thomas@sse.ie> r= jake@acutex.net
* Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com2001-06-061-1/+1
| | | | | | | deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it). Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
* Correcting my email address in the commentsjustdave%syndicomm.com2001-04-171-1/+1
|
* Fixing broken OS detection code for Mac PPCdave%intrec.com2001-03-101-1/+1
|
* updated user-agent matching code to be more accurate about Win95 and MacOSdmose%mozilla.org2000-10-131-2/+2
|
* fix for 37684 and 42609: trying to deal with malformed url's in the URL fieldcyeh%bluemartini.com2000-08-311-1/+1
| | | | | | | | | | during bug entry. instead of trying to be really intelligent over what a valid url field is, or doing any kind of complicated regexping and forcing http:// on everyone, what we do instead is pre-seed enter_bug.cgi bug_file_loc with http:// in the text field. if that is all there is in the field when we are in post_bug.cgi, then the value gets set to null (no URL entered into the new bug form). this allows for you to enter in any valid url that you want, but also make it obvious that http:// should be there for http:// urls at bug entry time
* fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com2000-08-291-1/+1
| | | | patches by zach@zachlipton.com. Thanks!