Last modified by Thomas Mortagne on 2023/10/13

From version 11.2
edited by Vincent Massol
on 2015/06/18
Change comment: typo
To version 12.1
edited by Thomas Mortagne
on 2015/06/18
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +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 ==

Get Connected