Home
last modified time | relevance | path

Searched full:getrevisioninfo (Results 1 – 21 of 21) sorted by last modified time

/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php93 $rev = ($revisions !== []) ? $pagelog->getRevisionInfo($revisions[0]) : null;
/dokuwiki/inc/
H A Dcommon.php267 $revinfo = $pagelog->getRevisionInfo($REV);
271 $revinfo = $pagelog->getRevisionInfo($info['lastmod']);
H A Dmedia.php606 if (!$medialog->getRevisionInfo($date)) {
/dokuwiki/inc/Remote/
H A DApiCore.php491 $info = $pagelog->getRevisionInfo($rev);
/dokuwiki/inc/Ui/
H A DMediaDiff.php83 $changelogRev1 = $changelog->getRevisionInfo($this->rev1);
84 $changelogRev2 = $changelog->getRevisionInfo($this->rev2);
H A DPageDiff.php141 $changelogRev1 = $changelog->getRevisionInfo($this->rev1);
142 $changelogRev2 = $changelog->getRevisionInfo($this->rev2);
435 $info = $changelog->getRevisionInfo($rev);
H A DRecent.php116 * @see also dokuwiki\Changelog::getRevisionInfo()
H A DRevisions.php80 $revisions[] = $changelog->getRevisionInfo($rev);
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php129 * consecutive calls to getRevisionInfo. For large changelog files, only the chunk
150 public function getRevisionInfo($rev, $retrieveCurrentRevInfo = true)
192 * calls to getRevisionInfo. Large changelog files are read
313 * consecutive calls to getRevisionInfo.
338 // also parse and cache changelog lines for getRevisionInfo().
605 return $this->getRevisionInfo($this->currentRevision);
618 return $this->getRevisionInfo($lastRev);
623 $revInfo = $this->getRevisionInfo($lastRev, false);
646 $this->getRevisionInfo($lastRev, false)['type'] == DOKU_CHANGE_TYPE_DELETE
686 return $this->getRevisionInfo(
137 public function getRevisionInfo($rev, $retrieveCurrentRevInfo = true) global() function in dokuwiki\\ChangeLog\\ChangeLog
[all...]
/dokuwiki/inc/File/
H A DPageFile.php58 $revInfo = $rev ? $this->changelog->getRevisionInfo($rev) : false;
/plugin/combo/renderer/
H A Danalytics.php250 $info = $changelog->getRevisionInfo($rev);
/plugin/approve/action/
H A Dmigration.php205 $revInfo = $changelog->getRevisionInfo($rev);
232 $revInfo = $changelog->getRevisionInfo($rev);
261 $revInfo = $changelog->getRevisionInfo($rev);
/plugin/publish/action/
H A Dmail.php144 $revinfo = $changelog->getRevisionInfo($rev);
181 $revinfo = $changelog->getRevisionInfo($rev);
/plugin/tos/
H A Daction.php114 $info = $changes->getRevisionInfo($rev);
/plugin/watchcycle/
H A Daction.php318 $revInfo = $changelog->getRevisionInfo($rev);
/plugin/qc/
H A Drenderer.php72 $info = $changelog->getRevisionInfo($rev);
/plugin/filelist/
H A Dsyntax.php
/plugin/issuelinks/helper/
H A Ddb.php411 $rev_info = $changelog->getRevisionInfo($rev);
H A Ddata.php322 $revision = $changelog->getRevisionInfo($page['rev']);
/plugin/jsonrpc/
H A Djsonrpc.php286 $info = getRevisionInfo($id, $time, 1024);
631 $info = getRevisionInfo($id, $time, 1024);
/plugin/freesync/
H A Dhelper.php230 $info = getRevisionInfo($id, $time, 1024);