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

  1. 'database_driver' => 'mysql_legacy',
  2. 'database_host' => 'localhost',
  3. 'database_port' => ' ',
  4. 'database_database' => 'wacko'
  5. 'database_user' => 'wacko',
  6. 'database_password' => 'mypassword',
  7. 'session_prefix' => 'wacko43_',
  8. 'xml_sitemap' => 0,
  9. 'spam_filter' => 1, - spam_filter config parameter
  10. 'captcha_new_comment' => 1,
  11. 'captcha_new_page' => 1,
  12. 'captcha_edit_page' => 1,
  13. 'captcha_registration' => 1,

Backwards Compatibility

  • the quote function requires now a reference to the database -> $this->dblink
  • changed wakka.php?wakka= to index.php?page=

Known Issues

All known issues are tracked in our Bug Tracker.

Credits