1. 20 Aug, 2002 1 commit
  2. 17 Aug, 2002 2 commits
  3. 11 Aug, 2002 1 commit
  4. 10 Aug, 2002 1 commit
  5. 31 Jul, 2002 1 commit
  6. 29 Jul, 2002 1 commit
  7. 24 Jul, 2002 1 commit
  8. 10 Jul, 2002 1 commit
  9. 08 Jul, 2002 1 commit
  10. 04 Jul, 2002 1 commit
  11. 28 Jun, 2002 1 commit
  12. 03 Jun, 2002 1 commit
  13. 09 May, 2002 1 commit
  14. 08 May, 2002 1 commit
  15. 15 Apr, 2002 1 commit
  16. 07 Apr, 2002 1 commit
  17. 03 Apr, 2002 1 commit
  18. 02 Apr, 2002 1 commit
  19. 31 Mar, 2002 1 commit
  20. 24 Feb, 2002 1 commit
  21. 05 Feb, 2002 1 commit
  22. 30 Jan, 2002 1 commit
  23. 31 Oct, 2001 1 commit
  24. 15 Oct, 2001 1 commit
  25. 13 Oct, 2001 2 commits
    • 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
    • justdave%syndicomm.com's avatar
      Fix for bug 19910: Bugzilla installs on the same server would interfere with… · 5c861318
      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
      5c861318
  26. 10 Sep, 2001 1 commit
  27. 07 Sep, 2001 1 commit
  28. 31 Aug, 2001 1 commit
  29. 25 Aug, 2001 1 commit
  30. 14 Aug, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 26194: There are now substitution parameters available for use in… · 45e6db58
      justdave%syndicomm.com authored
      Fix for bug 26194: There are now substitution parameters available for use in newchangedmail which will include the reason(s)
      that the person is receiving the mail in either an email header, the body of the message, or both.  The default newchangedmail
      parameter includes these in it.  If you have an existing installation you will need to either hit "reset" next to the
      newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in
      editparams.cgi viewed from the web.
      Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com>
      r= justdave@syndicomm.com
      45e6db58
  31. 12 Aug, 2001 2 commits
  32. 04 Jul, 2001 1 commit
  33. 24 May, 2001 1 commit
  34. 22 Apr, 2001 1 commit
  35. 20 Apr, 2001 1 commit
  36. 07 Apr, 2001 2 commits
    • justdave%syndicomm.com's avatar
      Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug… · 6ed055cf
      justdave%syndicomm.com authored
      Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug 69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl.  Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements.
      Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham)
      r= justdave
      6ed055cf
    • justdave%syndicomm.com's avatar
      Re-fix for bug 29820: remove "Changed" from email subject line. Based on patch… · 9818692e
      justdave%syndicomm.com authored
      Re-fix for bug 29820: remove "Changed" from email subject line.  Based on patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh
      
      UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi.  The subject line needs to be changed from:
      Subject: [Bug %bugid%] %neworchanged% - %summary%
      to
      Subject: [Bug %bugid%] %neworchanged%%summary%
      
      Or whatever is appropriate for the subject you are using on your system.  Note the removal of the " - " in the middle.
      9818692e