Home
last modified time | relevance | path

Searched refs:isCurrentRevision (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Ui/
H A DMediaRevisions.php74 $RevInfo->isCurrent($changelog->isCurrentRevision($rev));
H A DPageRevisions.php74 $RevInfo->isCurrent($changelog->isCurrentRevision($rev));
H A DRecent.php163 if (!$changelog->isCurrentRevision($info['date'])) {
H A DPageDiff.php148 $isCurrent = $changelog->isCurrentRevision($RevInfo->val('date'));
405 if ($changelog->isCurrentRevision($rev2Next)) {
H A DMediaDiff.php92 $isCurrent = $changelog->isCurrentRevision($RevInfo->val('date'));
/dokuwiki/_test/tests/inc/
H A Dchangelog_getrelativerevision.test.php393 $current = $pagelog->isCurrentRevision($rev);
406 $current = $pagelog->isCurrentRevision($not_current_rev);
415 $current = $pagelog->isCurrentRevision($rev);
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php61 public function isCurrentRevision($rev) function in dokuwiki\\ChangeLog\\ChangeLog
329 if (!$direction || ($direction > 0 && $this->isCurrentRevision($rev))) {
528 count($revs) && !$this->isCurrentRevision($revs[count($revs) - 1])