The 2nd release candidate of 2.6.14 was just published; this release performs the final bit of cleanup, code rearrangement and unification to make usage of PDO as a database interface possible. As of this release it is now possible to install FUDforum with the following PDO drivers: MySQL, PostgreSQL and SQLite in addition to the native MySQL and PostgreSQL interfaces.
Other important changes include fixes that accommodate the PHP 5.1 backwards compatibility (BC) breaks introduced after 5.1.0b1. Also, FUDforum no longer requires temporary tables, making their use optional, which should be welcome news to all the people who don't have the necessary privileges to perform this operation.
The installer and upgrade script are now available online and can be downloaded from:
http://fudforum.org/download.php
The release also includes various minor fixes and improvements, listed below.
Properly recognize permanent bans on ban list admin control panel.
thread_view table is now forced to MyISAM for MySQL.
Improved non-tagged email parser in FUDcode.
Fixed E_NOTICE on empty headers on e-mail import.
Improved slow reply match for NNTP/Maillist import.
Eliminate the need for db_count().
Installer/Upgrade script now support HALT parser feature of PHP 5.1
Better handling of URLs being sent to mailing lists.
Prevent wrapping of the user control panel.
Fixed message approving by consistency checker.
Updated textbox resize images.
Fixed message compactor.
Forum datadump/import has been significantly optimized and simplified.
If caching headers provided by the browser, send 304 instead of the content.
Handle situations where database prefix on MySQL contains uppercase characters.
Fix warning when checking table type in older MySQL versions.
When checking temporary bans, properly expire them.
Added missing search permission check for forum/category select box on the search page.
Show location of custom word list for the spell checker on admin control panel.
Various optimizations to the consistency checker.