Wikka 1.2-p1 available
A patch for WikkaWiki 1.2 (1.2-p1) has been released to fix some minor issues with the support of themes.
Changes on top of 1.2 are described on this page. We recommend installing 1.2-p1 if you experienced problems displaying themes with 1.2 (users potentially affected are those running on Windows servers and Apache servers with mod_rewrite enabled).
Fixing a glitch with themes and mod_rewrite in 1.2
If your wiki runs on Apache with rewrite_mode on and depending on your server configuration, you may have noticed some glitches with the display of themes. The kubrick theme, for one, doesn’t seem to correctly load the embedded graphics. The fix is simple: rewrite rules should be disabled in the templates folder. Simply create a file with the following content and save it as templates/.htaccess:
1 2 3 4 | <ifmodule mod_rewrite.c>
# turn on rewrite engine
RewriteEngine off
</ifmodule> |
The graphics called by the stylesheets of the themes should now be loaded. The same fix may need to be applied to plugins/templates if you are installing custom themes.
Wikka 1.2 release: Theme support and advanced table markup
I am proud to announce the release of WikkaWiki 1.2–possibly the most important Wikka upgrade since years.
1.2 is a major release introducing new functionality such as: support for 100%-modular themes, a completely redesigned default layout, menu templates, an advanced table markup, among other enhancements. Read the rest of this entry »
Wikka 1.2 RC1 available for testing
We’ve released Wikka 1.2 RC1 for testing. Please note this release might not be suitable for production environments as it’s highly likely this version will change prior to the official release.
We need your help with testing the quality of this release! No programming experience is required. Your feedback is extremely valuable to us, as it helps us to address any problems or issues with Wikka prior to release.
Read the rest of this entry »




