Searched refs:original_poster (Results 1 – 12 of 12) sorted by relevance
/plugin/bez/db/ |
D | update0001.sql | 4 original_poster TEXT NOT NULL, field 36 original_poster BOOLEAN NOT NULL DEFAULT 0, field 139 original_poster TEXT NOT NULL, field 322 original_poster BOOLEAN NOT NULL DEFAULT 0, field 374 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
D | update0013.sql | 7 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
D | update0014.sql | 5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
D | update0011.sql | 5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
D | update0002.sql | 22 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
/plugin/bez/tpl/ |
D | thread_box.php | 57 <?php echo $tpl->user_name($tpl->get('thread')->original_poster) ?>
|
D | task_box.php | 49 <?php echo $tpl->user_name($tpl->get('task')->original_poster) ?>
|
/plugin/bez/mdl/ |
D | Thread.php | 14 protected $original_poster, $coordinator, $closed_by; 75 $this->original_poster = $this->model->user_nick; 105 if ($this->state == 'proposal' && $this->original_poster == $this->model->user_nick) {
|
D | Task.php | 16 protected $original_poster, $assignee, $closed_by; 105 $this->original_poster = $this->model->user_nick; 207 if ($this->type == 'program' && $this->original_poster == $this->model->user_nick) {
|
D | TaskFactory.php | 152 … $task->set_participant_flags($task->original_poster, array('subscribent', 'original_poster'));
|
D | ThreadFactory.php | 208 … $thread->set_participant_flags($thread->original_poster, array('original_poster', 'subscribent'));
|
/plugin/bez/ctl/ |
D | start.php | 63 …eline->push($thread->create_date, 'thread_proposal' . $project, $thread->original_poster, $thread);
|