Searched refs:changelog (Results 1 – 25 of 84) sorted by relevance
1234
| /plugin/linkback/ |
| D | tools.php | 123 $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 D | mail.php | 121 $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 D | removeattic.php | 38 $changelog = new PageChangelog($ID, 0); 39 $revisions = $changelog->getRevisions(0, 0);
|
| /plugin/discussion/ |
| D | action.php | 1237 $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/ |
| D | release.sh | 6 changelog=$(cat CHANGELOG.md) 16 if [[ ! $changelog =~ $regex ]]; then
|
| /plugin/pagecss/ |
| H A D | .git-cliff.toml | 1 [changelog] 11 footer = "\n_This changelog was automatically generated._"
|
| /plugin/caption/ |
| D | CHANGELOG.md | 3 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/ |
| D | dense-block-markers.md | 50 ## changelog 1 55 ## changelog 2
|
| /plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
| D | dense-block-markers.md | 50 ## changelog 1 55 ## changelog 2
|
| /plugin/issuelinks/helper/ |
| D | util.php | 51 $changelog = new PageChangelog($page_id); 52 $previousRevision = $changelog->getRelativeRevision($revision, -1);
|
| D | db.php | 368 $changelog = new PageChangelog($linkingPage['page']); 369 $currentRev = $changelog->getRelativeRevision(time(), -1); 410 $changelog = new PageChangelog($page); 411 $rev_info = $changelog->getRevisionInfo($rev);
|
| /plugin/publistf/ |
| D | CHANGELOG.md | 34 * 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/ |
| D | CHANGELOG.md | 16 - [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/ |
| D | action.php | 54 $changelog = new PageChangeLog($ID); 55 $revArr = $changelog->getRevisions(-1, 1);
|
| /plugin/rocketchatnotifier/ |
| D | action.php | 55 $changelog = new PageChangeLog($ID); 56 $revArr = $changelog->getRevisions(-1, 1);
|
| /plugin/qc/ |
| D | renderer.php | 68 $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/ |
| D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:eshop
|
| /plugin/lastmod/ |
| D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:lastmod
|
| /plugin/noprint/ |
| D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:noprint
|
| /plugin/nextday/ |
| D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:nextday
|
| /plugin/signhere/ |
| D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:signhere
|
| /plugin/autotranslation/ |
| D | helper.php | 432 $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/ |
| D | CHANGELOG.md | 4 The changelog is maintained for all Symfony contracts at the following URL:
|
| /plugin/elasticsearch/vendor/symfony/deprecation-contracts/ |
| D | CHANGELOG.md | 4 The changelog is maintained for all Symfony contracts at the following URL:
|
| /plugin/combo/vendor/symfony/deprecation-contracts/ |
| H A D | CHANGELOG.md | 4 The changelog is maintained for all Symfony contracts at the following URL:
|
1234