Wiki source code of ReleaseNotesXWikiEnterprise194
Last modified by Thomas Mortagne on 2017/03/24 12:29
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | #startfloatingbox() | ||
| 2 | *Contents* | ||
| 3 | #toc ("2" "4" "") | ||
| 4 | #endfloatingbox() | ||
| 5 | |||
| 6 | 1 Release Notes for XWiki Enterprise 1.9.4 | ||
| 7 | |||
| 8 | This is a bug fix and enhancement release, addition of the formula macro. | ||
| 9 | |||
| 10 | 1.1 Changes since XWiki Enterprise 1.9.3 | ||
| 11 | |||
| 12 | 1.1.1 New Features and Improvements | ||
| 13 | |||
| 14 | * XWIKI-4139 : New {{formula}} macro for displaying mathematical expressions | ||
| 15 | |||
| 16 | 1.1.1 Important Bugs fixed | ||
| 17 | |||
| 18 | * XWIKI-4309 : Links fail to open in a new window | ||
| 19 | * XWIKI-4249 : . key acts like the delete key at the end of the list items | ||
| 20 | * XWIKI-4349 : Livetable "avatar", "photos" and "attachments" columns do not work | ||
| 21 | * XWIKI-4385 : NPE in XWikiDocument.CopyDocument() introduced by the patch of XWIKI-4283 | ||
| 22 | * XWIKI-4314 : Switching the editor tabs without focusing the rich text area can lead to HTML in the source editor | ||
| 23 | * XWIKI-4170 : Wrong encoding in ApplicationResources_pt.properties | ||
| 24 | * XWIKI-4283 : XWikiDocument.copyDocument duplicate the object's uniques ids | ||
| 25 | |||
| 26 | 1.1 Known issues | ||
| 27 | |||
| 28 | * [Bugs we know about>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC] | ||
| 29 | |||
| 30 | 1.1 Backward Compatibility and Migration Notes | ||
| 31 | |||
| 32 | 1.1.1 General Notes | ||
| 33 | |||
| 34 | #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.") | ||
| 35 | |||
| 36 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
| 37 | |||
| 38 | #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.") | ||
| 39 | |||
| 40 |