summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
2002-10-02Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.gerv%gerv.net1-6/+1
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-46/+46
r=bbaetz, gerv
2002-09-18Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net1-3/+4
"ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-4/+6
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-06-11Bug 150802 - default version for bug entry not read from cookiesbbaetz%student.usyd.edu.au1-2/+8
r=jouni x2
2002-05-14Bug 144165 - enter_bug product selection has a footer like without a login ↵gerv%gerv.net1-0/+1
if no usebuggroupsentry. Patch by jouni@heikniemi.net; 2xr=gerv.
2002-05-11Bug 143486 - enter_bug.cgi: Using ?format=simple doesn't work. Patch by ↵gerv%gerv.net1-1/+1
burnus@gmx.de; 2xr=gerv.
2002-04-27Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. ↵gerv%gerv.net1-4/+20
Patch by gerv; r=bbaetz, myk.
2002-04-25Fix for bug 139632: connect to the database in enter_bug.cgi in case it is ↵myk%mozilla.org1-0/+5
time to rebuild the version cache, which needs a database connection. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-4/+4
afranke.
2002-04-15Bug 92763 Add Windows XP as OS selection for entering/searching bugstimeless%mac.com1-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
2002-02-14Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au1-15/+14
r=gerv, afranke
2002-02-13Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au1-4/+0
r=mattyt, afranke
2002-02-05show_bug.cgi templatisation.gerv%gerv.net1-362/+183
2002-02-01Bug 109138 platform detection not working on macintoshtimeless%mac.com1-0/+1
r=bbaetz r=gerv adds another regexp for MacOSX
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+3
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-11-18Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or ↵justdave%syndicomm.com1-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
2001-11-09Bugzilla Bug 109138 platform detection not working on macintoshtimeless%mac.com1-4/+14
r=bbaetz,dkl
2001-11-05Bugzilla Bug 107672 Browser OS/Platform discrimination alg suckstimeless%mac.com1-29/+70
r=bbaetz, jake Windows XP references are #'d because of bug 92763
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-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
2001-10-04Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OStimeless%mac.com1-1/+1
patch by gary@radionics.com r=zach
2001-09-14bugzilla wasn't catching mozilla on 98 which was annoying. r=jaketimeless%mac.com1-2/+2
2001-09-14Bugzilla Bug 99465 FreeBSD not recognized!timeless%mac.com1-0/+2
r=jake
2001-07-01Fix for bug 87596: improper definition of $::components in globals.pljustdave%syndicomm.com1-1/+1
Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
2001-06-29Refix bug 80289. Don't print header for groups if there aren't any groups to ↵jake%acutex.net1-4/+6
display (was printing a header without groups in rare instances). Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net
2001-06-27Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com1-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
2001-06-15Checking in the cleaner version of the fix for "No Available Products". ↵jake%acutex.net1-15/+15
This was attached to bug 65311. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
2001-06-15Backing out previous changes as there was a better patch already attached to ↵jake%acutex.net1-28/+9
a different bug
2001-06-08Give a logical error message if no products are available to a user for bug ↵jake%acutex.net1-9/+28
entry (bug 84285). Patch by Paul Thomas <paul.thomas@sse.ie> r= jake@acutex.net
2001-06-06Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com1-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
2001-04-17Correcting my email address in the commentsjustdave%syndicomm.com1-1/+1
2001-03-10Fixing broken OS detection code for Mac PPCdave%intrec.com1-1/+1
2000-10-13updated user-agent matching code to be more accurate about Win95 and MacOSdmose%mozilla.org1-2/+2
2000-08-31fix for 37684 and 42609: trying to deal with malformed url's in the URL fieldcyeh%bluemartini.com1-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
2000-08-29fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com1-1/+1
patches by zach@zachlipton.com. Thanks!
2000-06-10Applying timeless' fix for 39918tara%tequilarista.org1-1/+1
2000-06-07Fix for bug #40987tara%tequilarista.org1-1/+9
2000-04-27bug 25010 need a way to edit groupsdonm%bluemartini.com1-41/+35
2000-04-19backing out because this has broken bugzilla.mozilla.org. the choice is no ↵endico%mozilla.org1-35/+41
longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
2000-04-19bug 25010 add ability to easily edit groupsdonm%bluemartini.com1-41/+35
2000-03-11Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org1-1/+90
of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters.
2000-03-08Patch by Dave Miller <dave@intrec.com> -- allow setting ofterry%mozilla.org1-5/+35
confidentiality when submitting a new bug.
2000-03-08Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognizeterry%mozilla.org1-0/+3
more useragent strings.
2000-02-26If there is only one project allowing new bugs, don't bother promptingterry%mozilla.org1-3/+12
for which project to use.
2000-02-18Oops; had the name of the "editbugs" group typed in wrong in a coupleterry%mozilla.org1-1/+1
of places.
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-1/+20
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
2000-01-16If there is only one component, then select it for the user.terry%mozilla.org1-0/+5
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-8/+21
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
2000-01-05Recognize Windows98.terry%mozilla.org1-0/+1