Home
last modified time | relevance | path

Searched refs:original_poster (Results 1 – 12 of 12) sorted by relevance

/plugin/bez/db/
H A Dupdate0001.sql4 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,
H A Dupdate0013.sql7 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0014.sql5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0011.sql5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0002.sql22 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
/plugin/bez/tpl/
H A Dthread_box.php57 <?php echo $tpl->user_name($tpl->get('thread')->original_poster) ?>
H A Dtask_box.php49 <?php echo $tpl->user_name($tpl->get('task')->original_poster) ?>
/plugin/bez/mdl/
H A DThread.php13 protected $original_poster, $coordinator, $closed_by;
29 'original_poster', 'coordinator', 'closed_by',
74 $this->original_poster = $this->model->user_nick;
104 if ($this->state == 'proposal' && $this->original_poster == $this->model->user_nick) {
201 $possible_flags = array('original_poster', 'coordinator', 'commentator', 'task_assignee', 'subscribent');
260 $possible_flags = array('original_poster', 'coordinator', 'commentator', 'task_assignee', 'subscribent');
283 $possible_flags = array('original_poster', 'coordinator', 'commentator', 'task_assignee', 'subscribent');
H A DTask.php15 protected $original_poster, $assignee, $closed_by;
40 'original_poster', 'assignee', 'closed_by',
104 $this->original_poster = $this->model->user_nick;
206 if ($this->type == 'program' && $this->original_poster == $this->model->user_nick) {
346 $possible_flags = array('original_poster', 'assignee', 'commentator', 'subscribent');
405 $possible_flags = array('original_poster', 'assignee', 'commentator', 'subscribent');
428 $possible_flags = array('original_poster', 'assignee', 'commentator', 'subscribent');
H A DTaskFactory.php83 SUM(task_participant.original_poster) AS original_poster_sum,
93 SUM(original_poster) AS original_poster_sum,
152 $task->set_participant_flags($task->original_poster, array('subscribent', 'original_poster'));
H A DThreadFactory.php34 SUM(thread_participant.original_poster) AS original_poster_sum,
45 SUM(original_poster) AS original_poster_sum,
208 $thread->set_participant_flags($thread->original_poster, array('original_poster', 'subscribent'));
/plugin/bez/ctl/
H A Dstart.php63 $timeline->push($thread->create_date, 'thread_proposal' . $project, $thread->original_poster, $thread);
124 $filter = array('state' => 'opened', 'original_poster' => $this->model->user_nick);
130 $filter = array('state' => 'opened', 'original_poster' => $this->model->user_nick);