Searched refs:recordedRev (Results 1 – 2 of 2) sorted by relevance
77 * @param int $recordedRev timestamp of the last recorded revision80 protected function lastRevisionSize($recordedRev) argument82 $revInfo = $this->getRevisionInfo($recordedRev, false);85 $prev = $this->getRelativeRevision($recordedRev, -1);
628 $recordedRev = $this->lastRevision(); // false when there is no changelog631 if ($fileRev === $recordedRev) {632 $this->currentRevision = $recordedRev;633 return $recordedRev === false ? false : $this->getRevisionInfo($recordedRev);639 $revInfo = $this->synthesizeExternalDeletion($recordedRev);641 $recordedRev === false ||642 $this->getRevisionInfo($recordedRev, false)['type'] == DOKU_CHANGE_TYPE_DELETE645 $revInfo = $this->synthesizeExternalCreate($filename, $fileRev, $recordedRev);648 $revInfo = $this->synthesizeExternalEdit($filename, $fileRev, $recordedRev);652 $this->currentRevision = $recordedRev;[all …]