4 include_once(
"./Services/COPage/classes/class.ilPageObjectGUI.php");
5 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
50 public function __construct($a_id = 0, $a_old_nr = 0, $a_wiki_ref_id = 0)
54 $this->tpl = $DIC[
"tpl"];
55 $this->
help = $DIC[
"ilHelp"];
56 $this->ctrl = $DIC->ctrl();
57 $this->tabs = $DIC->tabs();
58 $this->
user = $DIC->user();
59 $this->access = $DIC->access();
60 $this->lng = $DIC->language();
62 $this->toolbar = $DIC->toolbar();
64 $this->
ui = $DIC->ui();
73 include_once(
"./Services/Style/Content/classes/class.ilObjStyleSheet.php");
75 $tpl->setCurrentBlock(
"SyntaxStyle");
77 "LOCATION_SYNTAX_STYLESHEET",
80 $tpl->parseCurrentBlock();
93 $ilHelp->setScreenIdComponent(
"copgwpg");
98 $this->wiki_ref_id = $a_ref_id;
103 return $this->wiki_ref_id;
113 $this->wiki = $a_val;
138 $next_class = $this->ctrl->getNextClass($this);
139 $cmd = $this->ctrl->getCmd();
142 $tpl->setHeaderPageTitle($head_title);
144 if ($_GET[
"page"] !=
"") {
145 $tpl->setPermanentLink(
"wiki",
"",
"wpage_" . $this->
getPageObject()->
getId() .
"_" . $_GET[
"ref_id"],
"", $head_title);
147 $tpl->setPermanentLink(
"wiki", $_GET[
"ref_id"]);
151 switch ($next_class) {
154 $ilTabs->setTabActive(
"pg");
160 include_once(
"./Services/Rating/classes/class.ilRatingGUI.php");
162 $rating_gui->setObject(
168 $rating_gui->setUpdateCallback(array($this,
"updateStatsRating"));
169 $this->ctrl->forwardCommand($rating_gui);
170 $ilCtrl->redirect($this,
"preview");
173 case "ilcommonactiondispatchergui":
174 include_once(
"Services/Object/classes/class.ilCommonActionDispatcherGUI.php");
176 $gui->enableCommentsSettings(
false);
177 $gui->setRatingCallback($this,
"preview");
178 $this->ctrl->forwardCommand($gui);
181 case "ilwikistatgui":
182 if ($ilAccess->checkAccess(
"statistics_read",
"", $this->wiki_ref_id)) {
183 $this->tabs_gui->clearTargets();
186 include_once
"Modules/Wiki/classes/class.ilWikiStatGUI.php";
191 $this->ctrl->forwardCommand($gui);
194 case 'ilobjectmetadatagui':
196 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id)) {
198 $ilCtrl->redirect($this,
"preview");
200 return parent::executeCommand();
203 case "ilpropertyformgui":
206 $ilCtrl->forwardCommand($form);
211 if (strtolower(
$ilCtrl->getNextClass()) ==
"ilpageeditorgui") {
212 self::initEditingJS($this->tpl);
216 include_once
"./Services/Notification/classes/class.ilNotification.php";
217 switch ($_GET[
"ntf"]) {
235 $ilCtrl->redirect($this,
"preview");
239 return parent::executeCommand();
266 public static function getGUIForTitle($a_wiki_id, $a_title, $a_old_nr = 0, $a_wiki_ref_id = 0)
270 $ilDB = $DIC->database();
272 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
274 $page_gui =
new ilWikiPageGUI($id, $a_old_nr, $a_wiki_ref_id);
296 include_once
"Services/Object/classes/class.ilCommonActionDispatcherGUI.php";
304 $dispatcher->setSubObject(
"wpg", $page_id);
306 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
307 ilObjectListGUI::prepareJSLinks(
308 $this->ctrl->getLinkTarget($this,
"redrawHeaderAction",
"",
true),
309 $this->ctrl->getLinkTargetByClass(array(
"ilcommonactiondispatchergui",
"ilnotegui"),
"",
"",
true,
false),
310 $this->ctrl->getLinkTargetByClass(array(
"ilcommonactiondispatchergui",
"iltagginggui"),
"",
"",
true,
false)
313 $lg = $dispatcher->initHeaderAction();
314 $lg->enableNotes(
true);
321 $this->lng->txt(
"wiki_rate_overall"),
324 array(
"ilcommonactiondispatchergui",
"ilratinggui")
329 if (
$ilUser->getId() != ANONYMOUS_USER_ID) {
330 include_once
"./Services/Notification/classes/class.ilNotification.php";
332 $this->ctrl->setParameter($this,
"ntf", 1);
334 $lg->addCustomCommand($this->ctrl->getLinkTarget($this),
"wiki_notification_deactivate_wiki");
340 $this->lng->txt(
"wiki_notification_activated")
343 $this->ctrl->setParameter($this,
"ntf", 2);
344 $lg->addCustomCommand($this->ctrl->getLinkTarget($this),
"wiki_notification_activate_wiki");
347 $this->ctrl->setParameter($this,
"ntf", 3);
348 $lg->addCustomCommand($this->ctrl->getLinkTarget($this),
"wiki_notification_deactivate_page");
353 $this->lng->txt(
"wiki_page_notification_activated")
356 $this->ctrl->setParameter($this,
"ntf", 4);
357 $lg->addCustomCommand($this->ctrl->getLinkTarget($this),
"wiki_notification_activate_page");
362 $this->lng->txt(
"wiki_notification_deactivated")
366 $this->ctrl->setParameter($this,
"ntf",
"");
370 $this->tpl->setHeaderActionMenu($lg->getHeaderAction());
373 return $lg->getHeaderAction() .
374 $this->tpl->getOnLoadCodeForAsynch();
475 "tpl.wiki_page_view_main_column.html",
481 $callback = array($this,
"observeNoteAction");
486 $may_delete = (
$ilSetting->get(
"comments_del_tutor", 1) &&
487 $ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"]));
501 $wtpl->setVariable(
"PAGE", $this->
showPage());
503 $tpl->setLoginTargetPar(
"wiki_" .
$_GET[
"ref_id"] . $append);
506 include_once(
"./Services/User/classes/class.ilUserUtil.php");
509 $lng->txt(
"wiki_last_edited") .
": " .
517 $ilCtrl->getLinkTarget($this,
"preview")
521 $tpl->setLoginTargetPar(
"wiki_" .
$_GET[
"ref_id"] . $append);
524 if (
$_GET[
"srcstring"] !=
"") {
525 include_once
'./Services/Search/classes/class.ilUserSearchCache.php';
528 $search_string = $cache->getQuery();
531 if (is_array($search_string)) {
532 $search_string = $search_string[
"lom_content"];
535 include_once(
"./Services/UIComponent/TextHighlighter/classes/class.ilTextHighlighterGUI.php");
536 include_once(
"./Services/Search/classes/class.ilQueryParser.php");
540 $words = $p->getQuotedWords();
541 if (is_array($words)) {
542 foreach ($words as $w) {
546 $this->fill_on_load_code =
true;
573 return parent::showPage();
583 require_once(
'Services/Tracking/classes/class.ilChangeEvent.php');
591 include_once
"./Modules/Wiki/classes/class.ilWikiStat.php";
603 include_once(
"./Modules/Wiki/classes/class.ilWikiUtil.php");
611 $ilCtrl->setParameterByClass(
"ilobjwikigui",
"from_page",
$_GET[
"from_page"]);
616 include_once(
"./Services/Object/classes/class.ilObjectMetaDataGUI.php");
618 $md = $mdgui->getKeyValueList();
620 $output = str_replace(
"<!--COPage-PageTop-->",
"<p>" . $md .
"</p>", $output);
635 include_once(
"./Modules/Wiki/classes/class.ilWikiPagesTableGUI.php");
646 $tpl->setContent($table_gui->getHTML());
655 parent::getTabs($a_activate);
657 if ($ilAccess->checkAccess(
"statistics_read",
"",
$_GET[
"ref_id"])) {
660 $this->ctrl->getLinkTargetByClass(
661 array(
"ilwikipagegui",
"ilwikistatgui"),
680 "wiki_what_links_here",
681 $this->ctrl->getLinkTargetByClass(
692 $this->ctrl->getLinkTargetByClass(
710 include_once(
"./Modules/Wiki/classes/class.ilWikiPerm.php");
712 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
714 $confirmation_gui->setFormAction(
$ilCtrl->getFormAction($this));
715 $confirmation_gui->setHeaderText(
$lng->txt(
"wiki_page_deletion_confirmation"));
716 $confirmation_gui->setCancel(
$lng->txt(
"cancel"),
"cancelWikiPageDeletion");
717 $confirmation_gui->setConfirm(
$lng->txt(
"delete"),
"confirmWikiPageDeletion");
720 "tpl.wiki_page_deletion_confirmation.html",
726 $dtpl->setVariable(
"PAGE_TITLE", $this->
getWikiPage()->getTitle());
729 $dtpl->setVariable(
"TXT_OTHER_PAGES",
$lng->txt(
"wiki_other_pages_linking"));
734 if (count($pages) > 0) {
735 foreach ($pages as $page) {
736 $dtpl->setCurrentBlock(
"lpage");
737 $dtpl->setVariable(
"TXT_LINKING_PAGE", $page[
"title"]);
738 $dtpl->parseCurrentBlock();
741 $dtpl->setCurrentBlock(
"lpage");
742 $dtpl->setVariable(
"TXT_LINKING_PAGE",
"-");
743 $dtpl->parseCurrentBlock();
747 $dtpl->setVariable(
"TXT_CONTRIBUTORS",
$lng->txt(
"wiki_contributors"));
749 foreach ($contributors as $contributor) {
750 $dtpl->setCurrentBlock(
"contributor");
753 $contributor[
"lastname"] .
", " . $contributor[
"firstname"]
755 $dtpl->parseCurrentBlock();
759 include_once(
"./Services/Notes/classes/class.ilNote.php");
766 "TXT_NUMBER_USERS_NOTES_OR_COMMENTS",
767 $lng->txt(
"wiki_number_users_notes_or_comments")
769 $dtpl->setVariable(
"TXT_NR_NOTES_COMMENTS", $cnt_note_users);
771 $confirmation_gui->addItem(
"",
"", $dtpl->get());
773 $tpl->setContent($confirmation_gui->getHTML());
785 $ilCtrl->redirect($this,
"preview");
798 include_once(
"./Modules/Wiki/classes/class.ilWikiPerm.php");
802 ilUtil::sendSuccess(
$lng->txt(
"wiki_page_deleted"),
true);
805 $ilCtrl->redirectByClass(
"ilobjwikigui",
"allPages");
833 $tpl->setContent($this->form->getHTML());
846 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
850 $this->form->setPreventDoubleSubmission(
false);
857 $radg->addOption($op1);
859 .
" (" .
$lng->txt(
"wiki_pages") .
": " . count($pages) .
")",
"wiki");
860 $radg->addOption($op2);
862 $radg->addOption($op3);
864 include_once(
"./Services/Form/classes/class.ilNestedListInputGUI.php");
866 $op3->addSubItem($nl);
868 foreach ($pages as $p) {
876 $lng->txt(
"wiki_page")
880 $this->form->addItem($radg);
882 $this->form->addCommandButton(
"printViewOrder",
$lng->txt(
"wiki_show_print_view"));
883 $this->form->addCommandButton(
"pdfExportOrder",
$lng->txt(
"wiki_show_pdf_export"));
887 $this->form->setTitle(
$lng->txt(
"cont_print_selection"));
888 $this->form->setFormAction(
$ilCtrl->getFormAction($this,
"printViewOrder"));
905 $pg_ids = $all_pages = array();
908 if (!is_array(
$_POST[
"wordr"])) {
909 switch (trim(
$_POST[
"sel_type"])) {
911 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
913 foreach ($all_pages as $p) {
914 $pg_ids[] = $p[
"id"];
919 if (is_array(
$_POST[
"obj_id"])) {
920 $pg_ids =
$_POST[
"obj_id"];
922 $pg_ids[] =
$_GET[
"wpg_id"];
924 if (
sizeof($pg_ids) > 1) {
927 $_GET[
"wpg_id"] = array_pop($pg_ids);
935 $this->ctrl->setParameterByClass(
"ilObjWikiGUI",
"wpg_id",
$_GET[
"wpg_id"]);
937 $this->ctrl->redirectByClass(
"ilObjWikiGUI",
"pdfExport");
939 $this->ctrl->redirectByClass(
"ilObjWikiGUI",
"printView");
945 $this->ctrl->setParameter($this,
"pexp", 1);
950 $a_pdf_export = (bool)
$_GET[
"pexp"];
953 $pg_ids = array_keys(
$_POST[
"wordr"]);
956 $ilTabs->clearTargets();
957 $ilTabs->setBackTarget(
958 $this->lng->txt(
"back"),
959 $this->ctrl->getLinkTarget($this,
"preview")
962 if (!
sizeof($all_pages)) {
963 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
967 include_once
"Modules/Wiki/classes/class.ilWikiExportOrderTableGUI.php";
969 $this->tpl->setContent($tbl->getHTML());
987 include_once(
"./Modules/Wiki/classes/class.ilWikiPerm.php");
992 ilUtil::sendSuccess(
$lng->txt(
"wiki_page_blocked"),
true);
995 $ilCtrl->redirect($this,
"preview");
1008 include_once(
"./Modules/Wiki/classes/class.ilWikiPerm.php");
1013 ilUtil::sendSuccess(
$lng->txt(
"wiki_page_unblocked"),
true);
1016 $ilCtrl->redirect($this,
"preview");
1034 if (($ilAccess->checkAccess(
"edit_content",
"",
$_GET[
"ref_id"]) && !$this->
getPageObject()->getBlocked())
1035 || $ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"])) {
1037 $tpl->setContent($this->form->getHTML());
1051 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
1056 $ti->setMaxLength(200);
1059 $ti->setRequired(
true);
1060 $this->form->addItem($ti);
1062 $this->form->addCommandButton(
"renamePage",
$lng->txt(
"wiki_rename"));
1063 $this->form->addCommandButton(
"preview",
$lng->txt(
"cancel"));
1065 $this->form->setTitle(
$lng->txt(
"wiki_rename_page"));
1066 $this->form->setFormAction(
$ilCtrl->getFormAction($this));
1080 if ($this->form->checkInput()) {
1081 if (($ilAccess->checkAccess(
"edit_content",
"",
$_GET[
"ref_id"]) && !$this->
getPageObject()->getBlocked())
1082 || $ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"])) {
1083 $new_name = $this->form->getInput(
"new_page_name");
1096 ilUtil::sendSuccess(
$lng->txt(
"msg_obj_modified"),
true);
1097 $ilCtrl->redirect($this,
"preview");
1102 $this->form->setValuesByPost();
1103 $tpl->setContent($this->form->getHtml());
1118 ilUtil::sendSuccess(
$lng->txt(
"msg_obj_modified"),
true);
1119 $ilCtrl->redirect($this,
"preview");
1130 ilUtil::sendSuccess(
$lng->txt(
"msg_obj_modified"),
true);
1131 $ilCtrl->redirect($this,
"preview");
1138 include_once
"Services/Notes/classes/class.ilNote.php";
1139 $note =
new ilNote($a_note_id);
1140 $note = $note->getText();
1142 include_once
"./Services/Notification/classes/class.ilNotification.php";
1148 include_once
"./Modules/Wiki/classes/class.ilWikiStat.php";
1164 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
1166 $form->setFormAction(
$ilCtrl->getFormAction($this,
"updateAdvancedMetaData"));
1169 $form->setTitle(
$lng->txt(
"wiki_advmd_block_title") .
": " . $page->getTitle());
1171 include_once(
'Services/AdvancedMetaData/classes/class.ilAdvancedMDRecordGUI.php');
1174 $this->record_gui->parse();
1176 $form->addCommandButton(
"updateAdvancedMetaData",
$lng->txt(
"save"));
1177 $form->addCommandButton(
"preview",
$lng->txt(
"cancel"));
1190 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
1191 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1196 $ilTabs->clearTargets();
1197 $ilTabs->setBackTarget(
1199 $ilCtrl->getLinkTarget($this,
"preview")
1206 $tpl->setContent($a_form->getHTML());
1215 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
1216 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1223 $form->checkInput();
1224 if (!$this->record_gui->importEditFormPostValues()) {
1229 if ($this->record_gui->writeEditForm()) {
1230 ilUtil::sendSuccess(
$lng->txt(
"settings_saved"),
true);
1232 $ilCtrl->redirect($this,
"preview");
1241 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
1242 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1249 ilUtil::sendSuccess(
$lng->txt(
"settings_saved"),
true);
1250 $ilCtrl->redirect($this,
"preview");
1259 if (!$ilAccess->checkAccess(
"write",
"", $this->wiki_ref_id) &&
1260 !$ilAccess->checkAccess(
"edit_page_meta",
"", $this->wiki_ref_id)) {
1267 ilUtil::sendSuccess(
$lng->txt(
"settings_saved"),
true);
1268 $ilCtrl->redirect($this,
"preview");
1282 self::initEditingJS(
$tpl);
1284 return parent::edit();
1296 $lng = $DIC->language();
1298 $a_tpl->addJavascript(
"./Modules/Wiki/js/WikiEdit.js");
1299 $a_tpl->
addOnLoadCode(
"il.Wiki.Edit.txt.page_exists = '" .
$lng->txt(
"wiki_page_exists") .
"';");
1300 $a_tpl->
addOnLoadCode(
"il.Wiki.Edit.txt.new_page = '" .
$lng->txt(
"wiki_new_page") .
"';");
1312 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
1314 $form->addCommandButton(
"addWikiLink",
$lng->txt(
"wiki_add_link"));
1315 $form->addCommandButton(
"searchWikiLink",
$lng->txt(
"search"));
1318 $tp =
new ilTextInputGUI($this->lng->txt(
"wiki_target_page"),
"target_page");
1320 $tp->setRequired(
true);
1321 $tp->setInfo(
"...");
1322 $tp->setDataSource(
$ilCtrl->getLinkTarget($this,
"insertWikiLinkAC",
"",
true));
1323 $form->addItem($tp);
1326 $lt =
new ilTextInputGUI($this->lng->txt(
"wiki_link_text"),
"link_text");
1328 $form->addItem($lt);
1332 echo $form->getHTML();
1343 $term =
$_GET[
"term"];
1347 $entry =
new stdClass();
1348 $entry->value = $term;
1349 $entry->label = $term;
1356 foreach (
$res as $r) {
1357 if (
$result[0]->value == $r) {
1363 $entry =
new stdClass();
1369 include_once
'./Services/JSON/classes/class.ilJsonUtil.php';
1381 $lng->loadLanguageModule(
"wiki");
1383 $tpl =
new ilTemplate(
"tpl.wiki_ac_search_result.html",
true,
true,
"Modules/Wiki");
1384 $term = trim(
$_GET[
"term"]);
1389 foreach ($pages as $page) {
1398 foreach ($found as
$f) {
1399 $tpl->setCurrentBlock(
"item");
1400 $tpl->setVariable(
"WIKI_TITLE", $f[
"title"]);
1401 $tpl->parseCurrentBlock();
1404 if (count($pages) == 0) {
1405 $tpl->setVariable(
"INFOTEXT", str_replace(
"$1", $term,
$lng->txt(
"wiki_no_page_found")));
1406 } elseif ($term ==
'') {
1407 $tpl->setVariable(
"INFOTEXT",
$lng->txt(
"wiki_no_search_term"), $term);
1409 $tpl->setVariable(
"INFOTEXT", str_replace(
"$1", $term,
$lng->txt(
"wiki_pages_found")));
1412 $tpl->setVariable(
"TXT_BACK",
$lng->txt(
"back"));
1429 include_once(
"./Modules/Exercise/AssignmentTypes/classes/class.ilExAssignmentTypes.php");
1430 include_once(
"./Modules/Exercise/classes/class.ilExAssignment.php");
1433 $ass_id = (int)
$_GET[
"ass"];
1434 $wiki_ass->submitWiki($ass_id, $this->
user->getId(), $this->
getWikiRefId());
1442 ilUtil::sendSuccess(
$lng->txt(
"wiki_finalized"),
true);
1443 $ilCtrl->redirectByClass(
"ilObjWikiGUI",
"gotoStartPage");
1450 $ass_id = (int)
$_GET[
"ass"];
1453 $submitted = $submission->
getFiles();
1454 if (count($submitted) > 0) {
1455 $submitted = array_pop($submitted);
1459 $ass->getTitle() .
" (Team " . $submission->getTeam()->getId() .
").zip";
static renderSideBlock($a_wpg_id, $a_wiki_ref_id, $a_wp=null)
Side column.
static sortArray( $array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
static _lookupName($a_user_id)
lookup user name
finalizeAssignment()
Finalize and submit blog to exercise.
static _recordReadEvent( $a_type, $a_ref_id, $obj_id, $usr_id, $isCatchupWriteEvents=true, $a_ext_rc=false, $a_ext_time=false)
Records a read event and catches up with write events.
This class represents an option in a radio group.
static lookupTitle($a_page_id)
Checks whether a page with given title exists.
initAdvancedMetaDataForm()
static hasNotification($type, $user_id, $id)
Check notification status for object and user.
static _lookupRatingOverall($a_wiki_id)
Lookup whether rating is activated for whole object.
getPageObject()
Get Page Object.
addHeaderAction($a_redraw=false)
static check($a_perm, $a_ref_id, $a_cmd="")
Check permission.
setTemplateOutput($a_output=true)
setScreenIdComponent()
Set screen id component.
setPropertyForm($form)
set property form object
Wiki statistics GUI class.
static getGUIForTitle($a_wiki_id, $a_title, $a_old_nr=0, $a_wiki_ref_id=0)
Get wiki page gui for id and title.
static hasOptOut($obj_id)
Is opt out (disable notification) allowed?
TableGUI class for wiki pages table.
addOnLoadCode($a_code, $a_batch=2)
Add on load code.
unblockWikiPage()
Unblock.
static _lookupTitle($a_id)
lookup object title
initRenameForm()
Init renaming form.
observeNoteAction($a_wiki_id, $a_page_id, $a_type, $a_action, $a_note_id)
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
updateStatsRating($a_wiki_id, $a_wiki_type, $a_page_id, $a_page_type)
static getPageIdForTitle($a_wiki_id, $a_title)
Get wiki page object for id and title.
postOutputProcessing($a_output)
Finalizing output processing.
static getPagesForSearch($a_wiki_id, $a_term)
Get pages for search.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
static _getInstance($a_usr_id)
Get singleton instance.
static _performSearch($a_wiki_id, $a_searchterm)
Search in Wiki.
static sendNotification($a_action, $a_type, $a_wiki_ref_id, $a_page_id, $a_comment=null)
printViewOrderList($a_pdf_export=false)
static _getPageIdForWikiTitle($a_wiki_id, $a_title)
Checks whether a page with given title exists.
static encode($mixed, $suppress_native=false)
static getUserCount($a_rep_obj_id, $a_obj_id, $a_type)
How many users have attached a note/comment to a given object?
foreach($_POST as $key=> $value) $res
static makeUrlTitle($a_par)
Set page parameter for Url Embedding.
renameWikiPage()
Rename wiki page form.
printViewSelection()
Print view selection.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static getInstance()
Get instance.
static _lookupObjId($a_id)
setPageObject(ilPageObject $a_pg_obj)
Set Page Object.
deleteWikiPageConfirmationScreen()
Delete wiki page confirmation screen.
static setNotification($type, $user_id, $id, $status=true)
Set notification status for object and user.
Class ilWikiPage GUI class.
setPresentationTitle($a_title="")
whatLinksHere()
All links to a specific page.
setRenderPageContainer($a_val)
Set render page container.
static getNamePresentation( $a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true, $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
static getSyntaxStylePath()
get syntax style path
getAbstractOnly()
Get abstract only.
static handleEvent($a_event, ilWikiPage $a_page_obj, $a_user_id=null, array $a_additional_data=null)
Handle wiki page event.
__construct($a_id=0, $a_old_nr=0, $a_wiki_ref_id=0)
Constructor.
static getAllWikiPages($a_wiki_id)
Get all pages of wiki.
static makeDbTitle($a_par)
Handle page GET parameter.
insertWikiLink()
Returns form to insert a wiki link per ajax.
activateWikiPageRating()
Rating /.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
getWikiPage()
Get Wiki Page Object.
static initEditingJS(ilGlobalTemplateInterface $a_tpl)
Init wiki editing js.
static _wikiPageExists($a_wiki_id, $a_title)
Check whether page exists for wiki or not.
const IL_WIKI_WHAT_LINKS_HERE
initPrintViewSelectionForm()
Init print view selection form.
insertWikiLinkAC()
Auto complete for insert wiki link.
setWikiPage($a_wikipage)
Set Wiki Page Object.
editAdvancedMetaData(ilPropertyFormGUI $a_form=null)
static highlight($a_dom_node_id, $a_text, $a_tpl=null)
Searches for all occurences of a text (case-insensitive) and highlights it.
__construct(Container $dic, ilPlugin $plugin)
deactivateWikiPageRating()
Exercise submission //TODO: This class has to much static methods related to delivered "files"...
cancelWikiPageDeletion()
Cancel wiki page deletion.
setOutputMode($a_mode=self::PRESENTATION)
Set Output Mode.
static getLinksToPage($a_wiki_id, $a_page_id)
Get links to a page.
static getWikiPageContributors($a_page_id)
Get all contributors of wiki.
static replaceInternalLinks($s, $a_wiki_id, $a_offline=false)
This one is based on Mediawiki Parser->replaceInternalLinks since we display images in another way...
getNotesHTML($a_content_object=null, $a_enable_private_notes=true, $a_enable_public_notes=false, $a_enable_notes_deletion=false, $a_callback=null)
Get html for public and/or private notes.
confirmWikiPageDeletion()
Delete the wiki page.
TableGUI class for ordering pages to be printed/exported.
getFiles(array $a_file_ids=null, $a_only_valid=false, $a_min_timestamp=null)
Get submission items (not only files)
Class ilCommonActionDispatcherGUI.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
static _lookupPublicNotes($a_wiki_id)
Lookup whether public notes are activated.
searchWikiLinkAC()
Search wiki link list.
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.
Confirmation screen class.
executeCommand()
execute command