41 protected \ILIAS\Wiki\InternalDomainService
$domain;
42 protected \ILIAS\Wiki\InternalGUIService
$gui;
44 protected \ILIAS\Wiki\Navigation\ImportantPageManager
$imp_pages;
45 protected \ILIAS\Wiki\Page\PageManager
$pm;
47 protected \ILIAS\HTTP\Services
$http;
54 protected \ILIAS\DI\UIServices
$ui;
63 bool $a_call_by_reference,
64 bool $a_prepare_output =
true 68 $gui = $DIC->wiki()->internal()->gui();
69 $domain = $DIC->wiki()->internal()->domain();
73 $this->
ctrl = $gui->ctrl();
74 $this->
lng = $domain->lng();
75 $this->
tabs = $gui->tabs();
76 $this->
help = $gui->help();
77 $this->
locator = $gui->locator();
78 $this->
http = $gui->http();
79 $this->ot = $gui->wiki()->translation();
85 $this->tool_context = $gui->globalScreen()->tool()->context();
86 $this->
ui = $gui->ui();
88 $this->edit_request = $gui->request();
89 $this->content_gui = $gui->content();
92 $this->
lng->loadLanguageModule(
"obj");
93 $this->
lng->loadLanguageModule(
"wiki");
95 $this->requested_page = $this->edit_request->getPage();
96 if ($this->requested_page !==
"") {
99 $this->
ctrl->saveParameterByClass(self::class,
"transl");
100 $this->
ctrl->saveParameterByClass(self::class,
"wpg_id");
101 $this->req_with_comments = $this->edit_request->getWithComments();
102 $cs = $DIC->contentStyle();
103 $this->content_style_gui = $cs->gui();
104 if (is_object($this->
object)) {
105 $this->content_style_domain = $cs->domain()->styleForRefId($this->
object->getRefId());
106 $this->pm = $this->domain->page()->page($this->
object->getRefId());
107 $this->imp_pages = $this->domain->importantPage($this->
object->getRefId());
118 $next_class = $this->
ctrl->getNextClass($this);
119 $cmd = $this->
ctrl->getCmd();
127 if ($cmd ===
"printView") {
131 switch ($next_class) {
132 case "ilinfoscreengui":
138 case 'ilpermissiongui':
140 $ilTabs->activateTab(
"perm_settings");
142 $this->
ctrl->forwardCommand($perm_gui);
145 case 'ilsettingspermissiongui':
148 $ilTabs->activateTab(
"settings");
151 $perm_gui->setPermissions(array(
"edit_wiki_navigation",
"add_pages",
"delete_wiki_pages",
"activate_wiki_protection",
152 "wiki_html_export"));
153 $perm_gui->setRoleRequiredPermissions(array(
"edit_content"));
154 $perm_gui->setRoleProhibitedPermissions(array(
"write"));
155 $this->
ctrl->forwardCommand($perm_gui);
158 case 'ilobjecttranslationgui':
161 $ilTabs->activateTab(
"settings");
164 $transgui->setTitleDescrOnlyMode(
false);
165 $this->
ctrl->forwardCommand($transgui);
168 case 'ilwikipagegui':
171 if ($this->edit_request->getWikiPageId() > 0) {
172 $requested_page = $this->pm->getTitle(
173 $this->edit_request->getWikiPageId(),
174 $this->edit_request->getTranslation()
177 $wpage_gui = $this->content_gui->getCurrentPageGUI();
178 $wpage_gui->setStyleId($this->content_style_domain->getEffectiveStyleId());
180 if (!$ilAccess->checkAccess(
"write",
"", $this->object->getRefId()) &&
182 !$ilAccess->checkAccess(
"edit_content",
"", $this->object->getRefId()) ||
183 $wpage_gui->getPageObject()->getBlocked()
185 $wpage_gui->setEnableEditing(
false);
191 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
192 $wpage_gui->activateMetaDataEditor($this->
object,
"wpg", $wpage_gui->getId());
195 $ret = $this->
ctrl->forwardCommand($wpage_gui);
201 case 'ilobjectcopygui':
203 $cp->setType(
'wiki');
204 $this->
ctrl->forwardCommand($cp);
207 case 'ilpublicuserprofilegui':
209 $this->edit_request->getUserId()
211 $ret = $this->
ctrl->forwardCommand($profile_gui);
215 case "ilobjectcontentstylesettingsgui":
218 $ilTabs->activateTab(
"settings");
221 $settings_gui = $this->content_style_gui
222 ->objectSettingsGUIForRefId(
226 $this->
ctrl->forwardCommand($settings_gui);
231 $ilTabs->activateTab(
"export");
233 $this->
ctrl->forwardCommand($exp_gui);
236 case "ilcommonactiondispatchergui":
238 $this->
ctrl->forwardCommand($gui);
245 $ilTabs->activateTab(
"settings");
248 $gui->setObject($this->
object->getId(), $this->
object->getType());
249 $gui->setExportCallback(array($this,
"getSubObjectTitle"), $this->
lng->txt(
"page"));
250 $this->
ctrl->forwardCommand($gui);
253 case "ilwikistatgui":
257 $ilTabs->activateTab(
"statistics");
259 $this->
ctrl->forwardCommand($gui);
262 case "ilwikipagetemplategui":
265 $ilTabs->activateTab(
"settings");
268 $this->
ctrl->forwardCommand($wptgui);
271 case 'ilobjectmetadatagui':
274 $ilTabs->activateTab(
"advmd");
276 $this->
ctrl->forwardCommand($md_gui);
279 case 'ilrepositoryobjectsearchgui':
282 $ilTabs->setTabActive(
"wiki_search_results");
283 $ilCtrl->setReturn($this,
'view');
285 $this->
object->getRefId(),
289 $ilCtrl->forwardCommand($search_gui);
292 case 'ilobjnotificationsettingsgui':
294 $ilTabs->activateTab(
"settings");
297 $this->
ctrl->forwardCommand($gui);
300 case 'illtiproviderobjectsettinggui':
302 $ilTabs->activateTab(
"settings");
306 $lti_gui->offerLTIRolesForSelection(
false);
307 $this->
ctrl->forwardCommand($lti_gui);
310 case strtolower(SettingsGUI::class):
312 $ilTabs->activateTab(
"settings");
315 $gui = $this->gui->settings()->settingsGUI(
317 $this->
object->getRefId()
319 $this->
ctrl->forwardCommand($gui);
328 if ($cmd !==
"cancelObject") {
329 if ($cmd !==
"infoScreenObject") {
330 if (!in_array($cmd, array(
"createObject",
"saveObject",
"routeImportCmdObject"))) {
350 $f = $this->gui->ui()->factory();
352 $form = parent::initCreateForm($new_type);
354 $inputs[
"start_page"] =
$f->input()->field()->text(
356 )->withRequired(
true);
357 return $this->ui_factory->input()->container()->form()->standard(
358 $this->
ctrl->getFormAction($this,
'save'),
360 )->withSubmitLabel($this->
lng->txt($new_type .
'_add'));
366 ->initCreateForm($this->requested_new_type)
367 ->withRequest($this->request);
368 $data = $form->getData();
369 $new_object->setStartPage(
$data[
"start_page"]);
373 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
374 $this->
ctrl->setParameterByClass(
379 $this->
ctrl->redirectByClass([
380 ilWikiHandlerGUI::class,
394 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
"showSummary");
404 $ilTabs->activateTab(
"info_short");
406 if (!$ilAccess->checkAccess(
"visible",
"", $this->object->getRefId())) {
411 $info->enablePrivateNotes();
412 if (trim($this->
object->getIntroduction()) !==
"") {
413 $info->addSection(
$lng->
txt(
"wiki_introduction"));
414 $info->addProperty(
"", nl2br($this->
object->getIntroduction()));
422 $info->addSection($this->
lng->txt(
"wiki_feedback_from_tutor"));
423 if ($lpcomment !==
"") {
425 $this->
lng->txt(
"wiki_comment"),
431 $this->
lng->txt(
"wiki_mark"),
438 $this->
lng->txt(
"status"),
439 $this->
lng->txt(
"wiki_passed")
444 $this->
lng->txt(
"status"),
445 $this->
lng->txt(
"wiki_failed")
450 if ($ilAccess->checkAccess(
"read",
"", $this->object->getRefId())) {
451 $info->addButton(
$lng->
txt(
"wiki_start_page"), self::getGotoLink($this->
object->getRefId()));
455 $this->
lng->loadLanguageModule(
"meta");
456 $this->
lng->loadLanguageModule(
"wiki");
459 $this->
ctrl->forwardCommand($info);
479 "wiki_what_links_here",
480 $this->
ctrl->getLinkTargetByClass(
488 $this->
ctrl->getLinkTargetByClass(
501 $ilTabs->activateTab(
"wiki_pages");
512 $ilTabs->addSubTabTarget(
514 $this->
ctrl->getLinkTarget($this,
"allPages"),
517 $ilTabs->addSubTabTarget(
518 "wiki_recent_changes",
519 $this->
ctrl->getLinkTarget($this,
"recentChanges"),
522 $ilTabs->addSubTabTarget(
524 $this->
ctrl->getLinkTarget($this,
"newPages"),
527 $ilTabs->addSubTabTarget(
528 "wiki_popular_pages",
529 $this->
ctrl->getLinkTarget($this,
"popularPages"),
532 $ilTabs->addSubTabTarget(
533 "wiki_orphaned_pages",
534 $this->
ctrl->getLinkTarget($this,
"orphanedPages"),
550 if (in_array(strtolower($ilCtrl->getNextClass($this)), [strtolower(SettingsGUI::class)]) ||
552 strtolower($ilCtrl->getCmdClass()),
553 array(
"",
"ilobjectcontentstylesettingsgui",
"ilobjwikigui",
554 "ilinfoscreengui",
"ilpermissiongui",
"ilexportgui",
"ilratingcategorygui",
"ilobjnotificationsettingsgui",
"iltaxmdgui",
555 "ilwikistatgui",
"ilwikipagetemplategui",
"iladvancedmdsettingsgui",
"ilsettingspermissiongui",
'ilrepositoryobjectsearchgui',
556 'ilobjecttranslationgui')
557 ) || $ilCtrl->getNextClass() ===
"ilpermissiongui") {
558 if ($this->requested_page !==
"") {
559 $page_id = ($this->edit_request->getWikiPageId() > 0)
560 ? $this->edit_request->getWikiPageId()
561 : $this->pm->getPageIdForTitle(
562 $this->requested_page,
563 $this->edit_request->getTranslation()
565 if (is_null($page_id) && $this->edit_request->getFromPage() !==
"") {
566 $page_id = $this->pm->getPageIdForTitle(
567 $this->edit_request->getFromPage(),
568 $this->edit_request->getTranslation()
571 if (!is_null($page_id)) {
572 $this->tabs_gui->setBackTarget(
573 $lng->
txt(
"wiki_last_visited_page"),
574 $this->pm->getPermaLink(
576 $this->edit_request->getTranslation()
583 if ($ilAccess->checkAccess(
'read',
"", $this->object->getRefId())) {
584 $this->tabs_gui->addTab(
587 $this->
ctrl->getLinkTarget($this,
"allPages")
592 if ($ilAccess->checkAccess(
'visible',
"", $this->object->getRefId())) {
593 $this->tabs_gui->addTab(
596 $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary")
601 if ($ilAccess->checkAccess(
'write',
"", $this->object->getRefId())) {
602 $this->tabs_gui->addTab(
605 $this->
ctrl->getLinkTargetByClass(SettingsGUI::class)
610 $mdtab = $mdgui->getTab();
612 $this->tabs_gui->addTab(
614 $this->
lng->txt(
"meta_data"),
621 if ($ilAccess->checkAccess(
'write',
"", $this->object->getRefId())) {
622 $this->tabs_gui->addTab(
624 $lng->
txt(
"wiki_contributors"),
625 $this->
ctrl->getLinkTarget($this,
"listContributors")
630 if ($ilAccess->checkAccess(
'statistics_read',
"", $this->object->getRefId())) {
631 $this->tabs_gui->addTab(
634 $this->
ctrl->getLinkTargetByClass(
"ilWikiStatGUI",
"initial")
638 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
639 $this->tabs_gui->addTab(
642 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
647 if ($ilAccess->checkAccess(
'edit_permission',
"", $this->object->getRefId())) {
648 $this->tabs_gui->addTab(
651 $this->
ctrl->getLinkTargetByClass(
"ilpermissiongui",
"perm")
665 array(
"general_settings",
"style",
"imp_pages",
"rating_categories",
"obj_multilinguality",
666 "page_templates",
"advmd",
"permission_settings",
"notifications",
"lti_provider")
668 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
672 $lng->
txt(
"wiki_general_settings"),
673 $ilCtrl->getLinkTarget($this,
'editSettings')
678 "permission_settings",
679 $lng->
txt(
"obj_permission_settings"),
680 $this->
ctrl->getLinkTargetByClass(
"ilsettingspermissiongui",
"")
687 $ilCtrl->getLinkTargetByClass(
"ilObjectContentStyleSettingsGUI",
"")
691 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
696 $ilCtrl->getLinkTarget($this,
'editImportantPages')
700 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
704 $lng->
txt(
"wiki_page_templates"),
705 $ilCtrl->getLinkTargetByClass(
"ilwikipagetemplategui",
"")
709 if ($this->
object->getRating() && $this->
object->getRatingCategories()) {
713 $lng->
txt(
"rating_categories"),
714 $ilCtrl->getLinkTargetByClass(array(
'ilratinggui',
'ilratingcategorygui'),
'')
721 $ilCtrl->getLinkTargetByClass(
"ilobjnotificationsettingsgui",
'')
725 'obj_multilinguality',
726 $lng->
txt(
"obj_multilinguality"),
727 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
"")
733 if ($lti_settings->hasSettingsAccess()) {
734 $ilTabs->addSubTabTarget(
736 $this->
ctrl->getLinkTargetByClass(ilLTIProviderObjectSettingGUI::class)
740 $ilTabs->activateSubTab($a_active);
746 $this->
ctrl->redirectByClass(SettingsGUI::class);
755 $ilTabs->activateTab(
"wiki_contributors");
775 $users = $this->edit_request->getUserIds();
776 $marks = $this->edit_request->getMarks();
777 $comments = $this->edit_request->getComments();
778 $status = $this->edit_request->getStatus();
782 if ($user_id !=
"") {
788 if ($marks_obj->getMark() !== $new_mark ||
792 $marks_obj->setMark($new_mark);
793 $marks_obj->setComment($new_comment);
794 $marks_obj->update();
800 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
803 $ilCtrl->redirect($this,
"listContributors");
811 if (is_object($this->
object)) {
813 $this->
object->getTitle(),
814 self::getGotoLink($this->
object->getRefId()),
816 $this->requested_ref_id
821 public static function _goto(
string $a_target): void
824 $main_tpl = $DIC->ui()->mainTemplate();
828 $ilAccess = $DIC->access();
829 $lng = $DIC->language();
830 $ctrl = $DIC->ctrl();
831 $transl = $DIC->wiki()->internal()->gui()->request()->getTranslation();
835 $i = strpos($a_target,
"_");
838 $a_page = substr($a_target, $i + 1);
839 $a_target = substr($a_target, 0, $i);
842 if ($a_target ===
"wpage") {
843 $a_page_arr = explode(
"_", $a_page);
844 $wpg_id = (
int) $a_page_arr[0];
846 $lang = ($a_page_arr[2] ??
"");
853 foreach ($refs as
$r) {
854 if ($ilAccess->checkAccess(
"read",
"", $r)) {
861 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
889 [
"ilwikihandlergui",
"ilobjwikigui"],
894 [
"ilwikihandlergui"],
898 } elseif ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
901 $main_tpl->setOnScreenMessage(
'failure', sprintf(
902 $lng->
txt(
"msg_no_perm_read_item"),
916 if ($a_page ===
"") {
920 $append = (!in_array(
$lang, [
"",
"-"]))
923 $goto =
"goto.php?target=wiki_" . $a_ref_id .
"_" .
938 $ilTabs->clearTargets();
941 $wpage_gui = $this->gui->content()->getCurrentPageGUI();
944 $ilCtrl->setParameter(
950 $wpage_gui->setStyleId($this->content_style_domain->getEffectiveStyleId());
955 $ilCtrl->redirectByClass(ilWikiPageGUI::class,
"preview");
1029 if ($a_page ===
"") {
1033 if ($this->pm->existsByTitle(
1035 $this->edit_request->getTranslation()
1038 ilUtil::redirect(self::getGotoLink($this->
object->getRefId(), $a_page, $this->edit_request->getTranslation()));
1040 if (!$this->
access->checkAccess(
"add_pages",
"", $this->object->getRefId())) {
1041 $this->tpl->setOnScreenMessage(
"failure", $this->
lng->txt(
"no_permission"),
true);
1042 $from_page_id = $this->pm->getPageIdForTitle($this->edit_request->getFromPage(), $this->edit_request->getTranslation());
1043 ilUtil::redirect($this->pm->getPermaLink($from_page_id, $this->edit_request->getTranslation()));
1048 if (!$this->
object->getTemplateSelectionOnCreation()) {
1051 $this->tpl->setOnScreenMessage(
1053 $this->
lng->txt(
"wiki_page_title_too_long") .
" (" . $a_page .
")",
1056 $ilCtrl->setParameterByClass(
1061 $ilCtrl->redirectByClass(
"ilwikipagegui",
"preview");
1064 $this->pm->createWikiPage(
1067 $this->edit_request->getTranslation()
1072 $ilCtrl->redirectByClass(
"ilwikipagegui",
"edit");
1075 $ilCtrl->setParameter(
1080 $ilCtrl->redirect($this,
"showTemplateSelection");
1087 if (in_array($this->edit_request->getTranslation(), [
"-",
""])) {
1094 $this->edit_request->getTranslation()
1096 $this->tabs_gui->clearTargets();
1097 $this->tabs_gui->setBackTarget(
1098 $this->
lng->txt(
"back"),
1099 $this->pm->getPermaLink(
1100 $this->pm->getPageIdForTitle(
1101 $this->edit_request->getFromPage(),
1102 $this->edit_request->getTranslation()
1104 $this->edit_request->getTranslation()
1116 $mess = $this->gui->ui()->factory()->messageBox()->info(
1117 $this->
lng->txt(
"wiki_translate_page_master_info")
1119 return $this->gui->ui()->renderer()->render($mess);
1124 $pm = $this->domain->page()->page($this->
object->getRefId());
1126 foreach ($pm->getMasterPagesWithoutTranslation($this->edit_request->getTranslation()) as $page) {
1127 $options[$page->getId()] = $page->getTitle();
1129 $append =
" '" . $this->edit_request->getPage() .
"'";
1130 $append .=
" (" . $this->
lng->txt(
"meta_l_" . $this->edit_request->getTranslation()) .
")";
1131 $append2 =
" (" . $this->
lng->txt(
"meta_l_" . $this->ot->getMasterLanguage()) .
")";
1132 $form = $this->gui->form([self::class],
"createNewTranslatedPage")
1133 ->section(
"sec", $this->
lng->txt(
"wiki_translation_page") . $append)
1134 ->
switch(
"type", $this->
lng->txt(
"wiki_page_in_master_language") . $append2,
"",
"existing")
1135 ->group(
"existing", $this->
lng->txt(
"wiki_master_existing"))
1136 ->select(
"master_id", $this->
lng->txt(
"wiki_master_title"), $options)
1138 ->group(
"new", $this->
lng->txt(
"wiki_no_master"))
1139 ->text(
"master_title", $this->
lng->txt(
"wiki_master_title"))
1142 if ($this->
object->getTemplateSelectionOnCreation($this->edit_request->getTranslation())) {
1143 $form = $form->radio(
"page_templ", $this->
lng->txt(
"wiki_page_template"),
"",
"0")->required();
1144 if ($this->
object->getEmptyPageTemplate()) {
1145 $form = $form->radioOption(
"0", $this->
lng->txt(
"wiki_empty_page"));
1149 foreach ($ts as $t) {
1150 $form = $form->radioOption($t[
"wpage_id"], $t[
"title"]);
1160 if ($form->isValid()) {
1161 $page_template_id = 0;
1162 if ($this->
object->getTemplateSelectionOnCreation($this->edit_request->getTranslation())) {
1163 $page_template_id = (
int) $form->getData(
"page_templ");
1165 if ($form->getData(
"type") ===
"new") {
1166 $wpg_id = $this->pm->createWikiPage(
1167 $form->getData(
"master_title")
1170 $wpg_id = $form->getData(
"master_id");
1172 $wpg_id = $this->pm->createWikiPage(
1173 $this->edit_request->getPage(),
1175 $this->edit_request->getTranslation(),
1179 $this->
ctrl->setParameterByClass(ilWikiPageGUI::class,
"wpg_id", $wpg_id);
1180 $this->
ctrl->redirectByClass(ilWikiPageGUI::class,
"preview");
1211 self::renderSideBlock($a_wpg_id, $this->
object->getRefId());
1222 $lng = $DIC->language();
1223 $ilAccess = $DIC->access();
1224 $ilCtrl = $DIC->ctrl();
1230 $tpl->
addOnLoadCode(
"il.Wiki.Pres.init('" . $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"",
"",
false,
false) .
"');");
1232 if ($a_wpg_id > 0 && !$a_wp) {
1241 if ($a_wpg_id > 0) {
1246 $a_wp->getRating()) {
1248 $rgui->setObject($wiki_id,
"wiki", $a_wpg_id,
"wpg");
1250 $rgui->setYourRatingText(
"#");
1251 $rcontent .= $rgui->getBlockHTML(
$lng->
txt(
"wiki_rate_page"));
1257 if ($ilAccess->checkAccess(
"write",
"", $a_wiki_ref_id) ||
1258 $ilAccess->checkAccess(
"edit_page_meta",
"", $a_wiki_ref_id)) {
1260 "edit" => $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"editAdvancedMetaData"),
1261 "hide" => $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"hideAdvancedMetaData")
1265 $callback = $wiki->getLinkMetadataValues()
1266 ? array($wiki,
"decorateAdvMDValue")
1269 $rcontent .= $mdgui->getBlockHTML($cmd, $callback);
1275 $rcontent .= $imp_pages_block->getHTML();
1278 if ($a_wpg_id > 0) {
1280 $wiki_functions_block->setPageObject($a_wp);
1281 $rcontent .= $wiki_functions_block->getHTML();
1309 $ordering = $this->edit_request->getPrintOrdering();
1312 if (count($ordering) > 0) {
1314 $page_ids = array_keys($ordering);
1317 elseif ($this->edit_request->getWikiPageId()) {
1318 $page_ids = array($this->edit_request->getWikiPageId());
1328 $provider = new \ILIAS\Wiki\WikiPrintViewProviderGUI(
1331 $this->
object->getRefId(),
1335 return new \ILIAS\Export\PrintProcessGUI(
1346 $print_view->sendPrintView();
1358 $ilTabs->setTabActive(
"wiki_search_results");
1360 if ($this->edit_request->getSearchTerm() ===
"") {
1361 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"wiki_please_enter_search_term"),
true);
1362 $ilCtrl->redirectByClass(
"ilwikipagegui",
"preview");
1367 $this->edit_request->getSearchTerm()
1374 $this->edit_request->getSearchTerm()
1408 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"wiki_navigation_info"));
1410 $ipages_ids = $this->imp_pages->getImportantPageIds();
1413 $pages = $this->pm->getAllPagesInfo();
1414 $options = array(
"" =>
$lng->
txt(
"please_select"));
1415 foreach ($pages as $p) {
1416 if (!in_array($p->getId(), $ipages_ids)) {
1420 if (count($options) > 0) {
1424 $ilToolbar->addInputItem($si);
1425 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
1426 $ilToolbar->addFormButton(
$lng->
txt(
"add"),
"addImportantPage");
1430 $ilTabs->activateTab(
"settings");
1445 $imp_page_id = $this->edit_request->getImportantPageId();
1446 if ($imp_page_id > 0) {
1447 $this->imp_pages->add($imp_page_id);
1448 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"wiki_imp_page_added"),
true);
1450 $ilCtrl->redirect($this,
"editImportantPages");
1459 $imp_page_ids = $this->edit_request->getImportantPageIds();
1460 if (count($imp_page_ids) === 0) {
1461 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"no_checkbox"),
true);
1462 $ilCtrl->redirect($this,
"editImportantPages");
1465 $cgui->setFormAction($ilCtrl->getFormAction($this));
1466 $cgui->setHeaderText(
$lng->
txt(
"wiki_sure_remove_imp_pages"));
1467 $cgui->setCancel(
$lng->
txt(
"cancel"),
"editImportantPages");
1468 $cgui->setConfirm(
$lng->
txt(
"remove"),
"removeImportantPages");
1470 foreach ($imp_page_ids as $i) {
1485 $imp_page_ids = $this->edit_request->getImportantPageIds();
1486 foreach ($imp_page_ids as $i) {
1487 $this->imp_pages->removeImportantPage($i);
1489 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"wiki_removed_imp_pages"),
true);
1490 $ilCtrl->redirect($this,
"editImportantPages");
1500 $ordering = $this->edit_request->getImportantPageOrdering();
1501 $indentation = $this->edit_request->getImportantPageIndentation();
1502 $this->imp_pages->saveOrderingAndIndentation($ordering, $indentation);
1503 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"wiki_ordering_and_indent_saved"),
true);
1504 $ilCtrl->redirect($this,
"editImportantPages");
1514 $imp_page_ids = $this->edit_request->getImportantPageIds();
1515 if (count($imp_page_ids) !== 1) {
1516 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"wiki_select_one_item"),
true);
1518 $this->imp_pages->removeImportantPage($imp_page_ids[0]);
1520 $this->
object->update();
1521 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
1523 $ilCtrl->redirect($this,
"editImportantPages");
1532 public function exportHTML():
void 1536 $cont_exp =
new Export\WikiHtmlExport($wiki);
1538 $format = explode(
"_", $this->edit_request->getFormat());
1539 if (($format[1] ??
"") ===
"comments") {
1540 $cont_exp->setMode(Export\WikiHtmlExport::MODE_COMMENTS);
1543 $cont_exp->buildExportFile();
1554 if ($page->getWikiId() === $a_wiki_id) {
1555 return $page->getTitle();
1582 $ilTabs->clearTargets();
1583 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"wiki_page_not_exist_select_templ"));
1598 $hi->setValue($this->requested_page);
1599 $form->addItem($hi);
1605 if ($this->
object->getEmptyPageTemplate()) {
1607 $radg->addOption($op1);
1612 foreach ($ts as $t) {
1614 $radg->addOption($op);
1617 $form->addItem($radg);
1620 $form->addCommandButton(
"createPageUsingTemplate",
$lng->
txt(
"wiki_create_page"));
1621 $form->addCommandButton(
"cancelCreationPageUsingTemplate",
$lng->
txt(
"cancel"));
1624 $form->setFormAction($ilCtrl->getFormAction($this));
1636 if ($form->checkInput()) {
1637 $a_page = $this->edit_request->getPage();
1638 $this->pm->createWikiPage(
1641 $this->edit_request->getTranslation(),
1642 $this->edit_request->getPageTemplateId()
1647 $ilCtrl->redirectByClass(
"ilwikipagegui",
"edit");
1649 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
1650 $ilCtrl->redirect($this,
"");
1652 $form->setValuesByPost();
1667 $ilCtrl->redirectByClass(
"ilwikipagegui",
"preview");
1672 if ($perm ===
"create") {
1673 return parent::checkPermissionBool($perm, $cmd,
$type,
$ref_id);
1676 $ref_id = $this->
object->getRefId();
1704 $this->log->debug(
"init: " . $this->req_with_comments);
1706 $this->
object->initUserHTMLExport($this->req_with_comments);
1714 $this->log->debug(
"start: " . $this->req_with_comments);
1716 $this->
object->startUserHTMLExport($this->req_with_comments);
1724 $this->log->debug(
"get progress: " . $this->req_with_comments);
1726 $p = $this->
object->getUserHTMLExportProgress($this->req_with_comments);
1729 $pb->setCurrent($p[
"progress"]);
1732 $r->progressBar = $pb->render();
1733 $r->status = $p[
"status"];
1734 $this->log->debug(
"status: " .
$r->status);
1735 echo(json_encode(
$r, JSON_THROW_ON_ERROR));
1741 $this->log->debug(
"download");
1743 $this->
object->deliverUserHTMLExport();
1748 $this->log->debug(
"download");
1750 $this->
object->deliverUserHTMLExport(
true);
1755 if (!is_object($this->
object)) {
1759 $this->
object->getRefId(),
1760 $this->
user->getId()
1762 if (count($ass_info) > 0) {
1763 $ass_ids =
array_map(
static function ($i):
int {
1768 $this->tool_context->current()->addAdditionalData(
1785 $this->
object->getRefId(),
1786 $this->
user->getId()
1789 foreach ($ass_info as $i) {
1795 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"ass", $ass->getId());
1796 $submit_link = $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"finalizeAssignment");
1797 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"ass",
"");
1799 $buttons[$i->getId()][] = $ui->factory()->button()->primary(
$lng->
txt(
"wiki_finalize_wiki"), $submit_link);
1804 if ($submission->hasSubmitted()) {
1806 if ($submitted?->getTimestamp() !=
"") {
1807 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"ass", $ass->getId());
1809 $dl_link = $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"downloadExcSubFile");
1810 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"ass",
"");
1811 $buttons[$i->getId()][] = $ui->factory()->button()->standard(
$lng->
txt(
"wiki_download_submission"), $dl_link);
UI class for handling permissions that can be configured having the write permission for an object...
setRightContent(string $a_html)
Sets content of right column.
This class represents an option in a radio group.
WikiGUIRequest $edit_request
ILIAS Style Content Object ObjectFacade $content_style_domain
ILIAS Wiki Page PageManager $pm
ILIAS HTTP Services $http
static _lookupComment(int $a_usr_id, int $a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getUserHTMLExportProgressObject()
Get user html export progress.
const IL_WIKI_POPULAR_PAGES
static getLogger(string $a_component_id)
Get component logger.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
Wiki page template gui class.
GUI class for the workflow of copying objects.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepareOutput(bool $show_sub_objects=true)
static _writeStatus(int $a_obj_id, int $a_user_id, int $a_status)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
Wiki statistics GUI class.
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
addOnLoadCode(string $a_code, int $a_batch=2)
Add on load code.
static _getAllReferences(int $id)
get all reference ids for object ID
static renderSideBlock(int $a_wpg_id, int $a_wiki_ref_id, ?ilWikiPage $a_wp=null)
static lookupTitle(int $a_page_id, string $lang="-")
afterDeadlineStrict(bool $a_include_personal=true)
ILIAS Style Content GUIService $content_style_gui
infoScreenObject()
this one is called from the info button in the repository
initCreateForm(string $new_type)
static _gotoRepositoryNode(int $ref_id, string $cmd="")
TableGUI class for wiki pages table.
setContent(string $a_html)
Sets content for standard template.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
static _performSearch(int $a_wiki_id, string $a_searchterm)
Search in Wiki.
getSubObjectTitle(int $a_id, string $a_type)
Used for rating export.
loadLanguageModule(string $a_module)
Load language module.
downloadUserHTMLExportObject()
static _lookupRatingCategories(int $a_wiki_id)
Lookup whether rating categories are activated.
static lookupWikiId(int $a_page_id)
downloadUserHTMLExportWithCommentsObject()
static lookupSubObjectTitle(int $a_wiki_id, string $a_page_id)
Get title for wiki page (used in ilNotesGUI)
getAllInfo(int $a_type=self::TYPE_ALL, string $lang="-")
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
confirmRemoveImportantPagesObject()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS Wiki Content GUIService $content_gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
startUserHTMLExportObject()
Export html (as user)
static _lookupRating(int $a_wiki_id)
Lookup whether rating is activated.
static _lookupStatus(int $a_obj_id, int $a_user_id)
Lookup current success status (STATUS_NOT_GRADED|STATUS_PASSED|STATUS_FAILED)
static strLen(string $a_string)
ContextServices $tool_context
GUI class for public user profile presentation.
static http()
Fetches the global http state from ILIAS.
editImportantPagesObject()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
static _lookupTitle(int $obj_id)
getPrintView(bool $export=false)
GUI class for LTI provider object settings.
initTemplateSelectionForm()
__construct( $a_data, int $a_id, bool $a_call_by_reference, bool $a_prepare_output=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setScreenIdComponent(string $a_comp)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilObjectGUI Basic methods of all Output classes.
cancelCreationPageUsingTemplateObject()
static lookupAdvancedMetadataHidden(int $a_page_id)
initUserHTMLExportObject()
Current process:
createPageUsingTemplateObject()
getAssignmentButtons()
Get assignment buttons.
ILIAS Wiki Navigation ImportantPageManager $imp_pages
static getRandomPage(int $a_wiki_id)
getRenderedTranslationInfo()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupStartPage(int $a_wiki_id)
static getSyntaxStylePath()
static getGotoLink(int $a_ref_id, string $a_page="", string $lang="-")
ILIAS Wiki InternalGUIService $gui
showTemplateSelectionObject()
ilPropertyFormGUI $form_gui
getNewTranslatedPageForm()
setCustomRolesForSelection(array $a_roles)
Set custom roles for mapping to LTI roles.
setSettingsSubTabs(string $a_active)
static redirect(string $a_script)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static _lookupMark(int $a_usr_id, int $a_obj_id)
const IL_WIKI_ALL_PAGES
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static makeUrlTitle(string $a_par)
static makeDbTitle(string $a_par)
static getPageIdForTitle(int $a_wiki_id, string $a_title, string $lang="-")
Get wiki page object for id and title.
addCss(string $a_css_file, string $media="screen")
Add a css file that should be included in the header.
static _wikiPageExists(int $a_wiki_id, string $a_title, string $lang="-")
setHeaderActionMenu(string $a_header)
Set header action menu.
__construct(Container $dic, ilPlugin $plugin)
addJavaScript(string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
Add a javascript file that should be included in the header.
static shortenTextExtended(string $a_str, int $a_len, bool $a_dots=false, bool $a_next_blank=false, bool $a_keep_extension=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const IL_WIKI_ORPHANED_PAGES
ILIAS Wiki InternalDomainService $domain
afterSave(ilObject $new_object)
static check(string $a_perm, int $a_ref_id, string $a_cmd="")
Exercise submission //TODO: This class has many static methods related to delivered "files"...
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
removeImportantPagesObject()
setSideBlock(int $a_wpg_id=0)
static getSearchBlockHTML(string $a_title)
saveOrderingAndIndentObject()
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHeaderAction()
Add header action menu.
createNewTranslatedPageObject()
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
GUI class for object translation handling.
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
gotoPageObject(string $a_page="")
static _goto(string $a_target)