summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
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-20Bug 163457 - bugs not registered as "new". Patch by gerv; r=timeless, bbaetz.gerv%gerv.net1-12/+5
2002-08-15Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net1-4/+3
code-error.html.tmpl. Patch by gerv; r=bbaetz.
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-8/+19
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-07-31Bug 160227 - VERSION cookie not set correctlybbaetz%student.usyd.edu.au1-2/+2
r=myk
2002-06-26Bug 154036 - ccing an invalid user on a bug posts the bug anywaybbaetz%student.usyd.edu.au1-16/+21
r=jouni, gerv
2002-06-18Fix for bug 150792: Locks profiles table so adding a CC while creating a bug ↵myk%mozilla.org1-1/+1
doesn't fail. 2xr=bbaetz
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-1/+1
early enough r=mattyt, jouni
2002-06-16Bug 151369 - need to trim the entered assignee's email addressbbaetz%student.usyd.edu.au1-1/+1
r=mattyt x2
2002-06-11Bug 150802 - default version for bug entry not read from cookiesbbaetz%student.usyd.edu.au1-3/+0
r=jouni x2
2002-05-09Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; ↵gerv%gerv.net1-2/+2
2xr=justdave.
2002-05-02Bug 140770 - Navigation doesn't work after creating a new bug. This fix ↵gerv%gerv.net1-2/+8
displays a new bug to the user immediately after it's been filed. Patch by gerv; r=justdave, afranke.
2002-04-29Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk.gerv%gerv.net1-1/+5
2002-04-26Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk.gerv%gerv.net1-4/+4
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-5/+6
afranke.
2002-04-24Fix for bug 124587: Lock bugs table before inserting new bug.myk%mozilla.org1-0/+7
Patch by Myk Melez <myk@mozilla.org> r=bbaetz,justdave
2002-04-16Bug 121247 - enter_bug comment templates. Template method for amalgamation ↵gerv%gerv.net1-2/+10
of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk.
2002-04-14Bug 110980 - no email to cc list when opening new bugbbaetz%student.usyd.edu.au1-1/+19
original patch by jake@bugzilla.org, merged to current sources by bbaetz@student.usyd.edu.au r=gerv, justdave
2002-04-05Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net1-110/+107
2002-03-11Fix for bug 72184: prevents users from entering too-large ↵myk%mozilla.org1-0/+2
comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
2002-03-05Fix for bug 129016: Corrects conditional operator.myk%mozilla.org1-1/+1
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz x 2
2002-03-04Fix typo in checkin for bug 107743.bbaetz%student.usyd.edu.au1-1/+1
2002-03-01Bug 107743 - post_bug.cgi doesn't properly validate parametersbbaetz%student.usyd.edu.au1-3/+11
r=gerv, justdave
2002-02-05Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au1-17/+15
r=justdave, gerv
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 109354: After entering a new bug, the link offering to add an ↵justdave%syndicomm.com1-1/+1
attachment to the bug you just created pointed at the old attachment form instead of the new one. Patch by Josh Soref <timeless@mac.com> r= myk x2
2001-11-06SECURITY FIX see bug 108516: Due to trusting of passed form fields that ↵justdave%syndicomm.com1-17/+13
shouldn't have been trusted, it was possible to file a bug pretending to be someone else if you edited the HTML by hand before submitting. Patch by Dave Miller <justdave@syndicomm.com> r= bbaetz, jake
2001-10-13Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com1-2/+3
each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi. Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
2001-06-27Fixing "used only once" errors flagged by tinderbox on the last checkin.justdave%syndicomm.com1-0/+1
2001-06-27Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com1-2/+2
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-06Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com1-0/+11
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-10Fix for bug 71659: New bugs weren't creating email if the reported didn't ↵justdave%syndicomm.com1-0/+3
give a long description, and the first person who added a comment had their comment become the long description of the bug. Patch by <jake@acutex.net> r= justdave
2001-02-23Fix for bug 69879: initial owner getting set to NULL if someone was ↵dave%intrec.com1-2/+2
specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi)
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com1-3/+2
based on patch submitted by baulig@suse.de (Martin Baulig).
2000-08-31fix for 37684 and 42609: trying to deal with malformed url's in the URL fieldcyeh%bluemartini.com1-1/+15
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-05-18Making all system calls use paramter argumentstara%tequilarista.org1-1/+1
2000-04-27bug 25010 need a way to edit groupsdonm%bluemartini.com1-6/+0
2000-04-19backing out because this has broken bugzilla.mozilla.org. the choice is no ↵endico%mozilla.org1-0/+6
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-6/+0
2000-03-29fix another warningdmose%mozilla.org1-2/+3
2000-03-24Fix stupid perl warning.terry%mozilla.org1-0/+1
2000-03-24Added the concept of a "default milstone" for products, and make sureterry%mozilla.org1-1/+10
that all products have at least that milestone defined.
2000-03-11Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org1-2/+19
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/+17
confidentiality when submitting a new bug.
2000-02-26Make a universal routine to report errors in forms, so that we canterry%mozilla.org1-9/+12
have a universal (and more noticable) way of displaying them.
2000-02-17Was crapping out if strictvaluechecks was turned on.terry%mozilla.org1-17/+17
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-0/+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-21Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org1-2/+5
table. There is now a separate entry for each new long description, rather than appending them all together in one big field.
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-0/+4
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.
1999-12-03a bug fix or two and a whole bunch of sanity-checking of form submissions stuffdmose%mozilla.org1-4/+18