Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,11 +20,9 @@ 20 20 21 21 [[image:copy.png||style="border:1px solid black"]] 22 22 23 -* Standardized vertical forms layout, which is now used in several places 24 24 * Standardized vertical navigation menu layout, which will be used in M2 in administration, user profiles, and in the wiki index 25 25 * Colibri is now the default base skin instead of Albatross 26 -* Better aspect for form live-validation messages 27 -* Ability to have different panels in wiki and WYSIWYG edit modes (XWIKI-5859) 25 +* XWIKI-5859: Ability to have different panels in wiki and WYSIWYG edit modes 28 28 29 29 == WYSIWYG content editor improvements == 30 30 ... ... @@ -63,10 +63,22 @@ 63 63 64 64 = Known issues = 65 65 64 +* [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] 65 + 66 66 = Backward Compatibility and Migration Notes = 67 67 68 68 == General Notes == 69 69 70 +{{warning}} 71 +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,...//. 72 +{{/warning}} 73 + 74 +You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. 75 + 76 +{{warning}} 77 +Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. 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. 78 +{{/warning}} 79 + 70 70 == API Breakages == 71 71 72 72 The following APIs were modified since XWiki Enterprise 2.7: