phpBB
Statistics
| Revision:

root / tags / release_2_0_2 / phpBB / includes / emailer.php

History | View | Annotate | Download (7.6 kB)

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2845 08/08/2002 08:06 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_2'.

2843 08/08/2002 12:36 am dougk_ff7

Ok, this goes back to the way it was with one change to make everything work well... It may not be RFC-compliant, but it works...

2785 07/29/2002 07:04 am dougk_ff7

Ok, so many bug fixes, so little time... Fun... Well, the change to
mysql_schema was just changing the phpbb_groups group_id to auto
increment, should fix problems in upgrade.php. Should. I will probably
include any relevant schema changes with a nice update_to script in 2.0.2...

2717 07/19/2002 04:37 pm psotfx

apply patch for apparent issue with \r\n feedbacks on charset line in template

2605 05/20/2002 02:21 am psotfx

Send only a newline for email headers ... breaks RFC but appears to work with mail() ... will undoubtedly lead to some problems for some users ...

2587 05/17/2002 03:14 pm psotfx

More updates ... added Date and Content-type/encoding output for the emails, updated all email templates

2500 04/07/2002 02:52 am psotfx

Fix path bug

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2407 03/22/2002 08:33 pm psotfx

Alter way variables are substituted ... was causing problems when a [] followed a {VAR} in the email ...

2328 03/19/2002 12:53 am psotfx

Stop being too paranoid about hacking of includes containing only fully inclusive functions

2304 03/18/2002 02:35 pm psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)

2237 03/01/2002 05:43 pm psotfx

Move subject preg_ to after parseing ... in case subject needs to contain any variables

2235 03/01/2002 04:46 pm psotfx

Add ability to specify subject within email, format is Subject: (localised subject) followed by carriage return/newline.

2007 01/28/2002 10:03 pm the_systech

This should fix Bug #498451.. Keep it from including smtp.php more than once..

1443 11/26/2001 01:50 am natec

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.

1305 11/13/2001 05:09 pm psotfx

Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently

1170 10/11/2001 02:18 pm psotfx

Changed paths for language

1083 09/25/2001 08:18 pm psotfx

Updated and fixed various issues, see post in developers forum for info

943 08/31/2001 12:20 am thefinn

Re-added GPL disclaimers

933 08/26/2001 04:04 pm psotfx

Modified header comments

850 08/13/2001 04:15 pm psotfx

Removed windows returns and final newline

845 08/13/2001 05:16 am thefinn

Implmented the emailer class everywhere it needs it (just registration and private message notification so far)

844 08/13/2001 03:07 am thefinn

Added emailer class, did alterations and templates for registration
Welcome message vars can be removed from lang file