History | View | Annotate | Download (36.6 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Ok, it's that time again! Well, in preparation for the release of 2.0.2, Ihave created the update file. The update has a schema change in thephpbb_groups table; the group id is now auto-increment. This should solvea problem in upgrade.php, as well as make some scripts a little more...
Ok, so many bug fixes, so little time... Fun... Well, the change tomysql_schema was just changing the phpbb_groups group_id to autoincrement, should fix problems in upgrade.php. Should. I will probablyinclude any relevant schema changes with a nice update_to script in 2.0.2...
Delete existing uploaded avatar when switching to a gallery image ... hopefully
One last security bug by Ludovic Arnaud has been fixed... Forgot aboutit last night...--Doug
Ok, not too much here... just a little enhancement to the Jumpbox, alongwith some security problems fixed. All of them were found by LudovicArnaud, with the exception of one, which was also found by Paranti.I guess I'll be doing some more tomorrow, if I can find anything, but...
Fixes for bugs: 387, 519, 522, and 456
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 bug fixes here...The numbers are, 328, 340, 341, 344, 347, 351, 397, and 405.
The rest (that I have seen) will be fixed later.-Doug
Send only a newline for email headers ... breaks RFC but appears to work with mail() ... will undoubtedly lead to some problems for some users ...
Minor changes
More fixes, addresses double activation attempt
Yep, more updates and fixes
Loads of bug fixes and updates
Ok maybe it's actually fixed this time? :)
Fix for non-deleting of avatars
COPPA appears to be broken ... this should fix it
Another minor change to avatar upload capability check
Fix incorrect behaviour of allow view online when returning from avatar gallery
Add uploadeable avatar check for strtolower(@$ini_val('file_uploads') == 'off')
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Wasn't reporting oversized (filesize) avatars ... again.
Shorten the activation, key to allow for less than 77 characters..,yet still keep it as long as possible.
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
Check returned language string
Some extra comments and removed a redundant if
Move $error=FALSE out of conditional to top of script
Fix issues with quotes in profile fields and avatars
damn it damn it ... engage brain before commiting the thing you were going to change but didn't ... again, thanks acydburn
Change lang output upon no passwords entered to Fields_empty ... thanks acydburn ... completely forgot about that :D
This one has the added benefit of working ...
Fix blank error when not submitting any passwords during registration and alter error when no username is input
Replace space with + in AIM names
Fix issue where nothing is reported for avatars larger than max filesize, bug #526880
Just me nitpicking... Thought the file header name should match the filename...
One more error and this computer gets to see the Ionosphere close up ...
Me getting irritated now ...
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Fix for typo that wouldn't allow user registration line 487 should have checked for query to NOT be successful :D... But hey it was a Paul soooo... :D
Fix for avatar gallery cancel appearing to delete avatar
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)