1. 01 Sep, 2001 1 commit
  2. 30 Aug, 2001 2 commits
  3. 27 Aug, 2001 1 commit
  4. 25 Aug, 2001 1 commit
  5. 20 Aug, 2001 1 commit
  6. 16 Aug, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 92593: Changing a bugs product will no longer remove the votes from… · 161e3c5f
      justdave%syndicomm.com authored
      Fix for bug 92593: Changing a bugs product will no longer remove the votes from that bug unless the number of votes for a given user is beyond what is allowed per-bug on the new product.  Only the per-bug vote count is checked.  If the user is beyond the per-product vote limit for the new product, it is left alone, on the theory that it's better to preserve the votes on the bug.  The user will be forced to reduce their votes to fit the product limit the next time they try to vote on something.
      Patch by Jake Steenhagen <jake@acutex.net>
      r= justdave@syndicomm.com
      161e3c5f
  7. 15 Aug, 2001 1 commit
  8. 14 Aug, 2001 1 commit
  9. 11 Aug, 2001 2 commits
  10. 20 Jul, 2001 1 commit
  11. 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
  12. 04 Jul, 2001 3 commits
  13. 01 Jul, 2001 1 commit
  14. 11 Jun, 2001 1 commit
  15. 08 Jun, 2001 1 commit
  16. 07 Jun, 2001 1 commit
  17. 06 Jun, 2001 1 commit
  18. 01 Jun, 2001 1 commit
  19. 24 May, 2001 1 commit
  20. 11 May, 2001 1 commit
  21. 28 Apr, 2001 1 commit
  22. 25 Apr, 2001 1 commit
  23. 20 Mar, 2001 1 commit
  24. 13 Mar, 2001 1 commit
    • endico%mozilla.org's avatar
      Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla… · f9ad3697
      endico%mozilla.org authored
      Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the  summary if the viewer had the proper permissions.
      f9ad3697
  25. 08 Mar, 2001 1 commit
  26. 21 Feb, 2001 1 commit
  27. 02 Feb, 2001 1 commit
  28. 25 Jan, 2001 1 commit
  29. 23 Dec, 2000 1 commit
    • dmose%mozilla.org's avatar
      changes from jake@acutex.net to make it possible to toggle the default value of… · be610ad9
      dmose%mozilla.org authored
      changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org.  changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away.  r=endico@mozilla.org,cyeh@bluemartini.com
      be610ad9
  30. 12 Dec, 2000 1 commit
  31. 07 Dec, 2000 1 commit
    • dmose%mozilla.org's avatar
      patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title… · 7033a5f2
      dmose%mozilla.org authored
      patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title attribute containing status and short description to various bug links.  In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org
      7033a5f2
  32. 31 Oct, 2000 1 commit
  33. 16 Sep, 2000 1 commit
  34. 14 Sep, 2000 1 commit
  35. 12 Sep, 2000 1 commit
  36. 14 Jul, 2000 1 commit