Topic: PunBB 1.3 RC
Here is the PunBB 1.3 Release Candidate.
Download links:
(UPDATED: copyrights)
SVN link:
Major changes since 1.3 beta:
All variable and constant names changed to maximize extensions portablility
Changed $db to $forum_db in order to make forum integration easier
Removed the use of unbuffered queries. The performance gains are minimal and they can cause problems that are difficult to track down
Removed Fulltext search
Removed turn_off_maintenance_mode.php in favour of a line in include/essentials.php
Removed LOW_PRIORITY option from queries as it does not give any advantage
Moved output buffering to individual files
Added FORUM_DISABLE_CSRF_CONFIRM, a constant which when defined disables the CSRF token validation
Added new bbcode preparser to check for errors before posts are saved to the db
Added a "priority" attribute to the hook tag in extensions. Extensions can now specify their priority for each hook, meaning that they can suggest whether their code should go first, last, or somewhere in between
Improved/added more database helper functions
Added helper functions to deal with UTF-8 strings
Added code to silently strip out certain "bad" characters
Added notifications for new versions of installed extensions (via repositories)
PS: Bunch of extensions will be published very soon.