26 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
true)
30 $this->error = $DIC[
"ilErr"];
31 $this->access = $DIC->access();
32 $this->rbacsystem = $DIC->rbac()->system();
34 $this->ctrl = $DIC->ctrl();
35 $this->lng = $DIC->language();
36 $this->toolbar = $DIC->toolbar();
40 $this->lng->loadLanguageModule(
'rep');
41 $this->lng->loadLanguageModule(
'cmps');
49 $next_class = $this->ctrl->getNextClass($this);
50 $cmd = $this->ctrl->getCmd();
54 if (!$ilAccess->checkAccess(
'read',
'', $this->object->getRefId())) {
55 $ilErr->raiseError($this->lng->txt(
'no_permission'),
$ilErr->WARNING);
58 switch ($next_class) {
59 case 'ilpermissiongui':
60 $this->tabs_gui->setTabActive(
'perm_settings');
62 $this->ctrl->forwardCommand($perm_gui);
76 $this->tabs_gui->addTab(
78 $this->lng->txt(
"settings"),
79 $this->ctrl->getLinkTarget($this,
"view")
82 $this->tabs_gui->addTab(
84 $this->lng->txt(
"rep_custom_icons"),
85 $this->ctrl->getLinkTarget($this,
"customIcons")
88 $this->tabs_gui->addTab(
90 $this->lng->txt(
"cmps_repository_object_types"),
91 $this->ctrl->getLinkTarget($this,
"listModules")
94 if (
$rbacsystem->checkAccess(
'edit_permission', $this->object->getRefId())) {
95 $this->tabs_gui->addTab(
97 $this->lng->txt(
"perm_settings"),
98 $this->ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm")
105 $this->tabs_gui->activateTab(
"settings");
111 $this->tpl->setContent($a_form->getHTML());
120 $form->setTitle($this->lng->txt(
"settings"));
121 $form->setFormAction($this->ctrl->getFormAction($this,
'saveSettings'));
125 "flat" => $this->lng->txt(
"flatview"),
126 "tree" => $this->lng->txt(
"treeview")
129 $si->setOptions($options);
130 $si->setInfo($this->lng->txt(
""));
131 if (
$ilSetting->get(
"default_repository_view") ==
"tree") {
132 $si->setValue(
"tree");
134 $si->setValue(
"flat");
140 "" => $this->lng->txt(
"adm_rep_tree_only_container"),
141 "tree" => $this->lng->txt(
"adm_all_resource_types")
148 $this->lng->txt(
"adm_rep_tree_only_cntr"),
150 $this->lng->txt(
"adm_rep_tree_only_cntr_info")
152 $radg->addOption($op1);
155 $this->lng->txt(
"adm_rep_tree_all_types"),
157 $this->lng->txt(
"adm_rep_tree_all_types_info")
161 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"adm_rep_tree_limit_grp_crs"),
"rep_tree_limit_grp_crs");
162 $cb->setChecked(
$ilSetting->get(
"rep_tree_limit_grp_crs"));
163 $cb->
setInfo($this->lng->txt(
"adm_rep_tree_limit_grp_crs_info"));
164 $op2->addSubItem($cb);
166 $radg->addOption($op2);
168 $form->addItem($radg);
171 $tree_limit =
new ilCheckboxInputGUI($this->lng->txt(
"rep_tree_limit"),
"rep_tree_limit");
173 $tree_limit->setInfo($this->lng->txt(
"rep_tree_limit_info"));
174 $form->addItem($tree_limit);
177 $tree_limit_number =
new ilNumberInputGUI($this->lng->txt(
"rep_tree_limit_number"),
"rep_tree_limit_number");
179 $tree_limit_number->setSize(3);
180 $tree_limit_number->setValue(
$ilSetting->get(
"rep_tree_limit_number"));
181 $tree_limit_number->setInfo($this->lng->txt(
"rep_tree_limit_number_info"));
182 $tree_limit->addSubItem($tree_limit_number);
186 $cb->setChecked((
int)
$ilSetting->get(
"rep_breadcr_crs"));
189 $radg =
new ilRadioGroupInputGUI($this->lng->txt(
"rep_breadcr_crs"),
"rep_breadcr_crs_overwrite");
192 $op0 =
new ilRadioOption($this->lng->txt(
"rep_breadcr_crs_overwrite"), 1);
193 $cb0 =
new ilCheckboxInputGUI($this->lng->txt(
"rep_default"),
"rep_breadcr_crs_default");
194 $cb0->setChecked((
int)
$ilSetting->get(
"rep_breadcr_crs_default"));
196 $radg->addOption($op0);
198 $op1 =
new ilRadioOption($this->lng->txt(
"rep_breadcr_crs_overwrite_not"), 0);
199 $radg->addOption($op1);
208 $cb->
setInfo($this->lng->txt(
"enable_trash_info"));
210 $cb->setChecked(
true);
215 $this->lng->loadLanguageModule(
"trac");
216 $event =
new ilCheckboxInputGUI($this->lng->txt(
'trac_show_repository_views'),
'change_event_tracking');
217 $event->
setInfo($this->lng->txt(
"trac_show_repository_views_info"));
219 $form->addItem($event);
230 $exp_limit =
new ilRadioGroupInputGUI($this->lng->txt(
"rep_export_limitation"),
"rep_export_limitation");
231 $exp_limit->
setValue($limiter->getLimitationMode());
232 $exp_limit->setInfo($this->lng->txt(
"rep_export_limitation_info"));
235 $this->lng->txt(
"rep_export_limitation_disabled"),
238 $exp_limit->addOption($op_disabled);
241 $this->lng->txt(
"rep_export_limitation_limited"),
244 $exp_limit->addOption($op_limited);
247 $exp_limit_num =
new ilNumberInputGUI($this->lng->txt(
"rep_export_limit_number"),
"rep_export_limit_number");
249 $exp_limit_num->setSize(6);
250 $exp_limit_num->setValue(
$ilSetting->get(
"rep_export_limit_number"));
251 $op_limited->addSubItem($exp_limit_num);
253 $form->addItem($exp_limit);
258 $lists->setTitle($this->lng->txt(
"rep_object_lists"));
259 $form->addItem($lists);
261 $sdesc =
new ilCheckboxInputGUI($this->lng->txt(
"adm_rep_shorten_description"),
"rep_shorten_description");
262 $sdesc->
setInfo($this->lng->txt(
"adm_rep_shorten_description_info"));
263 $sdesc->setChecked(
$ilSetting->get(
"rep_shorten_description"));
264 $form->addItem($sdesc);
266 $sdesclen =
new ilNumberInputGUI($this->lng->txt(
"adm_rep_shorten_description_length"),
"rep_shorten_description_length");
268 $sdesclen->setSize(3);
269 $sdesc->addSubItem($sdesclen);
272 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"adm_item_cmd_asynch"),
"item_cmd_asynch");
273 $cb->
setInfo($this->lng->txt(
"adm_item_cmd_asynch_info"));
274 $cb->setChecked(
$ilSetting->get(
"item_cmd_asynch"));
278 $pl =
new ilCheckboxInputGUI($this->lng->txt(
'adm_show_comments_tagging_in_lists'),
'comments_tagging_in_lists');
280 $pl->setChecked(
$ilSetting->get(
'comments_tagging_in_lists'));
283 $pltags =
new ilCheckboxInputGUI($this->lng->txt(
'adm_show_comments_tagging_in_lists_tags'),
'comments_tagging_in_lists_tags');
285 $pltags->setChecked(
$ilSetting->get(
'comments_tagging_in_lists_tags'));
286 $pl->addSubItem($pltags);
288 if ($ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
289 $form->addCommandButton(
'saveSettings', $this->lng->txt(
'save'));
300 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
301 $this->ctrl->redirect($this,
"view");
305 if ($form->checkInput()) {
309 if (
$_POST[
"tree_pres"] ==
"") {
310 $_POST[
"rep_tree_limit_grp_crs"] =
"";
312 if (
$_POST[
"rep_tree_limit_grp_crs"] && !
$ilSetting->get(
"rep_tree_limit_grp_crs")) {
313 $_POST[
"rep_tree_synchronize"] =
true;
314 } elseif (!
$_POST[
"rep_tree_synchronize"] &&
$ilSetting->get(
"rep_tree_synchronize")) {
315 $_POST[
"rep_tree_limit_grp_crs"] =
false;
317 $ilSetting->set(
"rep_tree_limit_grp_crs",
$_POST[
"rep_tree_limit_grp_crs"]);
320 $ilSetting->set(
"rep_export_limit_number",
$_POST[
"rep_export_limit_number"]);
328 $ilSetting->set(
"rep_breadcr_crs_overwrite", (
int)
$_POST[
"rep_breadcr_crs_overwrite"]);
329 $ilSetting->set(
"rep_breadcr_crs", (
int) $_POST[
"rep_breadcr_crs"]);
330 $ilSetting->set(
"rep_breadcr_crs_default", (
int) $_POST[
"rep_breadcr_crs_default"]);
333 $ilSetting->set(
"rep_shorten_description", $form->getInput(
'rep_shorten_description'));
334 $ilSetting->set(
"rep_shorten_description_length", (
int) $form->getInput(
'rep_shorten_description_length'));
335 $ilSetting->set(
'item_cmd_asynch', (
int) $_POST[
'item_cmd_asynch']);
336 $ilSetting->set(
'comments_tagging_in_lists', (
int) $_POST[
'comments_tagging_in_lists']);
337 $ilSetting->set(
'comments_tagging_in_lists_tags', (
int) $_POST[
'comments_tagging_in_lists_tags']);
340 $limit_number = ($_POST[
'rep_tree_limit'] && $_POST[
'rep_tree_limit_number'] > 0)
341 ? (
int) $_POST[
'rep_tree_limit_number']
343 $ilSetting->set(
'rep_tree_limit_number', $limit_number);
345 require_once
'Services/Tracking/classes/class.ilChangeEvent.php';
346 if ($form->getInput(
'change_event_tracking')) {
352 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
353 $this->ctrl->redirect($this,
"view");
356 $form->setValuesByPost();
362 $this->tabs_gui->activateTab(
"icons");
368 $this->tpl->setContent($a_form->getHTML());
377 $form->setTitle($this->lng->txt(
"rep_custom_icons"));
378 $form->setFormAction($this->ctrl->getFormAction($this,
'saveCustomIcons'));
381 $cb->
setInfo($this->lng->txt(
"enable_custom_icons_info"));
382 $cb->setChecked(
$ilSetting->get(
"custom_icons"));
385 if ($ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
386 $form->addCommandButton(
'saveCustomIcons', $this->lng->txt(
'save'));
397 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
398 $this->ctrl->redirect($this,
"customIcons");
402 if ($form->checkInput()) {
403 $ilSetting->set(
"custom_icons", (
int) $form->getInput(
"custom_icons"));
404 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
405 $this->ctrl->redirect($this,
"customIcons");
408 $form->setValuesByPost();
414 $this->tabs_gui->activateTab(
'modules');
416 $this->tabs_gui->addSubTab(
418 $this->lng->txt(
"rep_new_item_menu"),
419 $this->ctrl->getLinkTarget($this,
"listModules")
422 $this->tabs_gui->addSubTab(
424 $this->lng->txt(
"rep_new_item_groups"),
425 $this->ctrl->getLinkTarget($this,
"listNewItemGroups")
428 $this->tabs_gui->activateSubTab($a_active);
437 $has_write = $ilAccess->checkAccess(
'write',
'', $this->object->getRefId());
441 $this->tpl->setContent($comp_table->getHTML());
451 if (!is_array(
$_POST[
"obj_grp"]) ||
452 !is_array(
$_POST[
"obj_pos"]) ||
453 !$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
454 $ilCtrl->redirect($this,
"listModules");
457 $grp_pos_map = array(0 => 9999);
459 $grp_pos_map[$item[
"id"]] = $item[
"pos"];
462 $type_pos_map = array();
463 foreach (
$_POST[
"obj_pos"] as $obj_type => $pos) {
464 $grp_id = (int)
$_POST[
"obj_grp"][$obj_type];
465 $type_pos_map[$grp_id][$obj_type] = $pos;
468 $ilSetting->set(
"obj_dis_creation_" . $obj_type, !(
int)
$_POST[
"obj_enbl_creation"][$obj_type]);
471 foreach ($type_pos_map as $grp_id => $obj_types) {
472 $grp_pos = str_pad($grp_pos_map[$grp_id], 4,
"0", STR_PAD_LEFT);
476 foreach (array_keys($obj_types) as $obj_type) {
478 $type_pos = $grp_pos . str_pad($pos, 4,
"0", STR_PAD_LEFT);
479 $ilSetting->set(
"obj_add_new_pos_" . $obj_type, $type_pos);
480 $ilSetting->set(
"obj_add_new_pos_grp_" . $obj_type, $grp_id);
495 ilUtil::sendSuccess(
$lng->txt(
"msg_obj_modified"),
true);
496 $ilCtrl->redirect($this,
"listModules");
506 $has_write = $ilAccess->checkAccess(
'write',
'', $this->object->getRefId());
509 $ilToolbar->addButton(
510 $this->lng->txt(
"rep_new_item_group_add"),
511 $this->ctrl->getLinkTarget($this,
"addNewItemGroup")
514 $ilToolbar->addButton(
515 $this->lng->txt(
"rep_new_item_group_add_separator"),
516 $this->ctrl->getLinkTarget($this,
"addNewItemGroupSeparator")
522 $this->tpl->setContent($grp_table->getHTML());
531 $this->lng->loadLanguageModule(
"meta");
532 $def_lng = $this->lng->getDefaultLanguage();
534 $title =
new ilTextInputGUI($this->lng->txt(
"title"),
"title_" . $def_lng);
535 $title->setInfo($this->lng->txt(
"meta_l_" . $def_lng) .
536 " (" . $this->lng->txt(
"default_language") .
")");
537 $title->setRequired(
true);
538 $form->addItem($title);
540 foreach ($this->lng->getInstalledLanguages() as $lang_id) {
541 if ($lang_id != $def_lng) {
542 $title =
new ilTextInputGUI($this->lng->txt(
"translation"),
"title_" . $lang_id);
543 $title->setInfo($this->lng->txt(
"meta_l_" . $lang_id));
544 $form->addItem($title);
549 $form->setTitle($this->lng->txt(
"rep_new_item_group_add"));
550 $form->setFormAction($this->ctrl->getFormAction($this,
"saveNewItemGroup"));
552 $form->addCommandButton(
"saveNewItemGroup", $this->lng->txt(
"save"));
554 $form->setTitle($this->lng->txt(
"rep_new_item_group_edit"));
555 $form->setFormAction($this->ctrl->getFormAction($this,
"updateNewItemGroup"));
558 $grp = $grp[$a_grp_id];
560 foreach ($grp[
"titles"] as $id => $value) {
561 $field = $form->getItemByPostVar(
"title_" . $id);
563 $field->setValue($value);
567 $form->addCommandButton(
"updateNewItemGroup", $this->lng->txt(
"save"));
569 $form->addCommandButton(
"listNewItemGroups", $this->lng->txt(
"cancel"));
580 $this->tpl->setContent($a_form->getHTML());
586 if ($form->checkInput()) {
588 foreach ($this->lng->getInstalledLanguages() as $lang_id) {
589 $titles[$lang_id] = $form->getInput(
"title_" . $lang_id);
593 ilUtil::sendSuccess($this->lng->txt(
"settings_saved"),
true);
594 $this->ctrl->redirect($this,
"listNewItemGroups");
598 $form->setValuesByPost();
604 $grp_id = (int)
$_GET[
"grp_id"];
606 $this->ctrl->redirect($this,
"listNewItemGroups");
610 $this->ctrl->setParameter($this,
"grp_id", $grp_id);
614 $this->tpl->setContent($a_form->getHTML());
619 $grp_id = (int)
$_GET[
"grp_id"];
621 $this->ctrl->redirect($this,
"listNewItemGroups");
624 $this->ctrl->setParameter($this,
"grp_id", $grp_id);
627 if ($form->checkInput()) {
629 foreach ($this->lng->getInstalledLanguages() as $lang_id) {
630 $titles[$lang_id] = $form->getInput(
"title_" . $lang_id);
634 ilUtil::sendSuccess($this->lng->txt(
"settings_saved"),
true);
635 $this->ctrl->redirect($this,
"listNewItemGroups");
639 $form->setValuesByPost();
646 ilUtil::sendSuccess($this->lng->txt(
"settings_saved"),
true);
648 $this->ctrl->redirect($this,
"listNewItemGroups");
655 if (is_array(
$_POST[
"grp_order"])) {
658 $grp_pos_map = array();
660 $grp_pos_map[$item[
"id"]] = str_pad($item[
"pos"], 4,
"0", STR_PAD_LEFT);
667 foreach ($subitems as $obj_type) {
668 $old_pos =
$ilSetting->get(
"obj_add_new_pos_" . $obj_type);
669 if (strlen($old_pos) == 8) {
670 $new_pos = $grp_pos_map[$grp_id] . substr($old_pos, 4);
671 $ilSetting->set(
"obj_add_new_pos_" . $obj_type, $new_pos);
677 ilUtil::sendSuccess($this->lng->txt(
"settings_saved"),
true);
679 $this->ctrl->redirect($this,
"listNewItemGroups");
684 if (!is_array(
$_POST[
"grp_id"])) {
692 $cgui->setHeaderText($this->lng->txt(
"rep_new_item_group_delete_sure"));
694 $cgui->setFormAction($this->ctrl->getFormAction($this));
695 $cgui->setCancel($this->lng->txt(
"cancel"),
"listNewItemGroups");
696 $cgui->setConfirm($this->lng->txt(
"confirm"),
"deleteNewItemGroup");
700 foreach (
$_POST[
"grp_id"] as $grp_id) {
701 $cgui->addItem(
"grp_id[]", $grp_id, $groups[$grp_id][
"title"]);
704 $this->tpl->setContent($cgui->getHTML());
709 if (!is_array(
$_POST[
"grp_id"])) {
713 foreach (
$_POST[
"grp_id"] as $grp_id) {
717 ilUtil::sendSuccess($this->lng->txt(
"settings_saved"),
true);
718 $this->ctrl->redirect($this,
"listNewItemGroups");
725 switch ($a_form_id) {
728 require_once
'Services/Tracking/classes/class.ilChangeEvent.php';
731 return array(array(
"view", $fields));
741 return array(array(
"view", $fields));
view(ilPropertyFormGUI $a_form=null)
This class represents an option in a radio group.
static _activate()
Activates change event tracking.
static addNewItemGroupSeparator()
TableGUI class for new item groups.
confirmDeleteNewItemGroup()
static getNewItemGroups()
customIcons(ilPropertyFormGUI $a_form=null)
setModuleSubTabs($a_active)
addNewItemGroupSeparator()
setInfo($a_info)
Set Info.
static getNewItemGroupSubItems()
prepareOutput($a_show_subobjects=true)
prepare output
static deleteNewItemGroup($a_id)
addSubItem($a_item)
Add Subitem.
Class ilObjectGUI Basic methods of all Output classes.
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
addToExternalSettingsForm($a_form_id)
static updateNewItemGroupOrder(array $a_order)
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
static addNewItemGroup(array $a_titles)
const SET_EXPORT_DISABLED
static _isActive()
Returns true, if change event tracking is active.
Export limitation checker.
__construct(Container $dic, ilPlugin $plugin)
static _deactivate()
Deactivates change event tracking.
initNewItemGroupForm($a_grp_id=false)
static updateNewItemGroup($a_id, array $a_titles)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
TableGUI class for module listing.
addNewItemGroup(ilPropertyFormGUI $a_form=null)
editNewItemGroup(ilPropertyFormGUI $a_form=null)
Confirmation screen class.