View source for 4.3 Release Notes

===R4.3==
(20.03.2011) ((Commit:e19236945a66fc3a13b31a2049fb7513454d76b3 e192369)) ++(((/Dev/Release/R4.3/ChangeLog Change Log)))++

{{toc}}

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
  * ((https://bitbucket.org/wackowiki/wackowiki/get/4.3.0.zip R4.3.0 (zip) ))
  * ((https://bitbucket.org/wackowiki/wackowiki/get/4.3.0.tar.gz R4.3.0 (tar.gz) ))

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',##
  1. ##'database_host' => 'localhost',##
  1. ##'database_port' => ' ',##
  1. ##'database_database' => 'wacko'##
  1. ##'database_user' => 'wacko',##
  1. ##'database_password' => 'mypassword',##
  1. ##'session_prefix' => 'wacko43_',##
  1. ##'xml_sitemap' => 0,##
  1. ##'spam_filter' => 1,## - spam_filter config parameter
  1. ##'captcha_new_comment' => 1,##
  1. ##'captcha_new_page' => 1,##
  1. ##'captcha_edit_page' => 1,##
  1. ##'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 ((https://wackowiki.org/bugs/ Bug Tracker.))

====Credits==
  * ((user:TannSan TannSan)) -- developer
  * ((user:EoNy EoNy)) -- documentation, support
  * ((user:WikiAdmin SkipPer)) -- developer, coordinator