View source for 5.1 Release Notes

===R5.1==
(17.06.2012) ((Commit:686eb5bbb49b1df8af5fc4542613ef5dbf40eac7 686eb5b)) -> Final ++(((/Dev/Release/R5.1/ChangeLog Change Log)))++

{{toc numerate=1}}

This is a minor release.
The 5.1 release serves mainly one purposes. To remove the old legacy code.
For major changes please read the ((/Dev/Release/R5.0/ReleaseNotes Release Notes of R5.0)).

Notable in this release:
  * removed legacy code
  * Fixed a number of localization issues
  * minor fixes

milestones
  * final - 17.06.12

====Download==
**((https://bitbucket.org/wackowiki/wackowiki/get/5.1.0.zip wacko.r5.1.0.zip))**
  * SHA1: 9dfca4439d95e22dcc7d68537320b27315df6036

Repo files
  * **((https://bitbucket.org/wackowiki/wackowiki/get/5.1.0.zip R5.1.0 (zip) ))**
  * **((https://bitbucket.org/wackowiki/wackowiki/get/5.1.0.tar.gz R5.1.0 (tar.gz) ))**

Clone repo
%%git clone -b 5.1.0 https://bitbucket.org/wackowiki/wackowiki.git%%

====Translations==
  * Call for Localization
    * If you can help with languages other than English and German, it would be appreciated.

====Upgrade path==
R4.x -> R5.0 (requires PHP >= 5.2)
R5.0 -> R5.1 (requires PHP >= 5.2)

Please read the **((/Dev/Release/R5.1/Upgrade upgrade notices))** carefully.

====Installation==

=====Requirements=====
requires now
  * PHP 5.2 - 5.3 (PHP 5.3 recommended)
  * Apache >= 2.0
  * MySQL >= 5.0.3 

=====File Permissions=====
##touch config/config.php##
##chmod 666 config/config.php##

Example: ##chmod 0755 xml files/global files/perpage sitemap.xml _cache/config/ _cache/queries/ _cache/pages/ _cache/feeds/##

##chmod 644 config/config.php##

====Backwards Compatibility==
We dropped compatibility code for older PHP and MySQL versions. R5.x and later requires at least PHP 5.2 and MySQL 5. To use with older PHP or MySQL versions, use the older (but still maintained) branch of 4.3.x releases, which you can find on the ((/Download download page)). 

====Known Issues==
All known issues are tracked in our ((http://wackowiki.sourceforge.net/bugs/ Bug Tracker.))
  1. To use Captcha, you must ensure that the session settings in **freecap.php** do not differ from the default values or your config settings, else Captcha can't pass its values to the session. In the following link you find a workaround:
    * ((/Dev/Release/R5.0/CaptchaAndSession Fixing Captcha And Session))
  2. ((bugs:405 toc action does not recognize include page structure))
  3. broken POST & reset of Session in menu section via user settings which requires you to logout and login to refresh the changed bookmarks / menu
    * HOTFIX: add the ##""{{menu}}""## action into a seperate page and edit the menu items / bookmarks there
  1. !!**Not compatible with PHP 5.4!**!! - see bugs:422

====Documentation==
  * URL: https://wackowiki.org
  * Bug Tracker https://wackowiki.org/bugs/
  * Repository ##~https://github.com/WackoWiki/wackowiki.git##
  * Documentation https://wackowiki.org/doc/

====Credits==
  * ((user:DidierSpaier DidierSpaier)) -- French translation, testing