19 declare(strict_types=0);
47 ?
object $a_parent_obj,
48 string $a_parent_cmd =
"",
49 string $a_template_context =
"" 52 $this->main_tpl = $DIC->ui()->mainTemplate();
54 $this->objDefinition = $DIC[
'objDefinition'];
55 $this->ilObjDataCache = $DIC[
'ilObjDataCache'];
56 $this->tree = $DIC->repositoryTree();
57 $this->
user = $DIC->user();
58 $this->setting = $DIC->settings();
59 $this->
http = $DIC->http();
63 if (!$this->anonymized && isset($this->obj_id) && $this->obj_id > 0) {
65 $this->anonymized = $olp->isAnonymized();
76 $this->
lng->loadLanguageModule(
"meta");
81 if ($this->
http->wrapper()->post()->has(
'item_id')) {
82 return $this->
http->wrapper()->post()->retrieve(
94 if ($this->
http->wrapper()->post()->has(
'uid')) {
95 return $this->
http->wrapper()->post()->retrieve(
108 if (!$this->
ctrl->getNextClass($this)) {
111 switch ($this->
ctrl->getCmd()) {
130 if ($this->
http->wrapper()->query()->has(
'hide')) {
131 $hide = $this->
http->wrapper()->query()->retrieve(
139 case "mailselectedusers":
141 $this->main_tpl->setOnScreenMessage(
157 case 'addToClipboard':
159 $this->main_tpl->setOnScreenMessage(
181 $value = array_unique(
182 array_merge((array) $obj->getValue(), $to_hide)
184 $obj->setValue($value);
185 $obj->writeToSession();
188 if ($this->requested_tmpl_create !==
"") {
189 $this->
ctrl->setParameter(
192 $this->requested_tmpl_create
195 if ($this->requested_tmpl_delete !==
"") {
196 $this->
ctrl->setParameter(
199 $this->requested_tmpl_delete
202 $this->
ctrl->redirect($this->parent_obj, $this->parent_cmd);
205 return parent::executeCommand();
216 sort($ref_ids, SORT_NUMERIC);
230 foreach ($a_user_ids as $usr_id) {
238 if ($this->
http->wrapper()->query()->has(
'ref_id')) {
239 $ref_id = $this->
http->wrapper()->query()->retrieve(
249 $tmpl_id = $obj_lp->getMailTemplateId();
259 $sig = rawurlencode(base64_encode($sig));
270 'rcp_to' => implode(
',', $rcps),
284 ?array $preset_obj_ids = null,
285 bool $a_check_lp_activation =
true 288 $query_parser->setMinWordLength(0);
290 $query_parser->parse();
291 if (!$query_parser->validate()) {
293 $query_parser->getMessage()
299 if ($filter[
"type"] ==
"lres") {
300 $filter[
"type"] = array(
'lm',
'sahs',
'htlm');
302 $filter[
"type"] = array($filter[
"type"]);
306 $object_search->setFilter($filter[
"type"]);
307 if ($preset_obj_ids) {
308 $object_search->setIdFilter($preset_obj_ids);
310 $res = $object_search->performSearch();
313 $res->setRequiredPermission($permission);
316 $res->setMaxHits(self::HIT_LIMIT);
318 if ($a_check_lp_activation) {
319 $res->addObserver($this,
"searchFilterListener");
322 if (!$this->
filter[
"area"]) {
329 foreach (
$res->getResults() as $obj_data) {
330 $objects[$obj_data[
'obj_id']][] = $obj_data[
'ref_id'];
332 return $objects ?: array();
342 if (is_array($this->
filter[
"hide"]) && in_array(
366 $this->
lng->txt(
'trac_filter_area'),
372 foreach ($this->objDefinition->getAllRepositoryTypes() as
$type) {
373 if ($this->objDefinition->isContainer(
$type)) {
374 $white_list[] =
$type;
377 $repo->getExplorerGUI()->setTypeWhiteList($white_list);
379 $repo->readFromSession();
380 $filter[
'area'] = (
int) $repo->getValue();
388 bool $a_split_learning_resources =
false,
389 bool $a_include_no_status_filter =
true 397 $si->readFromSession();
398 if (!$si->getValue()) {
399 $si->setValue(
"crs");
401 $this->
filter[
"type"] = $si->getValue();
405 $this->
lng->txt(
"trac_filter_hidden"),
409 $msi->readFromSession();
410 $this->
filter[
"hide"] = $msi->getValue();
411 if ($this->
filter[
"hide"]) {
414 $type = $types[
"type"];
416 if (
$type ==
'lres') {
417 $type = array(
'lm',
'sahs',
'htlm');
421 foreach ($this->
filter[
"hide"] as $obj_id) {
423 $this->ilObjDataCache->lookupType((
int) $obj_id),
426 $options[$obj_id] = $this->ilObjDataCache->lookupTitle(
431 $msi->setOptions($options);
436 $this->
lng->txt(
"trac_title_description"),
439 $ti->setMaxLength(64);
442 $ti->readFromSession();
443 $this->
filter[
"query"] = $ti->getValue();
447 $this->
lng->txt(
"trac_filter_area"),
452 $rs->readFromSession();
453 $this->
filter[
"area"] = $rs->getValue();
456 if ($a_include_no_status_filter) {
458 $this->
lng->txt(
"trac_filter_has_status"),
462 $cb->readFromSession();
463 $this->
filter[
"status"] = $cb->getChecked();
471 if (!count($ref_ids)) {
475 foreach ($ref_ids as
$ref_id) {
478 $path_full = $this->tree->getPathFull($ref_id);
479 foreach ($path_full as
$data) {
480 if (++$counter < (count($path_full) - 1)) {
483 $path .=
" » ";
484 if ($ref_id != $data[
'ref_id']) {
485 $path .= $data[
'title'];
487 $path .= (
'<a target="_top" href="' .
492 $data[
'title'] .
'</a>');
502 bool $a_split_learning_resources =
false,
503 bool $a_include_digilib =
false,
504 bool $a_allow_undefined_lp =
false 508 $component_repository = $DIC[
'component.repository'];
512 if ($a_split_learning_resources) {
513 $options[
'lm'] = $this->
lng->txt(
'objs_lm');
514 $options[
'sahs'] = $this->
lng->txt(
'objs_sahs');
515 $options[
'htlm'] = $this->
lng->txt(
'objs_htlm');
517 $options[
'lres'] = $this->
lng->txt(
'obj_lrss');
520 $options[
'crs'] = $this->
lng->txt(
'objs_crs');
521 $options[
'grp'] = $this->
lng->txt(
'objs_grp');
522 $options[
'exc'] = $this->
lng->txt(
'objs_exc');
523 $options[
'file'] = $this->
lng->txt(
'objs_file');
524 $options[
'mcst'] = $this->
lng->txt(
'objs_mcst');
525 $options[
'svy'] = $this->
lng->txt(
'objs_svy');
526 $options[
'tst'] = $this->
lng->txt(
'objs_tst');
527 $options[
'prg'] = $this->
lng->txt(
'objs_prg');
528 $options[
'iass'] = $this->
lng->txt(
'objs_iass');
529 $options[
'copa'] = $this->
lng->txt(
'objs_copa');
530 $options[
'frm'] = $this->
lng->txt(
'objs_frm');
531 $options[
'cmix'] = $this->
lng->txt(
'objs_cmix');
532 $options[
'lti'] = $this->
lng->txt(
'objs_lti');
533 $options[
'lso'] = $this->
lng->txt(
'objs_lso');
535 if ($a_allow_undefined_lp) {
536 $options[
'root'] = $this->
lng->txt(
'obj_reps');
537 $options[
'cat'] = $this->
lng->txt(
'objs_cat');
538 $options[
"webr"] = $this->
lng->txt(
"objs_webr");
539 $options[
"wiki"] = $this->
lng->txt(
"objs_wiki");
540 $options[
"blog"] = $this->
lng->txt(
"objs_blog");
541 $options[
"prtf"] = $this->
lng->txt(
"objs_prtf");
542 $options[
"prtt"] = $this->
lng->txt(
"objs_prtt");
546 $plugins = $component_repository->getPluginSlotById(
548 )->getActivePlugins();
549 foreach ($plugins as $pl) {
550 $pl_id = $pl->getId();
569 $pos = strrpos($id,
"_");
570 if ($pos !==
false) {
571 $function = strtoupper(substr($id, $pos + 1));
574 array(
"MIN",
"MAX",
"SUM",
"AVG",
"COUNT")
576 $id = substr($id, 0, $pos);
580 if (trim($value) ==
"" && $id !=
"status") {
581 if ($id ==
"title" &&
582 get_class($this) !=
"ilTrObjectUsersPropsTableGUI" &&
583 get_class($this) !=
"ilTrMatrixTableGUI") {
584 return "--" . $this->
lng->txt(
"none") .
"--";
592 case 'status_changed':
610 case "spent_seconds":
616 ($value < 3600 ?
true :
false)
625 $value = $value .
"%";
636 $value = $this->
lng->txt(
"gender_" . $value);
641 $value = $icons->renderIconForStatus((
int) $value);
645 $this->
lng->loadLanguageModule(
"meta");
646 $value = $this->
lng->txt(
"meta_l_" . $value);
650 $value = $this->
lng->txt(
"meta_c_" . $value);
660 foreach ($this->
filter as
$id => $value) {
678 case "matriculation":
684 $result[
$id] = $value;
689 if (!is_null($value) && $value !==
"") {
690 $result[
$id] = $value;
698 case "spent_seconds":
699 if (is_array($value) && implode(
"", $value)) {
700 $result[
$id] = $value;
708 case 'status_changed':
710 if ($value[
"from"]) {
711 $result[
$id][
"from"] = $value[
"from"]->get(
716 $result[
$id][
"to"] = $value[
"to"]->get(
725 if ($value[
"from"]) {
726 $result[
$id][
"from"] = $value[
"from"]->get(
729 $result[
$id][
"from"] = substr(
730 $result[
$id][
"from"],
736 $result[
$id][
"to"] = $value[
"to"]->get(
739 $result[
$id][
"to"] = substr(
754 if ($a_obj_id === 0) {
758 $mode = $olp->getCurrentMode();
789 if ($a_user_id != $this->
user->getId()) {
794 $user .=
", " . $a_user->getFullName(
802 ) .
": " . $this->ilObjDataCache->lookupTitle($a_obj_id) .
$user 807 $this->
lng->txt(
'trac_mode') .
": " . $olp->getModeText(
808 $olp->getCurrentMode()
823 $ilClientIniFile = $DIC[
'ilClientIniFile'];
839 "trac_name_of_installation" 840 )] = $ilClientIniFile->readVariable(
'client',
'name');
845 )] = $this->ilObjDataCache->lookupTitle((
int) $this->obj_id);
867 $data[$this->
lng->txt(
"trac_report_owner")] = $this->
user->getFullName(
876 $a_excel->
setCell($a_row, 0, $caption);
877 $a_excel->
setCell($a_row, 1, $value);
901 if ($timing_cache->isWarningRequired($a_user_id)) {
904 $timings[
'item'][
'changeable'] &&
905 ($timings[
'user'][$a_user_id] ??
false) &&
906 $timings[
'user'][$a_user_id][
'end']
908 $end = $timings[
'user'][$a_user_id][
'end'];
909 } elseif ($timings[
'item'][
'suggestion_end']) {
910 $end = $timings[
'item'][
'suggestion_end'];
921 bool $a_shorten_zero =
false 923 $seconds = ($seconds > 0) ? $seconds : 0;
924 if ($a_shorten_zero && !$seconds) {
928 $hours = floor($seconds / 3600);
929 $rest = $seconds % 3600;
931 $minutes = floor(
$rest / 60);
938 return sprintf(
"%dh%02dm", $hours, $minutes);
954 bool $a_anonymize =
false,
955 bool $a_format_seconds =
false 959 $step = $a_max_value / 10;
960 $base = ceil(log($step, 10));
961 $fac = ceil($step / pow(10, (
$base - 1)));
962 $step = pow(10,
$base - 1) * $fac;
967 $ticks = range(0, $a_max_value + $step, $step);
969 $value_ticks = array(0 => 0);
970 foreach ($ticks as $tick) {
971 $value = $tvalue = $tick;
976 if ($a_format_seconds) {
979 $value_ticks[$value] = $tvalue;
988 for ($loop = 0; $loop < 10; $loop++) {
989 $year = date(
"Y") - $loop;
990 $options[$year] = $year;
991 for ($loop2 = 12; $loop2 > 0; $loop2--) {
992 $month = str_pad($loop2, 2,
"0", STR_PAD_LEFT);
993 if ($year . $month <= date(
"Ym")) {
995 $caption = $year .
" / " . $this->
lng->txt(
996 "month_" . $month .
"_long" 999 $caption = $year .
"/" . $month;
1001 $options[$year .
"-" . $month] = $caption;
1011 $a_year = date(
"Y");
1015 for ($loop = 1; $loop < 13; $loop++) {
1016 $month = str_pad($loop, 2,
"0", STR_PAD_LEFT);
1017 if ($a_year .
"-" . $month <= date(
"Y-m")) {
1019 $caption = $this->
lng->txt(
"month_" . $month .
"_long");
1021 $caption = $this->
lng->txt(
"month_" . $month .
"_short");
1023 $all[$a_year .
"-" . $month] = $caption;
1030 int $a_in_course = 0,
1033 $cols = $privacy_fields = array();
1036 $up->skipGroup(
"preferences");
1037 $up->skipGroup(
"settings");
1038 $up->skipGroup(
"interests");
1039 $ufs = $up->getStandardFields();
1042 $cols[
"login"] = array(
1043 "txt" => $this->
lng->txt(
"login"),
1047 if (!$this->anonymized) {
1048 $cols[
"firstname"] = array(
1049 "txt" => $this->
lng->txt(
"firstname"),
1052 $cols[
"lastname"] = array(
1053 "txt" => $this->
lng->txt(
"lastname"),
1060 if ($tracking->hasExtendedData(
1063 $cols[
"first_access"] = array(
1064 "txt" => $this->
lng->txt(
"trac_first_access"),
1067 $cols[
"last_access"] = array(
1068 "txt" => $this->
lng->txt(
"trac_last_access"),
1072 if ($tracking->hasExtendedData(
1075 $cols[
"read_count"] = array(
1076 "txt" => $this->
lng->txt(
"trac_read_count"),
1080 if ($tracking->hasExtendedData(
1084 $cols[
"spent_seconds"] = array(
1085 "txt" => $this->
lng->txt(
"trac_spent_seconds"),
1091 $cols[
"percentage"] = array(
1092 "txt" => $this->
lng->txt(
"trac_percentage"),
1099 if ($olp->isActive()) {
1100 $cols[
"status"] = array(
1101 "txt" => $this->
lng->txt(
"trac_status"),
1105 $cols[
'status_changed'] = array(
1106 'txt' => $this->
lng->txt(
'trac_status_changed'),
1112 $cols[
"mark"] = array(
1113 "txt" => $this->
lng->txt(
"trac_mark"),
1118 $cols[
"u_comment"] = array(
1119 "txt" => $this->
lng->txt(
"trac_comment"),
1123 $cols[
"create_date"] = array(
1124 "txt" => $this->
lng->txt(
"create_date"),
1127 $cols[
"language"] = array(
1128 "txt" => $this->
lng->txt(
"language"),
1133 if (!$this->anonymized &&
1134 ($a_in_course || $a_in_group)) {
1137 $a_in_group === 0 ? $a_in_course : $a_in_group
1140 foreach ($ufs as
$f => $fd) {
1141 if (!isset($cols[
$f]) && $f !=
"username" && !($fd[
"lists_hide"] ??
false)) {
1143 !(($fd[
"course_export_fix_value"] ??
false) || $this->setting->get(
1144 "usr_settings_course_export_" . $f
1149 !(($fd[
"group_export_fix_value"] ??
false) || $this->setting->get(
1150 "usr_settings_group_export_" . $f
1156 "txt" => $this->
lng->txt($f),
1159 $privacy_fields[] =
$f;
1166 $user_defined_fields = $user_defined_fields->getCourseExportableFields(
1169 $user_defined_fields = $user_defined_fields->getGroupExportableFields(
1172 foreach ($user_defined_fields as $definition) {
1174 $f =
"udf_" . $definition[
"field_id"];
1176 "txt" => $definition[
"field_name"],
1180 $privacy_fields[] =
$f;
1185 return array($cols, $privacy_fields);
1197 $this->
lng->loadLanguageModule(
'user');
1198 $this->main_tpl->setOnScreenMessage(
1201 'clipboard_user_added' 1220 $this->icon_variant = $variant;
buildValueScale(int $a_max_value, bool $a_anonymize=false, bool $a_format_seconds=false)
const LP_MODE_CMIX_COMPLETED
const EXTENDED_DATA_LAST_ACCESS
const LP_MODE_CMIX_COMPLETED_OR_PASSED
getPossibleTypes(bool $a_split_learning_resources=false, bool $a_include_digilib=false, bool $a_allow_undefined_lp=false)
getCurrentFilter(bool $as_query=false)
static getLogger(string $a_component_id)
Get component logger.
addFilterItem(ilTableFilterItem $a_input_item, bool $a_optional=false)
const LP_MODE_CMIX_PASSED_WITH_FAILED
static _lookupFullname(int $a_user_id)
getSelectableUserColumns(int $a_in_course=0, int $a_in_group=0)
buildPath(array $ref_ids)
findReferencesForObjId(int $a_obj_id)
getMonthsYear($a_year=null, $a_short=false)
const LP_MODE_CMIX_PASSED
searchObjects(array $filter, string $permission, ?array $preset_obj_ids=null, bool $a_check_lp_activation=true)
Search objects that match current filters.
static _getAllReferences(int $id)
get all reference ids for object ID
fillMetaExcel(ilExcel $a_excel, int &$a_row)
sendMail(array $a_user_ids, $a_parent_obj, string $a_parent_cmd)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
setDescription(string $a_val)
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
setDisableFilterHiding(bool $a_val=true)
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
const EXTENDED_DATA_READ_COUNT
fillMetaCSV(ilCSVWriter $a_csv)
static _lookupOwner(int $obj_id)
Lookup owner user ID for object ID.
setCell(int $a_row, int $a_col, $a_value, ?string $a_datatype=null)
Set cell value.
static secondsToString(int $seconds, bool $force_with_seconds=false, ?ilLanguage $a_lng=null)
converts seconds to string: Long: 7 days 4 hour(s) ...
isForwardingToFormDispatcher()
addToClipboard()
Add selected users to clipboard.
searchFilterListener(int $a_ref_id, array $a_data)
Listener for SearchResultFilter Checks wheather the object is hidden and mode is not LP_MODE_DEACTIVA...
getFilterItemByPostVar(string $a_post_var)
const LP_MODE_CMIX_COMPL_WITH_FAILED
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const LP_MODE_VISITED_PAGES
static _enabledUserRelatedData()
parses the objects.xml it handles the xml-description of all ilias objects
resetOffset(bool $a_in_determination=false)
initBaseFilter(bool $a_split_learning_resources=false, bool $a_include_no_status_filter=true)
Init filter.
anonymizeValue($a_value, bool $a_force_number=false)
static http()
Fetches the global http state from ILIAS.
TableGUI class for learning progress.
getExportMeta()
Build export meta data.
const LP_MODE_TEST_PASSED
isPercentageAvailable(int $a_obj_id)
setIconVariant(int $variant)
Sets the variant of LP icons that is shown in the table.
getIconVariant()
Gets the variant of LP icons that is shown in the table.
parseValue(string $id, ?string $value, string $type)
ilObjectDataCache $ilObjDataCache
ilObjectDefinition $objDefinition
static _lookupObjectId(int $ref_id)
formatSeconds(int $seconds, bool $a_shorten_zero=false)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
const EXTENDED_DATA_SPENT_SECONDS
static lookupTxtById(string $plugin_id, string $lang_var)
static redirect(string $a_script)
static isTypePluginWithLP(string $a_type, bool $a_active_status=true)
initRepositoryFilter(array $filter)
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
static supportsSpentSeconds(string $obj_type)
determineSelectedFilters()
ilGlobalTemplateInterface $main_tpl
getMonthsFilter($a_short=false)
__construct(Container $dic, ilPlugin $plugin)
const LP_MODE_CMIX_COMPL_OR_PASSED_WITH_FAILED
static _getTimings(int $a_ref_id)
static supportsMark(string $obj_type)
static _lookupType(int $id, bool $reference=false)
static setUseRelativeDates(bool $a_status)
set use relative dates
parseTitle(int $a_obj_id, string $action, int $a_user_id=0)
showTimingsWarning(int $a_ref_id, int $a_user_id)
const LP_MODE_LTI_OUTCOME
static getInstance(int $obj_id)
determineOffsetAndOrder(bool $a_omit_offset=false)
storeProperty(string $type, string $value)
static getInstance(int $a_usr_id)
static getInstanceByRefId(int $ref_id)
RefineryFactory $refinery
static _lookupLogin(int $a_user_id)