/plugin/structtasks/meta/ |
H A D | SelfRemovalNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument 21 if (in_array($editor_email, $old_data['assignees']) and 22 !in_array($editor_email, $new_data['assignees'])) { 25 function ($val) use ($editor_email) {return $val !== $editor_email;}
|
H A D | RemovedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument 24 function ($val) use ($editor_email) {return $val !== $editor_email;}
|
H A D | AssignedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument 26 function ($val) use ($editor_email) {return $val !== $editor_email;}
|
H A D | DateNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument 26 function ($val) use ($editor_email) {return $val !== $editor_email;}
|
H A D | DeletedNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument 25 function ($val) use ($editor_email) {return $val !== $editor_email;}
|
H A D | ClosedStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument 28 function ($val) use ($editor_email) {return $val !== $editor_email;}
|
H A D | OpenStatusNotifier.php | 20 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument 28 function ($val) use ($editor_email) {return $val !== $editor_email;}
|
H A D | AbstractNotifier.php | 63 abstract function getNotifiableUsers($page, $editor_email, $new_data, $old_data); argument 140 public function sendMessage($page_id, $page_title, $editor, $editor_email, $new_data, argument 143 … $notifiable_users = $this->getNotifiableUsers($page_id, $editor_email, $new_data, $old_data);
|
H A D | TodayNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
|
H A D | OverdueNotifier.php | 21 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
|
H A D | ReminderNotifier.php | 42 public function getNotifiableUsers($page, $editor_email, $new_data, $old_data) { argument
|
/plugin/structtasks/ |
H A D | action.php | 81 $editor_email = $util->getUserEmail($editor_id); 86 $notifier->sendMessage($id, $title, $editor_name, $editor_email, $new_data, $old_data);
|
H A D | cli.php | 144 $editor_email = ''; 146 $n->sendMessage($task, $title, $editor_name, $editor_email, $data, $data);
|
/plugin/structtasks/_test/ |
H A D | NotifiersTest.php | 51 const editor_email = 'Some User <some.user@example.com>'; define in dokuwiki\\plugin\\structtasks\\test\\notifiers_plugin_structtasks_test 355 $this::editor_email, 413 $this::editor_email,
|