Home
last modified time | relevance | path

Searched refs:user_nick (Results 1 – 16 of 16) sorted by path

/plugin/bez/ctl/
H A Dstart.php112 $filter = array('state' => 'opened', 'coordinator' => $this->model->user_nick);
118 $filter = array('state' => 'opened', 'assignee' => $this->model->user_nick);
124 $filter = array('state' => 'opened', 'original_poster' => $this->model->user_nick);
130 $filter = array('state' => 'opened', 'original_poster' => $this->model->user_nick);
H A Dtask.php31 $task->set_participant_flags($this->model->user_nick, array('subscribent'));
36 $task->remove_participant_flags($this->model->user_nick, array('subscribent'));
H A Dthread.php54 $thread->set_participant_flags($this->model->user_nick, array('subscribent'));
59 $thread->remove_participant_flags($this->model->user_nick, array('subscribent'));
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php41 'generated_by' => $this->model->user_nick,
H A DEntity.php179 unset($users[$this->model->user_nick]);
H A DLabel.php20 $this->added_by = $this->model->user_nick;
H A DModel.php28 protected $dw_auth, $user_nick, $action, $conf;
60 in_array($property, array('sqlite', 'db', 'acl', 'dw_auth', 'user_nick', 'action', 'conf'))) {
81 public function __construct($dw_auth, $user_nick, $action, $skip_acl=false) { argument
83 $this->user_nick = $user_nick;
116 $userd = $this->dw_auth->getUserData($this->user_nick);
H A DSubscriptionFactory.php31 $this->model->sqlite->query($q, $this->model->user_nick);
41 $this->model->sqlite->query($q, $this->model->user_nick);
50 $r = $this->model->sqlite->query($q, $this->model->user_nick);
63 if (!$user) $user = $this->model->user_nick;
H A DTask.php104 $this->original_poster = $this->model->user_nick;
161 if ($this->type != 'program' && $this->coordinator == $this->model->user_nick) {
194 if ($this->get_participant($this->model->user_nick) === false &&
195 ($this->thread_id != '' && $this->__get('thread')->get_participant($this->model->user_nick) === false)) {
202 if ($this->assignee == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
206 if ($this->type == 'program' && $this->original_poster == $this->model->user_nick) {
216 if (($this->type != 'program' && $this->coordinator == $this->model->user_nick) ||
267 $this->assignee = $this->model->user_nick;
296 $this->closed_by = $this->model->user_nick;
385 $user_id = $this->model->user_nick;
[all...]
H A DTaskFactory.php163 if ($this->model->user_nick != $task->assignee) {
196 if ($prev_assignee != $task->assignee && $this->model->user_nick != $task->assignee) {
H A DTask_comment.php41 $this->author = $this->model->user_nick;
53 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
63 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
H A DTask_program.php26 $this->added_by = $this->model->user_nick;
H A DThread.php55 if ($this->coordinator === $this->model->user_nick ||
74 $this->original_poster = $this->model->user_nick;
98 if ($this->get_participant($this->model->user_nick) === false) {
104 if ($this->state == 'proposal' && $this->original_poster == $this->model->user_nick) {
110 if ($this->coordinator == $this->model->user_nick) {
154 $this->closed_by = $this->model->user_nick;
240 $user_id = $this->model->user_nick;
294 $participant['added_by'] = $this->model->user_nick;
509 $tpl->set('who', $this->model->user_nick);
519 $tpl->set('who', $this->model->user_nick);
[all...]
H A DThreadFactory.php223 if ($thread->state != 'proposal' && $this->model->user_nick != $thread->coordinator) {
294 if ($thread->state != 'proposal' && $this->model->user_nick != $thread->coordinator) {
H A DThread_comment.php55 $this->author = $this->model->user_nick;
68 if ($this->coordinator == $this->model->user_nick) {
78 if ($this->author == $this->model->user_nick && $this->type == 'comment') {
86 if ($this->coordinator == $this->model->user_nick) {
/plugin/bez/meta/
H A DTpl.php25 $this->set('client', $this->model->user_nick);
123 return $this->action->get_model()->user_nick;