Wiki source code of ReleaseNotesXWikiEnterprise19RC1
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 Release Candidate 1 | ||
| 7 | |||
| 8 | First Release Candidate of the XWiki Enterprise 1.9 version ([Roadmap>enterprise:Main.Roadmap]). | ||
| 9 | |||
| 10 | 1.1 Summary of changes since XWiki Enterprise 1.9 Milestone 2 | ||
| 11 | |||
| 12 | 1.1.1 Default Syntax change | ||
| 13 | |||
| 14 | #warning("The default syntax is now 'xwiki/2.0' which means that new documents will be created with this syntax") | ||
| 15 | |||
| 16 | Note that XWiki Enterprise documents (user profile, recent changes, etc) are still using the "xwiki/1.0" syntax, they will be migrated during the 2.0 release cycle. | ||
| 17 | |||
| 18 | 1.1.1 WYSIWYG Improvements | ||
| 19 | |||
| 20 | * Ability to insert level 6 headings | ||
| 21 | * Allow adding and editing lists in table cells | ||
| 22 | * Allow adding complex content inside list items | ||
| 23 | |||
| 24 | 1.1.1 Important Bugs fixed | ||
| 25 | |||
| 26 | * Many WYSIWYG bugs fixed | ||
| 27 | * Many 2.0 syntax bugs fixed | ||
| 28 | * Many 1.0 to 2.0 conversion bugs fixed | ||
| 29 | |||
| 30 | 1.1 Known issues | ||
| 31 | |||
| 32 | * [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] | ||
| 33 | |||
| 34 | 1.1 Common Migration notes | ||
| 35 | |||
| 36 | #warning("The default encoding was changed from ISO-8859-1 to UTF-8. If you were using the old default encoding and a database using character encodings, you must convert the database data, too, or switch XWiki back to the old encoding") | ||
| 37 | #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>.") | ||
| 38 | |||
| 39 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
| 40 | |||
| 41 | #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.") |