Sha256: 4d038cfc17cd64d9c4234b50fabe0990d621f24c4e208dc3c8abffa94ce8a564
Contents?: true
Size: 1.1 KB
Versions: 8
Compression:
Stored size: 1.1 KB
Contents
!3 When a page is renamed, any links to that page from subpages pages are changed. First build parent & child pages where one refers to the other. |Page creator.| |Page name.|Page contents.|valid?| |!-ParentPage-!|!-refer to nothing-!|true| |!-ParentPage.BrotherPage-!|!-you are my SisterPage-!|true| |!-ParentPage.SisterPage-!|!- thanks brother, love SisterPage-!|true| Then rename the target page. |Response Requester.| |uri |status?| |!-ParentPage.SisterPage?responder=renamePage&newName=NewSister&refactorReferences=on-!|| Next fetch the Source page. |Response Requester.| |uri|valid?|contents?| |!-ParentPage.BrotherPage-!|true|| Make sure that the new target name is present and that the old name is not. |Response Examiner.| |type |pattern|matches?| |contents|!-NewSister-!|true| |contents|!-SisterPage-!|false| Next fetch the Target page. |Response Requester.| |uri|valid?|contents?| |!-ParentPage.NewSister-!|true|| Make sure that the new target name is present and that the old name is not. |Response Examiner.| |type |pattern|matches?| |contents|!-NewSister-!|true| |contents|!-SisterPage-!|false|
Version data entries
8 entries across 8 versions & 1 rubygems