31 protected \ILIAS\Notes\Service
$notes;
32 protected \ILIAS\HTTP\Services
$http;
43 int $a_wiki_ref_id = 0
48 $this->
http = $DIC->http();
58 $this->wiki_request = $DIC
64 $this->notes = $DIC->notes();
75 $this->wiki_ref_id = $a_ref_id;
105 $next_class = $this->
ctrl->getNextClass($this);
108 ": " . $this->getWikiPage()->getTitle();
111 if ($this->wiki_request->getPage() !==
"") {
124 switch ($next_class) {
127 $ilTabs->setTabActive(
"pg");
133 $rating_gui->setObject(
139 $rating_gui->setUpdateCallback(array($this,
"updateStatsRating"));
140 $this->
ctrl->forwardCommand($rating_gui);
141 $ilCtrl->redirect($this,
"preview");
144 case "ilcommonactiondispatchergui":
146 if (!is_null($gui)) {
147 $gui->enableCommentsSettings(
false);
148 $gui->setRatingCallback(
152 $this->
ctrl->forwardCommand($gui);
156 case "ilwikistatgui":
157 if ($ilAccess->checkAccess(
"statistics_read",
"", $this->wiki_ref_id)) {
158 $this->tabs_gui->clearTargets();
165 $this->
ctrl->forwardCommand($gui);
168 case 'ilobjectmetadatagui':
170 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id)) {
171 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"permission_denied"),
true);
172 $ilCtrl->redirect($this,
"preview");
174 return parent::executeCommand();
176 case "ilpropertyformgui":
179 $ilCtrl->forwardCommand(
$form);
184 if (strtolower($ilCtrl->getNextClass()) ===
"ilpageeditorgui") {
185 self::initEditingJS($this->tpl);
188 if ($this->wiki_request->getNotification() > 0
190 switch ($this->wiki_request->getNotification()) {
208 $ilCtrl->redirect($this,
"preview");
212 return parent::executeCommand();
236 int $a_wiki_ref_id = 0
245 $this->getWikiPage()->
getId(),
252 bool $a_redraw =
false 264 $this->requested_ref_id,
269 $dispatcher->setSubObject(
"wpg", $page_id);
272 $this->
ctrl->getLinkTarget($this,
"redrawHeaderAction",
"",
true),
274 $this->
ctrl->getLinkTargetByClass(array(
"ilcommonactiondispatchergui",
"iltagginggui"),
"",
"",
true,
false)
277 $lg = $dispatcher->initHeaderAction();
278 $lg->enableNotes(
true);
285 $this->
lng->txt(
"wiki_rate_overall"),
288 array(
"ilcommonactiondispatchergui",
"ilratinggui"),
296 $this->
ctrl->setParameter($this,
"ntf", 1);
298 $lg->addCustomCommand($this->
ctrl->getLinkTarget($this),
"wiki_notification_deactivate_wiki");
304 $this->
lng->txt(
"wiki_notification_activated")
307 $this->
ctrl->setParameter($this,
"ntf", 2);
308 $lg->addCustomCommand($this->
ctrl->getLinkTarget($this),
"wiki_notification_activate_wiki");
311 $this->
ctrl->setParameter($this,
"ntf", 3);
312 $lg->addCustomCommand($this->
ctrl->getLinkTarget($this),
"wiki_notification_deactivate_page");
317 $this->
lng->txt(
"wiki_page_notification_activated")
320 $this->
ctrl->setParameter($this,
"ntf", 4);
321 $lg->addCustomCommand($this->
ctrl->getLinkTarget($this),
"wiki_notification_activate_page");
326 $this->
lng->txt(
"wiki_notification_deactivated")
330 $this->
ctrl->setParameter($this,
"ntf",
"");
334 $this->tpl->setHeaderActionMenu($lg->getHeaderAction());
337 return $lg->getHeaderAction() .
338 $this->tpl->getOnLoadCodeForAsynch();
363 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"wiki_page_status_blocked"));
372 if ($ilCtrl->getNextClass() !==
"ilnotegui") {
377 "tpl.wiki_page_view_main_column.html",
383 $callback = array($this,
"observeNoteAction");
387 $may_delete = (
$ilSetting->get(
"comments_del_tutor",
'1') &&
388 $ilAccess->checkAccess(
"write",
"", $this->requested_ref_id));
403 $wtpl->setVariable(
"PAGE", $this->
showPage());
410 $lng->
txt(
"wiki_last_edited") .
": " .
418 $ilCtrl->getLinkTarget($this,
"preview")
425 if ($this->wiki_request->getSearchString()) {
428 $search_string = $cache->getQuery();
431 if (is_array($search_string)) {
432 $search_string = $search_string[
"lom_content"];
438 $words = $p->getQuotedWords();
439 if (is_array($words)) {
440 foreach ($words as $w) {
441 ilTextHighlighterGUI::highlight(
"ilCOPageContent", $w,
$tpl);
444 $this->fill_on_load_code =
true;
464 return parent::showPage();
472 $modal_elements = $print_view->getModalElements($this->
ctrl->getLinkTarget(
482 $provider = new \ILIAS\Wiki\WikiPrintViewProviderGUI(
489 return new \ILIAS\Export\PrintProcessGUI(
501 $this->getWikiPage()->increaseViewCnt();
507 $this->getWikiPage()->getWikiId(),
526 $this->getWikiPage()->getWikiId(),
532 $ilCtrl->setParameterByClass(
535 $this->wiki_request->getFromPage()
542 $md = $mdgui->getKeyValueList();
544 $output = str_replace(
"<!--COPage-PageTop-->",
"<p>" . $md .
"</p>", $output);
560 $this->getWikiPage()->getWikiId(),
562 $this->wiki_request->getWikiPageId()
569 string $a_activate =
"" 575 parent::getTabs($a_activate);
577 if ($ilAccess->checkAccess(
"statistics_read",
"", $this->requested_ref_id)) {
580 $this->
ctrl->getLinkTargetByClass(
581 array(
"ilwikipagegui",
"ilwikistatgui"),
589 $ilCtrl->setParameterByClass(
597 $ilCtrl->setParameterByClass(
604 "wiki_what_links_here",
605 $this->
ctrl->getLinkTargetByClass(
621 $confirmation_gui->setFormAction($ilCtrl->getFormAction($this));
622 $confirmation_gui->setHeaderText(
$lng->
txt(
"wiki_page_deletion_confirmation"));
623 $confirmation_gui->setCancel(
$lng->
txt(
"cancel"),
"cancelWikiPageDeletion");
624 $confirmation_gui->setConfirm(
$lng->
txt(
"delete"),
"confirmWikiPageDeletion");
627 "tpl.wiki_page_deletion_confirmation.html",
633 $dtpl->setVariable(
"PAGE_TITLE", $this->getWikiPage()->getTitle());
636 $dtpl->setVariable(
"TXT_OTHER_PAGES",
$lng->
txt(
"wiki_other_pages_linking"));
638 $this->getWikiPage()->getWikiId(),
639 $this->getWikiPage()->
getId()
641 if (count($pages) > 0) {
642 foreach ($pages as $page) {
643 $dtpl->setCurrentBlock(
"lpage");
644 $dtpl->setVariable(
"TXT_LINKING_PAGE", $page[
"title"]);
645 $dtpl->parseCurrentBlock();
648 $dtpl->setCurrentBlock(
"lpage");
649 $dtpl->setVariable(
"TXT_LINKING_PAGE",
"-");
650 $dtpl->parseCurrentBlock();
654 $dtpl->setVariable(
"TXT_CONTRIBUTORS",
$lng->
txt(
"wiki_contributors"));
656 foreach ($contributors as $contributor) {
657 $dtpl->setCurrentBlock(
"contributor");
660 $contributor[
"lastname"] .
", " . $contributor[
"firstname"]
662 $dtpl->parseCurrentBlock();
666 $cnt_note_users = $this->notes->domain()->getUserCount(
672 "TXT_NUMBER_USERS_NOTES_OR_COMMENTS",
673 $lng->
txt(
"wiki_number_users_notes_or_comments")
675 $dtpl->setVariable(
"TXT_NR_NOTES_COMMENTS", $cnt_note_users);
677 $confirmation_gui->addItem(
"",
"", $dtpl->get());
687 $ilCtrl->
redirect($this,
"preview");
698 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"wiki_page_deleted"),
true);
701 $ilCtrl->redirectByClass(
"ilobjwikigui",
"allPages");
723 $pg_ids = $all_pages = array();
726 $ordering = $this->wiki_request->getPrintOrdering();
727 if (count($ordering) === 0) {
728 switch ($this->wiki_request->getSelectedPrintType()) {
731 foreach ($all_pages as $p) {
732 $pg_ids[] = $p[
"id"];
737 $pg_ids = $this->wiki_request->getWikiPageIds();
738 if (count($pg_ids) === 0) {
739 $pg_ids = [$this->wiki_request->getWikiPageId()];
741 if (count($pg_ids) > 1) {
744 $wiki_page_id = array_pop($pg_ids);
746 $this->
ctrl->setParameterByClass(
751 $this->
ctrl->redirectByClass(
"ilObjWikiGUI",
"printView");
755 $this->
ctrl->setParameterByClass(
758 $this->wiki_request->getWikiPageId()
760 $this->
ctrl->redirectByClass(
"ilObjWikiGUI",
"printView");
767 $pg_ids = array_keys($ordering);
770 $ilTabs->clearTargets();
771 $ilTabs->setBackTarget(
772 $this->
lng->txt(
"back"),
773 $this->
ctrl->getLinkTarget($this,
"preview")
776 if (!count($all_pages)) {
782 "printViewOrderList",
786 $this->tpl->setContent($tbl->getHTML());
803 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"wiki_page_blocked"),
true);
806 $ilCtrl->redirect($this,
"preview");
818 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"wiki_page_unblocked"),
true);
821 $ilCtrl->redirect($this,
"preview");
834 if (($ilAccess->checkAccess(
837 $this->requested_ref_id
839 || $ilAccess->checkAccess(
"write",
"", $this->requested_ref_id)) {
854 $ti->setMaxLength(200);
857 $ti->setRequired(
true);
858 $this->
form->addItem($ti);
860 $this->
form->addCommandButton(
"renamePage",
$lng->
txt(
"wiki_rename"));
861 $this->
form->addCommandButton(
"preview",
$lng->
txt(
"cancel"));
863 $this->
form->setTitle(
$lng->
txt(
"wiki_rename_page"));
864 $this->
form->setFormAction($ilCtrl->getFormAction($this));
875 if ($this->
form->checkInput()) {
876 if (($ilAccess->checkAccess(
"edit_content",
"", $this->requested_ref_id) && !$this->
getPageObject()->getBlocked())
877 || $ilAccess->checkAccess(
"write",
"", $this->requested_ref_id)) {
878 $new_name = $this->
form->getInput(
"new_page_name");
887 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"wiki_page_already_exists"));
891 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
892 $ilCtrl->redirect($this,
"preview");
897 $this->
form->setValuesByPost();
913 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
914 $ilCtrl->redirect($this,
"preview");
925 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
926 $ilCtrl->redirect($this,
"preview");
939 $note = $this->notes->domain()->getById($a_note_id);
940 $text = $note->getText();
964 $page = $this->getWikiPage();
980 $this->record_gui->parse();
997 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
998 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1003 $ilTabs->clearTargets();
1004 $ilTabs->setBackTarget(
1006 $ilCtrl->getLinkTarget($this,
"preview")
1022 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
1023 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1031 if (!$this->record_gui->importEditFormPostValues()) {
1036 if ($this->record_gui->writeEditForm()) {
1037 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"settings_saved"),
true);
1039 $ilCtrl->redirect($this,
"preview");
1048 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
1049 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1056 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"settings_saved"),
true);
1057 $ilCtrl->redirect($this,
"preview");
1066 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
1067 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1074 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"settings_saved"),
true);
1075 $ilCtrl->redirect($this,
"preview");
1083 self::initEditingJS(
$tpl);
1085 return parent::edit();
1092 $lng = $DIC->language();
1095 $a_tpl->
addOnLoadCode(
"il.Wiki.Edit.txt.page_exists = '" .
$lng->
txt(
"wiki_page_exists") .
"';");
1115 $tp->setRequired(
true);
1116 $tp->setInfo(
"...");
1117 $tp->setDataSource($ilCtrl->getLinkTarget($this,
"insertWikiLinkAC",
"",
true));
1138 $term = $this->wiki_request->getTerm();
1143 $entry->value = $term;
1144 $entry->label = $term;
1151 foreach (
$res as $r) {
1152 if ($result[0]->value == $r) {
1164 echo json_encode($result, JSON_THROW_ON_ERROR);
1177 $tpl =
new ilTemplate(
"tpl.wiki_ac_search_result.html",
true,
true,
"Modules/Wiki");
1178 $term = $this->wiki_request->getTerm();
1183 foreach ($pages as $page) {
1192 foreach ($found as
$f) {
1198 if (count($pages) === 0) {
1200 } elseif ($term ===
'') {
1225 $ass_id = $this->wiki_request->getAssignmentId();
1226 $wiki_ass->submitWiki($ass_id, $this->
user->getId(), $this->
getWikiRefId());
1228 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"wiki_finalized"),
true);
1229 $ilCtrl->redirectByClass(
"ilObjWikiGUI",
"gotoStartPage");
1236 $ass_id = $this->wiki_request->getAssignmentId();
1239 $submitted = $submission->
getFiles();
1240 if (count($submitted) > 0) {
1241 $submitted = array_pop($submitted);
1245 $ass->getTitle() .
" (Team " . $submission->getTeam()->getId() .
").zip";
finalizeAssignment()
Finalize and submit blog to exercise.
initAdvancedMetaDataForm()
getFiles(array $a_file_ids=null, bool $a_only_valid=false, string $a_min_timestamp=null, bool $print_versions=false)
Get submission items (not only files)
setPropertyForm(ilPropertyFormGUI $form)
postOutputProcessing(string $a_output)
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link="", bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
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...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
setHeaderPageTitle(string $a_title)
Sets the title of the page (for browser window).
static getPagesForSearch(int $a_wiki_id, string $a_term)
observeNoteAction(int $a_wiki_id, int $a_page_id, string $a_type, string $a_action, int $a_note_id)
setOutputMode(string $a_mode=self::PRESENTATION)
__construct(int $a_id=0, int $a_old_nr=0, int $a_wiki_ref_id=0)
Class ChatMainBarProvider .
ilAdvancedMDRecordGUI $record_gui
Wiki statistics GUI class.
static prepareJsLinks(string $redraw_url, string $notes_url, string $tags_url, ilGlobalTemplateInterface $tpl=null)
Insert js/ajax links into template.
static _getInstance(int $a_usr_id)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static renderSideBlock(int $a_wpg_id, int $a_wiki_ref_id, ?ilWikiPage $a_wp=null)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
static _lookupName(int $a_user_id)
lookup user name
TableGUI class for wiki pages table.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
static _performSearch(int $a_wiki_id, string $a_searchterm)
Search in Wiki.
loadLanguageModule(string $a_module)
Load language module.
setVariable(string $variable, $value='')
Sets the given variable to the given value.
showEditToolbar()
Show edit toolbar.
static getAllWikiPages(int $a_wiki_id)
setWikiRefId(int $a_ref_id)
setLoginTargetPar(string $a_val)
Set target parameter for login (public sector).
setTemplateOutput(bool $a_output=true)
static _lookupObjId(int $ref_id)
static getWikiPageContributors(int $a_page_id)
static deliverFileLegacy(string $a_file, ?string $a_filename=null, ?string $a_mime=null, ?bool $isInline=false, ?bool $removeAfterDelivery=false, ?bool $a_exit_after=true)
static sendNotification(string $a_action, int $a_type, int $a_wiki_ref_id, int $a_page_id, ?string $a_comment=null)
static _getPageIdForWikiTitle(int $a_wiki_id, string $a_title)
static getPageIdForTitle(int $a_wiki_id, string $a_title)
Get wiki page object for id and title.
ILIAS HTTP Services $http
static http()
Fetches the global http state from ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
setContent(string $a_html)
Sets content for standard template.
static setNotification(int $type, int $user_id, int $id, bool $status=true)
Set notification status for object and user.
setRenderPageContainer(bool $a_val)
ilGlobalTemplateInterface $tpl
setScreenIdComponent(string $a_comp)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static replaceInternalLinks(string $s, int $a_wiki_id, bool $a_offline=false)
This one is based on Mediawiki Parser->replaceInternalLinks since we display images in another way...
setPageObject(ilPageObject $a_pg_obj)
static _recordReadEvent(string $a_type, int $a_ref_id, int $obj_id, int $usr_id, bool $isCatchupWriteEvents=true, $a_ext_rc=null, $a_ext_time=null)
deleteWikiPageConfirmationScreen()
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...
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 getGUIForTitle(int $a_wiki_id, string $a_title, int $a_old_nr=0, int $a_wiki_ref_id=0)
Get wiki page gui for id and title.
static getSyntaxStylePath()
setPresentationTitle(string $a_title="")
addOnLoadCode(string $a_code, int $a_batch=2)
Add on load code.
form( $class_path, string $cmd)
insertWikiLink()
Returns form to insert a wiki link per ajax.
activateWikiPageRating()
Rating /.
getTabs(string $a_activate="")
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
static initEditingJS(ilGlobalTemplateInterface $a_tpl)
setPermanentLink(string $a_type, ?int $a_id, string $a_append="", string $a_target="", string $a_title="")
Generates and sets a permanent ilias link.
const IL_WIKI_WHAT_LINKS_HERE
static lookupTitle(int $a_page_id)
static makeUrlTitle(string $a_par)
insertWikiLinkAC()
Auto complete for insert wiki link.
updateStatsRating(int $a_wiki_id, string $a_wiki_type, int $a_page_id, string $a_page_type)
static makeDbTitle(string $a_par)
editAdvancedMetaData(ilPropertyFormGUI $a_form=null)
__construct(Container $dic, ilPlugin $plugin)
static handleEvent(int $a_event, ilWikiPage $a_page_obj, ?int $a_user_id=null, array $a_additional_data=null)
Handle wiki page event.
ILIAS Wiki Editing EditingGUIRequest $wiki_request
setWiki(ilObjWiki $a_val)
static hasNotification(int $type, int $user_id, int $id)
Check notification status for object and user.
static _wikiPageExists(int $a_wiki_id, string $a_title)
static _lookupRatingOverall(int $a_wiki_id)
Lookup whether rating is activated for whole object.
getNotesHTML(object $a_content_object=null, bool $a_enable_private_notes=true, bool $a_enable_public_notes=false, bool $a_enable_notes_deletion=false, callable $a_callback=null, bool $export=false)
Get html for public and/or private notes.
static _lookupPublicNotes(int $a_wiki_id)
Lookup whether public notes are activated.
deactivateWikiPageRating()
static check(string $a_perm, int $a_ref_id, string $a_cmd="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS Notes Service $notes
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
confirmWikiPageDeletion()
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...
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
searchWikiLinkAC()
Search wiki link list.
addHeaderAction(bool $a_redraw=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getLinksToPage(int $a_wiki_id, int $a_page_id)
setWikiPage(ilWikiPage $a_wikipage)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)
static hasOptOut(int $obj_id)
Is opt out (disable notification) allowed?