R4.3
(date here) r000 (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 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:
- "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,
rc2:
- "edit_summary" => 0",
- "minor_edit" => 0,
- "debug_admin_only" => 0,
- "debug_sql_threshold" => "0",
- "log_min_level" => "7",
- "log_purge_time" => "0",
- "pwd_min_chars" => "8",
- "pwd_char_classes" => "0",
- "pwd_unlike_login" => "1",
- "news_cluster" => "News",
- "news_levels" => "/.+/.+",
- "date_format" => "d.m.Y",
- "time_format" => "H:i:s",
- "time_format_seconds" => "H:i",
- "name_date_macro" => "%s (%s)",
- "date_macro_format" => "d.m.Y H:i",
- "date_precise_format" => "d.m.Y H:i:s",
- "store_deleted_pages" => "1",
- "disable_bracketslinks" => "0",
- "disable_wikilinks" => "0",
- "disable_npjlinks" => "0",
- "disable_formatters" => "0",
- "comments_count" => "5",
- "cache_sql" => "0",
- "cache_sql_ttl" => "600",
- "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
Bug 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
- new URL: http://wackowiki.org/
- new Bug Tracker and Repository
- rebuilded documentation http://wackowiki.org/doc/
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]