phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (26 kB)

  • svn:eol-style: native
  • 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'.

2727 07/20/2002 12:18 am psotfx

Attempt to increase timeout while sending notifications ... need a better solution, why can't PHP multitask ... !

2645 06/23/2002 04:47 am dougk_ff7

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 few
bug 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....

2632 06/12/2002 07:33 am dougk_ff7

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 by
Nick Cleaton <nick at cleaton dot net>.
Thanks for letting us know, Nick!...

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 ...

2590 05/17/2002 08:22 pm the_systech

Fix (hopefully anyway :) for nested code tag issues with bbcode

2587 05/17/2002 03:14 pm psotfx

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

2579 05/14/2002 05:19 pm psotfx

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)

2572 05/13/2002 03:30 am psotfx

More fixes and updates

2552 05/03/2002 09:46 pm the_systech

Ok this should fix at least one of the issue with forum's getting out of sync...

2494 04/05/2002 09:48 pm psotfx

Wasn't decrementing topic reply counter when deleting anything other than first or last post in a topic

2483 04/04/2002 04:47 pm

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

2468 04/03/2002 04:38 pm psotfx

Minor error in stats updating when deleting first post of a topic ... topic replies was not decremented

2467 04/02/2002 11:13 pm the_systech

Ok this is just me being anal again... No code changes, just file headers..

2462 04/02/2002 04:04 pm psotfx

Various updates with any luck they fix a few minor issues without causing new ones ...

2428 03/25/2002 02:03 pm psotfx

Should fix bug where a solitary < caused the text to repeat

2421 03/24/2002 02:21 pm psotfx

Wrong constant URL used in redirect upon deletion of single post, bug #533823

2388 03/21/2002 02:29 pm psotfx

Fix missing global var causing failure of include for username validation

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(!)

2301 03/17/2002 03:07 pm psotfx

Various updates

2286 03/10/2002 01:27 am psotfx

These are formed from breaking up functions ... modified functions is not yet in CVS and these do nothing right now