Release Notes for XWiki Enterprise 1.8 Release Candidate 1
First Release Candidate of the XWiki Enterprise 1.8 version (
Roadmap).
Summary of changes since XWiki Enterprise 1.8 Milestone 2
Main changes:
- WYSIWYG improvements: macro support implemented, default browser list support overridden.
- Various improvements on XWiki REST service.
- Bugs fixed in XWiki 2.0 syntax rendering.
- Upgrade to groovy 1.6 RC3.
Important bug fixes:
- XWIKI-3208: getSpaceDocsName does not work with postgresql Fixed. Patch submitted by Dave Burklund.
Known issues
Common Migration notes
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,....
You may also want to
import the default wiki XAR in order to benefit from improvements listed above.
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.