| /plugin/bez/db/ |
| H A D | update0001.sql | 33 thread_id INTEGER NOT NULL REFERENCES thread (id), field 46 PRIMARY KEY (thread_id, user_id) 52 thread_id INTEGER NOT NULL REFERENCES thread (id), field 71 JOIN thread ON thread_comment.thread_id = thread.id; 74 ON thread_comment (thread_id); 90 thread_id INTEGER NOT NULL, field 92 PRIMARY KEY (thread_id, label_id) 163 thread_id INTEGER REFERENCES thread (id), --may be null field 169 ON task (thread_id, thread_comment_id); 177 WHEN new.thread_id IS NOT NULL [all …]
|
| H A D | update0011.sql | 12 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority, 20 … (SELECT COUNT(*) FROM thread_comment WHERE type = 'cause' AND thread_id=thread.id) AS cause_count, 21 … (SELECT COUNT(*) FROM thread_comment WHERE type = 'risk' AND thread_id=thread.id) AS risk_count, 22 …(SELECT COUNT(*) FROM thread_comment WHERE type = 'opportunity' AND thread_id=thread.id) AS opport… 24 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
|
| H A D | update0003.sql | 6 WHERE id = old.thread_id; 10 WHERE id = old.thread_id; 21 WHERE id = old.thread_id;
|
| H A D | update0014.sql | 12 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority, 20 … (SELECT COUNT(*) FROM task WHERE type = 'corrective' AND thread_id=thread.id) AS corrective_count, 21 … (SELECT COUNT(*) FROM task WHERE type = 'preventive' AND thread_id=thread.id) AS preventive_count 23 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
|
| H A D | update0013.sql | 14 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority, 22 … (SELECT COUNT(*) FROM thread_comment WHERE type = 'cause' AND thread_id=thread.id) AS cause_count 24 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
|
| H A D | update0002.sql | 18 LEFT JOIN thread ON task.thread_id = thread.id; 29 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority, 38 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
|
| H A D | update0012.sql | 8 WHERE id = old.thread_id; 12 WHERE id = old.thread_id;
|
| /plugin/bez/ctl/ |
| H A D | thread_report.php | 10 $thread_id = $this->get_param('id'); variable 11 if ($thread_id != '') { 13 $thread = $this->model->threadFactory->get_one($thread_id); 21 if ($thread_id == '') {
|
| H A D | task.php | 85 if ($task->thread_id != '') { 86 header('Location: ' . $this->url('thread', 'id', $task->thread_id)); 91 $thread_id = $_POST['thread_id']; variable 92 $task->pin($thread_id);
|
| /plugin/bez/mdl/ |
| H A D | Thread_comment.php | 11 …protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $conte… 27 if ($this->thread_id == null) { 31 $this->thread = $this->model->threadFactory->get_one($this->thread_id); 64 $this->thread_id = $this->thread->id; 73 if (isset($defaults['thread']) && $this->thread_id == $defaults['thread']->id) { 108 return $tpl->url('thread', 'id', $this->thread_id) . '#k' . $this->id;
|
| H A D | Task_commentFactory.php | 20 …if ($task_comment->task->thread_id != '' && $task_comment->task->type != 'preventive' && $task_com… 51 if ($task_comment->task->thread_id != '') { 60 if ($task_comment->task->thread_id != '') { 73 …if ($task_comment->task->thread_id != '' && $task_comment->task->type != 'preventive' && $task_com… 91 …if ($obj->task->thread_id != '' && $obj->task->type != 'preventive' && $obj->task->thread->state …
|
| H A D | Task.php | 28 protected $thread_id, $thread_comment_id, $task_program_id; 64 if ($this->thread_id == null) { 67 if ($this->thread == null || $this->thread_id != $this->thread->id) { 68 $this->thread = $this->model->threadFactory->get_one($this->thread_id); 114 $this->thread_id = $this->thread->id; 138 if ($this->thread_id == '') { 177 if (isset($defaults['thread']) && $this->thread_id == $defaults['thread']->id) { 185 if ($this->thread_id == '') { 196 …($this->thread_id != '' && $this->__get('thread')->get_participant($this->model->user_nick) === fa… 261 if ($this->thread_id == '') { [all …]
|
| H A D | TaskFactory.php | 155 if ($task->thread_id != '') { 166 if ($task->thread_id != '') { 185 if ($task->thread_id != '' && $task->assignee != $prev_assignee) { 187 'thread_id' => $task->thread_id,
|
| H A D | Thread_commentFactory.php | 102 … if ($this->count(array('thread_id' => $obj->thread_id, 'author' => $obj->author)) == 0) {
|
| /plugin/bez/tpl/ |
| H A D | 8d_causes.php | 6 … <a href="<?php echo $tpl->url('thread', 'id', $cause->thread_id) ?>#k<?php echo $cause->id ?>">
|
| H A D | task_box.php | 35 … <?php if ($tpl->get('task')->thread_id == '' || $tpl->get('task')->thread->type != 'project'): ?> 99 <?php if ($tpl->get('task')->thread_id == ''): ?>
|
| H A D | tasks.php | 182 <?php if ($task->thread_id != '') echo '#'.$task->thread_id ?>
|
| H A D | task.php | 2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERM…
|
| /plugin/flowplay2/flowplayer/ |
| D | README.txt | 431 (see: http://sourceforge.net/forum/forum.php?thread_id=1733937&forum_id=453550)
|