Home
last modified time | relevance | path

Searched refs:watchcycle (Results 1 – 9 of 9) sorted by relevance

/plugin/watchcycle/
Dsyntax.php134 $watchcycle = p_get_metadata($ID, 'plugin watchcycle');
136 $days_ago = $helper->daysAgo($watchcycle['last_maintainer_rev']);
139 if ($days_ago > $watchcycle['cycle']) {
153 $renderer->doc .= $this->getMaintainerHtml($watchcycle['maintainer']);
156 if ($watchcycle['changes'] == -1) {
166 $urlParameters = ['rev' => $watchcycle['last_maintainer_rev'], 'do' => 'diff'];
167 … $changes_lang = $this->getLang('change ' . ($watchcycle['changes'] == 1 ? 'singular' : 'plural'));
168 $changes_link = $watchcycle['changes'] . ' ' . $changes_lang;
Daction.php111 $watchcycle = p_get_metadata($key, 'plugin watchcycle');
112 return !empty($watchcycle);
141 $watchcycle = $event->data['current']['plugin']['watchcycle'];
143 …$changes = $this->getLastMaintainerRev($event->data, $watchcycle['maintainer'], $last_maintainer_r…
145 $uptodate = $helper->daysAgo($last_maintainer_rev) <= (int)$watchcycle['cycle'];
148 $helper->informMaintainer($watchcycle['maintainer'], $ID);
152 $entry = $watchcycle;
161 if ($row['cycle'] != $watchcycle['cycle']) {
162 $toupdate['cycle'] = $watchcycle['cycle'];
165 if ($row['maintainer'] != $watchcycle['maintainer']) {
[all …]
Dplugin.info.txt1 base watchcycle
5 name watchcycle plugin
7 url https://www.dokuwiki.org/plugin:watchcycle
Dhelper.php32 $watchcycle = p_get_metadata($pageid, 'plugin watchcycle');
33 if (!$watchcycle) {
37 $days_ago = $helper->daysAgo($watchcycle['last_maintainer_rev']);
40 if ($days_ago > $watchcycle['cycle']) {
44 $all = $this->getMaintainers($watchcycle['maintainer']);
47 if ($watchcycle['changes'] === -1) {
DREADME1 watchcycle Plugin for DokuWiki
6 https://www.dokuwiki.org/plugin:watchcycle
9 lib/plugins/watchcycle/ - if the folder is called different it
Dstyle.less74 .picker.plugin-watchcycle {
Dscript.js18 const l10n = LANG.plugins.watchcycle;
/plugin/watchcycle/db/
Dupdate0002.sql2 UPDATE watchcycle SET uptodate = 0 WHERE uptodate = "";
Dupdate0001.sql1 CREATE TABLE watchcycle ( table