Release Notes for XWiki Enterprise 1.9.4
This is a bug fix and enhancement release, addition of the formula macro.
Changes since XWiki Enterprise 1.9.3
New Features and Improvements
- XWIKI-4139 : New {{formula}} macro for displaying mathematical expressions
Important Bugs fixed
- XWIKI-4309 : Links fail to open in a new window
- XWIKI-4249 : . key acts like the delete key at the end of the list items
- XWIKI-4349 : Livetable "avatar", "photos" and "attachments" columns do not work
- XWIKI-4385 : NPE in XWikiDocument.CopyDocument() introduced by the patch of XWIKI-4283
- XWIKI-4314 : Switching the editor tabs without focusing the rich text area can lead to HTML in the source editor
- XWIKI-4170 : Wrong encoding in ApplicationResources_pt.properties
- XWIKI-4283 : XWikiDocument.copyDocument duplicate the object's uniques ids
Known issues
Backward Compatibility and Migration Notes
General 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.