Home
last modified time | relevance | path

Searched refs:closedby (Results 1 – 3 of 3) sorted by path

/plugin/do/db/
H A Dupdate0002.sql2 ALTER TABLE task_status ADD closedby;
H A Dupdate0006.sql4 REPLACE INTO task_status SELECT task_status.page as page, task_status.md5 as md5, task_status.status as status, task_status.closedby as closedby, tasks.msg as msg FROM task_status, tasks WHERE task_status.md5 = tasks.md5;
/plugin/do/scripts/
H A DPluginDo.js124 * @param {string} closedby who closed the task, undefined for not closed, yet
128 buildTitle: function ($applyto, assignees, due, closedby, closedon) { argument
166 if (closedby || closedby === '') {
167 if (closedby === '') closedby = LANG.plugins['do'].by_unknown;
168 newTitle += ' ' + PluginDo.getLang('closedby', closedby);
361 var closedby = null,
380 closedby
[all...]