- 20 Aug, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 143286 - Add support for Insiders, Private comments, Private Attachments. Patch by bugreport@peshkin.net; r=gerv.
-
- 19 Aug, 2002 2 commits
-
-
bbaetz%student.usyd.edu.au authored
-
bbaetz%student.usyd.edu.au authored
r=preed x2
-
- 17 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=joel x2
-
- 16 Aug, 2002 2 commits
-
-
gerv%gerv.net authored
Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html.tmpl. Patch by gerv; r=bbaetz.
-
gerv%gerv.net authored
-
- 12 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
-
- 10 Aug, 2002 3 commits
-
-
gerv%gerv.net authored
-
bbaetz%student.usyd.edu.au authored
r=justdave x2
-
gerv%gerv.net authored
-
- 29 Jul, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 09 Jul, 2002 1 commit
-
-
myk%mozilla.org authored
2xr=bbaetz
-
- 04 Jul, 2002 1 commit
-
-
myk%mozilla.org authored
r=bbaetz,jouni
-
- 03 May, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 135836 - change requests should include expiration details. Patch by zeroJ@null.net; r=gerv, justdave.
-
- 27 Apr, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=caillon x2
-
- 26 Apr, 2002 2 commits
-
-
gerv%gerv.net authored
-
gerv%gerv.net authored
-
- 25 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 24 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 04 Apr, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=gerv, justdave
-
- 02 Apr, 2002 1 commit
-
-
justdave%syndicomm.com authored
-
- 24 Mar, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 26 Feb, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jake, justdave
-
- 17 Feb, 2002 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv
-
- 13 Feb, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=mattyt, afranke
-
- 06 Feb, 2002 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 117055: Emails were being truncated if they contained a line with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake
-
- 23 Jan, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=gerv,myk
-
- 20 Jan, 2002 1 commit
-
-
justdave%syndicomm.com authored
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
-
- 26 Nov, 2001 1 commit
-
-
jake%acutex.net authored
Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was incorrectly quoted in Bug.pm r= justdave, louie
-
- 22 Nov, 2001 1 commit
-
-
gerv%gerv.net authored
-
- 03 Nov, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
-
- 31 Oct, 2001 2 commits
-
-
jake%acutex.net authored
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
-
- 23 Oct, 2001 1 commit
-
-
bbaetz%cs.mcgill.ca authored
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
-
- 31 Aug, 2001 1 commit
-
-
myk%mozilla.org authored
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
-
- 17 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
- 16 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 95535: the token generator for password resets is allowing the & character to be used for tokens, but wasn't escaping them for the URL it emailed to users to use to get in to reset their password. Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
-
- 11 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com, jake@acutex.net
-
- 01 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
-
- 17 Apr, 2001 1 commit
-
-
justdave%syndicomm.com authored
-