Searched refs:changelog (Results 1 – 25 of 66) sorted by relevance
123
/plugin/linkback/ |
H A D | tools.php | 114 * Adds an entry to the linkbacks changelog 123 $changelog = $conf['metadir'] . '/_linkbacks.changes'; 143 // add changelog line 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($changelog [all...] |
/plugin/approve/action/ |
H A D | migration.php |
|
/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/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/ |
H A D | release.sh | 6 changelog=$(cat CHANGELOG.md) 16 if [[ ! $changelog =~ $regex ]]; then
|
/plugin/discussion/ |
H A D | action.php | 1164 * @param string $changelog file path 1170 if (@file_exists($changelog) && 1172 !@file_exists($changelog.'_tmp') 1175 io_lock($changelog); 1176 $lines = file($changelog); 1179 io_unlock($changelog); 1209 @unlink($changelog); 1210 if (!rename($changelog.'_tmp', $changelog)) { 1212 io_unlock($changelog); 1214 @unlink($changelog.'_tmp'); [all …]
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | dense-block-markers.md | 50 ## changelog 1 55 ## changelog 2
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | dense-block-markers.md | 50 ## changelog 1 55 ## changelog 2
|
/plugin/issuelinks/helper/ |
H A D | util.php | 51 $changelog = new PageChangelog($page_id); 52 $previousRevision = $changelog->getRelativeRevision($revision, -1);
|
H A 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/ |
H A 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/qc/ |
H A D | renderer.php | 67 $changelog = new PageChangeLog($ID); 68 $revs = $changelog->getRevisions(0, 10000); //FIXME find a good solution for 'get ALL revisions' 72 $info = $changelog->getRevisionInfo($rev);
|
/plugin/webexteamsnotifier/ |
H A D | action.php | 54 $changelog = new PageChangeLog($ID); 55 $revArr = $changelog->getRevisions(-1, 1);
|
/plugin/rocketchatnotifier/ |
H A D | action.php | 55 $changelog = new PageChangeLog($ID); 56 $revArr = $changelog->getRevisions(-1, 1);
|
/plugin/bibtex4dw/ |
H A D | CHANGELOG.md | 3 Manual changelog with some possibly important aspects 7 Note that the changelog started only in May 2023, after the plugin was not developed for several years (but continuously used by its author). Old changes are taken from the (German) plugin homepage of its author.
|
/plugin/noprint/ |
H A D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:noprint
|
/plugin/signhere/ |
H A D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:signhere
|
/plugin/nextday/ |
H A D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:nextday
|
/plugin/lastmod/ |
H A D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:lastmod
|
/plugin/eshop/ |
H A D | CHANGELOG | 1 Please refer to the changelog at http://www.dokuwiki.org/plugin:eshop
|
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/ |
H A 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:
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | META.md | 1 # Generating changelog
|
/plugin/autotranslation/ |
H A 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/projects/ |
H A D | conf.php | 37 global $changelog;
|
123