Home
last modified time | relevance | path

Searched +full:task +(+path:plugin +path:do) -(+path:plugin +path:do +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/do/syntax/
Ddo.php72 'task' => array(),
81 $data['task']['date'] = $grep[1];
82 $content = trim(str_replace($data['task']['date'], '', $content));
87 $data['task']['users'] = explode(',', $content);
88 $data['task']['users'] = array_map('trim', $data['task']['users']);
90 … $data['task']['users'] = array_map(array($auth, 'cleanUser'), $data['task']['users']);
92 $data['task']['users'] = array_unique($data['task']['users']);
93 $data['task']['users'] = array_filter($data['task']['users']);
107 $data['task']['text'] = $this->_textContent(
114 $data['task']['md5'] = md5(
[all …]
Ddolist.php139 $table .= ' <th>' . $this->getLang('task') . '</th>';
166 // task status icon...
/plugin/do/
Dhelper.php52 * Save a task.
54 * @param array $data task informations as key value array.
95 * - md5 a single task
244 * @param string $page page id of the task
246 * @param string $commitmsg a optional message to the task completion
249 * false on undone a task
250 * or timestamp on task completion
279 return -2; //not allowed, task don't exist
283 // load task details and determine notify receivers
284 $task = $this->loadTasks(array('id' => $ID, 'md5' => $md5))[0];
[all …]
Daction.php53 // toggle status of a single task
/plugin/do/scripts/
DPluginDo.js72 * Toggle status of task, when symbol of task is clicked
120 * Set the task title
122 * @param {Array} assignees assignees for the task, undefined for autodetect
123 * @param {string} due the task's due date, undefined for autodetect
124 * @param {string} closedby who closed the task, undefined for not closed, yet
125 * @param {string} closedon when was the task closed, undefined for not closed, yet
133 //take the assignees of the first task or table row when tasks are duplicated
220 * @returns {boolean} whether task is still open and exceed due date
254 * Update statistics in the page task status view
273 // task is marked done
[all …]
Dgeneral.js32 // ajax returns array with status info per task at page