Zondag hebben de ontwikkelaars van phpBB een nieuwe versie van de 2.0-tak uitgebracht. De forumsoftware is hierdoor aangekomen bij versienummer 2.0.23, die vanaf deze pagina gedownload kan worden. PhpBB is een gratis te gebruiken forum dat onder de gpl-licentie beschikbaar wordt gesteld. De forumsoftware is een van de meest gebruikte opensource forums en maakt gebruik van PHP en een databaseprogramma om berichten op te slaan, te bewaren en op te halen. Naast Mysql worden ook Postgresql, Microsoft SQL Server 2000 en Microsoft Access als databasesoftware ondersteund. Hieronder is het changelog van phpBB 2.0.23 gepost:
What has changed in this release?
- [Fix] Correctly re-assign group moderator on user deletion (Bug #280)
- [Fix] Deleting a forum with multiple polls included (Bug #6740)
- [Fix] Fixed postgresql query for obtaining group moderator in groupcp.php (Bug #6550)
- [Fix] Selected field on first entry by default for font size within posting_body.tpl (Bug #7124)
- [Fix] Adjusted maxlength parameters in admin/styles_edit_body.tpl (Bug #81)
- [Fix] Fixed html output in make_forum_select if no forums present (Bug #436)
- [Fix] Fixed spelling error(s) in lang_admin.php (Bug #7172, #6978)
- [Fix] Correctly display censored words in admin panel (Bug #12271)
- [Fix] Do not allow soft hyphen \xAD in usernames (reported by Bander00)
- [Fix] Fixed the group permission system's use of array access
- [Fix] Simple group permissions now work properly
- [Fix] Fix inability to export smilies (Bug #2265)
- [Fix] Fixing some problems with PHP5 and register_long_arrays off
- [Sec] Fix possible XSRF Vulnerability in private messaging and groups handling