History | View | Annotate | Download (7.6 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_1'.
Send only a newline for email headers ... breaks RFC but appears to work with mail() ... will undoubtedly lead to some problems for some users ...
More updates ... added Date and Content-type/encoding output for the emails, updated all email templates
Fix path bug
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Alter way variables are substituted ... was causing problems when a [] followed a {VAR} in the email ...
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Move subject preg_ to after parseing ... in case subject needs to contain any variables
Add ability to specify subject within email, format is Subject: (localised subject) followed by carriage return/newline.
This should fix Bug #498451.. Keep it from including smtp.php more than once..
Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so it was changing (char)\n to \r\n and dropping (char). Hence we lost the char before every single linebreak in every email sent thru SMTP. yay. ALso fixed so it gets the FROM address from the right place.
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
Changed paths for language
Updated and fixed various issues, see post in developers forum for info
Re-added GPL disclaimers
Modified header comments
Removed windows returns and final newline
Implmented the emailer class everywhere it needs it (just registration and private message notification so far)
Added emailer class, did alterations and templates for registrationWelcome message vars can be removed from lang file