43 $this->
ctrl = $DIC->ctrl();
44 $this->
lng = $DIC->language();
45 $this->
user = $DIC->user();
46 $this->
access = $DIC->access();
47 $lng = $DIC->language();
55 $this->allow_moving =
false;
57 $this->ref_id =
$request->getRefId();
59 $this->wiki =
new ilObjWiki($this->ref_id);
66 return self::$block_type;
82 $cmd = $ilCtrl->getCmd(
"getHTML");
84 switch ($next_class) {
92 $this->pageob = $a_pageob;
118 $tpl =
new ilTemplate(
"tpl.wiki_side_block_content.html",
true,
true,
"Modules/Wiki");
124 "txt" =>
$lng->
txt(
"info_short"),
125 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"infoScreen")
130 "txt" =>
$lng->
txt(
"wiki_recent_changes"),
131 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"recentChanges")
134 foreach ($actions as
$a) {
148 "txt" =>
$lng->
txt(
"wiki_all_pages"),
149 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"allPages")
154 "txt" =>
$lng->
txt(
"wiki_new_pages"),
155 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"newPages")
160 "txt" =>
$lng->
txt(
"wiki_popular_pages"),
161 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"popularPages")
166 "txt" =>
$lng->
txt(
"wiki_orphaned_pages"),
167 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"orphanedPages")
173 $list->setListTitle(
$lng->
txt(
"wiki_page_lists"));
175 $list->setId(
"wiki_pglists");
177 foreach ($actions as $a) {
193 $list->setListTitle(
$lng->
txt(
"wiki_page_actions"));
194 $list->setId(
"wiki_pgactions");
196 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id)) {
201 $lng->
txt(
"wiki_activate_page_rating"),
203 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"activateWikiPageRating")
207 $lng->
txt(
"wiki_deactivate_page_rating"),
209 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"deactivateWikiPageRating")
215 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id) ||
216 $ilAccess->checkAccess(
"edit_page_meta",
"", $this->ref_id)) {
221 $lng->
txt(
"wiki_unhide_meta_adv_records"),
223 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"unhideAdvancedMetaData")
228 if (($ilAccess->checkAccess(
"edit_content",
"", $this->ref_id) && !$this->
getPageObject()->getBlocked())
229 || $ilAccess->checkAccess(
"write",
"", $this->ref_id)) {
234 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"renameWikiPage")
242 $lng->
txt(
"wiki_unblock_page"),
244 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"unblockWikiPage")
250 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"blockWikiPage")
262 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"deleteWikiPageConfirmationScreen")
267 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id)) {
269 if (!$wpt->isPageTemplate($this->getPageObject()->getId())) {
271 $lng->
txt(
"wiki_add_template"),
273 $ilCtrl->getLinkTargetByClass(
"ilwikipagetemplategui",
"addPageTemplateFromPageAction")
277 $lng->
txt(
"wiki_remove_template_status"),
279 $ilCtrl->getLinkTargetByClass(
"ilwikipagetemplategui",
"removePageTemplateFromPageAction")
284 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id) ||
285 $ilAccess->checkAccess(
"read",
"", $this->ref_id)) {
304 if ($ilAccess->checkAccess(
'write',
"", $this->ref_id)) {
306 "txt" =>
$lng->
txt(
"wiki_contributors"),
307 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"listContributors")
313 if (!$this->wiki->isCommentsExportPossible()) {
315 "txt" =>
$lng->
txt(
"wiki_html_export"),
316 "id" =>
"il_wiki_user_export",
317 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"initUserHTMLExport")
320 $this->
lng->loadLanguageModule(
"note");
321 $comments_helper = new \ILIAS\Notes\Export\ExportHelperGUI();
322 $comments_modal = $comments_helper->getCommentIncludeModalDialog(
323 $this->
lng->txt(
"wiki_html_export"),
324 $this->
lng->txt(
"note_html_export_include_comments"),
325 "il.Wiki.Pres.performHTMLExport();",
326 "il.Wiki.Pres.performHTMLExportWithComments();",
330 "txt" =>
$lng->
txt(
"wiki_html_export"),
331 "modal" => $comments_modal
337 if ($ilAccess->checkAccess(
'write',
"", $this->ref_id)) {
339 "txt" =>
$lng->
txt(
"settings"),
340 "href" => $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"editSettings")
342 } elseif ($ilAccess->checkAccess(
'statistics_read',
"", $this->ref_id)) {
344 "txt" =>
$lng->
txt(
"statistics"),
345 "href" => $ilCtrl->getLinkTargetByClass(array(
"ilobjwikigui",
"ilwikistatgui"),
"initial")
350 foreach ($actions as $a) {
352 if (($a[
"modal"] ??
"") !=
"") {
353 $signal = $a[
"modal"]->getShowSignal();
354 $onclick =
"$(document).trigger('" . $signal .
"', {'id': '" . $signal .
"','triggerer':$(this), 'options': JSON.parse('[]')}); return false;";
357 $modal_html .= $this->
ui->renderer()->render($a[
"modal"]);
362 if (($a[
"id"] ??
"") !=
"") {
370 return $tpl->
get() . $modal_html;
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
executeCommand()
execute command
get(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
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...
setDataSection(string $a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
setEnableNumInfo(bool $a_enablenuminfo)
static _getSelectedRecordsByObject(string $a_obj_type, int $a_id, string $a_sub_type="", bool $is_ref_id=true)
loadLanguageModule(string $a_module)
Load language module.
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 _lookupRating(int $a_wiki_id)
Lookup whether rating is activated.
ILIAS Block StandardGUIRequest $request
touchBlock(string $block)
getNextClass($a_gui_class=null)
setVariable($variable, $value='')
Sets a variable value.
setPageObject(ilWikiPage $a_pageob)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupAdvancedMetadataHidden(int $a_page_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupStartPage(int $a_wiki_id)
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
setTitle(string $a_title)
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
static check(string $a_perm, int $a_ref_id, string $a_cmd="")
This class represents a block method of a block.
setPresentation(int $type)