aboutsummaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-17/+28
| | | | | r=justdave, joel a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-5/+30
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 181000 - Lock the keyworddefs table for READ when using a shadowdb, toobbaetz%student.usyd.edu.au2002-11-201-1/+1
| | | | r,a=myk
* Bug 180978 - Adding keyword from enter_bug doesn't update keyword cachebbaetz%student.usyd.edu.au2002-11-201-0/+12
| | | | r=myk, a=justdave
* Fix for bug 179177: avoid database errors when inserting bug by locking all ↵myk%mozilla.org2002-11-091-1/+3
| | | | | | | tables i need to access r=bbaetz a=justdave
* Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net2002-10-251-0/+8
| | | | | patch by not_erik@dasbistro.com r=joel, myk
* Bug 112373 you should be able to enter bug dependencies/blockers when you ↵bugreport%peshkin.net2002-10-171-1/+107
| | | | | | | enter a bug. patch by jhedlund r,2xr=joel
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-2/+19
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net2002-10-021-12/+4
| | | | r=burnus.
* Bug 170064 - Change error API again to allow vars to be passed in the call. ↵gerv%gerv.net2002-09-231-2/+2
| | | | Patch by gerv; r=bbaetz.
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-9/+19
| | | | r=bbaetz, gerv
* Bug 146495 - clean up format ambiguities. We now have separate "format" and ↵gerv%gerv.net2002-09-181-4/+2
| | | | "ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk.
* Bug 25521 - Keyword field in new bug entry. Patch by ↵gerv%gerv.net2002-09-141-0/+28
| | | | jeff.hedlund@matrixsi.com; r=gerv.
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net2002-09-131-2/+2
| | | | Patch by gerv; r=bbaetz.
* 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 163457 - bugs not registered as "new". Patch by gerv; r=timeless, bbaetz.gerv%gerv.net2002-08-201-12/+5
|
* Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net2002-08-151-4/+3
| | | | code-error.html.tmpl. Patch by gerv; r=bbaetz.
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-8/+19
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 160227 - VERSION cookie not set correctlybbaetz%student.usyd.edu.au2002-07-311-2/+2
| | | | r=myk
* Bug 154036 - ccing an invalid user on a bug posts the bug anywaybbaetz%student.usyd.edu.au2002-06-261-16/+21
| | | | r=jouni, gerv
* Fix for bug 150792: Locks profiles table so adding a CC while creating a bug ↵myk%mozilla.org2002-06-171-1/+1
| | | | | | doesn't fail. 2xr=bbaetz
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-1/+1
| | | | | early enough r=mattyt, jouni
* Bug 151369 - need to trim the entered assignee's email addressbbaetz%student.usyd.edu.au2002-06-161-1/+1
| | | | r=mattyt x2
* Bug 150802 - default version for bug entry not read from cookiesbbaetz%student.usyd.edu.au2002-06-111-3/+0
| | | | r=jouni x2
* Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; ↵gerv%gerv.net2002-05-091-2/+2
| | | | 2xr=justdave.
* Bug 140770 - Navigation doesn't work after creating a new bug. This fix ↵gerv%gerv.net2002-05-021-2/+8
| | | | displays a new bug to the user immediately after it's been filed. Patch by gerv; r=justdave, afranke.
* Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk.gerv%gerv.net2002-04-291-1/+5
|
* Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk.gerv%gerv.net2002-04-261-4/+4
|
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-5/+6
| | | | afranke.
* Fix for bug 124587: Lock bugs table before inserting new bug.myk%mozilla.org2002-04-241-0/+7
| | | | | Patch by Myk Melez <myk@mozilla.org> r=bbaetz,justdave
* Bug 121247 - enter_bug comment templates. Template method for amalgamation ↵gerv%gerv.net2002-04-161-2/+10
| | | | of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk.
* Bug 110980 - no email to cc list when opening new bugbbaetz%student.usyd.edu.au2002-04-141-1/+19
| | | | | | original patch by jake@bugzilla.org, merged to current sources by bbaetz@student.usyd.edu.au r=gerv, justdave
* Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2002-04-051-110/+107
|
* Fix for bug 72184: prevents users from entering too-large ↵myk%mozilla.org2002-03-111-0/+2
| | | | | | | comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
* Fix for bug 129016: Corrects conditional operator.myk%mozilla.org2002-03-051-1/+1
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=bbaetz x 2
* Fix typo in checkin for bug 107743.bbaetz%student.usyd.edu.au2002-03-041-1/+1
|
* Bug 107743 - post_bug.cgi doesn't properly validate parametersbbaetz%student.usyd.edu.au2002-03-011-3/+11
| | | | r=gerv, justdave
* Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au2002-02-051-17/+15
| | | | r=justdave, gerv
* 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 109354: After entering a new bug, the link offering to add an ↵justdave%syndicomm.com2001-11-181-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
* SECURITY FIX see bug 108516: Due to trusting of passed form fields that ↵justdave%syndicomm.com2001-11-061-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
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com2001-10-131-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
* Fixing "used only once" errors flagged by tinderbox on the last checkin.justdave%syndicomm.com2001-06-271-0/+1
|
* Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com2001-06-271-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
* Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com2001-06-061-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
* Fix for bug 71659: New bugs weren't creating email if the reported didn't ↵justdave%syndicomm.com2001-04-101-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
* Fix for bug 69879: initial owner getting set to NULL if someone was ↵dave%intrec.com2001-02-231-2/+2
| | | | specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi)
* fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com2001-02-231-3/+2
| | | | based on patch submitted by baulig@suse.de (Martin Baulig).
* fix for 37684 and 42609: trying to deal with malformed url's in the URL fieldcyeh%bluemartini.com2000-08-311-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
* Making all system calls use paramter argumentstara%tequilarista.org2000-05-181-1/+1
|