Lines Matching defs:changelog
19 /* @var PageChangeLog $changelog */
20 public $changelog;
33 $this->changelog = new PageChangeLog($this->id);
58 $revInfo = $rev ? $this->changelog->getRevisionInfo($rev) : false;
69 * Also directs changelog and attic updates.
83 the attic and changelog with dokuwiki and external edits
149 // add a potential external edit entry to changelog and store it into attic
198 // adds an entry to the changelog and saves the metadata for the page
199 $logEntry = $this->changelog->addLogEntry([
219 * Checks if the current page version is newer than the last entry in the page's changelog.
221 * changelog line.
228 $revInfo = $this->changelog->getCurrentRevisionInfo();
246 . '(' . filemtime($fileLastMod) . ' < ' . $this->changelog->lastRevision() . ')';
256 // add a changelog entry for externally edited file
257 $this->changelog->addLogEntry($revInfo);
283 * @param array $logEntry changelog entry