Last modified by Thomas Mortagne on 2023/10/13

From version 15.1
edited by Thomas Mortagne
on 2015/06/18
Change comment: There is no comment for this version
To version 16.1
edited by Guillaume Delhumeau
on 2015/06/18
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.gdelhumeau
Content
... ... @@ -33,7 +33,7 @@
33 33  * ##.## (dot), ##:## (colon) and ##\## (baskslash) which are part of a space name will now be escaped (using ##\## character) in the database document ##space## (##XWD_WEB##) field. For example a space named ##Space:with.special\char## will be stored as ##Space\:with\.special##.
34 34  * same as for the database XWikiDocument/Document#getSpace() now return a serialized reference of the space instead of what used to be the unique space name (basically it return what's in the database). Same logic for XWikiDocument#setSpace(). Those field are deprecated since a long time but still used a lot...
35 35  
36 -=== Space separator properly taken into account
36 +=== Space separator properly taken into account ===
37 37  
38 38  The reference syntax specification was already indication that ##.## was supposed to be escaped in the space part of the reference but it was not really taken into account so not escaping it was not making any difference. This is now fixed in the various standard String reference resolvers 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 was serialized with the standard serializer was properly escaped so not worry here, the issue will be more for hand written or hardcoded String references.
39 39  
... ... @@ -97,6 +97,7 @@
97 97  * [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
98 98  * [[less4j 1.12.0>>http://jira.xwiki.org/browse/XWIKI-12161]]
99 99  * [[Joda-Time 2.8.1>>http://jira.xwiki.org/browse/XWIKI-12159]]
100 +* [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
100 100  
101 101  == Miscellaneous ==
102 102  

Get Connected