1. 31 Oct, 2001 2 commits
  2. 27 Oct, 2001 1 commit
  3. 23 Oct, 2001 1 commit
  4. 20 Oct, 2001 1 commit
  5. 15 Oct, 2001 1 commit
  6. 13 Oct, 2001 4 commits
  7. 12 Oct, 2001 2 commits
  8. 11 Oct, 2001 1 commit
  9. 10 Oct, 2001 2 commits
  10. 06 Oct, 2001 1 commit
  11. 29 Sep, 2001 1 commit
  12. 11 Sep, 2001 1 commit
  13. 06 Sep, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 69616: If you have tweakparams privs, the "Sanity check" link was… · 8173dcf5
      justdave%syndicomm.com authored
      Fix for bug 69616: If you have tweakparams privs, the "Sanity check" link was listed with a group of items that said "Edit" so
      it appeared as if you were going to edit the sanity checks if you clicked on it, when in fact you were going to run them.
      This patch rewords the links so Sanity check is in a group by itself in the block of links on the right.
      Patch by Matthew Tuck <matty@chariot.net.au>
      r= justdave x2
      8173dcf5
  14. 31 Aug, 2001 1 commit
  15. 27 Aug, 2001 1 commit
  16. 21 Aug, 2001 1 commit
  17. 16 Aug, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 87779: thanks to the new password reset code, there was no clear way… · 0bfa7b27
      justdave%syndicomm.com authored
      Fix for bug 87779: thanks to the new password reset code, there was no clear way to create a new Bugzilla account from the login screen.  There is now a link to createaccount.cgi from the login screen, and the text around the password reset button has been edited so it doesn't sound like you can get a new account by using it (because you can't)
      Patch by Dave Miller <justdave@syndicomm.com>
      r= myk@mozilla.org
      0bfa7b27
  18. 14 Aug, 2001 1 commit
  19. 13 Aug, 2001 1 commit
  20. 09 Aug, 2001 1 commit
  21. 30 Jul, 2001 1 commit
  22. 20 Jul, 2001 1 commit
  23. 17 Jul, 2001 1 commit
  24. 11 Jul, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in… · 02226521
      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
      02226521
  25. 04 Jul, 2001 1 commit
  26. 20 Jun, 2001 1 commit
  27. 19 Jun, 2001 1 commit
  28. 08 Jun, 2001 1 commit
  29. 07 Jun, 2001 1 commit
  30. 03 Jun, 2001 1 commit
  31. 31 May, 2001 1 commit
  32. 12 May, 2001 1 commit
  33. 10 May, 2001 1 commit
  34. 11 Mar, 2001 1 commit