History | View | Annotate | Download (26 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Attempt to increase timeout while sending notifications ... need a better solution, why can't PHP multitask ... !
Ok, I've done so much here, I can hardly remember what I've done...There are various security updates throughout the commit, along with a fewbug fixes; I'll try to name them here.---Bug #453: Fixed.Bug #485: Duplicate of #453, but still fixed.Bug #476: Ok, the typo is fixed....
Ok, several things accomplished here...1) Improvements to deletion of users in admin_users.This includes bug 166 and Sourceforge tracker task #49374.
2) Two security holes were patched, both pointed out byNick Cleaton <nick at cleaton dot net>.Thanks for letting us know, Nick!...
Send only a newline for email headers ... breaks RFC but appears to work with mail() ... will undoubtedly lead to some problems for some users ...
Fix (hopefully anyway :) for nested code tag issues with bbcode
More updates ... added Date and Content-type/encoding output for the emails, updated all email templates
More fixes ... hopefully corrects for moved topic/pagination issues ... needs testing (run update_to_201.php ... if you are already running 2.0.1 you'll need to modify the case statements in update_to_201 or necessary checks won't complete)
More fixes and updates
Ok this should fix at least one of the issue with forum's getting out of sync...
Wasn't decrementing topic reply counter when deleting anything other than first or last post in a topic
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Minor error in stats updating when deleting first post of a topic ... topic replies was not decremented
Ok this is just me being anal again... No code changes, just file headers..
Various updates with any luck they fix a few minor issues without causing new ones ...
Should fix bug where a solitary < caused the text to repeat
Wrong constant URL used in redirect upon deletion of single post, bug #533823
Fix missing global var causing failure of include for username validation
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Various updates
These are formed from breaking up functions ... modified functions is not yet in CVS and these do nothing right now