Home
last modified time | relevance | path

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

123

/plugin/linkback/
H A Dtools.php114 * 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 Dmigration.php200 $changelog = new PageChangeLog($id);
203 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
205 $revInfo = $changelog->getRevisionInfo($rev);
227 $changelog = new PageChangeLog($id);
230 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
232 $revInfo = $changelog->getRevisionInfo($rev);
256 $changelog = new PageChangeLog($id);
259 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
261 $revInfo = $changelog->getRevisionInfo($rev);
/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/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh6 changelog=$(cat CHANGELOG.md)
16 if [[ ! $changelog =~ $regex ]]; then
/plugin/discussion/
H A Daction.php1164 * @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 Ddense-block-markers.md50 ## changelog 1
55 ## changelog 2
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md50 ## changelog 1
55 ## changelog 2
/plugin/issuelinks/helper/
H A Dutil.php51 $changelog = new PageChangelog($page_id);
52 $previousRevision = $changelog->getRelativeRevision($revision, -1);
H A 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/
H A 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/qc/
H A Drenderer.php67 $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 Daction.php54 $changelog = new PageChangeLog($ID);
55 $revArr = $changelog->getRevisions(-1, 1);
/plugin/rocketchatnotifier/
H A Daction.php55 $changelog = new PageChangeLog($ID);
56 $revArr = $changelog->getRevisions(-1, 1);
/plugin/bibtex4dw/
H A DCHANGELOG.md3 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 DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:noprint
/plugin/signhere/
H A DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:signhere
/plugin/nextday/
H A DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:nextday
/plugin/lastmod/
H A DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:lastmod
/plugin/eshop/
H A DCHANGELOG1 Please refer to the changelog at http://www.dokuwiki.org/plugin:eshop
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A 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:
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DMETA.md1 # Generating changelog
/plugin/autotranslation/
H A Dhelper.php432 $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 Dconf.php37 global $changelog;

123