Sha256: ed09536d0ef66f9c3387e27dca73e0bf7b414e6e0c351918db49d2b87abeb63c
Contents?: true
Size: 785 Bytes
Versions: 8
Compression:
Stored size: 785 Bytes
Contents
!3 When a page is renamed, any alias links that use absolute references to subpages are changed. First build parent & child pages where one refers to the other. |Page creator.| |Page name.|Page contents.|valid?| |!-ParentPage-!|!-refer to [[link][.ParentPage.ChildPage]]-!|true| |!-ParentPage.ChildPage-!|whatever |true| Then rename the target page. |Response Requester.| |uri |status?| |!-ParentPage.ChildPage?responder=renamePage&newName=NewChild&refactorReferences=on-!|| Next fetch the Source page. |Response Requester.| |uri|valid?|contents?| |!-ParentPage-!|true|| Make sure that the new target name is present and that the old name is not. |Response Examiner.| |type |pattern|matches?| |contents|!-href="ParentPage\.NewChild"-!|true| |contents|!-ChildPage-!|false|
Version data entries
8 entries across 8 versions & 1 rubygems