19 declare(strict_types=1);
62 protected static array
$tags = [];
187 public function __construct(
int $context = self::CONTEXT_REPOSITORY)
192 $this->
access = $DIC->access();
193 $this->
user = $DIC->user();
194 $this->obj_definition = $DIC[
"objDefinition"];
195 $this->tree = $DIC->repositoryTree();
197 $this->
ui = $DIC->ui();
198 $this->rbacsystem = $DIC->rbac()->system();
199 $this->
ctrl = $DIC->ctrl();
200 $this->
lng = $DIC->language();
201 $this->mode = self::IL_LIST_FULL;
202 $this->path_enabled =
false;
204 $this->object_service = $DIC->object();
205 $this->request_wrapper = $DIC->http()->wrapper()->query();
220 $this->
lng->loadLanguageModule(
"obj");
221 $this->
lng->loadLanguageModule(
"rep");
222 $params = $DIC->http()->request()->getQueryParams();
223 $this->requested_ref_id = (
int) (
$params[
"ref_id"] ?? null);
224 $this->requested_cmd = (string) (
$params[
"cmd"] ?? null);
225 $this->requested_base_class = (string) (
$params[
"baseClass"] ?? null);
226 $this->clipboard = $DIC
231 $this->notes_service = $DIC->notes();
253 $this->static_link_enabled =
true;
254 $this->delete_enabled =
true;
255 $this->cut_enabled =
true;
256 $this->subscribe_enabled =
true;
257 $this->link_enabled =
false;
258 $this->copy_enabled =
false;
259 $this->progress_enabled =
false;
260 $this->notice_properties_enabled =
true;
261 $this->info_screen_enabled =
false;
263 $this->gui_class_name =
"";
271 $this->properties_enabled = $status;
281 $this->preconditions_enabled = $status;
291 $this->notice_properties_enabled = $status;
301 $this->description_enabled = $status;
311 $this->search_fragment_enabled = $status;
321 $this->path_linked = $status;
326 $this->enabled_relevance = $status;
336 $this->relevance = $rel;
346 $this->icons_enabled = $status;
356 $this->checkboxes_enabled = $status;
366 $this->expand_enabled = $status;
376 $this->is_expanded = $status;
389 $this->position_enabled =
true;
390 $this->position_field_index = $field_index;
396 $this->delete_enabled = $status;
406 $this->cut_enabled = $status;
416 $this->copy_enabled = $status;
426 $this->subscribe_enabled = $status;
436 $this->link_enabled = $status;
446 $this->path_enabled =
$path;
447 $this->path_start_node = $start_node;
458 $this->commands_enabled = $status;
459 $this->std_cmd_only = $std_only;
469 $this->info_screen_enabled = $info_screen;
489 $this->sub_item_html[] = $html;
494 $this->progress_enabled = $status;
504 $this->substitutions_enabled = $status;
518 $this->item_detail_links_enabled = $status;
536 $this->item_detail_links = $detail_links;
537 $this->item_detail_links_intro = $intro_txt;
542 if (!count($this->item_detail_links)) {
545 if (strlen($this->item_detail_links_intro)) {
546 $this->tpl->setCurrentBlock(
'item_detail_intro');
547 $this->tpl->setVariable(
'ITEM_DETAIL_INTRO_TXT', $this->item_detail_links_intro);
548 $this->tpl->parseCurrentBlock();
551 foreach ($this->item_detail_links as $info) {
552 $this->tpl->setCurrentBlock(
'item_detail_link');
553 $this->tpl->setVariable(
'ITEM_DETAIL_LINK_TARGET', $info[
'target']);
554 $this->tpl->setVariable(
'ITEM_DETAIL_LINK_DESC', $info[
'desc']);
555 $this->tpl->setVariable(
'ITEM_DETAIL_LINK_HREF', $info[
'link']);
556 $this->tpl->setVariable(
'ITEM_DETAIL_LINK_NAME', $info[
'name']);
557 $this->tpl->parseCurrentBlock();
559 $this->tpl->setCurrentBlock(
'item_detail_links');
560 $this->tpl->parseCurrentBlock();
564 $this->title = strip_tags(
580 $this->description = strip_tags(
599 $this->search_fragment = $text;
609 $this->separate_commands = $val;
629 $this->additional_information = $val;
644 $this->details_level = $level;
657 $this->repository_transfer_enabled = $value;
665 $this->restrict_to_goto = $value;
685 $cache_prefix = null;
686 if ($this->context == self::CONTEXT_WORKSPACE || $this->context == self::CONTEXT_WORKSPACE_SHARING) {
687 $cache_prefix =
"wsp";
688 if (!isset($this->ws_access)) {
693 if (isset($this->access_cache[$permission][
"-" . $cmd][$cache_prefix . $ref_id])) {
694 return $this->access_cache[$permission][
"-" . $cmd][$cache_prefix .
$ref_id];
697 if ($this->context == self::CONTEXT_REPOSITORY || $this->context == self::CONTEXT_SEARCH) {
698 $access = $this->
access->checkAccess($permission, $cmd, $ref_id, $type, (
int) $obj_id);
699 if ($this->
access->getPreventCachingLastResult()) {
700 $this->prevent_access_caching =
true;
703 $access = $this->ws_access->
checkAccess($permission, $cmd, $ref_id, $type);
706 $this->access_cache[$permission][
"-" . $cmd][$cache_prefix .
$ref_id] =
$access;
718 string $description =
"" 720 $this->access_cache = array();
727 $this->adm_commands_included =
false;
728 $this->prevent_access_caching =
false;
731 if ($this->context == self::CONTEXT_REPOSITORY) {
741 $this->condition_target = [
750 $this->condition_target = [];
755 $this->title_link_disabled = $status;
760 $this->default_command_params =
$params;
770 if ($this->static_link_enabled and !$this->default_command_params) {
772 $command[
'link'] = $link;
773 $command[
'frame'] =
'_top';
776 if ($this->default_command_params) {
778 foreach ($this->default_command_params as
$name => $value) {
783 if (!stristr($command[
'link'],
'?')) {
784 $command[
'link'] .=
'?' .
$params;
786 $command[
'link'] .=
'&' .
$params;
802 if ($this->context == self::CONTEXT_REPOSITORY || $this->context == self::CONTEXT_SEARCH) {
811 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->
getCommandId());
812 $cmd_link = $this->
ctrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
813 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->requested_ref_id);
817 $this->
ctrl->setParameterByClass($this->gui_class_name,
"ref_id",
"");
818 $this->
ctrl->setParameterByClass($this->gui_class_name,
"wsp_id", $this->ref_id);
819 return $this->
ctrl->getLinkTargetByClass($this->gui_class_name, $cmd);
869 if ($this->context == self::CONTEXT_REPOSITORY) {
875 'property' => $this->
lng->txt(
"status"),
876 'value' => $this->
lng->txt(
"offline")
885 $webdav_lock_backend =
$webdav_dic->locksbackend();
887 if ($lock = $webdav_lock_backend->getLocksOnObjectId($this->obj_id)) {
888 $lock_user =
new ilObjUser($lock->getIliasOwner());
892 "property" => $this->
lng->txt(
"in_use_by"),
893 "value" => $lock_user->getLogin(),
895 "./ilias.php?user=" .
896 $lock_user->getId() .
897 '&cmd=showUserProfile&cmdClass=ildashboardgui&baseClass=ilDashboardGUI' 909 string $property =
"",
912 bool $newline =
false 914 $this->cust_prop[] = [
915 "property" => $property,
918 "newline" => $newline
924 if (is_array($this->cust_prop)) {
925 foreach ($this->cust_prop as $property) {
936 if (isset($prop[
'alert']) && $prop[
'alert'] ==
true) {
945 $this->notice_prop = [];
946 if ($infos = $this->ldap_mapping->getInfoStrings($this->obj_id,
true)) {
947 foreach ($infos as $info) {
948 $this->notice_prop[] = [
'value' => $info];
954 public function addCustomCommand(
string $link,
string $lang_var,
string $frame =
"",
string $onclick =
""): void
956 $this->cust_commands[] = [
958 "lang_var" => $lang_var,
960 "onclick" => $onclick
966 ?
Modal $triggeredModal = null
968 $this->cust_commands[] = $button;
969 if ($triggeredModal !== null) {
970 $this->cust_modals[] = $triggeredModal;
976 $this->force_visible_only = $stat;
1010 foreach ($this->commands as $command) {
1011 $permission = $command[
"permission"];
1012 $cmd = $command[
"cmd"];
1013 $lang_var = $command[
"lang_var"] ??
"";
1015 $info_object = null;
1019 $access_granted =
false;
1021 if (isset($command[
"txt"])) {
1022 $txt = $command[
"txt"];
1028 (isset($command[
'enable_anonymous']) && $command[
'enable_anonymous'] ==
'false')
1039 $access_granted =
true;
1044 $info_object = $this->
access->getInfo();
1047 if (!isset($command[
"default"])) {
1048 $command[
"default"] =
"";
1051 "permission" => $permission,
1053 "link" => $cmd_link,
1054 "frame" => $cmd_frame,
1055 "lang_var" => $lang_var,
1057 "granted" => $access_granted,
1058 "access_info" => $info_object,
1059 "img" => $cmd_image,
1060 "default" => $command[
"default"]
1064 return $ref_commands;
1081 if ($this->restrict_to_goto) {
1082 $this->default_command = [
1089 !$this->default_command ||
1091 $this->title_link_disabled
1094 $this->tpl->setCurrentBlock(
"item_title");
1095 $this->tpl->setVariable(
"TXT_TITLE", $this->
getTitle());
1097 $this->default_command[
'link'] = $this->
modifyTitleLink($this->default_command[
'link']);
1099 $modifySAHS = $this->
modifySAHSlaunch($this->default_command[
"link"], $this->default_command[
"frame"]);
1100 $this->default_command[
"link"] = $modifySAHS[0];
1101 $this->default_command[
"frame"] = $modifySAHS[1];
1103 if ($this->default_command[
"frame"] !=
"") {
1104 $this->tpl->setCurrentBlock(
"title_linked_frame");
1105 $this->tpl->setVariable(
"TARGET_TITLE_LINKED", $this->default_command[
"frame"]);
1106 $this->tpl->parseCurrentBlock();
1113 $this->tpl->setCurrentBlock(
"item_title_linked");
1114 $this->tpl->setVariable(
"TXT_TITLE_LINKED", $this->
getTitle());
1115 $this->tpl->setVariable(
"HREF_TITLE_LINKED", $this->default_command[
"link"]);
1121 switch ($this->context) {
1122 case self::CONTEXT_WORKSPACE:
1123 case self::CONTEXT_WORKSPACE_SHARING:
1131 $access_handler = $ilAccess;
1137 $preview_status_class =
"";
1138 $preview_text_topic =
"preview_show";
1140 $preview_status_class =
"ilPreviewStatusNone";
1141 $preview_text_topic =
"preview_none";
1143 $this->tpl->setCurrentBlock(
"item_title_linked");
1144 $this->tpl->setVariable(
"PREVIEW_STATUS_CLASS", $preview_status_class);
1146 $this->tpl->setVariable(
"ALT_PREVIEW_ICON", $this->
lng->txt($preview_text_topic));
1147 $this->tpl->setVariable(
"TXT_PREVIEW", $this->
lng->txt($preview_text_topic));
1148 $this->tpl->setVariable(
"SCRIPT_PREVIEW_CLICK",
$preview->getJSCall($this->getUniqueItemId(
true)));
1149 $this->tpl->parseCurrentBlock();
1152 $this->tpl->parseCurrentBlock();
1154 if ($this->bold_title ==
true) {
1155 $this->tpl->touchBlock(
'bold_title_start');
1156 $this->tpl->touchBlock(
'bold_title_end');
1162 switch ($this->context) {
1163 case self::CONTEXT_WORKSPACE_SHARING:
1175 $fields_shown =
false;
1176 foreach ($this->substitutions->getParsedSubstitutions($this->ref_id, $this->obj_id) as
$data) {
1177 if (
$data[
'bold']) {
1178 $data[
'name'] =
'<strong>' .
$data[
'name'] .
'</strong>';
1179 $data[
'value'] =
'<strong>' .
$data[
'value'] .
'</strong>';
1181 $this->tpl->touchBlock(
"std_prop");
1182 $this->tpl->setCurrentBlock(
'item_property');
1183 if (
$data[
'show_field']) {
1184 $this->tpl->setVariable(
'TXT_PROP',
$data[
'name']);
1186 $this->tpl->setVariable(
'VAL_PROP',
$data[
'value']);
1187 $this->tpl->parseCurrentBlock();
1189 if (
$data[
'newline']) {
1190 $this->tpl->touchBlock(
'newline_prop');
1192 $fields_shown =
false;
1200 if (!$this->substitutions->isDescriptionEnabled()) {
1208 $d = strip_tags(
$d);
1209 $this->tpl->setCurrentBlock(
"item_description");
1210 $this->tpl->setVariable(
"TXT_DESC",
$d);
1211 $this->tpl->parseCurrentBlock();
1220 $this->tpl->setCurrentBlock(
'search_fragment');
1221 $this->tpl->setVariable(
'TXT_SEARCH_FRAGMENT', $this->
getSearchFragment() .
' ...');
1222 $this->tpl->parseCurrentBlock();
1235 $this->tpl->setCurrentBlock(
'relevance');
1236 $this->tpl->setVariable(
'REL_PBAR', $pbar->render());
1237 $this->tpl->parseCurrentBlock();
1247 $this->mode =
$mode;
1265 $this->condition_depth = $depth;
1284 if ($this->context != self::CONTEXT_WORKSPACE && $this->context != self::CONTEXT_WORKSPACE_SHARING) {
1290 "property" => $this->
lng->txt(
"learning_progress"),
1299 if (!$this->
access->checkAccess(
"read",
"", $this->ref_id, $this->type, $this->obj_id)) {
1302 "value" => $this->
lng->txt(
"no_access_item_public"),
1312 if ($this->reference_ref_id) {
1316 $redraw_js =
"il.Object.redrawListItem(" . $note_ref_id .
");";
1322 isset(self::$cnt_notes[$note_obj_id][Note::PRIVATE]) &&
1323 self::$cnt_notes[$note_obj_id][Note::PRIVATE] > 0
1325 isset(self::$cnt_notes[$note_obj_id][Note::PUBLIC]) &&
1326 self::$cnt_notes[$note_obj_id][Note::PUBLIC] > 0
1328 isset(self::$cnt_tags[$note_obj_id]) && self::$cnt_tags[$note_obj_id] > 0
1330 isset(self::$tags[$note_obj_id]) && is_array(self::$tags[$note_obj_id])
1335 $cnt_comments = self::$cnt_notes[$note_obj_id][Note::PUBLIC] ?? 0;
1337 && $cnt_comments > 0) {
1340 "property" => $this->
lng->txt(
"notes_comments"),
1342 "<a href='#' onclick=\"return " .
1344 self::$cnt_notes[$note_obj_id][Note::PUBLIC] .
"</a>",
1350 $cnt_notes = self::$cnt_notes[$note_obj_id][Note::PRIVATE] ?? 0;
1351 if ($this->notes_enabled && $cnt_notes > 0) {
1354 "property" => $this->
lng->txt(
"notes"),
1356 "<a href='#' onclick=\"return " .
1358 self::$cnt_notes[$note_obj_id][Note::PRIVATE] .
"</a>",
1364 $cnt_tags = self::$cnt_tags[$note_obj_id] ?? 0;
1365 if ($this->tags_enabled && ($cnt_tags > 0 || isset(self::$tags[$note_obj_id]))) {
1367 if ($tags_set->get(
"enable")) {
1371 if (isset(self::$tags[$note_obj_id])) {
1372 $tags_tmp = array();
1373 foreach (self::$tags[$note_obj_id] as $tag => $is_tag_owner) {
1374 if ($is_tag_owner) {
1375 $tags_tmp[] =
"<a class=\"ilTag ilTagRelHigh\" href='#' onclick=\"return " .
1376 $tags_url .
"\">" . $tag .
"</a>";
1378 $tags_tmp[] =
"<span class=\"ilTag ilTagRelMiddle\">" . $tag .
"</span>";
1381 $tags_value = implode(
" ", $tags_tmp);
1386 $tags_value =
"<a href='#' onclick=\"return " . $tags_url .
"\">" .
1387 self::$cnt_tags[$note_obj_id] .
"</a>";
1388 $prop_text = $this->
lng->txt(
"tagging_tags");
1392 "property" => $prop_text,
1393 "value" => $tags_value,
1400 if (!isset($props)) {
1411 if (is_array($props) && count($props) > 0) {
1412 foreach ($props as $prop) {
1414 $this->tpl->touchBlock(
"separator_prop");
1417 if (isset($prop[
"alert"]) && $prop[
"alert"] ==
true) {
1418 $this->tpl->touchBlock(
"alert_prop");
1420 $this->tpl->touchBlock(
"std_prop");
1423 if (isset($prop[
"newline"]) && $prop[
"newline"] ==
true && $cnt > 1) {
1424 $this->tpl->touchBlock(
"newline_prop");
1429 isset($prop[
"property"]) &&
1430 (($prop[
'propertyNameVisible'] ?? null) !==
false) &&
1431 $prop[
"property"] !=
"" 1434 $this->tpl->setCurrentBlock(
"prop_name");
1435 $this->tpl->setVariable(
"TXT_PROP", $prop[
"property"]);
1436 $this->tpl->parseCurrentBlock();
1439 $this->tpl->setCurrentBlock(
"item_property");
1441 if (isset($prop[
'link']) && $prop[
'link']) {
1442 $this->tpl->setVariable(
"LINK_PROP", $prop[
'link']);
1443 $this->tpl->setVariable(
"LINK_VAL_PROP", $prop[
"value"]);
1445 $this->tpl->setVariable(
"VAL_PROP", $prop[
"value"]);
1448 $this->tpl->parseCurrentBlock();
1452 $this->tpl->setCurrentBlock(
"item_properties");
1453 $this->tpl->parseCurrentBlock();
1460 foreach ($this->notice_prop as $property) {
1461 $this->tpl->setCurrentBlock(
'notice_item');
1462 $this->tpl->setVariable(
'NOTICE_ITEM_VALUE', $property[
'value']);
1463 $this->tpl->parseCurrentBlock();
1465 $this->tpl->setCurrentBlock(
'notice_property');
1466 $this->tpl->parseCurrentBlock();
1469 protected function parseConditions(
int $toggle_id, array $conditions,
bool $obligatory =
true): bool
1472 $num_optional_required =
1474 count($conditions) +
1479 $visible_conditions = [];
1480 $passed_optional = 0;
1481 foreach ($conditions as $condition) {
1482 if ($obligatory && !$condition[
'obligatory']) {
1485 if (!$obligatory && $condition[
'obligatory']) {
1489 if ($this->tree->isDeleted($condition[
'trigger_ref_id'])) {
1496 $visible_conditions[] = $condition[
'id'];
1499 if (!$obligatory && $ok) {
1502 if ($passed_optional >= $num_optional_required) {
1508 $missing_cond_exist =
false;
1509 foreach ($conditions as $condition) {
1510 if (!in_array($condition[
'id'], $visible_conditions)) {
1515 $cond_txt = $operator .
' ' . $condition[
'value'];
1518 $class = $this->obj_definition->getClassName($condition[
"trigger_type"]);
1519 $location = $this->obj_definition->getLocation($condition[
"trigger_type"]);
1523 $missing_cond_exist =
true;
1525 $full_class =
"ilObj" . $class .
"ListGUI";
1526 $item_list_gui =
new $full_class($this->context);
1527 $item_list_gui->setMode(self::IL_LIST_AS_TRIGGER);
1528 $item_list_gui->enablePath(
false);
1529 $item_list_gui->enableIcon(
true);
1530 $item_list_gui->setConditionDepth($this->condition_depth + 1);
1531 $item_list_gui->setParentRefId($this->ref_id);
1532 $item_list_gui->addCustomProperty($this->
lng->txt(
"precondition_required_itemlist"), $cond_txt,
false,
true);
1533 $item_list_gui->enableCommands($this->commands_enabled, $this->std_cmd_only);
1534 $item_list_gui->enableProperties($this->properties_enabled);
1536 $trigger_html = $item_list_gui->getListItemHTML(
1537 $condition[
'trigger_ref_id'],
1538 $condition[
'trigger_obj_id'],
1542 $this->tpl->setCurrentBlock(
"precondition");
1543 if ($trigger_html ==
"") {
1544 $trigger_html = $this->
lng->txt(
"precondition_not_accessible");
1546 $this->tpl->setVariable(
"TXT_CONDITION", trim($cond_txt));
1547 $this->tpl->setVariable(
"TRIGGER_ITEM", $trigger_html);
1548 $this->tpl->parseCurrentBlock();
1551 if ($missing_cond_exist && $obligatory) {
1552 $this->tpl->setCurrentBlock(
"preconditions");
1553 $this->tpl->setVariable(
"CONDITION_TOGGLE_ID",
"_obl_" . $toggle_id);
1554 $this->tpl->setVariable(
"TXT_PRECONDITIONS", $this->
lng->txt(
"preconditions_obligatory_hint"));
1555 $this->tpl->parseCurrentBlock();
1556 } elseif ($missing_cond_exist && !$obligatory) {
1557 $this->tpl->setCurrentBlock(
"preconditions");
1558 $this->tpl->setVariable(
"CONDITION_TOGGLE_ID",
"_opt_" . $toggle_id);
1559 $this->tpl->setVariable(
1560 "TXT_PRECONDITIONS",
1562 $this->
lng->txt(
"preconditions_optional_hint"),
1563 $num_optional_required - $passed_optional
1566 $this->tpl->parseCurrentBlock();
1569 return !$missing_cond_exist;
1578 if ($this->condition_depth > 0) {
1582 if ($this->context == self::CONTEXT_WORKSPACE) {
1586 if (isset($this->condition_target) && is_array($this->condition_target)
1587 && count($this->condition_target) > 0) {
1588 $conditions = ilConditionHandler::_getEffectiveConditionsOfTarget(
1589 (
int) $this->condition_target[
'ref_id'],
1590 (
int) $this->condition_target[
'obj_id'],
1591 $this->condition_target[
'target_type'] ??
"" 1594 $conditions = ilConditionHandler::_getEffectiveConditionsOfTarget($this->ref_id, $this->obj_id);
1597 if (
sizeof($conditions)) {
1598 for (
$i = 0;
$i < count($conditions);
$i++) {
1603 ++self::$js_unique_id;
1605 $all_done_obl = $this->
parseConditions(self::$js_unique_id, $conditions);
1606 $all_done_opt = $this->
parseConditions(self::$js_unique_id, $conditions,
false);
1608 if (!$all_done_obl || !$all_done_opt) {
1609 $this->tpl->setCurrentBlock(
"preconditions_toggle");
1610 $this->tpl->setVariable(
"PRECONDITION_TOGGLE_INTRO", $this->
lng->txt(
"precondition_toggle"));
1611 $this->tpl->setVariable(
"PRECONDITION_TOGGLE_TRIGGER", $this->
lng->txt(
"show"));
1612 $this->tpl->setVariable(
"PRECONDITION_TOGGLE_ID", self::$js_unique_id);
1613 $this->tpl->setVariable(
"TXT_PRECONDITION_SHOW", $this->
lng->txt(
"show"));
1614 $this->tpl->setVariable(
"TXT_PRECONDITION_HIDE", $this->
lng->txt(
"hide"));
1615 $this->tpl->parseCurrentBlock();
1629 string $onclick =
"" 1632 $checksum = md5($href . $text);
1633 if ($href ==
"#" || !in_array($checksum, $this->prevent_duplicate_commands)) {
1635 $this->prevent_duplicate_commands[] = $checksum;
1638 $prevent_background_click =
false;
1639 if ($cmd ==
'mount_webfolder') {
1640 $onclick =
"triggerWebDAVModal('$href')";
1645 $this->current_selection_list->addItem(
1653 $prevent_background_click,
1661 if ($this->std_cmd_only) {
1671 $this->adm_commands_included =
true;
1677 $this->
ctrl->setParameter(
1678 $this->container_obj,
1680 $this->container_obj->getObject()->getRefId()
1682 $this->
ctrl->setParameter($this->container_obj,
"item_ref_id", $this->
getCommandId());
1683 $cmd_link = $this->
ctrl->getLinkTarget($this->container_obj,
"delete");
1685 $this->adm_commands_included =
true;
1693 if ($this->std_cmd_only) {
1700 !$objDefinition->allowLink($this->type)
1710 $this->adm_commands_included =
true;
1717 $this->
ctrl->setParameter(
1718 $this->container_obj,
1720 $this->container_obj->getObject()->getRefId()
1722 $this->
ctrl->setParameter($this->container_obj,
"item_ref_id", $this->
getCommandId());
1723 $cmd_link = $this->
ctrl->getLinkTarget($this->container_obj,
"link");
1725 $this->adm_commands_included =
true;
1730 if ($this->std_cmd_only) {
1741 $this->adm_commands_included =
true;
1749 if ($this->
checkCommandAccess(
'delete',
'', $this->ref_id, $this->type) && $this->container_obj->getObject()) {
1750 $this->
ctrl->setParameter(
1751 $this->container_obj,
1753 $this->container_obj->getObject()->getRefId()
1755 $this->
ctrl->setParameter($this->container_obj,
"item_ref_id", $this->
getCommandId());
1757 if (!$to_repository) {
1758 $cmd_link = $this->
ctrl->getLinkTarget($this->container_obj,
"cut");
1761 $cmd_link = $this->
ctrl->getLinkTarget($this->container_obj,
"cut_for_repository");
1762 $this->
insertCommand($cmd_link, $this->
lng->txt(
"wsp_move_to_repository"));
1765 $this->adm_commands_included =
true;
1771 if ($this->std_cmd_only) {
1776 $this->obj_definition->allowCopy($this->type)) {
1777 if ($this->context != self::CONTEXT_WORKSPACE && $this->context != self::CONTEXT_WORKSPACE_SHARING) {
1778 $this->
ctrl->setParameterByClass(
'ilobjectcopygui',
'source_id', $this->
getCommandId());
1779 $cmd_copy = $this->
ctrl->getLinkTargetByClass(
'ilobjectcopygui',
'initTargetSelection');
1782 $this->
ctrl->setParameter(
1783 $this->container_obj,
1785 $this->container_obj->getObject()->getRefId()
1787 $this->
ctrl->setParameter($this->container_obj,
"item_ref_id", $this->
getCommandId());
1789 if (!$to_repository) {
1790 $cmd_copy = $this->
ctrl->getLinkTarget($this->container_obj,
'copy');
1793 $cmd_copy = $this->
ctrl->getLinkTarget($this->container_obj,
'copy_to_repository');
1794 $this->
insertCommand($cmd_copy, $this->
lng->txt(
'wsp_copy_to_repository'));
1798 $this->adm_commands_included =
true;
1804 if ($this->std_cmd_only) {
1814 $this->clipboard->hasEntries()
1819 $this->adm_commands_included =
true;
1825 if ($this->std_cmd_only) {
1832 if (!(
bool) $this->
settings->get(
'rep_favourites',
"0")) {
1841 is_object($this->container_obj) &&
1843 method_exists($this->container_obj,
"getObject") &&
1844 is_object($this->container_obj->getObject())
1846 $this->
ctrl->setParameter($this->container_obj,
"ref_id", $this->container_obj->getObject()->getRefId());
1849 if (!$this->fav_manager->ifIsFavourite($this->user->getId(), $this->
getCommandId())) {
1851 if ($this->
checkCommandAccess(
"read",
"", $this->ref_id, $this->type, $this->obj_id)) {
1853 $this->
ctrl->setParameter($this->container_obj,
"type", $type);
1854 $this->
ctrl->setParameter($this->container_obj,
"item_ref_id", $this->
getCommandId());
1855 $cmd_link = $this->
ctrl->getLinkTarget($this->container_obj,
"addToDesk");
1861 $this->
ctrl->setParameter($this->container_obj,
"type", $type);
1862 $this->
ctrl->setParameter($this->container_obj,
"item_ref_id", $this->
getCommandId());
1863 $cmd_link = $this->
ctrl->getLinkTarget($this->container_obj,
"removeFromDesk");
1864 $this->
insertCommand($cmd_link, $this->
lng->txt(
"rep_remove_from_favourites"));
1872 if ($this->std_cmd_only) {
1877 $this->
lng->txt(
"info_short"),
1892 $this->
lng->loadLanguageModule(
"notes");
1893 $this->
lng->loadLanguageModule(
"tagging");
1898 if ($this->reference_ref_id) {
1902 $js_updater = $header_actions
1903 ?
"il.Object.redrawActionHeader();" 1904 :
"il.Object.redrawListItem(" . $note_ref_id .
")";
1906 $comments_enabled = $this->
isCommentsActivated($this->type, $this->ref_id, $this->obj_id, $header_actions);
1907 if ($comments_enabled) {
1910 $this->
lng->txt(
"notes_comments"),
1918 if ($this->notes_enabled) {
1921 $this->
lng->txt(
"notes"),
1929 if ($this->tags_enabled) {
1932 $this->
lng->txt(
"tagging_set_tag"),
1944 $this->std_cmd_only || is_null($this->container_obj) ||
1945 !method_exists($this->container_obj,
"getObject") ||
1946 !is_object($this->container_obj->getObject())
1951 $parent_ref_id = $this->container_obj->getObject()->getRefId();
1952 $parent_type = $this->container_obj->getObject()->getType();
1955 if ($this->reference_ref_id) {
1956 $this->
ctrl->setParameterByClass(
'ilobjectactivationgui',
'ref_id', $this->reference_ref_id);
1963 $this->
ctrl->setParameterByClass(
1964 'ilobjectactivationgui',
1968 $this->
ctrl->setParameterByClass(
1969 'ilobjectactivationgui',
1973 $cmd_lnk = $this->
ctrl->getLinkTargetByClass(
1974 array($this->gui_class_name,
'ilcommonactiondispatchergui',
'ilobjectactivationgui'),
1978 $this->
insertCommand($cmd_lnk, $this->
lng->txt(
'obj_activation_list_gui'));
1981 if ($this->reference_ref_id) {
1982 $this->
ctrl->setParameterByClass(
'ilobjectactivationgui',
'ref_id', $this->ref_id);
1990 bool $use_async =
false,
1991 bool $get_async_commands =
false,
1992 string $async_url =
"",
1993 bool $header_actions =
false 2000 $this->current_selection_list->setAriaListTitle(
2002 $this->
lng->txt(
'actions_for'),
2003 htmlspecialchars(addslashes($this->
getTitle()))
2006 $this->current_selection_list->setAsynch($use_async && !$get_async_commands);
2007 $this->current_selection_list->setAsynchUrl($async_url);
2008 if ($header_actions) {
2009 $this->current_selection_list->setListTitle(
2010 "<span class='hidden-xs'>" .
2011 $this->
lng->txt(
"actions") .
2015 $this->current_selection_list->setListTitle(
"");
2017 $this->current_selection_list->setId(
"act_" . $this->
getUniqueItemId());
2018 $this->current_selection_list->setSelectionHeaderClass(
"");
2019 $this->current_selection_list->setItemLinkClass(
"");
2020 $this->current_selection_list->setLinksMode(
"il_ContainerItemCommand2");
2022 $this->current_selection_list->setUseImages(
false);
2023 $this->current_selection_list->setAdditionalToggleElement(
2025 "ilContainerListItemOuterHighlight" 2028 $this->
ctrl->setParameterByClass($this->gui_class_name,
"ref_id", $this->ref_id);
2031 $only_default =
false;
2032 if ($use_async && !$get_async_commands) {
2033 $only_default =
true;
2036 $this->default_command = [];
2037 $this->prevent_duplicate_commands = [];
2040 $valid_header_commands = array(
"mount_webfolder");
2043 foreach ($commands as $command) {
2044 if ($header_actions && !in_array($command[
"cmd"], $valid_header_commands)) {
2048 if ($command[
"granted"] ==
true) {
2049 if (!$command[
"default"] ===
true) {
2050 if (!$this->std_cmd_only && !$only_default) {
2055 $cmd_link = $command[
"link"];
2056 $txt = ($command[
"lang_var"] ==
"")
2058 : $this->
lng->txt($command[
"lang_var"]);
2073 if (!$only_default) {
2075 if (is_array($this->cust_commands)) {
2076 foreach ($this->cust_commands as $command) {
2077 if ($command instanceof
Button) {
2078 $this->current_selection_list->addComponent($command);
2084 $this->
lng->txt($command[
"lang_var"]),
2087 $command[
"cmd"] ??
"",
2100 if (!$this->
isMode(self::IL_LIST_AS_TRIGGER)) {
2102 if ($this->timings_enabled) {
2107 if ($this->delete_enabled) {
2112 if ($this->link_enabled) {
2117 if ($this->cut_enabled) {
2122 if ($this->copy_enabled) {
2127 if ($this->repository_transfer_enabled) {
2133 if ($this->subscribe_enabled) {
2138 if ($this->multi_download_enabled && $header_actions) {
2143 if ($this->cut_enabled or $this->link_enabled) {
2151 if (!$only_default && !$this->
isMode(self::IL_LIST_AS_TRIGGER)) {
2155 if (!$header_actions) {
2156 $this->
ctrl->clearParametersByClass($this->gui_class_name);
2163 if ($use_async && !$get_async_commands && !$header_actions) {
2173 if ($use_async && $get_async_commands) {
2174 return $this->current_selection_list->getHTML(
true);
2177 return $this->current_selection_list->getHTML();
2180 public function enableComments(
bool $value,
bool $enable_comments_settings =
true): void
2182 if ($this->
settings->get(
"disable_comments")) {
2186 $this->comments_enabled = $value;
2187 $this->comments_settings_enabled = $enable_comments_settings;
2192 if ($this->
settings->get(
"disable_notes")) {
2196 $this->notes_enabled = $value;
2202 if (!$tags_set->get(
"enable")) {
2205 $this->tags_enabled = $value;
2210 string $text = null,
2211 bool $categories =
false,
2212 array $ctrl_path = null,
2213 bool $force_rate_parent =
false 2215 $this->rating_enabled = $value;
2217 if ($this->rating_enabled) {
2218 $this->rating_categories_enabled = $categories;
2219 $this->rating_text = $text;
2220 $this->rating_ctrl_path = $ctrl_path;
2233 if (!$folder_set->get(
"enable_multi_download")) {
2236 $this->multi_download_enabled = $value;
2241 if ($this->std_cmd_only) {
2257 $user_id = $this->
user->getId();
2262 if ($hasAdminAccess) {
2263 $cmd = ($this->requested_cmd ==
"enableAdministrationPanel")
2265 :
"enableAdministrationPanel";
2267 $cmd = ($this->requested_cmd ==
"enableMultiDownload")
2269 :
"enableMultiDownload";
2272 $this->
insertCommand($cmd_link, $this->
lng->txt(
"download_multiple_objects"));
2279 if (!$this->
getContainerObject()->isActiveAdministrationPanel() || $this->clipboard->hasEntries()) {
2281 in_array($this->type, [
"file",
"fold"]) &&
2282 $this->
access->checkAccess(
"read",
"", $ref_id, $this->type)
2284 $this->download_checkbox_state = self::DOWNLOAD_CHECKBOX_ENABLED;
2286 $this->download_checkbox_state = self::DOWNLOAD_CHECKBOX_DISABLED;
2289 $this->download_checkbox_state = self::DOWNLOAD_CHECKBOX_NONE;
2309 if (is_null($tpl)) {
2314 $DIC->notes()->gui()->initJavascript($notes_url);
2322 $tpl->addOnLoadCode(
"il.Object.setRedrawAHUrl('" . $redraw_url .
"');");
2328 $this->sub_obj_type =
$type;
2329 $this->sub_obj_id = (
int) $id;
2335 string $tooltip = null,
2336 string $onclick = null,
2337 string $status_text = null,
2340 $this->header_icons[
$id] = [
2342 "tooltip" => $tooltip,
2343 "onclick" => $onclick,
2344 "status_text" => $status_text,
2351 $this->header_icons[
$id] = $html;
2356 $this->header_icons[
$id] = [
"glyph" => $glyph,
"onclick" => $onclick];
2361 $this->ajax_hash = $hash;
2366 if ($main_tpl == null) {
2368 $main_tpl = $DIC[
"tpl"];
2371 $htpl =
new ilTemplate(
"tpl.header_action.html",
true,
true,
"Services/Repository");
2373 $redraw_js =
"il.Object.redrawActionHeader();";
2376 if ($this->tags_enabled) {
2382 $this->
user->getId()
2384 if (count($tags) > 0) {
2385 $this->
lng->loadLanguageModule(
"tagging");
2387 $f = $this->
ui->factory();
2390 $f->symbol()->glyph()->tag(
"#")
2391 ->withCounter(
$f->counter()->status(count($tags))),
2398 $comments_enabled = $this->
isCommentsActivated($this->type, $this->ref_id, $this->obj_id,
true,
false);
2399 if ($this->notes_enabled || $comments_enabled) {
2400 $type = ($this->sub_obj_type ==
"") ? $this->type : $this->sub_obj_type;
2401 $context = $this->notes_service->data()->context($this->obj_id, $this->sub_obj_id, $type);
2402 $cnt[
$this->obj_id][Note::PUBLIC] = $this->notes_service->domain()->getNrOfCommentsForContext($context);
2403 $cnt[
$this->obj_id][Note::PRIVATE] = $this->notes_service->domain()->getNrOfNotesForContext($context);
2405 $this->notes_enabled &&
2406 isset($cnt[$this->obj_id][Note::PRIVATE]) &&
2407 $cnt[$this->obj_id][Note::PRIVATE] > 0
2409 $f = $this->
ui->factory();
2412 $f->symbol()->glyph()->note(
"#")
2413 ->withCounter(
$f->counter()->status((
int) $cnt[$this->obj_id][Note::PRIVATE])),
2419 $comments_enabled &&
2420 isset($cnt[$this->obj_id][Note::PUBLIC]) &&
2423 $this->
lng->loadLanguageModule(
"notes");
2424 $f = $this->
ui->factory();
2427 $f->symbol()->glyph()->comment(
"#")
2428 ->withCounter(
$f->counter()->status((
int) $cnt[$this->obj_id][Note::PUBLIC])),
2435 if ($this->rating_enabled) {
2437 $rating_gui->enableCategories($this->rating_categories_enabled);
2439 $rating_gui->setObject($this->obj_id, $this->type);
2440 if ($this->rating_text) {
2441 $rating_gui->setYourRatingText($this->rating_text);
2444 $ajax_hash = $this->force_rate_parent
2447 $this->
ctrl->setParameterByClass(
"ilRatingGUI",
"cadh", $ajax_hash);
2448 $this->
ctrl->setParameterByClass(
"ilRatingGUI",
"rnsb",
true);
2449 if ($this->rating_ctrl_path) {
2450 $rating_gui->setCtrlPath($this->rating_ctrl_path);
2451 $ajax_url = $this->
ctrl->getLinkTargetByClass($this->rating_ctrl_path,
"saveRating",
"",
true);
2453 $ajax_url = $this->
ctrl->getLinkTargetByClass(
"ilRatingGUI",
"saveRating",
"",
true);
2455 $main_tpl->addOnLoadCode(
"il.Object.setRatingUrl('" . $ajax_url .
"');");
2458 $rating_gui->getHTML(
2460 $this->checkCommandAccess(
"read",
"", $this->ref_id, $this->type),
2461 "il.Object.saveRating(%rating%);" 2466 if ($this->header_icons) {
2468 foreach ($this->header_icons as
$id => $attr) {
2471 if (is_array($attr)) {
2472 if (isset($attr[
"glyph"]) && $attr[
"glyph"]) {
2473 if ($attr[
"onclick"]) {
2474 $htpl->setCurrentBlock(
"prop_glyph_oc");
2475 $htpl->setVariable(
"GLYPH_ONCLICK", $attr[
"onclick"]);
2476 $htpl->parseCurrentBlock();
2478 $renderer = $this->
ui->renderer();
2479 $html = $renderer->render($attr[
"glyph"]);
2480 $htpl->setCurrentBlock(
"prop_glyph");
2481 $htpl->setVariable(
"GLYPH", $html);
2482 $htpl->parseCurrentBlock();
2484 if ($attr[
"onclick"]) {
2485 $htpl->setCurrentBlock(
"onclick");
2486 $htpl->setVariable(
"PROP_ONCLICK", $attr[
"onclick"]);
2487 $htpl->parseCurrentBlock();
2490 if ($attr[
"status_text"]) {
2491 $htpl->setCurrentBlock(
"status");
2492 $htpl->setVariable(
"PROP_TXT", $attr[
"status_text"]);
2493 $htpl->parseCurrentBlock();
2497 $htpl->setCurrentBlock(
"prop");
2498 if ($attr[
"href"] || $attr[
"onclick"]) {
2499 $htpl->setVariable(
"TAG",
"a");
2501 $htpl->setVariable(
"TAG",
"span");
2503 $htpl->setVariable(
"PROP_ID",
$id);
2504 $htpl->setVariable(
"IMG",
ilUtil::img($attr[
"img"], $attr[
"tooltip"]));
2505 if ($attr[
"href"] !=
"") {
2506 $htpl->setVariable(
"PROP_HREF",
' href="' . $attr[
"href"] .
'" ');
2508 $htpl->parseCurrentBlock();
2510 if ($attr[
"tooltip"]) {
2519 if (
sizeof($chunks)) {
2522 implode(
" ", $chunks) .
" " 2533 if ($this->cust_modals !== []) {
2534 $htpl->setVariable(
'TRIGGERED_MODALS', $this->
ui->renderer()->render($this->cust_modals));
2537 return $htpl->get();
2548 $base_class = $this->request_wrapper->retrieve(
"baseClass", $this->
refinery->kindlyTo()->string());
2550 (strtolower($base_class) !=
"ilrepositorygui") &&
2551 is_int(strpos($link,
"baseClass=ilRepositoryGUI"))
2553 if ($this->type !=
"frm") {
2563 if ($this->default_command_params) {
2565 foreach ($this->default_command_params as
$name => $value) {
2572 if (!stristr($default_link,
'?')) {
2573 $default_link = ($default_link .
'?' .
$params);
2575 $default_link = ($default_link .
'&' .
$params);
2578 return $default_link;
2588 if (strstr($link, ilSAHSPresentationGUI::class)) {
2590 $om = $sahs_obj->getOpenMode();
2591 $width = $sahs_obj->getWidth();
2592 $height = $sahs_obj->getHeight();
2593 if (($om == 5 || $om == 1) && $width > 0 && $height > 0) {
2596 if ($om != 0 && !$DIC->http()->agent()->isMobile()) {
2597 $this->default_command[
"frame"] =
"";
2599 "javascript:void(0); onclick=startSAHS('" .
2615 return [$link, $wtarget];
2621 if (!$this->path_gui instanceof \
ilPathGUI) {
2622 $path_gui = new \ilPathGUI();
2631 if ($this->path_start_node) {
2635 $this->tpl->setCurrentBlock(
"path_item");
2636 $this->tpl->setVariable(
'PATH_ITEM', $path_gui->
getPath($start_node, $this->ref_id));
2637 $this->tpl->parseCurrentBlock();
2639 $this->tpl->setCurrentBlock(
"path");
2640 $this->tpl->setVariable(
"TXT_LOCATION", $this->
lng->txt(
"locator"));
2641 $this->tpl->parseCurrentBlock();
2653 $this->tpl->setCurrentBlock(
"check");
2654 $this->tpl->setVariable(
"VAL_ID", $this->
getCommandId());
2655 $this->tpl->setVariable(
"CHECK_TITLE", $this->
lng->txt(
"select") .
" " . $this->
getTitle());
2656 $this->tpl->parseCurrentBlock();
2659 $this->tpl->setCurrentBlock(
"check_download");
2660 $this->tpl->setVariable(
"CHECK_DOWNLOAD_TITLE", $this->
lng->txt(
"download") .
" " . $this->
getTitle());
2662 $this->tpl->setVariable(
"VAL_ID", $this->
getCommandId());
2664 $this->tpl->setVariable(
"VAL_VISIBILITY",
"visibility: hidden;\" disabled=\"disabled");
2666 $this->tpl->parseCurrentBlock();
2669 $this->tpl->setCurrentBlock(
'expand');
2672 $this->
ctrl->setParameter($this->container_obj,
'expand', -1 * $this->obj_id);
2674 $this->tpl->setVariable(
'EXP_HREF', $this->
ctrl->getLinkTarget($this->container_obj,
'view', $this->getUniqueItemId(
true)));
2675 $this->
ctrl->clearParameters($this->container_obj);
2677 $this->tpl->setVariable(
'EXP_ALT', $this->
lng->txt(
'collapse'));
2679 $this->
ctrl->setParameter($this->container_obj,
'expand', $this->obj_id);
2681 $this->tpl->setVariable(
'EXP_HREF', $this->
ctrl->getLinkTarget($this->container_obj,
'view', $this->getUniqueItemId(
true)));
2682 $this->
ctrl->clearParameters($this->container_obj);
2684 $this->tpl->setVariable(
'EXP_ALT', $this->
lng->txt(
'expand'));
2687 $this->tpl->parseCurrentBlock();
2693 $this->tpl->touchBlock(
"i_1");
2696 $this->tpl->setCurrentBlock(
"icon");
2697 if (!$this->obj_definition->isPlugin($this->getIconImageType())) {
2698 $this->tpl->setVariable(
"ALT_ICON", $this->
lng->txt(
"obj_" . $this->getIconImageType()));
2700 $this->tpl->setVariable(
2706 $this->tpl->setVariable(
2710 $this->tpl->parseCurrentBlock();
2714 $this->tpl->touchBlock(
"d_" . $cnt);
2722 return ilObject::getIconForReference(
2732 foreach ($this->sub_item_html as $sub_html) {
2733 $this->tpl->setCurrentBlock(
"subitem");
2734 $this->tpl->setVariable(
"SUBITEM", $sub_html);
2735 $this->tpl->parseCurrentBlock();
2741 if ($this->position_enabled) {
2742 $this->tpl->setCurrentBlock(
"position");
2743 $this->tpl->setVariable(
"POS_ID", $this->position_field_index);
2744 $this->tpl->setVariable(
"POS_VAL", $this->position_value);
2745 $this->tpl->parseCurrentBlock();
2761 $this->acache->storeEntry(
2763 serialize($this->access_cache),
2776 string $description,
2777 bool $use_async =
false,
2778 bool $get_async_commands =
false,
2779 string $async_url =
"" 2783 $this->adm_commands_included =
false;
2788 $this->
initItem($ref_id, $obj_id, $type, $title, $description);
2790 if ($use_async && $get_async_commands) {
2794 if ($this->rating_enabled) {
2798 $rating->setObject($this->obj_id, $this->type);
2801 $rating->getListGUIProperty($this->ref_id, $may_rate, $this->ajax_hash, $this->parent_ref_id),
2810 $cres = $this->acache->getEntry($this->
user->getId() .
":" .
$ref_id);
2811 if ($this->acache->getLastAccessStatus() ==
"hit") {
2812 $this->access_cache = unserialize($cres);
2832 static::$tpl_file_name,
2835 static::$tpl_component,
2843 $this->tpl->setVariable(
2844 "COMMAND_SELECTION_LIST",
2845 $this->
insertCommands($use_async, $get_async_commands, $async_url)
2856 if (!$this->
isMode(self::IL_LIST_AS_TRIGGER)) {
2902 $this->tpl->setVariable(
"DIV_CLASS",
'ilContainerListItemOuter');
2903 $this->tpl->setVariable(
2915 $content = $this->tpl->get();
2917 if ($this->context === self::CONTEXT_REPOSITORY
2918 && ($this->requested_cmd ===
"view" || $this->requested_cmd ===
"" || $this->requested_cmd ===
"render")
2919 && $file_upload_dropzone->isUploadAllowed($this->type)
2922 return $file_upload_dropzone->getDropzoneHtml();
2934 $this->cust_prop = [];
2935 $this->cust_commands = [];
2936 $this->cust_modals = [];
2937 $this->sub_item_html = [];
2938 $this->position_enabled =
false;
2946 $this->parent_ref_id =
$ref_id;
2959 if ($this->reference_ref_id > 0) {
2964 if ($this->condition_depth) {
2975 return "lg_div_" . $id_ref;
3008 $lng = $DIC->language();
3011 $notes_manager = $DIC->notes()->internal()->domain()->notes();
3013 if ($context == self::CONTEXT_REPOSITORY) {
3014 $active_notes = !
$ilSetting->get(
"disable_notes");
3015 $active_comments = !
$ilSetting->get(
"disable_comments");
3017 if ($active_comments) {
3019 self::$comments_activation = $DIC->notes()
3022 ->notes()->commentsActiveMultiple($obj_ids);
3026 if (
$ilSetting->get(
'comments_tagging_in_lists')) {
3027 if ($active_notes || $active_comments) {
3030 self::$cnt_notes = $notes_manager->countNotesAndCommentsMultipleObjects(
3039 if ($tags_set->get(
"enable")) {
3040 $all_users = (bool) $tags_set->get(
"enable_all_users");
3042 if (!
$ilSetting->get(
'comments_tagging_in_lists_tags')) {
3045 $tag_user_id = null;
3047 $tag_user_id =
$ilUser->getId();
3059 self::$preload_done =
true;
3069 bool $header_actions,
3070 bool $check_write_access =
true 3072 if ($this->comments_enabled) {
3073 if (!$this->comments_settings_enabled) {
3081 if (!$header_actions && self::$preload_done) {
3082 if (isset(self::$comments_activation[$obj_id]) &&
3083 self::$comments_activation[$obj_id]) {
3086 } elseif ($this->notes_service->domain()->commentsActive($obj_id)) {
3098 $this->timings_enabled = $status;
3114 $description = strip_tags($description);
3129 foreach ($this->current_selection_list->getItems() as $action_item) {
3132 ->shy($action_item[
'title'], $action_item[
'link']);
3135 if ($action_item[
'onclick'] != null && $action_item[
'onclick'] !=
'') {
3136 $action = $action->withAdditionalOnLoadCode(
function (
$id) use ($action_item):
string {
3137 return "$('#$id').click(function(){" . $action_item[
'onclick'] .
";});";
3141 $actions[] = $action;
3146 ->standard($actions)
3147 ->withAriaLabel(sprintf(
3148 $this->
lng->txt(
'actions_for'),
3149 htmlspecialchars(addslashes($title))
3154 $icon = $this->
ui->factory()
3158 ->withSize(
'medium');
3161 if ($def_command[
'link'] ??
false) {
3162 $modifySAHS = $this->
modifySAHSlaunch($def_command[
'link'], $def_command[
'frame']);
3163 $def_command[
'link'] = $modifySAHS[0];
3164 $def_command[
'frame'] = $modifySAHS[1];
3165 $new_viewport = !in_array($def_command[
'frame'], [
'',
'_top',
'_self',
'_parent'],
true);
3166 $link = $this->
ui->factory()
3168 ->standard($this->
getTitle(), $def_command[
'link'])
3169 ->withOpenInNewViewport($new_viewport);
3170 $list_item = $ui->
factory()->item()->standard($link);
3175 if ($description !=
"") {
3176 $list_item = $list_item->withDescription($description);
3178 $list_item = $list_item->withActions($dropdown)->withLeadIcon($icon);
3189 $l[(string) $p[
'property']] = (
string) $p[
'value'];
3192 if (count($l) > 0) {
3193 $list_item = $list_item->withProperties($l);
3228 $title = htmlspecialchars(addslashes($title));
3230 $description = strip_tags($description);
3248 if ($description !=
"") {
3249 $sections[] = $ui->
factory()->legacy(
"<div class='il-multi-line-cap-3'>" . $description .
"</div>");
3255 foreach ($this->current_selection_list->getItems() as $item) {
3256 if (!isset($item[
"onclick"]) || $item[
"onclick"] ==
"") {
3258 $ui->
factory()->button()->shy($item[
"title"], $item[
"link"]);
3261 $ui->
factory()->button()->shy($item[
"title"],
"")->withAdditionalOnLoadCode(
function (
$id) use ($item):
string {
3263 "$('#$id').click(function(e) { " . $item[
"onclick"] .
"});";
3270 $dropdown = $ui->
factory()->dropdown()->standard($actions)
3271 ->withAriaLabel(sprintf(
3272 $this->
lng->txt(
'actions_for'),
3281 $def_cmd_frame = ($def_command[
"frame"] ??
"");
3282 if ($def_cmd_frame ===
"_top") {
3283 $def_cmd_frame =
"";
3285 $def_cmd_link = ($def_command[
"link"] ??
"");
3288 $scorm_modifications = $this->
modifySAHSlaunch($def_cmd_link, $def_cmd_frame);
3289 $modified_link = $scorm_modifications[0];
3290 if ($modified_link === $def_cmd_link) {
3291 $def_cmd_frame = $scorm_modifications[1];
3294 $image = $this->
ui->factory()
3296 ->responsive(
$path,
'');
3297 if ($def_cmd_link !=
'') {
3298 if ($def_cmd_frame !=
"" && ($modified_link == $def_cmd_link)) {
3299 $image = $image->withAdditionalOnLoadCode(
function (
$id) use (
3305 "$('#$id').click(function(e) { window.open('" . str_replace(
3309 ) .
"', '" . $def_cmd_frame .
"');});";
3313 $ui->
factory()->button()->shy($title,
"")->withAdditionalOnLoadCode(
function (
$id) use (
3319 "$('#$id').click(function(e) { window.open('" . str_replace(
3323 ) .
"', '" . $def_cmd_frame .
"');});";
3325 $title = $ui->
renderer()->render($button);
3327 $image = $image->withAction($modified_link);
3331 if ($type ==
'sess') {
3339 (
bool) $app_info[
'fullday']
3347 ->standard($type, $this->
lng->txt(
'obj_' . $type))
3352 if ($this->obj_definition->isActivePluginType($type)) {
3353 $class_name =
'il' . $this->obj_definition->getClassName($type) .
'Plugin';
3354 if ($class_name !==
'ilPlugin' 3355 && method_exists($class_name,
'_getIcon')) {
3361 ->custom(call_user_func([$class_name,
'_getIcon'], $type,
'small', $obj_id), $pl->txt(
'obj_' . $type));
3366 $card_title_action =
"";
3367 if ($def_cmd_link !=
"" && ($def_cmd_frame ==
"" || $modified_link != $def_cmd_link)) {
3368 $card_title_action = $modified_link;
3369 } elseif ($def_cmd_link ==
"" &&
3378 if ($image->getAction() ==
"") {
3379 $image = $image->withAction($card_title_action);
3383 $card = $ui->
factory()->card()->repositoryObject(
3384 $title .
'<span data-list-item-id="' . $this->
getUniqueItemId(
true) .
'"></span>',
3392 if ($card_title_action !=
"") {
3393 $card = $card->withTitleAction($card_title_action);
3398 if (isset($p[
'alert']) && $p[
'alert'] ==
true 3399 && isset($p[
'property']) && $p[
'property'] !== $this->
lng->txt(
'learning_progress')) {
3400 $l[(string) $p[
'property']] = (
string) $p[
'value'];
3403 if (count($l) > 0) {
3404 $prop_list = $ui->
factory()->listing()->descriptive($l);
3405 $sections[] = $prop_list;
3407 if (count($sections) > 0) {
3408 $card = $card->withSections($sections);
3412 if (is_array($lp) && array_key_exists(
'status', $lp)) {
3418 $card = $card->withProgress(
3422 ->mini(100, $percentage)
3436 $img = $this->object_service->commonSettings()->tileImage()->getByObjId($this->obj_id);
3437 if (
$img->exists()) {
3441 if (!is_file(
$path)) {
3453 if ($this->std_cmd_only || !$this->lp_cmd_enabled) {
3461 $this->
lng->txt(
"learning_progress")
const LP_STATUS_COMPLETED_NUM
getCommands()
get all current commands for a specific ref id (in the permission context of the current user) ...
This describes commonalities between the different modals.
static removeSubObjFromAjaxHash(string $hash)
Creates a path for a start and endnode.
insertIconsAndCheckboxes()
const CONTEXT_WORKSPACE_SHARING
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setHeaderSubObject(?string $type, ?int $id)
parseConditions(int $toggle_id, array $conditions, bool $obligatory=true)
insertSearchFragment()
Insert highlighted search fragment.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setConditionTarget(int $ref_id, int $obj_id, string $target_type)
getDescription()
getDescription overwritten in class.ilObjLinkResourceList.php
static appendUrlParameterString(string $a_url, string $a_par, bool $xml_style=false)
static _getListTagsForObjects(array $a_obj_ids, int $a_user_id=null)
Get tags for given object ids.
static string $tpl_component
insertMultiDownloadCommand()
ilListItemAccessCache $acache
bool $multi_download_enabled
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
static maybeRenderWebDAVModalInGlobalTpl()
getTypeIcon()
Get object type specific type icon.
string $requested_base_class
setParentRefId(int $ref_id)
Set current parent ref id to enable unique js-ids (sessions, etc.)
setMode(string $mode)
set output mode
enableTextOnly(bool $a_status)
render path as text only
enableCommands(bool $status, bool $std_only=false)
setAdditionalInformation(?string $val)
setContainerObject(object $container_obj)
bool $notice_properties_enabled
setSearchFragment(string $text)
getUniqueItemId(bool $as_div=false)
Get unique item identifier (for js-actions)
$location
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $static_link_enabled
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
static getListTagsJSCall(string $a_hash, string $a_update_code=null)
const DOWNLOAD_CHECKBOX_NONE
addHeaderIcon(string $id, string $img, string $tooltip=null, string $onclick=null, string $status_text=null, string $href=null)
insertPreconditions()
insert all missing preconditions
Class ChatMainBarProvider .
setDescription(string $description)
static prepareJsLinks(string $redraw_url, string $notes_url, string $tags_url, ilGlobalTemplateInterface $tpl=null)
Insert js/ajax links into template.
static hasListGUIStatus(int $a_obj_id)
checkAccess(string $a_permission, string $a_cmd, int $a_ref_id, string $a_type="", ?int $a_obj_id=null, ?int $a_tree_id=null)
check access for an object (provide $a_type and $a_obj_id if available for better performance) ...
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
resetCustomData()
reset properties and commands
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupPercentage(int $a_obj_id, int $a_user_id)
Lookup percentage.
checkCommandAccess(string $permission, string $cmd, int $ref_id, string $type, ?int $obj_id=null)
getCommandFrame(string $cmd)
Get command target frame.
static getGotoLink(int $a_node_id, int $a_obj_id, string $a_additional="")
appendRepositoryFrameParameter(string $link)
workaround: all links into the repository (from outside) must tell repository to set up the frameset ...
bool $search_fragment_enabled
getAdditionalInformation()
enableExpand(bool $status)
enableDelete(bool $status)
insertCopyCommand(bool $to_repository=false)
const DOWNLOAD_CHECKBOX_ENABLED
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $preconditions_enabled
getItemDetailLinkStatus()
get item detail link status
setPositionInputField(string $field_index, string $position_value)
getCommandsHTML()
Get commands HTML (must be called after get list item html)
static _isFileHidden(string $a_file_name)
Returns true, if a file with the specified name, is usually hidden from the user. ...
getAsListItem(int $ref_id, int $obj_id, string $type, string $title, string $description)
Get list item ui object.
enableMultiDownload(bool $value)
Toggles whether multiple objects can be downloaded at once or not.
setUseImages(bool $a_status)
loadLanguageModule(string $a_module)
Load language module.
setDetailsLevel(int $level)
Details level Currently used in Search which shows only limited properties of forums Currently used f...
ILIAS Notes Service $notes_service
ilFavouritesManager $fav_manager
enableSubscribe(bool $status)
bool $search_fragments_enabled
ilWorkspaceAccessHandler $ws_access
ilAdvancedSelectionListGUI $current_selection_list
addCustomCommandButton(Button $button, ?Modal $triggeredModal=null)
addCustomCommand(string $link, string $lang_var, string $frame="", string $onclick="")
enableLinkedPath(bool $status)
static img(string $a_src, ?string $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
int $download_checkbox_state
array $prevent_duplicate_commands
bool $adm_commands_included
static _lookupContainerSetting(int $a_id, string $a_keyword, string $a_default_value=null)
bool $item_detail_links_enabled
enableInfoScreen(bool $info_screen)
static _lookupObjId(int $ref_id)
static lookupOfflineStatus(int $obj_id)
Lookup offline status using objectDataCache.
static string $tpl_file_name
enableRating(bool $value, string $text=null, bool $categories=false, array $ctrl_path=null, bool $force_rate_parent=false)
enablePreconditions(bool $status)
enableSearchFragments(bool $status)
enableProperties(bool $status)
static _getInstance()
Get singleton instance of this class.
parses the objects.xml it handles the xml-description of all ilias objects
enableNoticeProperties(bool $status)
Provides fluid interface to RBAC services.
const ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION
static preloadCommonProperties(array $obj_ids, int $context)
getHeaderAction(ilGlobalTemplateInterface $main_tpl=null)
static _lookupAppointment(int $a_obj_id)
static _getCommands()
get commands
insertCommands(bool $use_async=false, bool $get_async_commands=false, string $async_url="", bool $header_actions=false)
insert all commands into html code
getProperties()
Get item properties.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
createDefaultCommand(array $command)
Get default command link Overwritten for e.g categories,courses => they return a goto link If search ...
enablePath(bool $path, int $start_node=0, \ilPathGUI $path_gui=null)
static _checkCondition(array $condition, int $a_usr_id=0)
checks wether a single condition is fulfilled every trigger object type must implement a static metho...
enableComments(bool $value, bool $enable_comments_settings=true)
static _lookupTitle(int $obj_id)
getCommandId()
get command id Normally the ref id.
const CONTEXT_PERSONAL_DESKTOP
restrictToGoto(bool $value)
Restrict all actions/links to goto.
setExpanded(bool $status)
string $item_detail_links_intro
static calculateEffectiveRequiredTriggers(int $a_target_ref_id, int $a_target_obj_id, string $a_target_obj_type='')
getDownloadCheckboxState()
insertCommand(string $href, string $text, string $frame="", string $img="", string $cmd="", string $onclick="")
insert command button
static _countTags(array $a_obj_ids, bool $a_all_users=false)
Count all tags for repository objects.
renderer()
Get a renderer for UI components.
Common interface to all items.
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
Get static link.
setDefaultCommandParameters(array $params)
ilObjectService $object_service
getListItemHTML(int $ref_id, int $obj_id, string $title, string $description, bool $use_async=false, bool $get_async_commands=false, string $async_url="")
Get all item information (title, commands, description) in HTML.
getCommandImage(string $cmd)
Get command icon image.
enableProgressInfo(bool $status)
insertInfoScreenCommand()
static lookupRenderStatus(int $a_obj_id)
Gets the render status for the object with the specified id.
getAsCard(int $ref_id, int $obj_id, string $type, string $title, string $description)
Get card object.
array $default_command_params
bool $substitutions_enabled
Manages items in repository clipboard.
getSearchFragmentStatus()
isMode(string $mode)
check current output mode
setConditionDepth(int $depth)
set depth for precondition output (stops at level 5)
getIconImageType()
Returns the icon image type.
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
disableTitleLink(bool $status)
addSubItemHTML(string $html)
Add HTML for sub item (used for sessions)
bool $repository_transfer_enabled
isCommentsActivated(string $type, int $ref_id, int $obj_id, bool $header_actions, bool $check_write_access=true)
Check comments status against comments settings and context.
static getListGUIStatus(int $a_obj_id, bool $a_image_only=true)
enableLearningProgress(bool $enabled)
getCustomProperties(array $prop)
insertLPCommand()
insert learning progress command
static getTagsForUserAndObject(int $a_obj_id, string $a_obj_type, int $a_sub_obj_id, string $a_sub_obj_type, int $a_user_id)
bool $comments_settings_enabled
ILIAS Refinery Factory $refinery
static lookupTxtById(string $plugin_id, string $lang_var)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkInfoPageOnAsynchronousRendering()
insertCutCommand(bool $to_repository=false)
static getPluginObjectByType(string $type)
Return either a repoObject plugin or a orgunit extension plugin or null if the type is not a plugin...
static initJavascript(string $a_ajax_url, ilGlobalTemplateInterface $a_main_tpl=null)
getTitle()
getTitle overwritten in class.ilObjLinkResourceList.php
setBoldTitle(bool $bold_title)
static bool $preload_done
static buildAjaxHash(int $node_type, ?int $node_id, string $obj_type, int $obj_id, string $sub_type=null, int $sub_id=null, int $news_id=0)
Build ajax hash.
getPath(int $a_startnode, int $a_endnode)
get path
modifySAHSlaunch(string $link, string $wtarget)
workaround: SAHS in new javavasript-created window or iframe
addHeaderGlyph(string $id, ILIAS\UI\Component\Symbol\Glyph\Glyph $glyph, $onclick=null)
bool $description_enabled
static getListNotesJSCall(string $a_hash, string $a_update_code=null)
Get list notes js call.
static _appointmentToString(int $start, int $end, bool $fulltime)
ilAdvancedMDSubstitution $substitutions
enableRelevance(bool $status)
static hasPreview(int $a_obj_id, string $a_type="")
Determines whether the object with the specified reference id has a preview.
enableSubstitutions(bool $status)
getNoticePropertiesStatus()
bool $prevent_access_caching
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $position_field_index
isSideBlock()
Returns whether current item is a block in a side column or not.
string $additional_information
__construct(Container $dic, ilPlugin $plugin)
setSeparateCommands(bool $val)
bool $info_screen_enabled
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
bool $title_link_disabled
enableTimings(bool $status)
enable timings link
enableCheckbox(bool $status)
const INFO_TAB_VISIBILITY
static translateOperator(int $a_obj_id, string $a_operator)
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
setItemDetailLinks(array $detail_links, string $intro_txt='')
set items detail links
getCommandLink(string $cmd)
Get command link url.
bool $rating_categories_enabled
ILIAS HTTP Wrapper RequestWrapper $request_wrapper
factory()
Get the factory that crafts UI components.
static getEffectiveOptionalConditionsOfTarget(int $a_target_ref_id, int $a_target_obj_id, string $a_obj_type='')
ClipboardManager $clipboard
ilObjectDefinition $obj_definition
enableItemDetailLinks(bool $status)
enable item detail links E.g Direct links to chapters or pages
getUriToMountInstructionModalByRef(int $a_ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getListCommentsJSCall(string $a_hash, string $a_update_code=null)
Get list comments js call.
insertCommonSocialCommands(bool $header_actions=false)
Insert common social commands (comments, notes, tagging)
static _lookupType(int $id, bool $reference=false)
addCustomProperty(string $property="", string $value="", bool $alert=false, bool $newline=false)
enableDescription(bool $status)
static array $comments_activation
initItem(int $ref_id, int $obj_id, string $type, string $title="", string $description="")
initialize new item (is called by getItemHTML())
addHeaderIconHTML(string $id, string $html)
checkAccessOfUser(int $a_user_id, string $a_permission, string $a_cmd, int $a_ref_id, string $a_type="", ?int $a_obj_id=null, ?int $a_tree_id=null)
check access for an object (provide $a_type and $a_obj_id if available for better performance) ...
forceVisibleOnly(bool $stat)
enableDownloadCheckbox(int $ref_id)
setAjaxHash(string $hash)
enableRepositoryTransfer(bool $value)
Enable copy/move to repository (from personal workspace)
ilLDAPRoleGroupMapping $ldap_mapping
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d
catch(InvalidArgumentException $e) if(!ilDAVActivationChecker::_isActive()) $webdav_dic
Class ilObjSCORMLearningModule.
const DOWNLOAD_CHECKBOX_DISABLED
adminCommandsIncluded()
returns whether any admin commands (link, delete, cut) are included in the output ...
modifyTitleLink(string $default_link)
static hasRatingInListGUI(int $a_obj_id, string $a_obj_type)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)