- 20 Aug, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 15 Aug, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html.tmpl. Patch by gerv; r=bbaetz.
-
- 12 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
-
- 31 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=myk
-
- 26 Jun, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni, gerv
-
- 17 Jun, 2002 2 commits
-
-
myk%mozilla.org authored
2xr=bbaetz
-
bbaetz%student.usyd.edu.au authored
early enough r=mattyt, jouni
-
- 16 Jun, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=mattyt x2
-
- 11 Jun, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni x2
-
- 09 May, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 02 May, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 140770 - Navigation doesn't work after creating a new bug. This fix displays a new bug to the user immediately after it's been filed. Patch by gerv; r=justdave, afranke.
-
- 29 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 26 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 24 Apr, 2002 2 commits
-
-
gerv%gerv.net authored
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org> r=bbaetz,justdave
-
- 16 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 121247 - enter_bug comment templates. Template method for amalgamation of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk.
-
- 14 Apr, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
original patch by jake@bugzilla.org, merged to current sources by bbaetz@student.usyd.edu.au r=gerv, justdave
-
- 05 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 11 Mar, 2002 1 commit
-
-
myk%mozilla.org authored
Fix for bug 72184: prevents users from entering too-large comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
-
- 05 Mar, 2002 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz x 2
-
- 04 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
-
- 01 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=gerv, justdave
-
- 05 Feb, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=justdave, gerv
-
- 20 Jan, 2002 1 commit
-
-
justdave%syndicomm.com authored
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
-
- 18 Nov, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 109354: After entering a new bug, the link offering to add an 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
-
- 06 Nov, 2001 1 commit
-
-
justdave%syndicomm.com authored
SECURITY FIX see bug 108516: Due to trusting of passed form fields that 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
-
- 13 Oct, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 19910: Bugzilla installs on the same server would interfere with 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
-
- 27 Jun, 2001 2 commits
-
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
Fix for bug 80289: Group restrictions are now identified with checkboxes 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
-
- 06 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 75482: adding the capability to deactivate a group without 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
-
- 10 Apr, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 71659: New bugs weren't creating email if the reported didn't 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
-
- 23 Feb, 2001 2 commits
-
-
dave%intrec.com authored
Fix for bug 69879: initial owner getting set to NULL if someone was specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi)
-
cyeh%bluemartini.com authored
based on patch submitted by baulig@suse.de (Martin Baulig).
-
- 31 Aug, 2000 1 commit
-
-
cyeh%bluemartini.com authored
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
-
- 18 May, 2000 1 commit
-
-
tara%tequilarista.org authored
-
- 27 Apr, 2000 1 commit
-
-
donm%bluemartini.com authored
-
- 19 Apr, 2000 2 commits
-
-
endico%mozilla.org authored
backing out because this has broken bugzilla.mozilla.org. the choice is no longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
-
donm%bluemartini.com authored
-
- 29 Mar, 2000 1 commit
-
-
dmose%mozilla.org authored
-
- 24 Mar, 2000 1 commit
-
-
terry%mozilla.org authored
-