Changes for page Release Notes for XWiki 7.2 Milestone 1
Last modified by Thomas Mortagne on 2023/10/13
To version 12.1
edited by Thomas Mortagne
on 2015/06/18
on 2015/06/18
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
-
... ... @@ -115,6 +115,12 @@ 115 115 116 116 == Issues specific to XWiki 7.2M1 == 117 117 118 +=== Database change === 119 + 120 +There hasn't been any structural change to the database but the document space field in the database (and the corresponding XWikiDocument#getSpace() method) now contains the serialized space reference instead of the space name. In practice what it means is that ".", ":" and "\" characters are going to be escaped with a "\" (a migration will automatically update those entries in the database when upgrading). For example a space named Space:with.special\char will be stored as Space\:with\.special 121 + 122 +=== Miscellaneous === 123 + 118 118 * the String reference resolver now properly take into account spaces separator so a reference that don't follow the specification and did not escaped the . in the space part will be cut is several nested spaces. Anything that do was serialized with the standard serializer was properly escaped so not worry here. 119 119 120 120 == API Breakages ==