Home
last modified time | relevance | path

Searched refs:commitmsg (Results 1 – 2 of 2) sorted by relevance

/plugin/do/scripts/
H A DPluginDo.js341 var commitmsg = PluginDo.hsc(param.do_commit); variable
343 … $dotags.parent('td').parent().find('td.plugin_do_commit').html(commitmsg ? commitmsg : '');
345commitmsg = (commitmsg ? ' (' + PluginDo.getLang("note_done") + commitmsg + ')' : '');
346 $dotags.find('span.plugin_do_commit').html(commitmsg);
/plugin/do/
H A Dhelper.php246 * @param string $commitmsg a optional message to the task completion
253 public function toggleTaskStatus($page, $md5, $commitmsg = '') argument
265 $commitmsg = strip_tags($commitmsg);
299 $page, $md5, $stat, $name, $commitmsg
302 $this->sendMail($recs, 'close', $task, $name, $commitmsg);