Last modified by Vincent Massol on 2024/04/11

From version 3.3
edited by Vincent Massol
on 2016/02/15
Change comment: Edited comment 0
To version 3.4
edited by Vincent Massol
on 2016/02/15
Change comment: Edited comment 0

Summary

Details

XWiki.XWikiComments[0]
Comment
... ... @@ -1,2 +1,7 @@
1 1  Ideas:
2 2  * Replace SpaceDocs and Spaces Panels with Navigation, Siblings and Children Panels.
3 +* Some existing code may break slightly and needs to be adapted: code taking some user input and creating Spaces based on that will most likely display {{{"\."}}}, {{{"\:"}}} and {{{"\\"}}} in the UI. Unless the code already cleans the user input and removes ".", ":" and "\" characters. So for example if a user enter a Space name of "my.space":
4 +** before 7.2: the code would create/display a Space named "my.space"
5 +** after 7.2: the code will create/display a Space named "my\.space"
6 +* Various XWiki API that used to return a space name have been returning a space reference string (i.e. list of spaces separated by dots and escaped {{{"\."}}}, {{{"\:"}}} and {{{"\\"}}} characters). Code using those API may need to be updated. See [[XWiki 7.2 release notes>>xwiki:ReleaseNotes.ReleaseNotesXWiki72||anchor="HSpaceReferenceinsteadofSpacename"]] for more details (this content could be copied in a section of the migration guide).
7 +

Get Connected