R4.3

(date here) r000 (Change Log)

Contents

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 PHP5.2 compatibility (was only one line of code that killed it)
  • Implemented PHP PDO 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

  • Highlights
  • Call for Localization
    • If you can help with languages other than English and German, it would be appreciated.
  • Testing

milestones

  • rc1 – 12.09.2008
  • rc2 – planned for Q4 2009

Translations

  • we renamed the function GetResourceValue to GetTranslation

Installation

  • rc1: requires now PHP >= 4.3.3
  • rc2: requires now PHP >= 5.1.0

new config settings

rc1:

  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,

rc2:

  1. "edit_summary" => 0",
  2. "minor_edit" => 0,
  3. "debug_admin_only" => 0,
  4. "debug_sql_threshold" => "0",
  5. "log_min_level" => "7",
  6. "log_purge_time" => "0",
  7. "pwd_min_chars" => "8",
  8. "pwd_char_classes" => "0",
  9. "pwd_unlike_login" => "1",
  10. "news_cluster" => "News",
  11. "news_levels" => "/.+/.+",
  12. "date_format" => "d.m.Y",
  13. "time_format" => "H:i:s",
  14. "time_format_seconds" => "H:i",
  15. "name_date_macro" => "%s (%s)",
  16. "date_macro_format" => "d.m.Y H:i",
  17. "date_precise_format" => "d.m.Y H:i:s",
  18. "store_deleted_pages" => "1",
  19. "disable_bracketslinks" => "0",
  20. "disable_wikilinks" => "0",
  21. "disable_npjlinks" => "0",
  22. "disable_formatters" => "0",
  23. "comments_count" => "5",
  24. "cache_sql" => "0",
  25. "cache_sql_ttl" => "600",
  26. "keep_deleted_time" => "0",

  • Upgrade from previous versions
    • Component compatibility
    • Configuration

Themes

..need work, atm we only fixed them


Backwards Compatibility

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

Hacks / Patches

Known Issues

All known issues are tracked in our wwwBug Tracker.


  • Some translations contain untranslated English strings
    • Translation teams are at this time asked to begin completing the message translations for the R4.3 release.

Documentation



What's Planned

To Do
Enhancements


 
There are no files on this page.[Display files/form]
There is one comment on this page. [Display comments/form]
Time: 0.488 s
Memory: 1.967 Mb