Home
last modified time | relevance | path

Searched refs:recordedRev (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/ChangeLog/
H A DMediaChangeLog.php77 * @param int $recordedRev timestamp of the last recorded revision
80 protected function lastRevisionSize($recordedRev) argument
82 $revInfo = $this->getRevisionInfo($recordedRev, false);
85 $prev = $this->getRelativeRevision($recordedRev, -1);
H A DChangeLog.php628 $recordedRev = $this->lastRevision(); // false when there is no changelog
631 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_DELETE
645 $revInfo = $this->synthesizeExternalCreate($filename, $fileRev, $recordedRev);
648 $revInfo = $this->synthesizeExternalEdit($filename, $fileRev, $recordedRev);
652 $this->currentRevision = $recordedRev;
[all …]