Sha256: 8cb588a02bfcfdde10d9b671f318cb130882bf7224bd896ff1f135e0eb7fe809
Contents?: true
Size: 931 Bytes
Versions: 8
Compression:
Stored size: 931 Bytes
Contents
!3 When we move a page from one location to another, all references to that page should be changed. This includes absolute references on the parent page. First build a page, a subpage to move, and a target page to move it to. |Page creator.| |Page name. |Page contents.|valid?| |!-ParentPage-! |!-.ParentPage.SubPage-! |true | |!-ParentPage.SubPage-!|sub page |true | |!-NewParentPage-! |x |true | |!-ReferingPage-! |!-ParentPage.SubPage-!|true | Then move the sub page. |Response Requester.| |uri |status?| |!-ParentPage.SubPage?responder=movePage&newLocation=NewParentPage&refactorReferences=on-!|| Next fetch old parent page and make sure the reference has been changed. |Response Requester.| |uri|valid?|contents?| |!-ParentPage-!|true|| |Response Examiner.| |type |pattern|matches?|wrapped html?| |contents|!-NewParentPage.SubPage-!|true||
Version data entries
8 entries across 8 versions & 1 rubygems