Release Notes for XWiki Enterprise 1.7 Milestone 3
Third milestone of the XWiki Enterprise 1.7 version (Roadmap).
Summary of changes since XWiki Enterprise 1.7 Milestone 2
Main changes:
Webdav support
XWiki now expose a webdav server interface. This means you can now access/edit/delete page sources and attachments from any webdav client.
Groovy upgrade
The groovy engine has been upgraded to the last 1.6 beta version. You can now use all the new features of groovy as well as speed improvements and bugfixes from groovy 1.0 to 1.6 beta 2. See http://groovy.codehaus.org/ for more.
New script macro
The new script macros add the ability to use any scripting language supporting JSR-223. For now the default XWiki distribution comes with only a groovy 1.6 support but it easy to add support for other language (like ruby, python, etc.) simply by adding the corresponding engine and implementation. See https://scripting.dev.java.net/.
To use the new script macro:
Warning: If you're running in a multiwiki setup you'll also need to define the property xwiki.store.migration.databases=all to your xwiki.cfg file or explicitly name all databases to be migrated as in xwiki.store.migration.databases=db1,db2,....
Warning: Always make sure you compare your xwiki.cfg file with the newest version since some configuration parameters were added. Of note, you should add xwiki.store.migration=1 so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
Version 7.1 last modified by Thomas Mortagne on 20/11/2008 at 13:30
Comments: 0