Searched refs:closed_by (Results 1 – 9 of 9) sorted by relevance
| /plugin/bez/tpl/ |
| H A D | thread.php | 45 … '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>', 54 … '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>',
|
| H A D | task.php | 71 '<strong>' . $tpl->user_name($tpl->get('task')->closed_by) . '</strong>',
|
| /plugin/bez/db/ |
| H A D | update0001.sql | 6 closed_by TEXT NULL, -- who closed or rejected the thread field 141 closed_by TEXT NULL, -- who closed the task field 374 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
| H A D | update0013.sql | 7 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
| H A D | update0014.sql | 5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
| H A D | update0011.sql | 5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
| H A D | update0002.sql | 22 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
| /plugin/bez/mdl/ |
| H A D | Thread.php | 14 protected $original_poster, $coordinator, $closed_by; variable in dokuwiki\\plugin\\bez\\mdl\\Thread 155 $this->closed_by = $this->model->user_nick; 160 $this->closed_by,
|
| H A D | Task.php | 16 protected $original_poster, $assignee, $closed_by; variable in dokuwiki\\plugin\\bez\\mdl\\Task 297 $this->closed_by = $this->model->user_nick; 302 $this->closed_by,
|