dougk_ff7
8b0f0905ef
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...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2843 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-07 22:36:33 +00:00
dougk_ff7
cc6efeb5fd
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
;)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2785 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-07-29 05:04:04 +00:00
Paul S. Owen
db45c0c0df
apply patch for apparent issue with \r\n feedbacks on charset line in template
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2717 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-07-19 14:37:58 +00:00
Paul S. Owen
a30a2969f2
Send only a newline for email headers ... breaks RFC but appears to work with mail() ... will undoubtedly lead to some problems for some users ...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2605 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-05-20 00:21:38 +00:00
Paul S. Owen
4b48ebcb4c
More updates ... added Date and Content-type/encoding output for the emails, updated all email templates
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2587 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-05-17 13:14:05 +00:00
Paul S. Owen
9cf52055a6
Fix path bug
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2500 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-04-07 00:52:41 +00:00
Paul S. Owen
ca2a956b6c
Alter way variables are substituted ... was causing problems when a [] followed a {VAR} in the email ...
...
git-svn-id: file:///svn/phpbb/trunk@2407 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-22 19:33:28 +00:00
Paul S. Owen
b651274960
Stop being too paranoid about hacking of includes containing only fully inclusive functions
...
git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 23:53:12 +00:00
Paul S. Owen
502e4aceea
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
...
git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 13:35:23 +00:00
Paul S. Owen
19c55abb19
Move subject preg_ to after parseing ... in case subject needs to contain any variables
...
git-svn-id: file:///svn/phpbb/trunk@2237 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-01 16:43:32 +00:00
Paul S. Owen
a54b016790
Add ability to specify subject within email, format is Subject: (localised subject) followed by carriage return/newline.
...
git-svn-id: file:///svn/phpbb/trunk@2235 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-01 15:46:49 +00:00
the_systech
9819d4f777
This should fix Bug #498451.. Keep it from including smtp.php more than once..
...
git-svn-id: file:///svn/phpbb/trunk@2007 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-28 21:03:25 +00:00
natec
adb6ff9f58
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.
...
git-svn-id: file:///svn/phpbb/trunk@1443 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-26 00:50:03 +00:00
Paul S. Owen
d1fd694282
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
...
git-svn-id: file:///svn/phpbb/trunk@1305 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-13 16:09:10 +00:00
Paul S. Owen
5ed2aa7590
Changed paths for language
...
git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-11 12:18:37 +00:00
Paul S. Owen
9de75b5dcf
Updated and fixed various issues, see post in developers forum for info
...
git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-25 18:18:47 +00:00
James Atkinson
191e52086f
Re-added GPL disclaimers
...
git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-30 22:20:23 +00:00
Paul S. Owen
92fda1ce7c
Modified header comments
...
git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-26 14:04:27 +00:00
Paul S. Owen
3489840e84
Removed windows returns and final newline
...
git-svn-id: file:///svn/phpbb/trunk@850 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 14:15:47 +00:00
James Atkinson
282367ea52
Implmented the emailer class everywhere it needs it (just registration and private message notification so far)
...
git-svn-id: file:///svn/phpbb/trunk@845 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 03:16:35 +00:00
James Atkinson
df3da5934d
Added emailer class, did alterations and templates for registration
...
Welcome message vars can be removed from lang file
git-svn-id: file:///svn/phpbb/trunk@844 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 01:07:14 +00:00