1. 08 Mar, 2000 4 commits
  2. 07 Mar, 2000 1 commit
  3. 26 Feb, 2000 2 commits
  4. 25 Feb, 2000 1 commit
  5. 19 Feb, 2000 3 commits
  6. 18 Feb, 2000 6 commits
  7. 17 Feb, 2000 8 commits
  8. 16 Feb, 2000 2 commits
  9. 15 Feb, 2000 1 commit
  10. 13 Feb, 2000 3 commits
    • seth%cs.brandeis.edu's avatar
      This implements canonical email address transformation. i.e., you have the… · fe5ed184
      seth%cs.brandeis.edu authored
      This implements canonical email address transformation.  i.e., you have the option of setting up bug_email.pl to search the profiles database for a username which has the same username (before the @) same username and base domain (seth@cs.brandeis.edu = seth@job.cs.brandeis.edu) or identical email address (old behavior) based on the From email address.  See the code for a more sensical description.
      fe5ed184
    • seth%cs.brandeis.edu's avatar
      o this is a minor step towards getting canonical email addresses to work, and… · f0134777
      seth%cs.brandeis.edu authored
      o this is a minor step towards getting canonical email addresses to work, and not via a gross hack (the script with a gross hack is in use in a production environment, so ...)
      
      Anyways, this address the findUser() sub and email transforms of none, base domain, and name only.  base_domain is not properly implemented yet.  an email transform of none does an exact match on email addresses in the profiles table.  A name only transform does a regular expression match (via mysql's RLIKE operator) on the name portion of the address (i.e., seth from seth@job.cs.brandeis.edu).  This is sloppy, but useful in an environment where there are only a few users.
      
      the base_domain is next, probably tomorrow.  I need to figure out how to implement it first.
      f0134777
    • seth%cs.brandeis.edu's avatar
      this is the initial checkin of the bug_email.pl script into the bugzilla cvs… · 9250f577
      seth%cs.brandeis.edu authored
      this is the initial checkin of the bug_email.pl script into the bugzilla cvs tree under the contrib directory.  This is not my code, but I'm championing its maintanence right now, since I'm using and hacking on it heavily.  The list of contributors can be found in the file itself.
      
      Changes I've made :
      - updated to the newest CVS pull of bugzilla
      - works out of contrib/bugzilla
      - put in the MPL license header
      
      Directions for use are in the file itself.  Essentially, you put in a procmailrc entry which cats the message to this script.
      
      Changes coming in the near future ...
      
      - canonical email transformation (i.e., seth@job.cs.brandeis.edu == seth@cs.brandeis.edu)
      - default product and component (i.e., if you don't specify a product and component, it goes into a PENDING product)
      - querying a bug over email
      - appending a bug over email
      - keywords over email
      - use the globals.pl parameters functionality to edit and save this script's parameters
      - integrate some setup in the checksetup.pl script
      
      FWIW, the first two things are necessary for this to be useful in my setup, so they get an overwhelming bit of priority
      9250f577
  11. 09 Feb, 2000 2 commits
  12. 08 Feb, 2000 1 commit
  13. 05 Feb, 2000 1 commit
  14. 04 Feb, 2000 1 commit
  15. 03 Feb, 2000 1 commit
  16. 02 Feb, 2000 2 commits
  17. 01 Feb, 2000 1 commit