Release Notes
JAMWiki 0.1.1 is now available for download. This release includes a new GUI for entering message translations (BETA), fixes to the parser to eliminate scripting vulnerabilities, translations for Hungarian, and numerous other fixes and cleanups. See the README.txt and CHANGELOG.txt files for additional details about this release. Additional information and documentation can be found at http://jamwiki.org/.
JAMWiki is distributed as a WAR file that can be deployed like any other WAR file. After restarting the web application server view the URL http://www.yourserver.com/context/ to begin the configuration process (context is the web application context root). For existing JAMWiki users see the release notes for upgrade instructions.
IMPORTANT: While reasonably stable, the JAMWiki code is undergoing rapid development and should be considered beta software, not suitable for deployment on production systems. Feedback and bug reports are requested and can be left at http://jamwiki.org/wiki/en/Bug_Reports.
Changelog
- FEATURE: Minor edit status now stored and displayed.
- FEATURE: Add Special:Translation GUI for entering language translations.
- FEATURE: TopArea is no longer an editable topic - admin property added to set the logo image.
- BUG: Parser would allow Javascript in Wiki syntax. Disabled unless explicitly enabled via the admin tool.
- FEATURE: Parser will reformat badly written HTML (such as "< sTriKe >").
- BUG: Parser is now more strict about what HTML is allowed.
- BUG: Edits could not be saved or previewed on non-English versions.
- BUG: Uploaded file sometimes includes full path from user's browser. Hopefully fixed (feedback requested).
- FEATURE: Add tabs to the admin pages to improve navigation.
- FEATURE: http://server/context/virtual/ redirects to default topic.
- FEATURE: Empty jamwiki.properties file removed from WAR file to prevent accidentally overwriting properties during upgrade.
- FEATURE: Move all SQL to property files.
- FEATURE: Remove copyvio'd background image from Mediawiki. Existing JAMWiki installs will want to replace "headbg.jpg" in the StyleSheet topic with "denalibg.jpg".
- FEATURE: Keep ugly logo, but make background transparent. Existing JAMWiki installs will want to replace "logo.jpg" in the StyleSheet topic with "logo.gif".
- FEATURE: Update HTTP cache headers.
- FEATURE: Use sans-serif as default font.
- FEATURE: More Chinese translations from Jiading (ewen0930).
- FEATURE: Hungarian translations from Daniel Tar (bDaneE).
Upgrade Instructions
The process for upgrading JAMWiki is:
- Download the latest JAMWiki WAR file.
- Back up all database and/or file data prior to upgrading.
- Back up the jamwiki.properties file and the log4j.properties file that can be found in the /WEB-INF/classes directory.
- If you have created any virtual wikis, back up the web.xml file that can be found in the /WEB-INF directory.
- Install the new JAMWiki WAR file. See your web application server's documentation for instructions.
- Copy the files backed up in steps three and four back into their old locations, overwriting any new files.
- View any page on the Wiki. You will be redirected to the upgrade page and any required upgrade steps will be automatically performed.