19 declare(strict_types=1);
57 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference,
bool $a_prepare_output =
false)
64 $this->
lng->loadLanguageModule(
'grp');
65 $this->
lng->loadLanguageModule(
'obj');
66 $this->
http = $DIC->http();
68 $this->rbacsystem = $DIC->rbac()->system();
69 $this->news = $DIC->news();
74 if ($this->
http->wrapper()->query()->has(
'ref_id')) {
75 return $this->
http->wrapper()->query()->retrieve(
90 $ilNavigationHistory = $DIC[
'ilNavigationHistory'];
94 $next_class = $this->
ctrl->getNextClass($this);
95 $cmd = $this->
ctrl->getCmd();
100 $ilNavigationHistory->addItem(
102 ilLink::_getLink(
$ref_id,
"grp"),
108 if ($next_class ==
"" && $cmd ==
"" && $this->
object->isNewsTimelineLandingPageEffective()
110 $this->
ctrl->redirectByClass(
"ilnewstimelinegui");
113 $header_action =
true;
114 switch ($next_class) {
115 case strtolower(ilRepositoryTrashGUI::class):
116 $ru = new \ilRepositoryTrashGUI($this);
117 $this->
ctrl->setReturn($this,
'trash');
118 $this->
ctrl->forwardCommand($ru);
121 case 'illtiproviderobjectsettinggui':
123 $this->tabs_gui->activateTab(
'settings');
124 $this->tabs_gui->activateSubTab(
'lti_provider');
127 $lti_gui->offerLTIRolesForSelection(
false);
128 $this->
ctrl->forwardCommand($lti_gui);
132 case 'ilgroupmembershipgui':
134 $this->tabs_gui->activateTab(
'members');
137 $this->
ctrl->forwardCommand($mem_gui);
141 case 'ilgroupregistrationgui':
142 $this->
ctrl->setReturn($this,
'');
143 $this->tabs_gui->setTabActive(
'join');
145 $this->
ctrl->forwardCommand($registration);
148 case 'ilpermissiongui':
149 $this->tabs_gui->activateTab(
'perm_settings');
151 $this->
ctrl->forwardCommand($perm_gui);
154 case "ilinfoscreengui":
158 case "illearningprogressgui":
160 if ($this->
http->wrapper()->query()->has(
'user_id')) {
168 $this->
object->getRefId(),
171 $this->
ctrl->forwardCommand($new_gui);
172 $this->tabs_gui->setTabActive(
'learning_progress');
175 case 'ilobjcoursegroupinggui':
177 $this->
ctrl->setReturn($this,
'edit');
179 if ($this->
http->wrapper()->query()->has(
'obj_id')) {
180 $obj_id = $this->
http->wrapper()->query()->retrieve(
186 $this->
ctrl->forwardCommand($crs_grp_gui);
187 $this->tabs_gui->setTabActive(
'settings');
188 $this->tabs_gui->setSubTabActive(
'groupings');
191 case 'ilcoursecontentgui':
193 $this->
ctrl->forwardCommand($course_content_obj);
196 case 'ilpublicuserprofilegui':
198 $this->tabs_gui->setTabActive(
'group_members');
199 $this->tabs_gui->setSubTabActive(
'grp_members_gallery');
201 if ($this->
http->wrapper()->query()->has(
'user')) {
202 $usr_id = $this->
http->wrapper()->query()->retrieve(
209 if ($this->
http->wrapper()->query()->has(
'back_url')) {
210 $back_url = $this->
http->wrapper()->query()->retrieve(
212 $this->
refinery->kindlyTo()->string()
215 if ($back_url ==
'') {
216 $profile_gui->setBackUrl($this->
ctrl->getLinkTargetByClass([
"ilGroupMembershipGUI",
"ilUsersGalleryGUI"],
'view'));
218 $html = $this->
ctrl->forwardCommand($profile_gui);
219 $this->tpl->setVariable(
"ADM_CONTENT",
$html);
223 $this->tabs_gui->setTabActive(
'none');
225 $this->tpl->setVariable(
226 "LOCATION_CONTENT_STYLESHEET",
233 case "ilcontainerpagegui":
236 $this->tpl->setContent($ret);
238 $header_action =
false;
241 case 'ilobjectcopygui':
244 $this->
ctrl->forwardCommand($cp);
247 case "ilobjectcontentstylesettingsgui":
253 $settings_gui = $DIC->contentStyle()->gui()
254 ->objectSettingsGUIForRefId(
258 $this->
ctrl->forwardCommand($settings_gui);
261 case 'ilobjectcustomuserfieldsgui':
264 $this->tabs_gui->setTabActive(
'settings');
265 $this->tabs_gui->activateSubTab(
'grp_custom_user_fields');
266 $this->
ctrl->forwardCommand($cdf_gui);
269 case 'ilmemberagreementgui':
270 $this->
ctrl->setReturn($this,
'');
271 $this->tabs_gui->setTabActive(
'view_content');
273 $this->
ctrl->forwardCommand($agreement);
277 $this->tabs_gui->setTabActive(
'export');
279 $exp->addFormat(
'xml');
280 $this->
ctrl->forwardCommand($exp);
283 case "ilcommonactiondispatchergui":
288 case 'ilobjectservicesettingsgui':
289 $this->
ctrl->setReturn($this,
'edit');
291 $this->tabs_gui->activateTab(
'settings');
292 $this->tabs_gui->activateSubTab(
'tool_settings');
304 case 'ilmailmembersearchgui':
307 if (!($this->
access->checkAccess(
'manage_members',
'', $this->object->getRefId()) ||
309 $this->rbacsystem->checkAccess(
'internal_mail', $mail->getMailObjectReferenceId())) {
310 $this->error->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->error->MESSAGE);
313 $this->tabs_gui->setTabActive(
'members');
318 $this->
ctrl->forwardCommand($mail_search);
321 case 'ilbadgemanagementgui':
322 $this->tabs_gui->setTabActive(
'obj_tool_setting_badges');
324 $this->
ctrl->forwardCommand($bgui);
327 case "ilcontainernewssettingsgui":
329 $this->tabs_gui->setTabActive(
'settings');
330 $this->tabs_gui->activateSubTab(
'obj_news_settings');
332 $news_set_gui->setTimeline(
true);
333 $news_set_gui->setCronNotifications(
true);
334 $news_set_gui->setHideByDate(
true);
335 $this->
ctrl->forwardCommand($news_set_gui);
338 case "ilnewstimelinegui":
340 $this->tabs_gui->setTabActive(
'news_timeline');
342 $t->setUserEditAll($this->
access->checkAccess(
'write',
'', $this->object->getRefId(),
'grp'));
344 $this->
ctrl->forwardCommand($t);
346 $this->
user->getId(),
347 $this->
object->getId(),
348 $this->
object->getRefId(),
353 case "ilcontainerskillgui":
354 $this->tabs_gui->activateTab(
'obj_tool_setting_skills');
359 case 'ilcalendarpresentationgui':
361 $this->
ctrl->forwardCommand($cal);
364 case 'ilobjectmetadatagui':
365 if (!$this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
366 $this->error->raiseError($this->
lng->txt(
'permission_denied'), $this->error->WARNING);
368 $this->tabs_gui->activateTab(
'meta_data');
373 case 'ilobjecttranslationgui':
376 $this->
tabs->activateTab(
"settings");
378 $this->
ctrl->forwardCommand($transgui);
385 !$this->
access->checkAccess(
'visible',
'', $this->object->getRefId(),
'grp') and
386 !$this->
access->checkAccess(
'read',
'', $this->object->getRefId(),
'grp')) {
387 $this->error->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->error->MESSAGE);
391 if ($cmd ==
'infoScreenGoto') {
392 if ($this->
object->isRegistrationEnabled()) {
401 && !$this->rbacsystem->checkAccess(
'read', $this->object->getRefId()) && $cmd !=
'infoScreen')
403 || $cmd ===
'leaveWaitList') {
405 if (!$this->rbacsystem->checkAccess(
'join', $this->object->getRefId())) {
406 $this->
ctrl->redirect($this,
"infoScreen");
408 $this->
ctrl->redirectByClass(
"ilGroupRegistrationGUI",
"show");
419 if ($header_action) {
427 $this->
ctrl->redirect($this,
"");
433 $this->
ctrl->redirect($this,
"");
442 $this->
user->getId(),
443 $this->
object->getId(),
444 $this->
object->getRefId(),
449 parent::renderObject();
455 $this->
ctrl->redirectByClass(ilMemberAgreementGUI::class);
458 $this->tabs_gui->setTabActive(
'view_content');
464 $this->
tabs->activateTab(
"view_content");
465 parent::renderObject();
474 if ($course_ref_id = $this->tree->checkForParentType($this->object->getRefId(),
'crs')) {
478 'ilcoursecontentgui',
495 $new_object->setRegistrationType(
503 $this->tree->checkForParentType($new_object->
getRefId(),
'crs',
true) ||
504 $this->tree->checkForParentType($new_object->
getRefId(),
'grp',
true)
518 $members_obj->updateNotification($this->
user->getId(), (bool) $this->
settings->get(
'mail_grp_admin_notification',
'1'));
519 $members_obj->updateContact($this->
user->getId(),
true);
521 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
523 $this->
ctrl->setParameter($this,
"ref_id", $new_object->
getRefId());
524 $this->
ctrl->redirect($this,
'edit');
536 $this->tabs_gui->setTabActive(
'settings');
537 $this->tabs_gui->setSubTabActive(
'general');
542 $this->tpl->setVariable(
'ADM_CONTENT', $a_form->getHTML());
548 $this->
object->getRefId(),
549 (
int) $_REQUEST[
'grp_type']
552 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'settings_saved'),
true);
553 $this->
ctrl->redirect($this,
'edit');
570 if ($new_type_info) {
572 $new_type = (
int) $new_type[1];
574 $modified = ($new_type !== $old_type);
583 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'crs_tile_and_session_limit_not_supported'));
588 $old_autofill = $this->
object->hasWaitingListAutoFill();
592 $this->
object->setGroupType((
int)
$form->
getInput(
'grp_type'));
593 $this->
object->setRegistrationType((
int)
$form->
getInput(
'registration_type'));
595 $this->
object->enableUnlimitedRegistration(!
$form->
getInput(
'reg_limit_time'));
596 $this->
object->enableMembershipLimitation((
bool)
$form->
getInput(
'registration_membership_limited'));
597 $this->
object->setMinMembers((
int)
$form->
getInput(
'registration_min_members'));
598 $this->
object->setMaxMembers((
int)
$form->
getInput(
'registration_max_members'));
599 $this->
object->enableRegistrationAccessCode((
bool)
$form->
getInput(
'reg_code_enabled'));
600 $this->
object->setRegistrationAccessCode(
$form->
getInput(
'reg_code'));
601 $this->
object->setViewMode((
int)
$form->
getInput(
'view_mode'));
602 $this->
object->setMailToMembersType((
int)
$form->
getInput(
'mail_type'));
603 $this->
object->setShowMembers((
bool)
$form->
getInput(
'show_members'));
604 $this->
object->setAutoNotification((
bool)
$form->
getInput(
'auto_notification'));
607 $this->
object->enableSessionLimit((
bool)
$form->
getInput(
'sl'));
609 $this->
object->setNumberOfPreviousSessions(is_numeric($session_sp) ? (
int) $session_sp : -1);
611 $this->
object->setNumberOfnextSessions(is_numeric($session_sn) ? (
int) $session_sn : -1);
615 $this->
object->setPeriod(
616 $grp_period->getStart(),
617 $grp_period->getEnd()
622 $this->
object->enableUnlimitedRegistration(
false);
624 $this->
object->enableUnlimitedRegistration(
true);
627 $this->
object->setRegistrationStart($reg->getStart());
628 $this->
object->setRegistrationEnd($reg->getEnd());
631 $this->
object->setCancellationEnd($cancel_end->getDate());
634 if ($this->
http->wrapper()->post()->has(
'waiting_list')) {
635 $waiting_list = $this->
http->wrapper()->post()->retrieve(
640 switch ($waiting_list) {
642 $this->
object->enableWaitingList(
true);
643 $this->
object->setWaitingListAutoFill(
true);
647 $this->
object->enableWaitingList(
true);
648 $this->
object->setWaitingListAutoFill(
false);
652 $this->
object->enableWaitingList(
false);
653 $this->
object->setWaitingListAutoFill(
false);
658 $property_online = $this->
object->getObjectProperties()->getPropertyIsOnline();
660 $property_online->withOnline() :
661 $property_online->withOffline();
662 $this->
object->getObjectProperties()->storePropertyIsOnline($online);
665 $this->
object->update();
668 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTitleIconVisibility();
671 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTopActionsVisibility();
674 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveIcon();
677 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTileImage();
693 $this->
object->hasWaitingListAutoFill()) {
694 $this->
object->handleAutoFill();
700 $this->
user->getId(),
707 $ecs->handleSettingsUpdate(
$form);
709 $this->tpl->setOnScreenMessage(
'failure',
$GLOBALS[
'DIC']->
language()->txt(
'err_check_input'));
718 if ($new_type == 0) {
719 $new_type_txt =
$GLOBALS[
'DIC'][
'lng']->txt(
'il_grp_status_open');
722 $new_type_txt = $dtpl->getPresentationTitle(
$GLOBALS[
'DIC'][
'lng']->getLangKey());
727 $confirm->setHeaderText($this->
lng->txt(
'grp_warn_grp_type_changed'));
728 $confirm->setFormAction($this->
ctrl->getFormAction($this));
732 $this->
lng->txt(
'grp_info_new_grp_type') .
': ' . $new_type_txt
734 $confirm->setConfirm($this->
lng->txt(
'grp_change_type'),
'updateGroupType');
735 $confirm->setCancel($this->
lng->txt(
'cancel'),
'edit');
737 $this->tpl->setContent($confirm->getHTML());
739 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
740 $this->
ctrl->redirect($this,
'edit');
756 if ($this->news->isGloballyActivated()) {
769 $this->tabs_gui->setTabActive(
'settings');
770 $this->tabs_gui->setSubTabActive(
'grp_map_settings');
773 !$this->
access->checkAccess(
"write",
"", $this->object->getRefId())) {
777 $latitude = $this->
object->getLatitude();
778 $longitude = $this->
object->getLongitude();
779 $zoom = $this->
object->getLocationZoom();
782 if ($latitude == 0 && $longitude == 0 && $zoom == 0) {
784 $latitude = $def[
"latitude"];
785 $longitude = $def[
"longitude"];
786 $zoom = $def[
"zoom"];
797 $this->
lng->txt(
"grp_enable_map"),
800 $public->setValue(
"1");
801 $public->setChecked($this->
object->getEnableGroupMap());
806 $this->
lng->txt(
"grp_map_location"),
810 $loc_prop->setLongitude((
float) $longitude);
811 $loc_prop->setZoom((
int) $zoom);
816 $this->tpl->setVariable(
"ADM_CONTENT",
$form->
getHTML());
825 if ($this->
http->wrapper()->post()->has(
'location')) {
826 $custom_transformer = $this->
refinery->custom()->transformation(
837 if ($this->
http->wrapper()->post()->has(
'enable_map')) {
838 $enable_map = $this->
http->wrapper()->post()->retrieve(
844 $this->
object->setLatitude((
string)
$location[
'latitude']);
845 $this->
object->setLongitude((
string) $location[
'longitude']);
846 $this->
object->setLocationZoom((
int) $location[
'zoom']);
847 $this->
object->setEnableGroupMap($enable_map);
848 $this->
object->update();
849 $this->
ctrl->redirect($this,
"editMapSettings");
859 $this->tabs_gui->setTabActive(
'settings');
860 $this->tabs_gui->setSubTabActive(
'grp_info_settings');
875 $area->
setInfo($this->
lng->txt(
'grp_information_info'));
876 $area->setValue($this->
object->getInformation());
889 if ($this->
http->wrapper()->post()->has(
'important')) {
890 $important = $this->
http->wrapper()->post()->retrieve(
892 $this->
refinery->kindlyTo()->string()
895 $this->
object->setInformation($important);
896 $this->
object->update();
897 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"));
905 $this->show_tracking =
910 $completed = $in_progress = $failed = [];
911 if ($this->show_tracking) {
913 $this->show_tracking = $olp->isActive();
916 if ($this->show_tracking) {
922 if ($privacy->enabledGroupAccessTimes()) {
926 $do_prtf = (is_array($selected_columns) &&
927 in_array(
'prtf', $selected_columns) &&
932 $this->
ctrl->getLinkTarget($this,
"members")
943 foreach ($ids as $usr_id) {
944 $tmp_data[
'notification'] = (bool) $this->
object->members_obj->isNotificationEnabled((
int) $usr_id) ? 1 : 0;
945 $tmp_data[
'contact'] = (bool) $this->
object->members_obj->isContact((
int) $usr_id) ? 1 : 0;
947 foreach ((array) ($profile_data[$usr_id] ?? []) as $field => $value) {
948 $tmp_data[$field] = $value;
951 if ($this->show_tracking) {
952 $tmp_data[
'progress'] =
'';
953 if (in_array($usr_id, $completed)) {
955 } elseif (in_array($usr_id, $in_progress)) {
957 } elseif (in_array($usr_id, $failed)) {
964 if ($privacy->enabledGroupAccessTimes()) {
965 if (isset($progress[$usr_id][
'ts']) && ($progress[$usr_id][
'ts'] ??
false)) {
969 $tmp_data[
'access_time_unix'] = $tmp_date->get(
IL_CAL_UNIX);
971 $tmp_data[
'access_time'] = $this->
lng->txt(
'no_date');
972 $tmp_data[
'access_time_unix'] = 0;
975 $tmp_data[
'prtf'] = [];
977 $tmp_data[
'prtf'] = ($all_prtf[$usr_id] ?? []);
979 $members[$usr_id] = $tmp_data;
989 if ($part->isLastAdmin($this->user->getId())) {
990 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'grp_err_administrator_required'));
995 $this->tabs_gui->setTabActive(
'grp_btn_unsubscribe');
998 $cgui->setHeaderText($this->
lng->txt(
'grp_dismiss_myself'));
999 $cgui->setFormAction($this->
ctrl->getFormAction($this));
1000 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancel");
1001 $cgui->setConfirm($this->
lng->txt(
"grp_btn_unsubscribe"),
"unsubscribe");
1002 $this->tpl->setContent($cgui->getHTML());
1008 $this->
object->members_obj->delete($this->
user->getId());
1009 $this->
object->members_obj->sendNotification(
1011 $this->
user->getId()
1013 $this->
object->members_obj->sendNotification(
1015 $this->
user->getId()
1018 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'grp_msg_membership_annulled'),
true);
1019 $this->
ctrl->setParameterByClass(
1022 $this->tree->getParentId($this->object->getRefId())
1024 $this->
ctrl->redirectByClass(
"ilrepositorygui",
"");
1029 $this->tabs_gui->addTab(
1031 $this->
lng->txt(
"content"),
1032 $this->
ctrl->getLinkTarget($this,
"view")
1043 $ilHelp = $DIC[
'ilHelp'];
1044 $ilHelp->setScreenIdComponent(
"grp");
1046 if ($this->
access->checkAccess(
'read',
'', $this->ref_id)) {
1047 if ($this->
object->isNewsTimelineEffective()) {
1048 if (!$this->
object->isNewsTimelineLandingPageEffective()) {
1051 $this->tabs_gui->addTab(
1053 $this->
lng->txt(
"cont_news_timeline_tab"),
1054 $this->
ctrl->getLinkTargetByClass(
"ilnewstimelinegui",
"show")
1056 if ($this->
object->isNewsTimelineLandingPageEffective()) {
1064 $this->
access->checkAccess(
'visible',
'', $this->ref_id) ||
1065 $this->
access->checkAccess(
'join',
'', $this->ref_id) ||
1066 $this->
access->checkAccess(
'read',
'', $this->ref_id)
1068 $this->tabs_gui->addTarget(
1070 $this->
ctrl->getLinkTargetByClass(
1071 array(
"ilobjgroupgui",
"ilinfoscreengui"),
1082 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
1083 $this->tabs_gui->addTarget(
1085 $this->
ctrl->getLinkTarget($this,
"edit"),
1086 array(
"edit",
"editMapSettings"),
1096 $membership_gui->addMemberTab($this->tabs_gui, $is_participant);
1100 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1102 $this->tabs_gui->addTarget(
1103 "obj_tool_setting_badges",
1104 $this->
ctrl->getLinkTargetByClass(
"ilbadgemanagementgui",
""),
1106 "ilbadgemanagementgui" 1117 $this->tabs_gui->addTarget(
1118 "obj_tool_setting_skills",
1119 $this->
ctrl->getLinkTargetByClass(array(
"ilcontainerskillgui",
"ilcontskillpresentationgui"),
""),
1121 array(
"ilcontainerskillgui",
"ilcontskillpresentationgui",
"ilcontskilladmingui")
1127 $this->tabs_gui->addTarget(
1128 'learning_progress',
1129 $this->
ctrl->getLinkTargetByClass(array(
'ilobjgroupgui',
'illearningprogressgui'),
''),
1131 array(
'illplistofobjectsgui',
'illplistofsettingsgui',
'illearningprogressgui',
'illplistofprogressgui')
1136 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1138 $tab_link = $md_gui->getTab();
1139 if ($tab_link !==
null) {
1140 $this->tabs_gui->addTab(
1142 $this->
lng->txt(
'meta_data'),
1150 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
1151 $this->tabs_gui->addTarget(
1153 $this->
ctrl->getLinkTargetByClass(
'ilexportgui',
''),
1162 if ($this->
access->checkAccess(
'join',
'', $this->object->getRefId()) and
1163 !$this->
object->members_obj->isAssigned($this->user->getId())) {
1165 $this->tabs_gui->addTab(
1167 $this->
lng->txt(
'membership_leave'),
1168 $this->
ctrl->getLinkTargetByClass(
'ilgroupregistrationgui',
'show',
'')
1171 $this->tabs_gui->addTarget(
1173 $this->
ctrl->getLinkTargetByClass(
'ilgroupregistrationgui',
"show"),
1179 if ($this->
access->checkAccess(
'leave',
'', $this->object->getRefId()) and
1180 $this->
object->members_obj->isMember($this->user->getId())) {
1181 $this->tabs_gui->addTarget(
1182 "grp_btn_unsubscribe",
1183 $this->
ctrl->getLinkTarget($this,
"leave"),
1192 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
"showSummary");
1197 $this->tabs_gui->setTabActive(
'info_short');
1205 if (strlen($this->
object->getInformation())) {
1206 $info->addSection($this->
lng->txt(
'grp_general_informations'));
1207 $info->addProperty($this->
lng->txt(
'grp_information'), nl2br(
1212 $info->enablePrivateNotes();
1213 $info->enableLearningProgress(
true);
1217 $record_gui->parse();
1220 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
1225 $contacts =
$parts->getContacts();
1226 if (count($contacts) > 0) {
1227 $info->addSection($this->
lng->txt(
"grp_mem_contacts"));
1228 foreach ($contacts as
$c) {
1230 $pgui->setBackUrl($this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui"));
1231 $pgui->setEmbedded(
true);
1232 $info->addProperty(
"", $pgui->getHTML());
1237 $info->addSection($this->
lng->txt(
'group_registration'));
1238 $info->showLDAPRoleGroupMappingInfo();
1240 if (!$this->
object->isRegistrationEnabled()) {
1242 $this->
lng->txt(
'group_registration_mode'),
1243 $this->
lng->txt(
'grp_reg_deac_info_screen')
1246 switch ($this->
object->getRegistrationType()) {
1249 $this->
lng->txt(
'group_registration_mode'),
1250 $this->
lng->txt(
'grp_reg_direct_info_screen')
1256 $this->
lng->txt(
'group_registration_mode'),
1257 $this->
lng->txt(
'grp_reg_req_info_screen')
1263 $this->
lng->txt(
'group_registration_mode'),
1264 $this->
lng->txt(
'grp_reg_passwd_info_screen')
1274 if ($this->
object->isRegistrationUnlimited()) {
1276 $this->
lng->txt(
'group_registration_time'),
1277 $this->
lng->txt(
'grp_registration_unlimited')
1279 } elseif ($this->
object->getRegistrationStart()->getUnixTime() < time()) {
1281 $this->
lng->txt(
"group_registration_time"),
1282 $this->
lng->txt(
'cal_until') .
' ' .
1285 } elseif ($this->
object->getRegistrationStart()->getUnixTime() >= time()) {
1287 $this->
lng->txt(
"group_registration_time"),
1288 $this->
lng->txt(
'cal_from') .
' ' .
1292 if ($this->
object->isMembershipLimited()) {
1293 if ($this->
object->getMinMembers()) {
1295 $this->
lng->txt(
"mem_min_users"),
1296 (string) $this->
object->getMinMembers()
1299 if ($this->
object->getMaxMembers()) {
1303 $this->
lng->txt(
'mem_free_places'),
1304 (string) ($reg_info[
'reg_info_free_places'] ??
'0')
1309 if ($this->
object->getCancellationEnd()) {
1311 $this->
lng->txt(
'grp_cancellation_end'),
1318 !$this->
object->getStart()->isNull()
1321 $this->
lng->txt(
'grp_period'),
1323 $this->
object->getStart(),
1324 $this->
object->getEnd()
1335 $this->
lng->loadLanguageModule(
'ps');
1336 $info->addSection($this->
lng->txt(
'grp_user_agreement_info'));
1337 $info->addProperty($this->
lng->txt(
'ps_export_data'), $field_info->exportableFieldsToInfoString());
1340 $info->addProperty($this->
lng->txt(
'ps_grp_user_fields'), $fields);
1346 $this->
ctrl->forwardCommand($info);
1353 $grp_notification =
false;
1354 if ($this->
http->wrapper()->query()->has(
'grp_ntf')) {
1355 $grp_notification = $this->
http->wrapper()->query()->retrieve(
1357 $this->
refinery->kindlyTo()->bool()
1361 if ($noti->canCurrentUserEdit()) {
1362 if ($grp_notification) {
1363 $noti->activateUser();
1365 $noti->deactivateUser();
1368 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
1369 $this->
ctrl->redirect($this,
"");
1374 $this->
ctrl->redirectByClass(
'ilgroupmembershipgui');
1378 public static function _goto(
string $a_target,
string $a_add =
""): void
1381 $main_tpl = $DIC->ui()->mainTemplate();
1382 $a_target = (
int) $a_target;
1384 $ilUser = $DIC->user();
1385 $ilAccess = $DIC->access();
1386 $lng = $DIC->language();
1388 $http = $DIC->http();
1389 $refinery = $DIC->refinery();
1392 if ($http->
wrapper()->query()->has(
'target')) {
1393 $target = $http->
wrapper()->query()->retrieve(
1398 if (substr($a_add, 0, 5) ==
'rcode') {
1402 "login.php?target=" . $target .
"&cmd=force_login&lang=" .
1403 $ilUser->getCurrentLanguage()
1415 if ($a_add ==
"mem" && $ilAccess->checkAccess(
"manage_members",
"", $a_target)) {
1423 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
1427 if ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
1431 $main_tpl->setOnScreenMessage(
'failure', sprintf(
1432 $lng->
txt(
"msg_no_perm_read_item"),
1448 if (!$a_omit_form_action) {
1462 $this->initFormTitleDescription(
$form);
1466 if ($a_mode ==
'edit') {
1469 $this->
lng->loadLanguageModule(
'mem');
1470 $cdur->enableToggleFullTime(
1471 $this->
lng->txt(
'mem_period_without_time'),
1472 !$this->
object->getStartTimeIndication()
1474 $cdur->setShowTime(
true);
1475 $cdur->setInfo($this->
lng->txt(
'grp_period_info'));
1476 $cdur->setStart($this->
object->getStart());
1477 $cdur->setEnd($this->
object->getEnd());
1481 $this->
lng->loadLanguageModule(
'rep');
1484 $section->setTitle($this->
lng->txt(
'rep_activation_availability'));
1488 $online->setChecked(!$this->
object->getOfflineStatus());
1489 $online->setInfo($this->
lng->txt(
'grp_activation_online_info'));
1495 $pres->setTitle($this->
lng->txt(
'grp_setting_header_registration'));
1500 $reg_type->
setValue((
string) $this->
object->getRegistrationType());
1503 $this->
lng->txt(
'grp_reg_direct'),
1505 );#$this->
lng->txt(
'grp_reg_direct_info'));
1506 $reg_type->addOption($opt_dir);
1509 $this->
lng->txt(
'grp_pass_request'),
1513 $pass->setRequired(
true);
1514 $pass->setInfo($this->
lng->txt(
'grp_reg_password_info'));
1515 $pass->setValue($this->
object->getPassword());
1517 $pass->setMaxLength(32);
1518 $opt_pass->addSubItem($pass);
1519 $reg_type->addOption($opt_pass);
1522 $reg_type->addOption($opt_req);
1525 $reg_type->addOption($opt_deact);
1529 $reg_code->setChecked($this->
object->isRegistrationAccessCodeEnabled());
1530 $reg_code->setValue(
'1');
1531 $reg_code->setInfo($this->
lng->txt(
'grp_reg_code_enabled_info'));
1535 if (!$this->
object->getRegistrationAccessCode()) {
1539 $reg_link->setValue($this->
object->getRegistrationAccessCode());
1543 $val = ilLink::_getLink($this->
object->getRefId(), $this->
object->getType(), array(),
'rcode' . $this->
object->getRegistrationAccessCode());
1544 $link->setHTML(
'<span class="small">' . $val .
'</span>');
1545 $reg_code->addSubItem($link);
1549 $this->
lng->loadLanguageModule(
'dateplaner');
1551 $dur->setShowTime(
true);
1552 $dur->setStart($this->
object->getRegistrationStart());
1553 $dur->setEnd($this->
object->getRegistrationEnd());
1558 $cancel->
setInfo($this->
lng->txt(
'grp_cancellation_end_info'));
1559 $cancel->setDate($this->
object->getCancellationEnd());
1563 $lim =
new ilCheckboxInputGUI($this->
lng->txt(
'reg_grp_max_members_short'),
'registration_membership_limited');
1564 $lim->setValue(
'1');
1566 $lim->setChecked($this->
object->isMembershipLimited());
1568 $min =
new ilTextInputGUI($this->
lng->txt(
'reg_grp_min_members'),
'registration_min_members');
1570 $min->setMaxLength(4);
1571 $min->setValue($this->
object->getMinMembers() ?:
'');
1572 $min->setInfo($this->
lng->txt(
'grp_subscription_min_members_info'));
1573 $lim->addSubItem($min);
1575 $max =
new ilTextInputGUI($this->
lng->txt(
'reg_grp_max_members'),
'registration_max_members');
1576 $max->setValue($this->
object->getMaxMembers() ?:
'');
1579 $max->setMaxLength(4);
1580 $max->setInfo($this->
lng->txt(
'grp_reg_max_members_info'));
1581 $lim->addSubItem($max);
1596 $wait->addOption($option);
1598 $option =
new ilRadioOption($this->
lng->txt(
'grp_waiting_list_no_autofill'),
'1');
1599 $option->
setInfo($this->
lng->txt(
'grp_waiting_list_info'));
1600 $wait->addOption($option);
1602 $option =
new ilRadioOption($this->
lng->txt(
'grp_waiting_list_autofill'),
'2');
1603 $option->
setInfo($this->
lng->txt(
'grp_waiting_list_autofill_info'));
1604 $wait->addOption($option);
1606 if ($this->
object->hasWaitingListAutoFill()) {
1607 $wait->setValue(
'2');
1608 } elseif ($this->
object->isWaitingListEnabled()) {
1609 $wait->setValue(
'1');
1611 $wait->setValue(
'0');
1614 $lim->addSubItem($wait);
1620 $parent_membership_ref_id = 0;
1621 $hasParentMembership =
1623 $parent_membership_ref_id = $this->tree->checkForParentType($this->
object->getRefId(),
'crs',
true)
1627 $pres->setTitle($this->
lng->txt(
'grp_setting_header_presentation'));
1631 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTitleIconVisibility();
1634 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTopActionsVisibility();
1637 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addIcon();
1640 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTileImage();
1648 if ($hasParentMembership) {
1650 $course_view_mode =
'';
1651 switch ($parent_view_mode) {
1653 $course_view_mode =
': ' . $this->
lng->txt(
'cntr_view_sessions');
1657 $course_view_mode =
': ' . $this->
lng->txt(
'cntr_view_simple');
1661 $course_view_mode =
': ' . $this->
lng->txt(
'cntr_view_by_type');
1664 if ($course_view_mode) {
1666 $opt->setInfo($this->
lng->txt(
'grp_view_inherit_info'));
1667 $view_type->addOption($opt);
1678 $opt->setInfo($this->
lng->txt(
'cntr_view_info_sessions'));
1679 $view_type->addOption($opt);
1682 $this->
lng->loadLanguageModule(
'crs');
1684 $sess->setValue(
'1');
1685 $sess->setChecked($this->
object->isSessionLimitEnabled());
1686 $sess->setInfo($this->
lng->txt(
'sess_limit_info'));
1690 $prev->setValue((
string) (
1691 $this->
object->getNumberOfPreviousSessions() == -1 ?
1693 $this->
object->getNumberOfPreviousSessions()
1696 $prev->setMaxLength(3);
1697 $sess->addSubItem($prev);
1701 $next->setValue((
string) (
1702 $this->
object->getNumberOfNextSessions() == -1 ?
1704 $this->
object->getNumberOfNextSessions()
1707 $next->setMaxLength(3);
1708 $sess->addSubItem($next);
1709 $opt->addSubItem($sess);
1712 $opt->setInfo($this->
lng->txt(
'grp_view_info_simple'));
1713 $view_type->addOption($opt);
1716 $opt->setInfo($this->
lng->txt(
'grp_view_info_by_type'));
1717 $view_type->addOption($opt);
1722 $sorting_settings = array();
1723 if ($hasParentMembership) {
1733 $feat->setTitle($this->
lng->txt(
'obj_features'));
1744 $mem->setChecked($this->
object->getShowMembers());
1745 $mem->setInfo($this->
lng->txt(
'grp_show_members_info'));
1750 $mail_type->
setValue((
string) $this->
object->getMailToMembersType());
1753 $this->
lng->txt(
'grp_mail_tutors_only'),
1755 $this->
lng->txt(
'grp_mail_tutors_only_info')
1757 $mail_type->addOption($mail_tutors);
1760 $this->
lng->txt(
'grp_mail_all'),
1762 $this->
lng->txt(
'grp_mail_all_info')
1764 $mail_type->addOption($mail_all);
1769 $not->setValue(
'1');
1770 $not->setInfo($this->
lng->txt(
'grp_auto_notification_info'));
1771 $not->setChecked($this->
object->getAutoNotification());
1790 $ecs->addSettingsToForm(
$form,
'grp');
1803 $this->tabs_gui->addSubTabTarget(
1805 $this->
ctrl->getLinkTarget($this,
'edit'),
1810 $this->tabs_gui->addSubTabTarget(
1811 "grp_info_settings",
1812 $this->
ctrl->getLinkTarget($this,
'editInfo'),
1818 $this->tabs_gui->addSubTabTarget(
1820 $this->
ctrl->getLinkTarget($this,
'editMapSettings'),
1826 $this->tabs_gui->addSubTabTarget(
1828 $this->
ctrl->getLinkTargetByClass(
'ilobjcoursegroupinggui',
'listGroupings'),
1835 $this->tabs_gui->addSubTabTarget(
1836 'grp_custom_user_fields',
1837 $this->
ctrl->getLinkTargetByClass(
'ilobjectcustomuserfieldsgui'),
1839 'ilobjectcustomuserfieldsgui' 1844 if ($this->
object->getUseNews()) {
1845 $this->tabs_gui->addSubTab(
1846 'obj_news_settings',
1847 $this->
lng->txt(
"cont_news_settings"),
1848 $this->
ctrl->getLinkTargetByClass(
'ilcontainernewssettingsgui')
1853 if ($lti_settings->hasSettingsAccess()) {
1854 $this->tabs_gui->addSubTabTarget(
1856 $this->
ctrl->getLinkTargetByClass(ilLTIProviderObjectSettingGUI::class)
1860 $this->tabs_gui->addSubTabTarget(
1861 "obj_multilinguality",
1862 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
""),
1864 "ilobjecttranslationgui" 1874 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
1879 if (!$this->
object->members_obj->isAssigned($this->user->getId())) {
1906 return parent::prepareOutput($show_subobjects);
1911 $link = chr(13) . chr(10) . chr(13) . chr(10);
1912 $link .= $this->
lng->txt(
'grp_mail_permanent_link');
1913 $link .= chr(13) . chr(10) . chr(13) . chr(10);
1914 $link .= ilLink::_getLink($this->
object->getRefId());
1915 return rawurlencode(base64_encode($link));
1926 $ilUser = $DIC[
'ilUser'];
1928 $lg = parent::initHeaderAction($sub_type, $sub_id);
1933 if (!$noti->isCurrentUserActive()) {
1937 $this->
lng->txt(
"grp_notification_deactivated")
1940 $this->
ctrl->setParameter($this,
"grp_ntf", 1);
1941 $caption =
"grp_activate_notification";
1946 $this->
lng->txt(
"grp_notification_activated")
1949 $this->
ctrl->setParameter($this,
"grp_ntf", 0);
1950 $caption =
"grp_deactivate_notification";
1953 if ($noti->canCurrentUserEdit()) {
1954 $lg->addCustomCommand(
1955 $this->
ctrl->getLinkTarget($this,
"saveNotification"),
1960 $this->
ctrl->setParameter($this,
"grp_ntf",
"");
1973 $res_data = array();
1974 foreach ($a_data as $usr_id => $user_data) {
1975 $res_data[$usr_id] = $user_data;
1979 foreach ($udf_data->getAll() as $field => $value) {
1980 list(
$f, $field_id) = explode(
'_', $field);
1981 $res_data[$usr_id][
'udf_' . $field_id] = (string) $value;
1984 foreach ((array) ($odfs[$usr_id] ?? []) as $cdf_field => $cdf_value) {
1985 $res_data[$usr_id][
'cdf_' . $cdf_field] = (string) $cdf_value;
1994 $local_roles = $this->
object->getLocalGroupRoles();
1995 $grp_member = $this->
object->getDefaultMemberRole();
1996 $grp_roles = array();
1999 if (in_array($grp_member, $local_roles)) {
2001 unset($local_roles[$grp_roles[$grp_member]]);
2004 foreach ($local_roles as $title => $role_id) {
2012 $this->
ctrl->redirectByClass(
'ilUsersGalleryGUI');
2020 $this->
ctrl->setReturn($this,
"view");
static handleCode(int $a_ref_id, string $a_type, string $a_code)
static lookupRegistrationInfo(int $a_obj_id)
This class represents an option in a radio group.
static getInstance(int $a_ref_id, bool $a_include_auto_entries)
static _isParticipant(int $a_ref_id, int $a_usr_id)
Static function to check if a user is a participant of the container object.
const TYPE_NOTIFICATION_UNSUBSCRIBE
ilBadgeManagementGUI: ilPropertyFormGUI
const GRP_REGISTRATION_DEACTIVATED
static getLogger(string $a_component_id)
Get component logger.
saveSortingSettings(ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setSubTabs(string $a_tab)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
GUI class for the workflow of copying objects.
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
initHeaderAction(?string $sub_type=null, ?int $sub_id=null)
static switchTemplate(int $a_ref_id, int $a_new_tpl_id)
static _goto(string $a_target, string $a_add="")
const LP_STATUS_NOT_ATTEMPTED
static _lookupInProgressForObject(int $a_obj_id, ?array $a_user_ids=null)
static getInstance(int $a_ref_id)
static isActiveForRefId(int $ref_id)
static _getValuesByObjId(int $a_obj_id)
static _gotoRepositoryNode(int $ref_id, string $cmd="")
enableAdministrationPanelObject()
editMapSettingsObject()
Edit Map Settings.
disableAdministrationPanelObject()
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
const GRP_REGISTRATION_REQUEST
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
static _getFields(int $a_container_id, $a_sort=self::IL_CDF_SORT_NAME)
Get all fields of a container.
Class ilMailMemberCourseRoles.
isActiveAdministrationPanel()
const LP_STATUS_IN_PROGRESS
static _lookupCompletedForObject(int $a_obj_id, ?array $a_user_ids=null)
static _lookupObjId(int $ref_id)
static _tracProgress(int $a_user_id, int $a_obj_id, int $a_ref_id, string $a_obj_type='')
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
const EXTERNAL_MAIL_PREFIX
static _enabledUserRelatedData()
static _checkRequired(int $a_usr_id, int $a_obj_id)
GUI class for public user profile presentation.
static _enabledLearningProgress()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupTemplateId(int $a_ref_id)
static http()
Fetches the global http state from ILIAS.
const GRP_REGISTRATION_PASSWORD
__construct($a_data, int $a_id, bool $a_call_by_reference, bool $a_prepare_output=false)
static _lookupTitle(int $obj_id)
static _getInstanceByObjId(int $a_obj_id)
GUI class for LTI provider object settings.
const MAIL_ALLOWED_TUTORS
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilECSGroupSettings.
static _getTranslation(string $a_role_title)
initDidacticTemplate(ilPropertyFormGUI $form)
Skills for container (course/group) (top gui class)
static _lookupViewMode(int $a_id)
static getDefaultSettings()
Get default longitude, latitude and zoom.
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static _recordWriteEvent(int $obj_id, int $usr_id, string $action, ?int $parent_obj_id=null)
Records a write event.
jump2UsersGalleryObject()
const TYPE_UNSUBSCRIBE_MEMBER
static _modifyItemGUI(ilObjectListGUI $a_item_list_gui, string $a_cmd_class, array $a_item_data, bool $a_abo_status, int $a_course_ref_id, int $a_course_obj_id, int $a_parent_ref_id=0)
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
const GRP_REGISTRATION_DIRECT
GUI class for group registrations.
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
setCustomRolesForSelection(array $a_roles)
Set custom roles for mapping to LTI roles.
const AUTO_RATING_NEW_OBJECTS
Class ilObjCourseGroupingGUI.
saveListPresentation(ilPropertyFormGUI $form)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
GUI class for membership features.
static redirect(string $a_script)
setObjParticipants(ilParticipants $objParticipants)
static isActivated()
Checks whether Map feature is activated.
addAdoptContentLinkToToolbar()
static generateCode()
Generate new registration key.
initListPresentationForm(ilPropertyFormGUI $form)
Add list presentation settings to form.
static _getInstanceByType(string $a_type)
Get Singleton Instance.
static isAccessible(int $ref_id)
static _getInstanceByObjId(int $a_obj_id)
Get singleton instance.
initSortingForm(ilPropertyFormGUI $form, array $a_sorting_settings)
Append sorting settings to property form.
initForm(string $a_mode='edit', bool $a_omit_form_action=false)
static _readUsersProfileData(array $a_user_ids)
__construct(Container $dic, ilPlugin $plugin)
const LP_CONTEXT_REPOSITORY
This class represents a text area property in a property form.
Class ilCourseContentGUI.
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
static _lookupProgressByObjId(int $a_obj_id)
lookup progress for a specific object
setInfoObject(ilInfoScreenGUI $info)
get info sections
ILIAS Container InternalGUIService $gui
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
static getAvailablePortfolioLinksForUserIds(array $a_owner_ids, ?string $a_back_url=null)
static _lookupFailedForObject(int $a_obj_id, ?array $a_user_ids=null)
static _lookupAboStatus(int $a_id)
static _lookupContainerSetting(int $a_id, string $a_keyword, ?string $a_default_value=null)
static _isOnList(int $a_usr_id, int $a_obj_id)
language()
description: > Example for rendring a language glyph.
GUI class for service settings (calendar, notes, comments)
static _hasAccepted(int $a_usr_id, int $a_obj_id)
Check if user has accepted agreement.
editObject(?ilPropertyFormGUI $a_form=null)
readMemberData(array $ids, ?array $selected_columns=null)
static _lookupType(int $id, bool $reference=false)
const ORGU_POSITION_ACCESS
const LP_STATUS_COMPLETED
static lookupViewMode($a_obj_id)
static _catchupWriteEvents(int $obj_id, int $usr_id, ?string $timestamp=null)
Catches up with all write events which occured before the specified timestamp.
addHeaderAction()
Add header action menu.
static getInstance(int $obj_id)
static makeClickable(string $a_text, bool $detectGotoLinks=false)
Membership notification settings.
static _fieldsToInfoString(int $a_obj_id)
kindlyTo()
Combined validations and transformations for primitive data types that establish a baseline for furth...
Class ilObjUserTrackingGUI.
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static _hasFields(int $a_container_id)
Check if there are any define fields.
modifyItemGUI(ilObjectListGUI $a_item_list_gui, array $a_item_data)
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
afterSave(ilObject $new_object, bool $redirect=true)
public
GUI class for object translation handling.
const CALENDAR_CONFIGURATION
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
static formatPeriod(ilDateTime $start, ilDateTime $end, bool $a_skip_starting_day=false, ?ilObjUser $user=null)
Format a period of two dates Shows: 14.
addCustomData(array $a_data)
prepareOutput(bool $show_subobjects=true)