Lines Matching full:delete
27 saveWikiText($page, '', 'delete', false);
62 // delete the page file externally, bypassing DokuWiki
114 * copy of the delete revision — but that copy holds the pre-delete content, so the
126 // exact bytes the page held right before deletion (== what the delete archives)
129 saveWikiText($page, '', 'delete', false);
140 // restore the pre-delete content externally, with an mtime older than the deletion
157 'the recreation is dated after the delete (the restored mtime is unreliable)'
163 'the whole restored file counts as the size change, not zero against the delete attic'
167 // at the delete revision where it would collapse back onto the DELETE entry)
187 saveWikiText($page, '', 'delete', false);
208 …rtEquals(DOKU_CHANGE_TYPE_CREATE, $currentInfo['type'], 'recreation after a delete is a creation');