Home
last modified time | relevance | path

Searched refs:task_comment (Results 1 – 8 of 8) sorted by relevance

/plugin/bez/mdl/
DTask_commentFactory.php18 public function initial_save(Entity $task_comment, $data) { argument
20 …if ($task_comment->task->thread_id != '' && $task_comment->task->type != 'preventive' && $task_com…
29 parent::initial_save($task_comment, $data);
31 …$task_comment->task->set_participant_flags($task_comment->author, array('subscribent', 'commentato…
35 $task_comment->task->set_state('done');
36 if ($task_comment->id) {
38 $task_comment->id);
42 $task_comment->task->set_state('opened');
45 $task_comment->task_id);
49 $task_comment->task->update_virutal();
[all …]
/plugin/bez/ctl/
Dtask.php23 $task_comment = $this->model->task_commentFactory->create_object(array('task' => $task)); variable
24 $this->model->task_commentFactory->initial_save($task_comment, $_POST);
26 $anchor = 'zk'.$task_comment->id;
59 …$task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('task' … variable
60 $this->model->task_commentFactory->delete($task_comment);
65 …$task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('thread… variable
68 $this->tpl->set_values($task_comment->get_assoc());
70 $this->model->task_commentFactory->update_save($task_comment, $_POST);
72 $anchor = 'zk' . $task_comment->id;
Dstart.php97 foreach ($task_comments as $task_comment) {
98 if ($task_comment->task->acl_of('id') < BEZ_PERMISSION_VIEW) continue;
100 …$timeline->push($task_comment->create_date, 'task_comment_added', $task_comment->author, $task_com…
/plugin/bez/db/
Dupdate0006.sql1 ALTER TABLE task_comment
4 UPDATE task_comment SET closing=1 WHERE id IN (SELECT MAX(id) FROM task_comment GROUP BY task_id);
Dupdate0012.sql14 DELETE FROM task_comment WHERE task_id=old.id;
Dupdate0003.sql12 DELETE FROM task_comment WHERE task_id=old.id;
Dupdate0001.sql334 CREATE TABLE task_comment ( table
/plugin/bez/tpl/
Dtask.php55 <?php foreach ($tpl->get('task_comments') as $task_comment): ?>
56 <?php $tpl->set('task_comment', $task_comment) ?>
58 $tpl->param('zkid') == $task_comment->id): ?>