Home
last modified time | relevance | path

Searched refs:coordinator (Results 1 – 17 of 17) sorted by path

/plugin/bez/cron/
H A Dfunctions.php65 $key = $thread->coordinator;
/plugin/bez/ctl/
H A Dstart.php65 $timeline->push($thread->create_date, 'thread_opened' . $project, $thread->coordinator, $thread);
69 $timeline->push($thread->last_activity_date, 'thread_done' . $project, $thread->coordinator, $thread);
71 $timeline->push($thread->last_activity_date, 'thread_closed' . $project, $thread->coordinator, $thread);
73 $timeline->push($thread->last_activity_date, 'thread_rejected' . $project, $thread->coordinator, $thread);
112 $filter = array('state' => 'opened', 'coordinator' => $this->model->user_nick);
/plugin/bez/db/
H A Dupdate0001.sql5 coordinator TEXT NULL, -- NULL - proposal field
37 coordinator BOOLEAN NOT NULL DEFAULT 0, field
69 thread.coordinator AS coordinator
363 thread.coordinator AS coordinator,
374 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0002.sql11 thread.coordinator AS coordinator,
22 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 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,
/plugin/bez/mdl/
H A DTask.php36 protected $task_program_name, $priority, $coordinator; variable in dokuwiki\\plugin\\bez\\mdl\\Task
80 } elseif($property == 'priority' || $property == 'coordinator' || $property == 'task_program_name') {
114 $this->coordinator = $this->thread->coordinator;
161 if ($this->type != 'program' && $this->coordinator == $this->model->user_nick) {
216 if (($this->type != 'program' && $this->coordinator == $this->model->user_nick) ||
H A DThread.php13 protected $original_poster, $coordinator, $closed_by;
29 'original_poster', 'coordinator', 'closed_by',
55 if ($this->coordinator === $this->model->user_nick ||
66 'coordinator' => array(array('dw_user'), 'NULL'),
90 $this->acl->grant('coordinator', BEZ_PERMISSION_CHANGE);
110 if ($this->coordinator == $this->model->user_nick) {
113 $this->acl->grant('coordinator', BEZ_PERMISSION_CHANGE);
126 if (isset($data['coordinator']) && $this->state == 'proposal') {
201 $possible_flags = array('original_poster', 'coordinator', 'commentator', 'task_assignee', 'subscribent');
260 $possible_flags = array('original_poster', 'coordinator', 'commentato
[all...]
H A DThreadFactory.php35 SUM(thread_participant.coordinator) AS coordinator_sum,
46 SUM(coordinator) AS coordinator_sum,
209 if($thread->coordinator != null) {
210 $thread->set_participant_flags($thread->coordinator, array('coordinator', 'subscribent'));
223 if ($thread->state != 'proposal' && $this->model->user_nick != $thread->coordinator) {
252 $prev_coordinator = $thread->coordinator;
274 if ($thread->coordinator != null && $thread->coordinator != $prev_coordinator) {
276 $thread->remove_participant_flags($prev_coordinator, array('coordinator'));
[all...]
H A DThread_comment.php14 protected $coordinator; variable in dokuwiki\\plugin\\bez\\mdl\\Thread_comment
35 } elseif ($property == 'coordinator') {
65 $this->coordinator = $this->thread->coordinator;
68 if ($this->coordinator == $this->model->user_nick) {
86 if ($this->coordinator == $this->model->user_nick) {
/plugin/bez/tpl/
H A D8d.php133 <strong><?php echo $tpl->getLang('coordinator') ?>:</strong>
134 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
H A Dactivity_report.php22 <th><?php echo $tpl->getLang('coordinator') ?></th>
30 <?php $coordinator = 0 ?> variable
45 <?php $coordinator += $involvement['coordinator_sum'] ?>
53 <td><?php echo $coordinator ?></td>
H A Dkp.php76 <strong><?php echo $tpl->getLang('coordinator') ?>:</strong>
77 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
H A Dthread_box.php60 <th><?php echo $tpl->getLang('coordinator') ?>:</th>
62 <?php if ($tpl->get('thread')->coordinator == ''): ?>
65 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
94 <?php if (count($tpl->get('thread')->changable_fields(array('label_id', 'title', 'content', 'coordinator'))) > 0): ?>
109 <?php echo $tpl->mailto($tpl->user_email($tpl->get('thread')->coordinator),
H A Dthreads.php61 <label><?php echo $tpl->getLang('coordinator') ?>:
62 <select name="coordinator">
63 <option <?php if ($tpl->value('coordinator') === '-all') echo 'selected' ?>
65 <option <?php if ($tpl->value('coordinator') === '-none') echo 'selected' ?>
69 <option <?php if ($tpl->value('coordinator') === $nick) echo 'selected' ?>
76 <option <?php if ($tpl->value('coordinator') === $group) echo 'selected' ?>
131 <th><?php echo $tpl->getLang('coordinator') ?></th>
184 <?php if ($thread->coordinator === NULL): ?>
187 <?php echo $tpl->user_name($thread->coordinator) ?>
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1479 coordinator. Authors of PGN capable software are encouraged to contact the
1480 coordinator (e-mail address listed near the start of this document) so that the
1816 extensions should be sent via e-mail to the PGN coordinator whose address
2301 new opcodes should be sent to the PGN standard coordinator listed near the