Home
last modified time | relevance | path

Searched refs:changelog (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/linkback/
Dtools.php123 $changelog = $conf['metadir'] . '/_linkbacks.changes';
145 io_saveFile($changelog, $logline, true); //global changelog cache
146 $this->_trimRecentCommentsLog($changelog);
156 function _trimRecentCommentsLog($changelog) { argument
159 …if (@ file_exists($changelog) && (filectime($changelog) + 86400) < time() && !@ file_exists($chang…
162 io_lock($changelog);
163 $lines = file($changelog);
166 io_unlock($changelog);
170 io_saveFile($changelog . '_tmp', ''); // presave tmp as 2nd lock
196 io_saveFile($changelog . '_tmp', implode('', $out_lines));
[all …]
/plugin/publish/action/
H A Dmail.php121 $changelog = new PageChangelog($ID);
122 $oldrev = $changelog->getRelativeRevision($rev, -1);
143 $changelog = new PageChangelog($ID);
144 $revinfo = $changelog->getRevisionInfo($rev);
180 $changelog = new PageChangelog($ID);
181 $revinfo = $changelog->getRevisionInfo($rev);
H A Dremoveattic.php38 $changelog = new PageChangelog($ID, 0);
39 $revisions = $changelog->getRevisions(0, 0);
/plugin/discussion/
Daction.php1237 $changelog = $conf['metadir'] . '/_comments.changes';
1259 io_saveFile($changelog, $logline, true); //global changelog cache
1260 $this->trimRecentCommentsLog($changelog);
1271 * @param string $changelog file path
1276 protected function trimRecentCommentsLog($changelog) argument
1280 if (@file_exists($changelog)
1281 && (filectime($changelog) + 86400) < time()
1282 && !@file_exists($changelog . '_tmp')
1285 io_lock($changelog);
1286 $lines = file($changelog);
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
Drelease.sh6 changelog=$(cat CHANGELOG.md)
16 if [[ ! $changelog =~ $regex ]]; then
/plugin/pagecss/
H A D.git-cliff.toml1 [changelog]
11 footer = "\n_This changelog was automatically generated._"
/plugin/caption/
DCHANGELOG.md3 Manual changelog with some possibly important aspects
7 Note that the changelog started only in November 2023.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Ddense-block-markers.md50 ## changelog 1
55 ## changelog 2
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Ddense-block-markers.md50 ## changelog 1
55 ## changelog 2
/plugin/issuelinks/helper/
Dutil.php51 $changelog = new PageChangelog($page_id);
52 $previousRevision = $changelog->getRelativeRevision($revision, -1);
Ddb.php368 $changelog = new PageChangelog($linkingPage['page']);
369 $currentRev = $changelog->getRelativeRevision(time(), -1);
410 $changelog = new PageChangelog($page);
411 $rev_info = $changelog->getRevisionInfo($rev);
/plugin/publistf/
DCHANGELOG.md34 * changed version number and changelog format for project (the existing changelog
49 * bib2tpl updated to v2 with additional modifications (see changelog in
/plugin/asciidocjs/node_modules/has-symbols/
DCHANGELOG.md16 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`dfa7e7f`](…
21 - [Dev Deps] update `eslint`, `auto-changelog` [`0ace00a`](https://github.com/inspect-js/has-symbol…
37 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `core-js`, `get-own…
45 - [Dev Deps] update `auto-changelog`, `tape` [`81d0baf`](https://github.com/inspect-js/has-symbols/…
46 - [Dev Deps] update `auto-changelog`; add `aud` [`1a4e561`](https://github.com/inspect-js/has-symbo…
57 - [meta] add `auto-changelog` [`2163d0b`](https://github.com/inspect-js/has-symbols/commit/2163d0b7…
/plugin/webexteamsnotifier/
Daction.php54 $changelog = new PageChangeLog($ID);
55 $revArr = $changelog->getRevisions(-1, 1);
/plugin/rocketchatnotifier/
Daction.php55 $changelog = new PageChangeLog($ID);
56 $revArr = $changelog->getRevisions(-1, 1);
/plugin/qc/
Drenderer.php68 $changelog = new PageChangeLog($ID);
69 … $revs = $changelog->getRevisions(0, 10000); //FIXME find a good solution for 'get ALL revisions'
74 $info = $changelog->getRevisionInfo($rev);
/plugin/eshop/
DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:eshop
/plugin/lastmod/
DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:lastmod
/plugin/noprint/
DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:noprint
/plugin/nextday/
DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:nextday
/plugin/signhere/
DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:signhere
/plugin/autotranslation/
Dhelper.php432 $changelog = new PageChangelog($orig);
433 $revs = $changelog->getRevisions(0, 100);
459 $changelog = new PageChangelog($id);
460 $revs = $changelog->getRevisions(0, 100);
/plugin/matrixnotifierwas/vendor/symfony/deprecation-contracts/
DCHANGELOG.md4 The changelog is maintained for all Symfony contracts at the following URL:
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
DCHANGELOG.md4 The changelog is maintained for all Symfony contracts at the following URL:
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DCHANGELOG.md4 The changelog is maintained for all Symfony contracts at the following URL:

1234