ContentsThe [toc] macro is a standalone macro and it cannot be used inline. Click on this message for details.
This macro generates standalone content. As a consequence you need to make sure to use a syntax that separates your macro from the content before and after it so that it's on a line by itself. For example in XWiki Syntax 2.0+ this means having 2 newline characters (a.k.a line breaks) separating your macro from the content before and after it.
First milestone of the XWiki Enterprise 1.7 version (
Roadmap). Main changes:
- Work in progress on the new XWiki Syntax v2.0. You'll find information on how to enter content using the new syntaxes in the Page Editing Guide.
- XWiki Syntax 2.0 allow wiki syntax inside links
- Work in progress on the new experimental WYSIWYG editor. The look & feel is not the final one. Please look at the new WYSIWYG Design page to see what it'll look like (except for the colors which will be different). To start using the new editor, check out the Page Editing Guide. Again this is work in progress but we'd like as much feedback as possible. Please raise any issue you find in JIRA.
Important bug fixes:
- Saving a blank wiki page throws exception in Oracle
- Registration is still possible when right to register for Unregistered user is explicit set to deny
- Documents with name with spaces or other special chars can't properly save added image in WYSIWYG editor
- Support of dots in ldap login has introduce a security hole
Known issues
Common Migration notes
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 explicitely 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.
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.