Searched refs:watchcycle (Results 1 – 9 of 9) sorted by relevance
134 $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;
111 $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 …]
1 base watchcycle5 name watchcycle plugin7 url https://www.dokuwiki.org/plugin:watchcycle
32 $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) {
1 watchcycle Plugin for DokuWiki6 https://www.dokuwiki.org/plugin:watchcycle9 lib/plugins/watchcycle/ - if the folder is called different it
74 .picker.plugin-watchcycle {
18 const l10n = LANG.plugins.watchcycle;
2 UPDATE watchcycle SET uptodate = 0 WHERE uptodate = "";
1 CREATE TABLE watchcycle ( table