Donate Share

JAMWiki

File Release Notes and Changelog

Release Name: 0.6.1

Notes:
JAMWiki 0.6.1 (code name "Hard Sun") is now available for
download. The 0.6.1 release is a minor release that includes
several enhancements and minor fixes. Notable changes made
during this release include:

* Significant updates to the CSS and HTML code to remove
  tables, and provide a more consistent display across
  browsers. JAMWiki installations should still have the same
  look & feel, but the underlying HTML and CSS code is
  considerably different.
* Significantly more help text is now available on the
  administrative screens.
* Numerous updates to fix issues with wiki table of
  contents.
* Upgrade to Spring 2.0.7.
* Upgrade to Acegi 1.0.5. 

See the README.txt and CHANGELOG.txt files included in the
JAMWiki distribution for additional details about this
release. Users are also encouraged to visit
http://jamwiki.org/ for more detailed documentation, to
report any problems, or to contribute to the project.

Changes: 0.6.1 ===== New Features: * Look & feel updates including replacing HTML tables with divs. * Special:Translation now displays the original English message string as a label. * Upgrade to Spring Framework 2.0.7. * Upgrade to Acegi Security 1.0.5. Bugfixes: * "Open printable link in new window" functionality was broken in 0.6.0. Bug found and fix suggested by Ernesto Arteaga (arterzatij@radioactivo.com) and Esteban DueƱas (edvjar@hotmail.com). * Fix an issue where redirection from index.jsp would lead to the wrong topic when the default topic has previously been changed. * Allow access to CSS and JAMWiki images even if a user does not have ROLE_VIEW. This change prevents display issues on the Special:Login page. * Fix an issue with DB2 installation by trimming all SQL constraint names to less than 18 characters. * If two entries in the TOC have the same text make sure that the links do not always go to the first entry. * Fix parsing of TOC values containing wiki markup. * Better handle cases of mis-indented TOC (for example, h2 followed by h4). * ROLE_DELETE is the same as ROLE_ADMIN and has been removed. * Add a dummy query parameter to the jamwiki.css link to avoid browser caching issues that could cause old CSS to be displayed. Translation Updates: * Updated Chinese translations (hfl). * Updated German translations (frareinif). * Updated Japanese translations (nattolover).