1. 14 Feb, 2002 1 commit
  2. 13 Feb, 2002 1 commit
  3. 30 Jan, 2002 1 commit
  4. 10 Dec, 2001 1 commit
  5. 21 Nov, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug form… · 6bba72d1
      justdave%syndicomm.com authored
      Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug form listed all products, even if the user didn't
      have access to all of them.  It now only shows products the user has access to (and the product the bug is in, if the user is
      viewing it because of some other override)
      Patch by George Hotelling <george.hotelling@iconideas.com> and Dave Miller <justdave@syndicomm.com>
      r= bbaetz, caillon
      6bba72d1
  6. 08 Nov, 2001 1 commit
  7. 07 Nov, 2001 1 commit
  8. 20 Oct, 2001 3 commits
  9. 19 Oct, 2001 1 commit
  10. 13 Oct, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 104516: No code changes in this patch, all this checkin does is… · 430a652f
      justdave%syndicomm.com authored
      Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code.  This is part of the effort to bring the existing codebase up to par with our style guidelines.
      Patch by Jake Steehagen <jake@acutex.net>
      r= justdave x2
      430a652f
  11. 12 Oct, 2001 3 commits
  12. 02 Oct, 2001 1 commit
  13. 06 Sep, 2001 1 commit
  14. 31 Aug, 2001 1 commit
  15. 17 Aug, 2001 1 commit
  16. 13 Aug, 2001 1 commit
  17. 28 Jun, 2001 1 commit
  18. 27 Jun, 2001 2 commits
  19. 06 Jun, 2001 1 commit
  20. 17 Apr, 2001 1 commit
  21. 27 Feb, 2001 1 commit
  22. 21 Feb, 2001 1 commit
  23. 25 Jan, 2001 2 commits
  24. 24 Jan, 2001 1 commit
  25. 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
  26. 01 Nov, 2000 1 commit
  27. 06 Sep, 2000 1 commit
  28. 30 Aug, 2000 1 commit
  29. 29 Aug, 2000 2 commits
  30. 28 Jul, 2000 1 commit
    • dmose%mozilla.org's avatar
      A menu was being created too early, before it is possible to avoid · 1552368b
      dmose%mozilla.org authored
      creating the menu with an invalid default selection.  This was causing
      bugzilla to (incorrectly) spew a database corruption error when
      attempting to view a bug that had been resolved MOVED.  Why this
      wasn't causing the same problem with DUPLICATE resolutions, I don't
      know.  Moved the menu creation later in the code, so that it only
      happens after it has been ensured that the default selection is not
      going to be MOVED.
      1552368b
  31. 14 Jul, 2000 3 commits