Skip to content
  • Kjartan Mannes's avatar
    Session · 3b5c3806
    Kjartan Mannes authored
     - attempted to fixed crashes with the custom session handler.
    
    External SMTP library
     - added functionality to have Drupal not use the default PHP mail()
       function. For more info see: http://www.drupal.org/node.php?id=44
       Note: for this to work all modules that send mails should use the
       Drupal function to send mail:
         user_mail($mail, $subject, $message, $header);
    
    Calendar
     - added an archive page which users can use to find archives instead of
       the good old block.
    
    Miscellaneous
     - fixed a "random" offset bug on module.inc that occurred on Windows.
    
    All of this needs more testing, and further suggestions are welcome.
    3b5c3806