Wiki source code of ReleaseNotesXWikiEnterprise19M1
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" "3" "") | ||
| 4 | #endfloatingbox() | ||
| 5 | |||
| 6 | 1 Release Notes for XWiki Enterprise 1.9 Milestone 1 | ||
| 7 | |||
| 8 | First milestone of the XWiki Enterprise 1.9 version ([Roadmap>enterprise:Main.Roadmap]). | ||
| 9 | |||
| 10 | 1.1 Summary of changes since XWiki Enterprise 1.8.1 | ||
| 11 | |||
| 12 | #error("A regression was introduced in multiwiki mode when using GWT (i.e. XWiki Watch, GWT WYSIWYG editor). This is fixed in XE 1.8.2 and XE 1.9M2.") | ||
| 13 | |||
| 14 | Main changes: | ||
| 15 | |||
| 16 | * Document syntax can be changed from the WYSIWYG editor. | ||
| 17 | |||
| 18 | 1.1.1 New Office Importer feature: document splitting | ||
| 19 | |||
| 20 | The Office Importer application now allows to split documents into multiple wiki pages during import. | ||
| 21 | |||
| 22 | <img style="border: solid 2px #CCC;" src="$doc.getAttachmentURL("officeimporter.jpg")" /> | ||
| 23 | |||
| 24 | Important bugfixes: | ||
| 25 | |||
| 26 | * Various bugfixes in syntax 2.0. | ||
| 27 | * Various bugfixes in the xwiki syntax 1.0 to 2.0 converter. | ||
| 28 | |||
| 29 | |||
| 30 | ## + lots of other changes, see [Platform details>https://jira.xwiki.org/secure/ReleaseNote.jspa?version=10895&styleName=Html&projectId=10010&Create=Create]. | ||
| 31 | |||
| 32 | 1.1 Known issues | ||
| 33 | |||
| 34 | * [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] | ||
| 35 | |||
| 36 | 1.1 Common Migration notes | ||
| 37 | |||
| 38 | #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>.") | ||
| 39 | |||
| 40 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
| 41 | |||
| 42 | #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.") | ||
| 43 |