4.3 Release Notes
R4.3
(20.03.2011) e192369 (Change Log)
The 4.3 release serves two purposes. The first is to release a number of bug fixes to the wacko community and the second is to say wacko is officially alive again. Primarily we are just taking care of all the bugs in the bugtracker whilst implementing user requested extra features along the way. Here's a brief summary of the changes we've made in 4.3:
Notable in this release:
- fixed a number of localisation issues
- complete PHP 5.2 compatibility (was only one line of code that killed it)
- implemented PHP PDO and MySQLi database support
- added XML sitemap support
- is now secure by default
- ACL settings
- Captcha
- made it a bit more secure by hiding certain things from non logged in users or in some cases just certain users/groups
- updated installer although it still needs work
- more XHTML compliance
milestones
- rc1 - 12.09.2008
- final - 20.03.2011 (maintenance)
Download
Repo files
Clone repo
git clone -b 4.3.0 https://bitbucket.org/wackowiki/wackowiki.git
Installation
Requirements
- requires now PHP 4.3.3 - 5.2
new config settings
-
'database_driver' => 'mysql_legacy',
-
'database_host' => 'localhost',
-
'database_port' => ' ',
-
'database_database' => 'wacko'
-
'database_user' => 'wacko',
-
'database_password' => 'mypassword',
-
'session_prefix' => 'wacko43_',
-
'xml_sitemap' => 0,
-
'spam_filter' => 1,
- spam_filter config parameter -
'captcha_new_comment' => 1,
-
'captcha_new_page' => 1,
-
'captcha_edit_page' => 1,
-
'captcha_registration' => 1,
Backwards Compatibility
- the quote function requires now a reference to the database ->
$this->dblink
- changed
wakka.php?wakka=
toindex.php?page=
Known Issues
All known issues are tracked in our Bug Tracker.