Home
last modified time | relevance | path

Searched refs:getRev (Results 1 – 3 of 3) sorted by relevance

/plugin/structpublish/action/
Dbanner.php69 … if ($latestpubRevision !== null && $shownRevision->getRev() < $latestpubRevision->getRev()) {
70 … $banner .= $this->getBannerText('latest_publish', $latestpubRevision, $shownRevision->getRev());
72 … $banner .= $this->getBannerText('previous_publish', $prevpubRevision, $shownRevision->getRev());
77 $newestRevision->getRev() != $shownRevision->getRev() &&
81 … $banner .= $this->getBannerText('latest_draft', $newestRevision, $shownRevision->getRev());
85 if ($shownRevision->getRev() == $newestRevision->getRev()) {
111 '{revision}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getRev())),
112 … '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())),
121 if ($diff && $diff !== $rev->getRev()) {
122 … $link = wl($rev->getId(), ['do' => 'diff', 'rev2[0]' => $rev->getRev(), 'rev2[1]' => $diff]);
Dshow.php59 self::$latestPublishedRev = $latestPublished->getRev();
/plugin/structpublish/meta/
DRevision.php104 public function getRev() function in dokuwiki\\plugin\\structpublish\\meta\\Revision