Home
last modified time | relevance | path

Searched refs:thread_id (Results 1 – 19 of 19) sorted by relevance

/plugin/bez/db/
H A Dupdate0001.sql33 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 I
[all...]
H A Dupdate0011.sql12 (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 opportunity_count
24 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
H A Dupdate0003.sql6 WHERE id = old.thread_id;
10 WHERE id = old.thread_id;
21 WHERE id = old.thread_id;
H A Dupdate0014.sql12 (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 Dupdate0013.sql14 (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 Dupdate0002.sql18 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 Dupdate0012.sql8 WHERE id = old.thread_id;
12 WHERE id = old.thread_id;
/plugin/bez/ctl/
H A Dthread_report.php10 $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 Dtask.php85 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 DThread_comment.php11 protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count;
21 return array('id', 'thread_id', 'type', 'author',
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 DTask_commentFactory.php20 if ($task_comment->task->thread_id != '' && $task_comment->task->type != 'preventive' && $task_comment->task->thread->state == 'closed') {
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_comment->task->thread->state == 'closed') {
91 if ($obj->task->thread_id != '' && $obj->task->type != 'preventive' && $obj->task->thread->state == 'closed') {
H A DTask.php28 protected $thread_id, $thread_comment_id, $task_program_id;
47 '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 !
476 pin($thread_id) global() argument
[all...]
H A DTaskFactory.php36 $tasks = $this->model->taskFactory->get_all(array('thread_id' => $thread->id),
58 WHERE task.thread_id = ?
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 DThread_commentFactory.php14 $filters['thread_id'] = $thread->id;
102 if ($this->count(array('thread_id' => $obj->thread_id, 'author' => $obj->author)) == 0) {
/plugin/bez/tpl/
H A D8d_causes.php6 <a href="<?php echo $tpl->url('thread', 'id', $cause->thread_id) ?>#k<?php echo $cause->id ?>">
H A Dtask_box.php35 <?php if ($tpl->get('task')->thread_id == '' || $tpl->get('task')->thread->type != 'project'): ?>
98 <?php if ($tpl->get('task')->acl_of('thread_id') >= BEZ_PERMISSION_CHANGE): ?>
99 <?php if ($tpl->get('task')->thread_id == ''): ?>
104 <?php echo $tpl->getLang('thread_id') ?>:
105 <input name="thread_id" type="number" style="width: 50px"
106 value="<?php echo $tpl->value('thread_id') ?>" />
H A Dtasks.php182 <?php if ($task->thread_id != '') echo '#'.$task->thread_id ?>
H A Dtask.php2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERMISSION_VIEW): ?>
/plugin/flowplay2/flowplayer/
H A DREADME.txt431 (see: http://sourceforge.net/forum/forum.php?thread_id=1733937&forum_id=453550)