Summary: Improved rating form, a file -> wiki page import tool, chinese & hungarian translation updates, bugfixes. Last release was 0.37rc1 on 11/30; there was no december release. Burned out! Traffic on the zwiki list, UserDiscussion page and #zwiki channel have been steady. There's now also a related blog at http://joyfulsystems.blogspot.com . Happy new year, everyone. -Simon http://zwiki.org http://zwiki.org/ReleaseNotes Zwiki 0.37.0 2005/01/02 Summary Improved rating form, a file -> wiki page import tool, chinese & hungarian translation updates, bug fixes. Last release was 0.37rc1 on 11/30; there was no december release. Changes Editing * avoid creating both pages when you rename during page creation drop the leaveplaceholder and updatebacklinks arguments from create(). Changing the page name in the create form now always updatesbacklinks, never leaves a placeholder. Rating * rating could fail when there was only one vote * make rating's average a little more accurate Mail * workaround for clumsy mailhost lookup (#938) Issue tracking * don't match xml/html character entities as hash number issue links (Stefan Rank) General - i18n * hungarian translation updates (Jaroli József) * po file typo (T.C. Chou) General - skins * use canonicaIdFrom to help link user names in recent changes * change RecentChanges ZCatalog query-style to avoid deprecation warning (Stefan Rank) General * add tools folder and a basic import-files-to-wiki utility Zwiki 0.37.0rc1 2004/11/30 Changes Page hierarchy * make updateWikiOutline redirect to the updated contents view, and provide an easier alias: updatecontents * don't log a traceback when deleting a page with out-of-date outline cache Rating * new compact rating form at top right. Unrated pages now have rating 1 by default. Mail * mailin: don't log incoming message text or traceback for missing text part * make mailout logging less verbose * fix a bug preventing subscribe link from appearing when mailhost's id is not 'MailHost' General - i18n * zh-TW and zh-CN translation updates (T.C. Chou) * add missing metadata to finnish po files General - skins * close a cross-site scripting vulnerability in standard error message (SSA-20041122-12, #925, ChrisW) * Hide web only elements when printing from plone (Michael Twomey) When printing from plone certain elements are visible on the printed page, especially the access links. With the default plone print style (plonePrint.css) all links get expanded to full URLs which results in a lot of useless junk at the top of the screen. This patch adds a few plone related CSS classes to certain sections of the page which in turn ensures they aren't visible when printed. This has no effect on browsers which aren't aware of the print style sheet. The access keys still work fine in FireFox 1.0. * fix html title in plone sites * rearrange/reword wiki actions in cmf/plone, drop filter issues action * tweak page management help in cmf/plone * display site_header in standard skin header, if present