Changes for page Release Notes for XWiki 8.0 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -43,9 +43,9 @@ 43 43 44 44 The same thing applies for ##image~:## (e.g. ##image~:Page@file.jpg## translates technically to ##image~:Page.WebHome@file.jpg##) and for ##attach~:## syntax (e.g. ##attach~:Page@file.ext## translates technically to ##attach~:Page.WebHome@file.ext##). 45 45 46 -=== Links to sibling Nested Pages ===46 +=== Relative links to sibling Nested Pages === 47 47 48 -To better support backwards compatibility with the pre-Nested-Pages behavior when the current document is a non-terminal document and theuntyped link has not been resolved using the above mentioned algorithm, we perform 2 additional checks:48 +To better support backwards compatibility with the pre-Nested-Pages behavior when the current document is a non-terminal document and an untyped relative link (e.g ##~[~[Page]]##) has not been resolved using the above mentioned algorithm, we perform 2 additional checks: 49 49 50 50 * we try to link to an existing terminal page that is a sibling in the parent space (i.e. ##~[~[Page]]## is resolved to the equivalent of ##~[~[doc:parentSpace.Page]]##) 51 51 * if no such terminal page exists, then link to the non-terminal page that is a sibling in the parent space (i.e. ##~[~[Page]]## is resolved to the equivalent of ##~[~[doc:parentSpace.Page.WebHome]]##) for both when the non-terminal page exists or when it does not (and should be a wanted link)