View | Annotate | Download (55.5 KB)
This commit was manufactured by cvs2svn to create tag 'release_2_0_2'.
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...
Fix missing group_id in upgrade, move fulltext search indexing to last operation ... it failing won't result in a half upgraded board
Fixed HEAP MAX_ROWS
Added exit's after those header location redirects without them
Fix user_timezone problem (in association with new schemas) + fix setting of user_level for moderators
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Fixed bug #534526, now my birthday won't show up as users board_startdates :D
A few permission related discrepancies ... hopefully fixed while hopefully not breaking anything else
Various updates for install and upgrade...
Fix for bug #521935 (extra fields in db after upgrade)
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Rename 'nederlands' to 'dutch' during upgrade
Various updates to style and generated output, updated IP section to batch convert
Prevent upgrade being run standalone from install if PHPBB_INSTALLED present in config.
Fixed #509331, call to undefined function remove_common_global()
Delete soft-deleted users before updating user table ... Bart, please check
Moved all search functions to includes/search.php Paul; please review
Removed failure on session table type change to HEAP, no biggie if it doesn't work
Fix potential issue with themes table ... I knew Bart had a reason for dropping tables at the beginning :D
Fix bug #498198
Fix bug #498194
Fixed bug #498191
$Id update ...
Fix various errors and problems, added additional sig check method, added edit post upgrade method, poster_ip changes, config changes, search system integration, etc. etc.
Hopefully this fixes the anonymous user level problem ... Bart take a look-see when you can.
Fixed problem with conversion of privmsgs and permissions of forums
Some minor updates and bugfixes in Upgrade. Added smiley conversion
Added conversion of private forums
Fixed some userlevel problems
Upgrade script; updating keys, using table_prefix properly
Some additional modifications for merging install with upgrade...
Able to convert moderators
Development version of upgrade script. Still needs quite some work.