summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
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
1999-11-19Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary.terry%mozilla.org1-0/+7
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-19Fixed stupid perl warning.terry%mozilla.org1-4/+5
1999-07-08Enable custom bug creation pages that try to set more fields thanterry%mozilla.org1-4/+10
enter_bug.cgi does.
1999-05-12"nospam" feature. BugZilla will no longer email the person submittingbryce-mozilla%nextbus.com1-5/+5
the change (after all, they are right there viewing things interactively). To make this clear to everyone, print out the exact email list as each bug is processed.
1999-05-06Present people an immediate opportunity to attach something to a bug.terry%mozilla.org1-0/+3
1999-04-22Fixed a bug where the long descriptions of bugs had a variety ofterry%netscape.com1-1/+6
newline characters at the end, depending on the operating system of the browser that submitted the text.
1999-02-04Allow components to have a default qacontact.terry%netscape.com1-0/+16
1998-11-21Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1-10/+5
1998-11-17Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1-5/+10
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-81/+67
1998-08-26Bugzilla source.terry%netscape.com1-0/+137