Changes for page Release Notes for XWiki 10.3
Last modified by Thomas Mortagne on 2021/08/30
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -2,6 +2,10 @@ 2 2 {{toc/}} 3 3 {{/box}} 4 4 5 +{{warning}} 6 +Contrary to what was announced attachments content are still located in the database by default. The default have been moved to "file" in [[10.5RC1>>10.5RC1]]. 7 +{{/warning}} 8 + 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 7 In this version you will automatically get a notification when changes are made to pages you worked on. It also introduces the protection against editing pages coming from extensions to avoid crashing errors and ease upgrades. ... ... @@ -60,11 +60,11 @@ 60 60 61 61 == Issues specific to XWiki 10.3 == 62 62 63 -=== Filesystem storage by default for attachments and d eleted documents ===67 +=== Filesystem storage by default for deleted attachments and documents === 64 64 65 -New attachments and d eleted documents will now be stored in the filesystem by default. If you really don't want that you can go to ##xwiki.cfg## and set ##hibernate## value for all the properties in the section "Stores with both "hibernate" and "file" support in XWiki Standard.".69 +New deleted attachments and documents will now be stored in the filesystem by default. If you really don't want that you can go to ##xwiki.cfg## and set ##hibernate## value for all the properties in the section {{code language="properties"}}Stores with both "hibernate" and "file" support in XWiki Standard.{{/code}}. 66 66 67 -Note that existing attachments or d eleted documents are not moved to filesystem but keep working since XWiki now supports mixed storage for those. So if you don't want to place any attachment on the filesystem store make sure to move to "hibernate" before executing the ##Distribution Wizard##.71 +Note that existing deleted attachments or documents are not moved to filesystem but keep working since XWiki now supports mixed storage for those. So if you don't want to place any deleted attachment/document on the filesystem store make sure to move the configuration to "hibernate" before executing the ##Distribution Wizard##. 68 68 69 69 === Warning when editing a page === 70 70