1. 31 Oct, 2001 1 commit
  2. 15 Oct, 2001 1 commit
  3. 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
  4. 10 Sep, 2001 1 commit
  5. 07 Sep, 2001 1 commit
  6. 31 Aug, 2001 1 commit
  7. 25 Aug, 2001 1 commit
  8. 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
  9. 12 Aug, 2001 2 commits
  10. 04 Jul, 2001 1 commit
  11. 24 May, 2001 1 commit
  12. 22 Apr, 2001 1 commit
  13. 20 Apr, 2001 1 commit
  14. 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
  15. 20 Mar, 2001 1 commit
  16. 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
  17. 24 Oct, 2000 1 commit
  18. 16 Sep, 2000 2 commits
  19. 30 Aug, 2000 1 commit
  20. 28 Aug, 2000 1 commit
  21. 14 Jul, 2000 1 commit
  22. 09 May, 2000 1 commit
  23. 29 Mar, 2000 1 commit
  24. 11 Mar, 2000 1 commit
  25. 08 Mar, 2000 1 commit
  26. 26 Feb, 2000 1 commit
  27. 18 Feb, 2000 1 commit
  28. 17 Feb, 2000 1 commit
    • terry%mozilla.org's avatar
      Major spankage. Added a new state, UNCONFIRMED. Added new groups, · e9a32920
      terry%mozilla.org authored
      "editbugs" and "canconfirm".  People without these states are now much
      more limited in what they can do.
      
      For backwards compatability, by default all users will have the
      editbugs and canconfirm bits on them.  Installing this changes as is
      should only have one major visible effect -- an UNCONFIRMED state
      will appear in the query page.  But no bugs will become in that state,
      until you tweak some of the new voting-related parameters you'll find
      when editing products.
      e9a32920
  29. 08 Feb, 2000 1 commit
  30. 25 Jan, 2000 1 commit
  31. 23 Jan, 2000 1 commit
  32. 22 Jan, 2000 1 commit
    • terry%mozilla.org's avatar
      Added a new table fielddefs that records information about the · 6dcda41d
      terry%mozilla.org authored
      different fields we keep an activity log on.  The bugs_activity table
      now has a pointer into that table instead of recording the name directly.
      
      Set up a new, highly experimental email-notification scheme.  To turn
      it on, the maintainer has to turn on the "New email tech" param, and
      then individual users have to turn on the "New email tech" preference.
      6dcda41d
  33. 19 Jan, 2000 1 commit
  34. 15 Jan, 2000 1 commit
  35. 13 Jan, 2000 1 commit
  36. 17 Dec, 1999 1 commit