[Veryquickwiki-announce] [ANN] Version 2.7.1 released
Status: Abandoned
Brought to you by:
mteodori
From: Gareth C. <ga...@cr...> - 2004-06-27 03:19:33
|
This release should hopefully fix some of the issues that have cropped up lately. It also contains a much improved plugin manager. Four plugins that are really intended for demonstration purposes are also available from the downloads page at the new-look website (fun with CSS... I was inspired by http://www.csszengarden.com - if there any good designers out there they might like to improve my rather drab effort :-)). Download from: http://veryquickwiki.croninsolutions.com/downloads.html ---WHAT'S NEW for Very Quick Wiki V2.7--- 2.7.1 Added support for actions to the plugin manager. Classes that implement vqwiki.WikiAction can be implemented and placed in plugin zips. The WikiAction.doAction() method supplies the servlet request and response so there is now no need to write new servlets and add mappings to web.xml to extend VQWiki functionality, they can be created as plugins rather than in the main code stream. Altered menu so that it picks up the "StartingPoints" link from the default topic setting in the admin console. If you choose another default topic it will link to that instead of StartingPoints. Added display-name behaviour to the link extender. A pipe after the section following the colon separates the display-name, e.g.: c2:StartingPoints|C2 Will render the HTML: <a href="http://c2.com/cgi/wiki?StartingPoints>C2</a> Added Amazon default link extension that uses the ISBN number, e.g.: amazon:0201485672|Refactoring ...will produce a link with the text "Refactoring" to the Amazon book details for "Refactoring" by Martin Fowler Added Internet Movie Database default link extension that uses the IMDB id number, e.g.: imdb:0246578|DonnieDarko ...will produce a link with the text "DonnieDarko" to the IMDB details for Donnie Darko :-) Bug fixes: -Fixed the plugin manager so that it does not require a context restart immediately after installing a plugin -Fixed Resin-specific bug where redirect from logout link was redirecting to root context instead of virtual wiki context |