Lines Matching full:changelog
5 use dokuwiki\ChangeLog\ChangeLog;
26 /* @var ChangeLog */
27 protected $changelog; // PageChangeLog or MediaChangeLog object
41 * set class property changelog
61 $this->rev2 = (int)$this->changelog->traceCurrentRevision($rev2);
100 $this->rev2 = $this->changelog->currentRevision();
113 $this->rev2 = (int)$this->changelog->traceCurrentRevision($rev2);
118 $rev2 = $this->changelog->currentRevision();
119 if ($rev2 > $this->changelog->lastRevision()) {
120 $rev1 = $this->changelog->lastRevision();
122 $revs = $this->changelog->getRevisions(0, 1);