ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjWikiGUI Class Reference

Class ilObjWikiGUI. More...

+ Inheritance diagram for ilObjWikiGUI:
+ Collaboration diagram for ilObjWikiGUI:

Public Member Functions

 ilObjWikiGUI ($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true)
 Constructor public.
 executeCommand ()
 execute command
 isOnlineHelpWiki ()
 Is wiki an online help wiki?
 viewObject ()
 Start page.
 saveObject ()
 save object public
 afterSave ($newObj)
 save object public
 infoScreenObject ()
 this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
 infoScreen ()
 show information screen
 gotoStartPageObject ()
 Go to start page.
 addPageTabs ()
 Add Page Tabs.
 addPagesSubTabs ()
 Add Pages SubTabs.
 getTabs ($tabs_gui)
 get tabs public
 setSettingsSubTabs ($a_active)
 Set sub tabs.
 editSettingsObject ()
 Edit settings.
 initSettingsForm ($a_mode="edit")
 Init Settings Form.
 getSettingsFormValues ($a_mode="edit")
 saveSettingsObject ()
 Save Settings.
 listContributorsObject ()
 List all contributors.
 saveGradingObject ()
 Save grading.
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded)
 _goto ($a_target)
 viewPageObject ()
 view wiki page
 allPagesObject ()
 All pages of wiki.
 popularPagesObject ()
 Popular pages.
 orphanedPagesObject ()
 Orphaned pages.
 gotoPageObject ($a_page="")
 Go to specific page.
 randomPageObject ()
 Go to random page.
 recentChangesObject ()
 Recent Changes.
 setSideBlock ($a_wpg_id=0)
 Side column.
 newPagesObject ()
 Latest pages.
 printViewObject ()
 Show printable view of a wiki page.
 performSearchObject ()
 Search.
 setContentStyleSheet ($a_tpl=null)
 Set content style sheet.
 editStylePropertiesObject ()
 Edit style properties.
 initStylePropertiesForm ()
 Init style properties form.
 createStyleObject ()
 Create Style.
 editStyleObject ()
 Edit Style.
 deleteStyleObject ()
 Delete Style.
 saveStyleSettingsObject ()
 Save style settings.
 editImportantPagesObject ()
 List important pages.
 addImportantPageObject ()
 Add important pages.
 confirmRemoveImportantPagesObject ()
 Confirm important pages deletion.
 removeImportantPagesObject ()
 Remove important pages.
 saveOrderingAndIndentObject ()
 Save important pages ordering and indentation.
 exportHTML ()
 Create html package.
 getSubObjectTitle ($a_id, $a_type)
 Used for rating export.
- Public Member Functions inherited from ilObjectGUI
 ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
 Constructor public.
 withReferences ()
 determines wether objects are referenced or not (got ref ids or not)
 setCreationMode ($a_mode=true)
 if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui
 getCreationMode ()
 get creation mode
 getAdminTabs (&$tabs_gui)
 administration tabs show only permissions and trash folder
 getHTML ()
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled
 cancelDeleteObject ()
 cancel deletion of object
 cancelObject ($in_rep=false)
 cancel action and go back to previous page public
 createObject ()
 create new object form
 cancelCreation ()
 cancel create action and go back to repository parent
 editObject ()
 edit object
 updateObject ()
 updates object entry in object_data
 getFormAction ($a_cmd, $a_formaction="")
 get form action for command (command is method name without "Object", e.g.
 isVisible ($a_ref_id, $a_type)
 deleteObject ($a_error=false)
 Display deletion confirmation screen.
 cloneAllObject ()
 Clone single (not container object) Method is overwritten in ilContainerGUI.

Static Public Member Functions

static getGotoLink ($a_ref_id, $a_page="")
 Get goto link.
static renderSideBlock ($a_wpg_id, $a_wiki_ref_id, $a_wp=null)
 Side column.
static lookupSubObjectTitle ($a_wiki_id, $a_page_id)
 Get title for wiki page (used in ilNotesGUI)
- Static Public Member Functions inherited from ilObjectGUI
static _gotoRepositoryRoot ($a_raise_error=false)
 Goto repository root.
static _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset")
 Goto repository root.

Protected Member Functions

 initCreationForms ($a_new_type)
 Init creation froms.
- Protected Member Functions inherited from ilObjectGUI
 assignObject ()
 prepareOutput ()
 prepare output
 setTitleAndDescription ()
 called by prepare output
 initHeaderAction ($a_sub_type=null, $a_sub_id=null)
 Add header action menu.
 insertHeaderAction ($a_list_gui)
 Insert header action into main template.
 addHeaderAction ()
 Add header action menu.
 redrawHeaderActionObject ()
 Ajax call: redraw action header only.
 showMountWebfolderIcon ()
 setTabs ()
 set admin tabs public
 setAdminTabs ()
 set admin tabs public
 setLocator ()
 set Locator
 omitLocator ($a_omit=true)
 addAdminLocatorItems ($a_do_not_add_object=false)
 should be overwritten to add object specific items (repository items are preloaded)
 getCreationFormsHTML (array $a_forms)
 Get HTML for creation forms (accordion)
 initCreateForm ($a_new_type)
 Init object creation form.
 initDidacticTemplate (ilPropertyFormGUI $form)
 Show didactic template types.
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates.
 getDidacticTemplateVar ($a_type)
 Get didactic template setting from creation screen.
 putObjectInTree (ilObject $a_obj, $a_parent_node_id=null)
 Add object to tree at given position.
 afterSave (ilObject $a_new_object)
 Post (successful) object creation hook.
 initEditForm ()
 Init object edit form.
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form.
 getEditFormValues ()
 Get values for edit form.
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields.
 updateCustom (ilPropertyFormGUI $a_form)
 Insert custom update form values into object.
 afterUpdate ()
 Post (successful) object update hook.
 initImportForm ($a_new_type)
 Init object import form.
 importFileObject ($parent_id=null)
 Import.
 afterImport (ilObject $a_new_object)
 Post (successful) object import hook.
 setFormAction ($a_cmd, $a_formaction)
 set specific form action for command
 getReturnLocation ($a_cmd, $a_location="")
 get return location for command (command is method name without "Object", e.g.
 setReturnLocation ($a_cmd, $a_location)
 set specific return location for command
 getTargetFrame ($a_cmd, $a_target_frame="")
 get target frame for command (command is method name without "Object", e.g.
 setTargetFrame ($a_cmd, $a_target_frame)
 set specific target frame for command
 showPossibleSubObjects ()
 show possible subobjects (pulldown menu)
 getTemplateFile ($a_cmd, $a_type="")
 get a template blockfile format: tpl.
 getTitlesByRefId ($a_ref_ids)
 get Titles of objects this method is used for error messages in methods cut/copy/paste
 getTabs (&$tabs_gui)
 get tabs abstract method.
 __showButton ($a_cmd, $a_text, $a_target= '')
 hitsperpageObject ()
__initTableGUI ()
 __setTableGUIBasicData (&$tbl, &$result_set, $a_from="")
 standard implementation for tables use 'from' variable use different initial setting of table
 redirectToRefId ($a_ref_id, $a_cmd="")
 redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value
 fillCloneTemplate ($a_tpl_varname, $a_type)
 Fill object clone template This method can be called from any object GUI class that wants to offer object cloning.
 getCenterColumnHTML ()
 Get center column.
 getRightColumnHTML ()
 Display right column.
 setColumnSettings ($column_gui)
 May be overwritten in subclasses.
 checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission and redirect on error.
 checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission.
 enableDragDropFileUpload ()
 Enables the file upload into this object by dropping files.
 handleAutoRating (ilObject $a_new_obj)
 Activate rating automatically if parent container setting.

Additional Inherited Members

- Data Fields inherited from ilObjectGUI
const COPY_WIZARD_NEEDS_PAGE = 1
 $ilias
 $objDefinition
 $tpl
 $tree
 $lng
 $data
 $object
 $ref_id
 $obj_id
 $maxcount
 $formaction
 $return_location
 $target_frame
 $tab_target_script
 $actions
 $sub_objects
 $omit_locator = false
const CFORM_NEW = 1
const CFORM_IMPORT = 2
const CFORM_CLONE = 3

Detailed Description

Member Function Documentation

ilObjWikiGUI::_goto (   $a_target)

Definition at line 860 of file class.ilObjWikiGUI.php.

References $_GET, $ilErr, ilObjectGUI\$lng, ilObject\_getAllReferences(), ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ilWikiPage\lookupTitle(), ilWikiPage\lookupWikiId(), and ilUtil\sendFailure().

{
global $ilAccess, $ilErr, $lng, $ilNavigationHistory;
$i = strpos($a_target, "_");
if ($i > 0)
{
$a_page = substr($a_target, $i+1);
$a_target = substr($a_target, 0, $i);
}
if ($a_target == "wpage")
{
$wpg_id = (int) $a_page;
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
$w_id = ilWikiPage::lookupWikiId($wpg_id);
foreach ($refs as $r)
{
if ($ilAccess->checkAccess("read", "", $r))
{
$a_target = $r;
$a_page = ilWikiPage::lookupTitle($wpg_id);
}
}
}
if ($ilAccess->checkAccess("read", "", $a_target))
{
$_GET["cmd"] = "viewPage";
$_GET["ref_id"] = $a_target;
$_GET["page"] = $a_page;
$_GET["baseClass"] = "ilwikihandlergui";
$_GET["cmdClass"] = "ilobjwikigui";
/* if ($a_page != "")
{
$add = "&page=".rawurlencode($_GET["page"]);
$ilNavigationHistory->addItem($_GET["ref_id"],
"./goto.php?target=wiki_".$_GET["ref_id"].$add, "wiki");
}*/
include("ilias.php");
}
else if ($ilAccess->checkAccess("visible", "", $a_target))
{
ilObjectGUI::_gotoRepositoryNode($tarr[0], "infoScreen");
}
else if ($ilAccess->checkAccess("read", "", ROOT_FOLDER_ID))
{
ilUtil::sendFailure(sprintf($lng->txt("msg_no_perm_read_item"),
}
$ilErr->raiseError($lng->txt("msg_no_perm_read"), $ilErr->FATAL);
}

+ Here is the call graph for this function:

ilObjWikiGUI::addImportantPageObject ( )

Add important pages.

Parameters
@return

Definition at line 1544 of file class.ilObjWikiGUI.php.

References $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\checkPermission(), and ilUtil\sendSuccess().

{
global $ilCtrl, $lng;
$this->checkPermission("write");
if ($_POST["imp_page_id"] > 0)
{
$this->object->addImportantPage((int) $_POST["imp_page_id"]);
ilUtil::sendSuccess($lng->txt("wiki_imp_page_added"), true);
}
$ilCtrl->redirect($this, "editImportantPages");
}

+ Here is the call graph for this function:

ilObjWikiGUI::addLocatorItems ( )

should be overwritten to add object specific items (repository items are preloaded)

Reimplemented from ilObjectGUI.

Definition at line 849 of file class.ilObjWikiGUI.php.

References $_GET, and getGotoLink().

{
global $ilLocator;
if (is_object($this->object))
{
$ilLocator->addItem($this->object->getTitle(),
$this->getGotoLink($this->object->getRefId()), "", $_GET["ref_id"]);
}
}

+ Here is the call graph for this function:

ilObjWikiGUI::addPagesSubTabs ( )

Add Pages SubTabs.

Definition at line 417 of file class.ilObjWikiGUI.php.

References $_GET, $ilCtrl, ilWikiPage\getPageIdForTitle(), ilWikiUtil\makeDbTitle(), and ilWikiUtil\makeUrlTitle().

Referenced by allPagesObject(), newPagesObject(), orphanedPagesObject(), popularPagesObject(), and recentChangesObject().

{
global $ilTabs, $ilCtrl;
$ilTabs->activateTab("wiki_pages");
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
$ilCtrl->setParameter($this, "wpg_id",
ilWikiPage::getPageIdForTitle($this->object->getId(),
$ilCtrl->setParameter($this, "page", ilWikiUtil::makeUrlTitle($_GET["page"]));
$ilTabs->addSubTabTarget("wiki_all_pages",
$this->ctrl->getLinkTarget($this, "allPages"), "allPages");
$ilTabs->addSubTabTarget("wiki_recent_changes",
$this->ctrl->getLinkTarget($this, "recentChanges"), "recentChanges");
$ilTabs->addSubTabTarget("wiki_new_pages",
$this->ctrl->getLinkTarget($this, "newPages"), "newPages");
$ilTabs->addSubTabTarget("wiki_popular_pages",
$this->ctrl->getLinkTarget($this, "popularPages"), "popularPages");
$ilTabs->addSubTabTarget("wiki_orphaned_pages",
$this->ctrl->getLinkTarget($this, "orphanedPages"), "orphanedPages");
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::addPageTabs ( )

Add Page Tabs.

Definition at line 395 of file class.ilObjWikiGUI.php.

References $_GET, $ilCtrl, ilWikiPage\getPageIdForTitle(), ilWikiUtil\makeDbTitle(), and ilWikiUtil\makeUrlTitle().

{
global $ilTabs, $ilCtrl;
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
$ilCtrl->setParameter($this, "wpg_id",
ilWikiPage::getPageIdForTitle($this->object->getId(), ilWikiUtil::makeDbTitle($_GET["page"])));
$ilCtrl->setParameter($this, "page", ilWikiUtil::makeUrlTitle($_GET["page"]));
$ilTabs->addTarget("wiki_what_links_here",
$this->ctrl->getLinkTargetByClass("ilwikipagegui",
"whatLinksHere"), "whatLinksHere");
//$ilTabs->addTarget("wiki_print_view",
// $this->ctrl->getLinkTarget($this,
// "printViewSelection"), "printViewSelection");
$ilTabs->addTarget("wiki_print_view",
$this->ctrl->getLinkTargetByClass("ilwikipagegui",
"printViewSelection"), "printViewSelection");
}

+ Here is the call graph for this function:

ilObjWikiGUI::afterSave (   $newObj)

save object public

Definition at line 253 of file class.ilObjWikiGUI.php.

References $ilSetting, getGotoLink(), ilUtil\redirect(), and ilUtil\sendSuccess().

{
global $ilSetting;
$newObj->setTitle($this->form_gui->getInput("title"));
$newObj->setDescription($this->form_gui->getInput("description"));
$newObj->setIntroduction($this->form_gui->getInput("intro"));
$newObj->setStartPage($this->form_gui->getInput("startpage"));
$newObj->setShortTitle($this->form_gui->getInput("shorttitle"));
$newObj->setRating($this->form_gui->getInput("rating"));
// $newObj->setRatingAsBlock($this->form_gui->getInput("rating_side"));
$newObj->setRatingForNewPages($this->form_gui->getInput("rating_new"));
$newObj->setRatingCategories($this->form_gui->getInput("rating_ext"));
$newObj->setRatingOverall($this->form_gui->getInput("rating_overall"));
$newObj->setPageToc($this->form_gui->getInput("page_toc"));
if (!$ilSetting->get("disable_comments"))
{
$newObj->setPublicNotes($this->form_gui->getInput("public_notes"));
}
$newObj->setOnline($this->form_gui->getInput("online"));
$newObj->update();
// always send a message
ilUtil::sendSuccess($this->lng->txt("object_added"),true);
}

+ Here is the call graph for this function:

ilObjWikiGUI::allPagesObject ( )

All pages of wiki.

Definition at line 1001 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_ALL_PAGES, and setSideBlock().

{
global $tpl;
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiPagesTableGUI.php");
$this->addPagesSubTabs();
$table_gui = new ilWikiPagesTableGUI($this, "allPages",
$this->object->getId(), IL_WIKI_ALL_PAGES);
$this->setSideBlock();
$tpl->setContent($table_gui->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::confirmRemoveImportantPagesObject ( )

Confirm important pages deletion.

Definition at line 1561 of file class.ilObjWikiGUI.php.

References $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilWikiPage\lookupTitle(), and ilUtil\sendInfo().

{
global $ilCtrl, $tpl, $lng;
if (!is_array($_POST["imp_page_id"]) || count($_POST["imp_page_id"]) == 0)
{
ilUtil::sendInfo($lng->txt("no_checkbox"), true);
$ilCtrl->redirect($this, "editImportantPages");
}
else
{
include_once("./Services/Utilities/classes/class.ilConfirmationGUI.php");
$cgui = new ilConfirmationGUI();
$cgui->setFormAction($ilCtrl->getFormAction($this));
$cgui->setHeaderText($lng->txt("wiki_sure_remove_imp_pages"));
$cgui->setCancel($lng->txt("cancel"), "editImportantPages");
$cgui->setConfirm($lng->txt("remove"), "removeImportantPages");
foreach ($_POST["imp_page_id"] as $i)
{
$cgui->addItem("imp_page_id[]", $i, ilWikiPage::lookupTitle((int) $i));
}
$tpl->setContent($cgui->getHTML());
}
}

+ Here is the call graph for this function:

ilObjWikiGUI::createStyleObject ( )

Create Style.

Definition at line 1438 of file class.ilObjWikiGUI.php.

References $ilCtrl.

{
global $ilCtrl;
$ilCtrl->redirectByClass("ilobjstylesheetgui", "create");
}
ilObjWikiGUI::deleteStyleObject ( )

Delete Style.

Definition at line 1458 of file class.ilObjWikiGUI.php.

References $ilCtrl.

{
global $ilCtrl;
$ilCtrl->redirectByClass("ilobjstylesheetgui", "delete");
}
ilObjWikiGUI::editImportantPagesObject ( )

List important pages.

Definition at line 1491 of file class.ilObjWikiGUI.php.

References $ilCtrl, ilObjectGUI\$lng, $options, $si, ilObjectGUI\$tpl, ilObjWiki\_lookupImportantPagesList(), ilObjectGUI\checkPermission(), ilWikiPage\getAllPages(), ilUtil\sendInfo(), setSettingsSubTabs(), and ilUtil\shortenText().

{
global $tpl, $ilToolbar, $ilTabs, $lng, $ilCtrl;
$this->checkPermission("write");
ilUtil::sendInfo($lng->txt("wiki_navigation_info"));
$ipages = ilObjWiki::_lookupImportantPagesList($this->object->getId());
$ipages_ids = array();
foreach ($ipages as $i)
{
$ipages_ids[] = $i["page_id"];
}
// list pages
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
$pages = ilWikiPage::getAllPages($this->object->getId());
$options = array("" => $lng->txt("please_select"));
foreach ($pages as $p)
{
if (!in_array($p["id"], $ipages_ids))
{
$options[$p["id"]] = ilUtil::shortenText($p["title"], 60, true);
}
}
if (count($options) > 0)
{
include_once("./Services/Form/classes/class.ilSelectInputGUI.php");
$si = new ilSelectInputGUI($lng->txt("wiki_pages"), "imp_page_id");
$si->setOptions($options);
$si->setInfo($lng->txt(""));
$ilToolbar->addInputItem($si);
$ilToolbar->setFormAction($ilCtrl->getFormAction($this));
$ilToolbar->addFormButton($lng->txt("add"), "addImportantPage");
}
$ilTabs->activateTab("settings");
$this->setSettingsSubTabs("imp_pages");
include_once("./Modules/Wiki/classes/class.ilImportantPagesTableGUI.php");
$imp_table = new ilImportantPagesTableGUI($this, "editImportantPages");
$tpl->setContent($imp_table->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::editSettingsObject ( )

Edit settings.

Definition at line 553 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), getSettingsFormValues(), initSettingsForm(), setSettingsSubTabs(), and setSideBlock().

{
global $tpl;
$this->checkPermission("write");
$this->setSettingsSubTabs("general_settings");
$this->initSettingsForm();
// Edit ecs export settings
include_once 'Modules/Wiki/classes/class.ilECSWikiSettings.php';
$ecs = new ilECSWikiSettings($this->object);
$ecs->addSettingsToForm($this->form_gui, 'wiki');
$tpl->setContent($this->form_gui->getHtml());
$this->setSideBlock();
}

+ Here is the call graph for this function:

ilObjWikiGUI::editStyleObject ( )

Edit Style.

Definition at line 1448 of file class.ilObjWikiGUI.php.

References $ilCtrl.

{
global $ilCtrl;
$ilCtrl->redirectByClass("ilobjstylesheetgui", "edit");
}
ilObjWikiGUI::editStylePropertiesObject ( )

Edit style properties.

Definition at line 1350 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), initStylePropertiesForm(), setSettingsSubTabs(), and setSideBlock().

{
global $ilTabs, $tpl;
$this->checkPermission("write");
$tpl->setContent($this->form->getHTML());
$ilTabs->activateTab("settings");
$this->setSettingsSubTabs("style");
$this->setSideBlock();
}

+ Here is the call graph for this function:

ilObjWikiGUI::executeCommand ( )

execute command

Reimplemented from ilObjectGUI.

Definition at line 41 of file class.ilObjWikiGUI.php.

References $_GET, $cmd, $ilCtrl, $ilUser, $ret, ilObjectGUI\$tpl, ilObjectGUI\addHeaderAction(), ilObjectGUI\checkPermission(), ilObjStyleSheet\getEffectiveContentStyleId(), ilWikiPageGUI\getGUIForTitle(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), infoScreen(), ilWikiUtil\makeDbTitle(), ilObjectGUI\omitLocator(), ilObjectGUI\prepareOutput(), setContentStyleSheet(), and setSettingsSubTabs().

{
global $ilUser, $ilCtrl, $tpl, $ilTabs, $ilAccess;
$next_class = $this->ctrl->getNextClass($this);
$cmd = $this->ctrl->getCmd();
$this->prepareOutput();
switch($next_class)
{
case "ilinfoscreengui":
$this->checkPermission("visible");
$this->addHeaderAction();
$this->infoScreen(); // forwards command
break;
case 'ilpermissiongui':
$this->addHeaderAction();
$ilTabs->activateTab("perm_settings");
include_once("Services/AccessControl/classes/class.ilPermissionGUI.php");
$perm_gui =& new ilPermissionGUI($this);
$ret =& $this->ctrl->forwardCommand($perm_gui);
break;
case 'ilwikipagegui':
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiPageGUI.php");
$wpage_gui = ilWikiPageGUI::getGUIForTitle($this->object->getId(),
ilWikiUtil::makeDbTitle($_GET["page"]), $_GET["old_nr"], $this->object->getRefId());
include_once("./Services/Style/classes/class.ilObjStyleSheet.php");
$this->object->getStyleSheetId(), "wiki"));
if (!$ilAccess->checkAccess("write", "", $this->object->getRefId()) &&
(!$ilAccess->checkAccess("edit_content", "", $this->object->getRefId()) ||
$wpage_gui->getPageObject()->getBlocked()
))
{
$wpage_gui->setEnableEditing(false);
}
// alter title and description
// $tpl->setTitle($wpage_gui->getPageObject()->getTitle());
// $tpl->setDescription($this->object->getTitle());
$ret = $this->ctrl->forwardCommand($wpage_gui);
if ($ret != "")
{
$tpl->setContent($ret);
}
break;
case 'ilpublicuserprofilegui':
require_once './Services/User/classes/class.ilPublicUserProfileGUI.php';
$profile_gui = new ilPublicUserProfileGUI($_GET["user"]);
$ret = $this->ctrl->forwardCommand($profile_gui);
$tpl->setContent($ret);
break;
case "ilobjstylesheetgui":
include_once ("./Services/Style/classes/class.ilObjStyleSheetGUI.php");
$this->ctrl->setReturn($this, "editStyleProperties");
$style_gui = new ilObjStyleSheetGUI("", $this->object->getStyleSheetId(), false, false);
$style_gui->omitLocator();
if ($cmd == "create" || $_GET["new_type"]=="sty")
{
$style_gui->setCreationMode(true);
}
if ($cmd == "confirmedDelete")
{
$this->object->setStyleSheetId(0);
$this->object->update();
}
$ret = $this->ctrl->forwardCommand($style_gui);
if ($cmd == "save" || $cmd == "copyStyle" || $cmd == "importStyle")
{
$style_id = $ret;
$this->object->setStyleSheetId($style_id);
$this->object->update();
$this->ctrl->redirectByClass("ilobjstylesheetgui", "edit");
}
break;
case "ilexportgui":
// $this->prepareOutput();
$this->addHeaderAction();
$ilTabs->activateTab("export");
include_once("./Services/Export/classes/class.ilExportGUI.php");
$exp_gui = new ilExportGUI($this);
$exp_gui->addFormat("xml");
$exp_gui->addFormat("html", "", $this, "exportHTML");
$ret = $this->ctrl->forwardCommand($exp_gui);
// $this->tpl->show();
break;
case "ilcommonactiondispatchergui":
include_once("Services/Object/classes/class.ilCommonActionDispatcherGUI.php");
$this->ctrl->forwardCommand($gui);
break;
case "ilratinggui":
// for rating category editing
$this->checkPermission("write");
$this->addHeaderAction();
$ilTabs->activateTab("settings");
$this->setSettingsSubTabs("rating_categories");
include_once("Services/Rating/classes/class.ilRatingGUI.php");
$gui = new ilRatingGUI();
$gui->setObject($this->object->getId(), $this->object->getType());
$gui->setExportCallback(array($this, "getSubObjectTitle"), $this->lng->txt("page"));
$this->ctrl->forwardCommand($gui);
break;
default:
$this->addHeaderAction();
if(!$cmd)
{
$cmd = "infoScreen";
}
$cmd .= "Object";
if ($cmd != "infoScreenObject")
{
$this->checkPermission("read");
}
else
{
$this->checkPermission("visible");
}
$this->$cmd();
break;
}
return $ret;
}

+ Here is the call graph for this function:

ilObjWikiGUI::exportHTML ( )

Create html package.

Definition at line 1631 of file class.ilObjWikiGUI.php.

{
require_once("./Modules/Wiki/classes/class.ilWikiHTMLExport.php");
$cont_exp = new ilWikiHTMLExport($this);
$cont_exp->buildExportFile();
}
static ilObjWikiGUI::getGotoLink (   $a_ref_id,
  $a_page = "" 
)
static

Get goto link.

Definition at line 920 of file class.ilObjWikiGUI.php.

References ilObject\_lookupObjId(), ilObjWiki\_lookupStartPage(), and ilWikiUtil\makeUrlTitle().

Referenced by addLocatorItems(), afterSave(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilWikiPagesTableGUI\fillRow(), ilObjWikiSubItemListGUI\getHTML(), getTabs(), gotoPageObject(), gotoStartPageObject(), and infoScreen().

{
if ($a_page == "")
{
}
$goto = "goto.php?target=wiki_".$a_ref_id."_".
return $goto;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::getSettingsFormValues (   $a_mode = "edit")

Definition at line 691 of file class.ilObjWikiGUI.php.

References $_GET, $ilUser, ilObjectGUI\$lng, and ilObject\hasAutoRating().

Referenced by editSettingsObject(), and initCreationForms().

{
global $lng, $ilUser;
// set values
if ($a_mode == "create")
{
$values["startpage"] = $lng->txt("wiki_main_page");
$values["rating_new"] = true;
$values["rating_overall"] = ilObject::hasAutoRating("wiki", $_GET["ref_id"]);
$this->form_gui->setValuesByArray($values);
}
else
{
$values["online"] = $this->object->getOnline();
$values["title"] = $this->object->getTitle();
$values["startpage"] = $this->object->getStartPage();
$values["shorttitle"] = $this->object->getShortTitle();
$values["description"] = $this->object->getLongDescription();
$values["rating_overall"] = $this->object->getRatingOverall();
$values["rating"] = $this->object->getRating();
// $values["rating_side"] = $this->object->getRatingAsBlock();
$values["rating_new"] = $this->object->getRatingForNewPages();
$values["rating_ext"] = $this->object->getRatingCategories();
$values["public_notes"] = $this->object->getPublicNotes();
$values["intro"] = $this->object->getIntroduction();
// $values["imp_pages"] = $this->object->getImportantPages();
$values["page_toc"] = $this->object->getPageToc();
$this->form_gui->setValuesByArray($values);
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::getSubObjectTitle (   $a_id,
  $a_type 
)

Used for rating export.

Parameters
int$a_id
string$a_type
Returns
string

Definition at line 1662 of file class.ilObjWikiGUI.php.

References ilWikiPage\lookupTitle().

{
include_once "Modules/Wiki/classes/class.ilWikiPage.php";
return ilWikiPage::lookupTitle($a_id);
}

+ Here is the call graph for this function:

ilObjWikiGUI::getTabs (   $tabs_gui)

get tabs public

Parameters
objecttabs gui object

Definition at line 445 of file class.ilObjWikiGUI.php.

References $_GET, $ilCtrl, ilObjectGUI\$lng, getGotoLink(), and ilWikiUtil\makeDbTitle().

{
global $ilCtrl, $ilAccess, $ilTabs, $lng, $ilHelp;
$ilHelp->setScreenIdComponent("wiki");
// wiki tabs
if (in_array($ilCtrl->getCmdClass(), array("", "ilobjwikigui",
"ilinfoscreengui", "ilpermissiongui", "ilexportgui", "ilratingcategorygui")))
{
if ($_GET["page"] != "")
{
$tabs_gui->setBackTarget($lng->txt("wiki_last_visited_page"),
$this->getGotoLink($_GET["ref_id"],
}
// pages
if ($ilAccess->checkAccess('read', "", $this->object->getRefId()))
{
$ilTabs->addTab("wiki_pages",
$lng->txt("wiki_pages"),
$this->ctrl->getLinkTarget($this, "allPages"));
}
// info screen
if ($ilAccess->checkAccess('visible', "", $this->object->getRefId()))
{
$ilTabs->addTab("info_short",
$lng->txt("info_short"),
$this->ctrl->getLinkTargetByClass("ilinfoscreengui", "showSummary"));
}
// settings
if ($ilAccess->checkAccess('write', "", $this->object->getRefId()))
{
$ilTabs->addTab("settings",
$lng->txt("settings"),
$this->ctrl->getLinkTarget($this, "editSettings"));
}
// contributors
if ($ilAccess->checkAccess('write', "", $this->object->getRefId()))
{
$ilTabs->addTab("wiki_contributors",
$lng->txt("wiki_contributors"),
$this->ctrl->getLinkTarget($this, "listContributors"));
}
if ($ilAccess->checkAccess("write", "", $this->object->getRefId()))
{
$ilTabs->addTab("export",
$lng->txt("export"),
$this->ctrl->getLinkTargetByClass("ilexportgui", ""));
}
// edit permissions
if ($ilAccess->checkAccess('edit_permission', "", $this->object->getRefId()))
{
$ilTabs->addTab("perm_settings",
$lng->txt("perm_settings"),
$this->ctrl->getLinkTargetByClass("ilpermissiongui", "perm"));
}
}
}

+ Here is the call graph for this function:

ilObjWikiGUI::gotoPageObject (   $a_page = "")

Go to specific page.

Parameters
string$a_pagepage title

Definition at line 1063 of file class.ilObjWikiGUI.php.

References $_GET, $ilCtrl, ilWikiPage\_wikiPageExists(), getGotoLink(), ilWikiUtil\makeDbTitle(), ilWikiUtil\makeUrlTitle(), and ilUtil\redirect().

Referenced by randomPageObject().

{
global $ilCtrl;
if ($a_page == "")
{
$a_page = $_GET["page"];
}
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
if (ilWikiPage::_wikiPageExists($this->object->getId(),
{
// to do: get rid of this redirect
ilUtil::redirect(ilObjWikiGUI::getGotoLink($this->object->getRefId(), $a_page));
}
else
{
// create the page
$page = new ilWikiPage();
$page->setWikiId($this->object->getId());
$page->setTitle(ilWikiUtil::makeDbTitle($_GET["page"]));
if($this->object->getRating() && $this->object->getRatingForNewPages())
{
$page->setRating(true);
}
// needed for notification
$page->setWikiRefId($this->object->getRefId());
$page->create();
// redirect to newly created page
$ilCtrl->setParameterByClass("ilwikipagegui", "page", ilWikiUtil::makeUrlTitle(($a_page)));
$ilCtrl->redirectByClass("ilwikipagegui", "edit");
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::gotoStartPageObject ( )

Go to start page.

Definition at line 385 of file class.ilObjWikiGUI.php.

References $ilCtrl, getGotoLink(), and ilUtil\redirect().

Referenced by viewObject().

{
global $ilCtrl;
ilUtil::redirect(ilObjWikiGUI::getGotoLink($this->object->getRefId()));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::ilObjWikiGUI (   $a_data,
  $a_id,
  $a_call_by_reference,
  $a_prepare_output = true 
)

Constructor public.

Definition at line 26 of file class.ilObjWikiGUI.php.

References $_GET, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\ilObjectGUI(), and ilWikiUtil\makeUrlTitle().

{
global $ilCtrl, $lng;
$this->type = "wiki";
$this->ilObjectGUI($a_data,$a_id,$a_call_by_reference,$a_prepare_output);
$lng->loadLanguageModule("wiki");
if ($_GET["page"] != "")
{
$ilCtrl->setParameter($this, "page", ilWikiUtil::makeUrlTitle($_GET["page"]));
}
}

+ Here is the call graph for this function:

ilObjWikiGUI::infoScreen ( )

show information screen

Definition at line 300 of file class.ilObjWikiGUI.php.

References $ilUser, ilObjectGUI\$lng, ilLPMarks\_lookupComment(), ilLPMarks\_lookupMark(), ilWikiContributor\_lookupStatus(), getGotoLink(), ilWikiContributor\STATUS_FAILED, ilWikiContributor\STATUS_NOT_GRADED, and ilWikiContributor\STATUS_PASSED.

Referenced by executeCommand(), and infoScreenObject().

{
global $ilAccess, $ilUser, $ilTabs, $lng;
$ilTabs->activateTab("info_short");
if (!$ilAccess->checkAccess("visible", "", $this->object->getRefId()))
{
$this->ilias->raiseError($this->lng->txt("msg_no_perm_read"),$this->ilias->error_obj->MESSAGE);
}
include_once("./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
$info = new ilInfoScreenGUI($this);
$info->enablePrivateNotes();
if (trim($this->object->getIntroduction()) != "")
{
$info->addSection($lng->txt("wiki_introduction"));
$info->addProperty("", nl2br($this->object->getIntroduction()));
}
// feedback from tutor; mark, status, comment
include_once("./Modules/Wiki/classes/class.ilWikiContributor.php");
include_once("./Services/Tracking/classes/class.ilLPMarks.php");
$lpcomment = ilLPMarks::_lookupComment($ilUser->getId(), $this->object->getId());
$mark = ilLPMarks::_lookupMark($ilUser->getId(), $this->object->getId());
$status = ilWikiContributor::_lookupStatus($this->object->getId(), $ilUser->getId());
if ($lpcomment != "" || $mark != "" || $status != ilWikiContributor::STATUS_NOT_GRADED)
{
$info->addSection($this->lng->txt("wiki_feedback_from_tutor"));
if ($lpcomment != "")
{
$info->addProperty($this->lng->txt("wiki_comment"),
$lpcomment);
}
if ($mark != "")
{
$info->addProperty($this->lng->txt("wiki_mark"),
$mark);
}
{
$info->addProperty($this->lng->txt("status"),
$this->lng->txt("wiki_passed"));
}
{
$info->addProperty($this->lng->txt("status"),
$this->lng->txt("wiki_failed"));
}
}
/*
$info->enableNews();
if ($ilAccess->checkAccess("write", "", $_GET["ref_id"]))
{
//$info->enableNewsEditing();
$info->setBlockProperty("news", "settings", true);
}*/
if ($ilAccess->checkAccess("read", "", $this->object->getRefId()))
{
$info->addButton($lng->txt("wiki_start_page"), ilObjWikiGUI::getGotoLink($this->object->getRefId()));
}
// general information
$this->lng->loadLanguageModule("meta");
$this->lng->loadLanguageModule("wiki");
//$info->addSection($this->lng->txt("meta_general"));
//$info->addProperty($this->lng->txt("mcst_nr_items"),
// (int) count($med_items));
// forward the command
$this->ctrl->forwardCommand($info);
if ($ilAccess->checkAccess("read", "", $this->object->getRefId()))
{
// $this->setSideBlock();
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::infoScreenObject ( )

this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed

Definition at line 289 of file class.ilObjWikiGUI.php.

References ilObjectGUI\checkPermission(), and infoScreen().

{
$this->checkPermission("visible");
$this->ctrl->setCmd("showSummary");
$this->ctrl->setCmdClass("ilinfoscreengui");
$this->infoScreen();
}

+ Here is the call graph for this function:

ilObjWikiGUI::initCreationForms (   $a_new_type)
protected

Init creation froms.

this will create the default creation forms: new, import, clone

Parameters
string$a_new_type
Returns
array

Reimplemented from ilObjectGUI.

Definition at line 204 of file class.ilObjWikiGUI.php.

References getSettingsFormValues(), ilObjectGUI\initImportForm(), and initSettingsForm().

{
$this->initSettingsForm("create");
$this->getSettingsFormValues("create");
$forms = array(self::CFORM_NEW => $this->form_gui,
self::CFORM_IMPORT => $this->initImportForm($a_new_type));
return $forms;
}

+ Here is the call graph for this function:

ilObjWikiGUI::initSettingsForm (   $a_mode = "edit")

Init Settings Form.

Definition at line 576 of file class.ilObjWikiGUI.php.

References $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilSubEnabledFormPropertyGUI\addSubItem(), ilUtil\getImagePath(), ilTextAreaInputGUI\setCols(), ilFormPropertyGUI\setInfo(), and ilFormPropertyGUI\setRequired().

Referenced by editSettingsObject(), initCreationForms(), saveObject(), and saveSettingsObject().

{
global $lng, $ilCtrl, $ilTabs, $ilSetting;
$lng->loadLanguageModule("wiki");
$ilTabs->activateTab("settings");
include("Services/Form/classes/class.ilPropertyFormGUI.php");
$this->form_gui = new ilPropertyFormGUI();
// Title
$tit = new ilTextInputGUI($lng->txt("title"), "title");
$tit->setRequired(true);
$this->form_gui->addItem($tit);
// Short Title
// The problem with the short title is, that it is per object
// and can't be a substitute for a ref id in the permanent link
/*
$stit = new ilRegExpInputGUI($lng->txt("wiki_short_title"), "shorttitle");
$stit->setPattern("/^[^0-9][^ _\&]+$/");
$stit->setRequired(false);
$stit->setNoMatchMessage($lng->txt("wiki_msg_short_name_regexp")." & _");
$stit->setSize(20);
$stit->setMaxLength(20);
$stit->setInfo($lng->txt("wiki_short_title_desc2"));
$this->form_gui->addItem($stit);
*/
// Description
$des = new ilTextAreaInputGUI($lng->txt("description"), "description");
$this->form_gui->addItem($des);
// Introduction
$intro = new ilTextAreaInputGUI($lng->txt("wiki_introduction"), "intro");
$intro->setCols(40);
$intro->setRows(4);
$this->form_gui->addItem($intro);
// Start Page
$sp = new ilTextInputGUI($lng->txt("wiki_start_page"), "startpage");
if ($a_mode == "edit")
{
$sp->setInfo($lng->txt("wiki_start_page_info"));
}
$sp->setMaxLength(200);
$sp->setRequired(true);
$this->form_gui->addItem($sp);
// Online
$online = new ilCheckboxInputGUI($lng->txt("online"), "online");
$this->form_gui->addItem($online);
// rating
$lng->loadLanguageModule('rating');
$rate = new ilCheckboxInputGUI($lng->txt('rating_activate_rating'), 'rating_overall');
$rate->setInfo($lng->txt('rating_activate_rating_info'));
$this->form_gui->addItem($rate);
$rating = new ilCheckboxInputGUI($lng->txt("wiki_activate_rating"), "rating");
$this->form_gui->addItem($rating);
/* always active
$side = new ilCheckboxInputGUI($lng->txt("wiki_activate_sideblock_rating"), "rating_side");
$rating->addSubItem($side);
*/
$new = new ilCheckboxInputGUI($lng->txt("wiki_activate_new_page_rating"), "rating_new");
$rating->addSubItem($new);
$extended = new ilCheckboxInputGUI($lng->txt("wiki_activate_extended_rating"), "rating_ext");
$rating->addSubItem($extended);
// public comments
if (!$ilSetting->get("disable_comments"))
{
$comments = new ilCheckboxInputGUI($lng->txt("wiki_public_comments"), "public_notes");
$this->form_gui->addItem($comments);
}
// important pages
// $imp_pages = new ilCheckboxInputGUI($lng->txt("wiki_important_pages"), "imp_pages");
// $this->form_gui->addItem($imp_pages);
// page toc
$page_toc = new ilCheckboxInputGUI($lng->txt("wiki_page_toc"), "page_toc");
$page_toc->setInfo($lng->txt("wiki_page_toc_info"));
$this->form_gui->addItem($page_toc);
// Form action and save button
$this->form_gui->setTitleIcon(ilUtil::getImagePath("icon_wiki.png"));
if ($a_mode != "create")
{
$this->form_gui->setTitle($lng->txt("wiki_settings"));
$this->form_gui->addCommandButton("saveSettings", $lng->txt("save"));
}
else
{
$this->form_gui->setTitle($lng->txt("wiki_new"));
$this->form_gui->addCommandButton("save", $lng->txt("wiki_add"));
$this->form_gui->addCommandButton("cancel", $lng->txt("cancel"));
}
// set values
if ($a_mode == "create")
{
$ilCtrl->setParameter($this, "new_type", "wiki");
}
$this->form_gui->setFormAction($ilCtrl->getFormAction($this, "saveSettings"));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::initStylePropertiesForm ( )

Init style properties form.

Definition at line 1368 of file class.ilObjWikiGUI.php.

References $_GET, $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjStyleSheet\_getStandardStyles(), ilObjStyleSheet\_lookupStandard(), ilObject\_lookupTitle(), ilUtil\formSelect(), ilSelectInputGUI\setOptions(), and ilNonEditableValueGUI\setValue().

Referenced by editStylePropertiesObject().

{
global $ilCtrl, $lng, $ilTabs, $ilSetting;
include_once("./Services/Style/classes/class.ilObjStyleSheet.php");
$lng->loadLanguageModule("style");
include_once("./Services/Form/classes/class.ilPropertyFormGUI.php");
$this->form = new ilPropertyFormGUI();
$fixed_style = $ilSetting->get("fixed_content_style_id");
$style_id = $this->object->getStyleSheetId();
if ($fixed_style > 0)
{
$st = new ilNonEditableValueGUI($lng->txt("style_current_style"));
$st->setValue(ilObject::_lookupTitle($fixed_style)." (".
$this->lng->txt("global_fixed").")");
$this->form->addItem($st);
}
else
{
$st_styles = ilObjStyleSheet::_getStandardStyles(true, false,
$_GET["ref_id"]);
$st_styles[0] = $this->lng->txt("default");
ksort($st_styles);
if ($style_id > 0)
{
// individual style
{
$st = new ilNonEditableValueGUI($lng->txt("style_current_style"));
$st->setValue(ilObject::_lookupTitle($style_id));
$this->form->addItem($st);
//$this->ctrl->getLinkTargetByClass("ilObjStyleSheetGUI", "edit"));
// delete command
$this->form->addCommandButton("editStyle",
$lng->txt("style_edit_style"));
$this->form->addCommandButton("deleteStyle",
$lng->txt("style_delete_style"));
//$this->ctrl->getLinkTargetByClass("ilObjStyleSheetGUI", "delete"));
}
}
if ($style_id <= 0 || ilObjStyleSheet::_lookupStandard($style_id))
{
$style_sel = ilUtil::formSelect ($style_id, "style_id",
$st_styles, false, true);
$style_sel = new ilSelectInputGUI($lng->txt("style_current_style"), "style_id");
$style_sel->setOptions($st_styles);
$style_sel->setValue($style_id);
$this->form->addItem($style_sel);
//$this->ctrl->getLinkTargetByClass("ilObjStyleSheetGUI", "create"));
$this->form->addCommandButton("saveStyleSettings",
$lng->txt("save"));
$this->form->addCommandButton("createStyle",
$lng->txt("sty_create_ind_style"));
}
}
$this->form->setTitle($lng->txt("wiki_style"));
$this->form->setFormAction($ilCtrl->getFormAction($this));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::isOnlineHelpWiki ( )

Is wiki an online help wiki?

Returns
boolean true, if current wiki is an online help wiki

Definition at line 186 of file class.ilObjWikiGUI.php.

{
if (is_object($this->object))
{
return ilObjWiki::isOnlineHelpWiki($this->object->getRefId());
}
return false;
}
ilObjWikiGUI::listContributorsObject ( )

List all contributors.

Definition at line 786 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), and setSideBlock().

{
global $tpl, $ilTabs;
$this->checkPermission("write");
$ilTabs->activateTab("wiki_contributors");
include_once("./Modules/Wiki/classes/class.ilWikiContributorsTableGUI.php");
$table_gui = new ilWikiContributorsTableGUI($this, "listContributors",
$this->object->getId());
$tpl->setContent($table_gui->getHTML());
$this->setSideBlock();
}

+ Here is the call graph for this function:

static ilObjWikiGUI::lookupSubObjectTitle (   $a_wiki_id,
  $a_page_id 
)
static

Get title for wiki page (used in ilNotesGUI)

Parameters
int$a_wiki_id
int$a_page_id
Returns
string

Definition at line 1645 of file class.ilObjWikiGUI.php.

{
include_once "Modules/Wiki/classes/class.ilWikiPage.php";
$page = new ilWikiPage($a_page_id);
if($page->getWikiId() == $a_wiki_id)
{
return $page->getTitle();
}
}
ilObjWikiGUI::newPagesObject ( )

Latest pages.

Definition at line 1209 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_NEW_PAGES, and setSideBlock().

{
global $tpl;
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiPagesTableGUI.php");
$this->addPagesSubTabs();
$table_gui = new ilWikiPagesTableGUI($this, "newPages",
$this->object->getId(), IL_WIKI_NEW_PAGES);
$this->setSideBlock();
$tpl->setContent($table_gui->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::orphanedPagesObject ( )

Orphaned pages.

Definition at line 1041 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_ORPHANED_PAGES, and setSideBlock().

{
global $tpl;
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiPagesTableGUI.php");
$this->addPagesSubTabs();
$table_gui = new ilWikiPagesTableGUI($this, "orphanedPages",
$this->object->getId(), IL_WIKI_ORPHANED_PAGES);
$this->setSideBlock();
$tpl->setContent($table_gui->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::performSearchObject ( )

Search.

Definition at line 1298 of file class.ilObjWikiGUI.php.

References $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObjWiki\_performSearch(), ilObjectGUI\checkPermission(), ilUtil\sendFailure(), setSideBlock(), and ilUtil\stripSlashes().

{
global $tpl, $ilTabs, $ilCtrl, $lng;
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiSearchResultsTableGUI.php");
$ilTabs->setTabActive("wiki_search_results");
if (trim($_POST["search_term"]) == "")
{
ilUtil::sendFailure($lng->txt("wiki_please_enter_search_term"), true);
$ilCtrl->redirectByClass("ilwikipagegui", "preview");
}
$search_results = ilObjWiki::_performSearch($this->object->getId(),
ilUtil::stripSlashes($_POST["search_term"]));
$table_gui = new ilWikiSearchResultsTableGUI($this, "performSearch",
$this->object->getId(), $search_results, $_POST["search_term"]);
$this->setSideBlock();
$tpl->setContent($table_gui->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::popularPagesObject ( )

Popular pages.

Definition at line 1021 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_POPULAR_PAGES, and setSideBlock().

{
global $tpl;
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiPagesTableGUI.php");
$this->addPagesSubTabs();
$table_gui = new ilWikiPagesTableGUI($this, "popularPages",
$this->object->getId(), IL_WIKI_POPULAR_PAGES);
$this->setSideBlock();
$tpl->setContent($table_gui->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::printViewObject ( )

Show printable view of a wiki page.

Definition at line 1229 of file class.ilObjWikiGUI.php.

References $_GET, $_POST, ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), exit, ilWikiPage\getAllPages(), ilObjStyleSheet\getContentPrintStyle(), ilObjStyleSheet\getSyntaxStylePath(), and setContentStyleSheet().

{
$this->checkPermission("read");
switch ($_POST["sel_type"])
{
case "wiki":
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
$pages = ilWikiPage::getAllPages($this->object->getId());
foreach ($pages as $p)
{
$pg_ids[] = $p["id"];
}
break;
case "selection":
if (is_array($_POST["obj_id"]))
{
$pg_ids = $_POST["obj_id"];
}
else
{
$pg_ids[] = $_GET["wpg_id"];
}
break;
default:
$pg_ids[] = $_GET["wpg_id"];
break;
}
include_once("./Modules/Wiki/classes/class.ilWikiPageGUI.php");
global $tpl;
$tpl = new ilTemplate("tpl.main.html", true, true);
$tpl->setVariable("LOCATION_STYLESHEET", ilObjStyleSheet::getContentPrintStyle());
$this->setContentStyleSheet($tpl);
// syntax style
$tpl->setCurrentBlock("SyntaxStyle");
$tpl->setVariable("LOCATION_SYNTAX_STYLESHEET",
$tpl->parseCurrentBlock();
// determine target frames for internal links
foreach ($pg_ids as $p_id)
{
$page_gui = new ilWikiPageGUI($p_id);
$page_gui->setOutputMode("print");
$page_content.= $page_gui->showPage();
}
$tpl->setVariable("CONTENT", '<div class="ilInvisibleBorder">'.$page_content.'</div>'.
'<script type="text/javascript" language="javascript1.2">
<!--
il.Util.addOnLoad(function () {
il.Util.print();
});
//-->
</script>');
$tpl->show(false);
}

+ Here is the call graph for this function:

ilObjWikiGUI::randomPageObject ( )

Go to random page.

Parameters
string$a_pagepage title

Definition at line 1107 of file class.ilObjWikiGUI.php.

References ilObjectGUI\checkPermission(), ilWikiPage\getRandomPage(), and gotoPageObject().

{
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
$page = ilWikiPage::getRandomPage($this->object->getId());
$this->gotoPageObject($page);
}

+ Here is the call graph for this function:

ilObjWikiGUI::recentChangesObject ( )

Recent Changes.

Definition at line 1119 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), and setSideBlock().

{
global $tpl;
$this->checkPermission("read");
include_once("./Modules/Wiki/classes/class.ilWikiRecentChangesTableGUI.php");
$this->addPagesSubTabs();
$table_gui = new ilWikiRecentChangesTableGUI($this, "recentChanges",
$this->object->getId());
$this->setSideBlock();
$tpl->setContent($table_gui->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::removeImportantPagesObject ( )

Remove important pages.

Parameters
@return

Definition at line 1594 of file class.ilObjWikiGUI.php.

References $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\checkPermission(), and ilUtil\sendSuccess().

{
global $ilCtrl, $lng;
$this->checkPermission("write");
if (is_array($_POST["imp_page_id"]))
{
foreach ($_POST["imp_page_id"] as $i)
{
$this->object->removeImportantPage((int) $i);
}
}
ilUtil::sendSuccess($lng->txt("wiki_removed_imp_pages"), true);
$ilCtrl->redirect($this, "editImportantPages");
}

+ Here is the call graph for this function:

static ilObjWikiGUI::renderSideBlock (   $a_wpg_id,
  $a_wiki_ref_id,
  $a_wp = null 
)
static

Side column.

Definition at line 1148 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject\_lookupObjId(), ilObjWiki\_lookupRating(), and ilObjWiki\_lookupRatingCategories().

Referenced by ilWikiPageGUI\setSideBlock(), and setSideBlock().

{
global $tpl, $lng;
if ($a_wpg_id > 0 && !$a_wp)
{
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
$a_wp = ilWikiPage($a_wpg_id);
}
// search block
include_once("./Modules/Wiki/classes/class.ilWikiSearchBlockGUI.php");
$wiki_search_block = new ilWikiSearchBlockGUI();
$rcontent = $wiki_search_block->getHTML();
// quick navigation
if ($a_wpg_id > 0)
{
// include_once("./Modules/Wiki/classes/class.ilWikiSideBlockGUI.php");
// $wiki_side_block = new ilWikiSideBlockGUI();
// $wiki_side_block->setPageObject($a_wp);
// $rcontent.= $wiki_side_block->getHTML();
// rating
$wiki_id =ilObject::_lookupObjId($a_wiki_ref_id);
if(ilObjWiki::_lookupRating($wiki_id) &&
// ilObjWiki::_lookupRatingAsBlock($wiki_id) &&
$a_wp->getRating())
{
include_once("./Services/Rating/classes/class.ilRatingGUI.php");
$rgui = new ilRatingGUI();
$rgui->setObject($wiki_id, "wiki", $a_wpg_id, "wpg");
$rgui->enableCategories(ilObjWiki::_lookupRatingCategories($wiki_id));
$rgui->setYourRatingText("#");
$rcontent .= $rgui->getBlockHTML($lng->txt("wiki_rate_page"));
}
}
// important pages
// if (ilObjWiki::_lookupImportantPages(ilObject::_lookupObjId($a_wiki_ref_id)))
// {
include_once("./Modules/Wiki/classes/class.ilWikiImportantPagesBlockGUI.php");
$imp_pages_block = new ilWikiImportantPagesBlockGUI();
$rcontent.= $imp_pages_block->getHTML();
// }
// wiki functions block
if ($a_wpg_id > 0)
{
include_once("./Modules/Wiki/classes/class.ilWikiFunctionsBlockGUI.php");
$wiki_functions_block = new ilWikiFunctionsBlockGUI();
$wiki_functions_block->setPageObject($a_wp);
$rcontent .= $wiki_functions_block->getHTML();
}
$tpl->setRightContent($rcontent);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::saveGradingObject ( )

Save grading.

Definition at line 806 of file class.ilObjWikiGUI.php.

References $_POST, $ilCtrl, ilObjectGUI\$lng, ilWikiContributor\_lookupStatus(), ilWikiContributor\_writeStatus(), ilObjectGUI\checkPermission(), ilLPMarks\getComment(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().

{
global $ilCtrl, $lng;
$this->checkPermission("write");
$users = (is_array($_POST["user_id"])
? $_POST["user_id"]
: array());
include_once("./Modules/Wiki/classes/class.ilWikiContributor.php");
include_once("./Services/Tracking/classes/class.ilLPMarks.php");
$saved = false;
foreach($users as $user_id)
{
if ($user_id != "")
{
$marks_obj = new ilLPMarks($this->object->getId(),$user_id);
$new_mark = ilUtil::stripSlashes($_POST['mark'][$user_id]);
$new_comment = ilUtil::stripSlashes($_POST['lcomment'][$user_id]);
$new_status = ilUtil::stripSlashes($_POST["status"][$user_id]);
if ($marks_obj->getMark() != $new_mark ||
$marks_obj->getComment() != $new_comment ||
ilWikiContributor::_lookupStatus($this->object->getId(), $user_id) != $new_status)
{
ilWikiContributor::_writeStatus($this->object->getId(), $user_id, $new_status);
$marks_obj->setMark($new_mark);
$marks_obj->setComment($new_comment);
$marks_obj->update();
$saved = true;
}
}
}
if ($saved)
{
ilUtil::sendSuccess($lng->txt("msg_obj_modified"), true);
}
$ilCtrl->redirect($this, "listContributors");
}

+ Here is the call graph for this function:

ilObjWikiGUI::saveObject ( )

save object public

Reimplemented from ilObjectGUI.

Definition at line 219 of file class.ilObjWikiGUI.php.

References $_GET, $_POST, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObjectGUI\checkPermissionBool(), ilObjWiki\checkShortTitleAvailability(), and initSettingsForm().

{
global $tpl, $lng, $rbacsystem;
if (!$this->checkPermissionBool("create", "", "wiki", $_GET["ref_id"]))
{
$this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
}
$this->initSettingsForm("create");
if ($this->form_gui->checkInput())
{
if (!ilObjWiki::checkShortTitleAvailability($this->form_gui->getInput("shorttitle")))
{
$short_item = $this->form_gui->getItemByPostVar("shorttitle");
$short_item->setAlert($lng->txt("wiki_short_title_already_in_use"));
}
else
{
// create and insert forum in objecttree
$_POST["title"] = $this->form_gui->getInput("title");
$_POST["desc"] = $this->form_gui->getInput("description");
}
}
$this->form_gui->setValuesByPost();
$tpl->setContent($this->form_gui->getHtml());
}

+ Here is the call graph for this function:

ilObjWikiGUI::saveOrderingAndIndentObject ( )

Save important pages ordering and indentation.

Parameters
@return

Definition at line 1617 of file class.ilObjWikiGUI.php.

References $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\checkPermission(), and ilUtil\sendSuccess().

{
global $ilCtrl, $lng;
$this->checkPermission("write");
$this->object->saveOrderingAndIndentation($_POST["ord"], $_POST["indent"]);
ilUtil::sendSuccess($lng->txt("wiki_ordering_and_indent_saved"), true);
$ilCtrl->redirect($this, "editImportantPages");
}

+ Here is the call graph for this function:

ilObjWikiGUI::saveSettingsObject ( )

Save Settings.

Definition at line 730 of file class.ilObjWikiGUI.php.

References $ilCtrl, $ilSetting, $ilUser, ilObjectGUI\$lng, ilObjectGUI\checkPermission(), ilObjWiki\checkShortTitleAvailability(), initSettingsForm(), and ilUtil\sendSuccess().

{
$this->checkPermission("write");
$this->initSettingsForm();
if ($this->form_gui->checkInput())
{
if (!ilObjWiki::checkShortTitleAvailability($this->form_gui->getInput("shorttitle")) &&
$this->form_gui->getInput("shorttitle") != $this->object->getShortTitle())
{
$short_item = $this->form_gui->getItemByPostVar("shorttitle");
$short_item->setAlert($lng->txt("wiki_short_title_already_in_use"));
}
else
{
$this->object->setTitle($this->form_gui->getInput("title"));
$this->object->setDescription($this->form_gui->getInput("description"));
$this->object->setOnline($this->form_gui->getInput("online"));
$this->object->setStartPage($this->form_gui->getInput("startpage"));
$this->object->setShortTitle($this->form_gui->getInput("shorttitle"));
$this->object->setRatingOverall($this->form_gui->getInput("rating_overall"));
$this->object->setRating($this->form_gui->getInput("rating"));
// $this->object->setRatingAsBlock($this->form_gui->getInput("rating_side"));
$this->object->setRatingForNewPages($this->form_gui->getInput("rating_new"));
$this->object->setRatingCategories($this->form_gui->getInput("rating_ext"));
if (!$ilSetting->get("disable_comments"))
{
$this->object->setPublicNotes($this->form_gui->getInput("public_notes"));
}
$this->object->setIntroduction($this->form_gui->getInput("intro"));
// $this->object->setImportantPages($this->form_gui->getInput("imp_pages"));
$this->object->setPageToc($this->form_gui->getInput("page_toc"));
$this->object->update();
// Update ecs export settings
include_once 'Modules/Wiki/classes/class.ilECSWikiSettings.php';
$ecs = new ilECSWikiSettings($this->object);
if($ecs->handleSettingsUpdate())
{
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"),true);
$ilCtrl->redirect($this, "editSettings");
}
}
}
$this->form_gui->setValuesByPost();
$this->tpl->setContent($this->form_gui->getHTML());
}

+ Here is the call graph for this function:

ilObjWikiGUI::saveStyleSettingsObject ( )

Save style settings.

Definition at line 1468 of file class.ilObjWikiGUI.php.

References $_POST, $ilSetting, ilObjStyleSheet\_lookupStandard(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().

{
global $ilSetting;
include_once("./Services/Style/classes/class.ilObjStyleSheet.php");
if ($ilSetting->get("fixed_content_style_id") <= 0 &&
(ilObjStyleSheet::_lookupStandard($this->object->getStyleSheetId())
|| $this->object->getStyleSheetId() == 0))
{
$this->object->setStyleSheetId(ilUtil::stripSlashes($_POST["style_id"]));
$this->object->update();
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"), true);
}
$this->ctrl->redirect($this, "editStyleProperties");
}

+ Here is the call graph for this function:

ilObjWikiGUI::setContentStyleSheet (   $a_tpl = null)

Set content style sheet.

Definition at line 1326 of file class.ilObjWikiGUI.php.

References ilObjectGUI\$tpl, and ilObjStyleSheet\getContentStylePath().

Referenced by executeCommand(), printViewObject(), and viewPageObject().

{
global $tpl;
if ($a_tpl != null)
{
$ctpl = $a_tpl;
}
else
{
$ctpl = $tpl;
}
$ctpl->setCurrentBlock("ContentStyle");
$ctpl->setVariable("LOCATION_CONTENT_STYLESHEET",
ilObjStyleSheet::getContentStylePath($this->object->getStyleSheetId()));
$ctpl->parseCurrentBlock();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::setSettingsSubTabs (   $a_active)

Set sub tabs.

Definition at line 515 of file class.ilObjWikiGUI.php.

References $ilCtrl, and ilObjectGUI\$lng.

Referenced by editImportantPagesObject(), editSettingsObject(), editStylePropertiesObject(), and executeCommand().

{
global $ilTabs, $ilCtrl, $lng;
if (in_array($a_active,
array("general_settings", "style", "imp_pages", "rating_categories")))
{
// general properties
$ilTabs->addSubTab("general_settings",
$lng->txt("wiki_general_settings"),
$ilCtrl->getLinkTarget($this, 'editSettings'));
// style properties
$ilTabs->addSubTab("style",
$lng->txt("wiki_style"),
$ilCtrl->getLinkTarget($this, 'editStyleProperties'));
// important pages
$ilTabs->addSubTab("imp_pages",
$lng->txt("wiki_navigation"),
$ilCtrl->getLinkTarget($this, 'editImportantPages'));
// rating categories
if($this->object->getRating() && $this->object->getRatingCategories())
{
$lng->loadLanguageModule("rating");
$ilTabs->addSubTab("rating_categories",
$lng->txt("rating_categories"),
$ilCtrl->getLinkTargetByClass(array('ilratinggui', 'ilratingcategorygui'), ''));
}
$ilTabs->activateSubTab($a_active);
}
}

+ Here is the caller graph for this function:

ilObjWikiGUI::setSideBlock (   $a_wpg_id = 0)

Side column.

Definition at line 1139 of file class.ilObjWikiGUI.php.

References renderSideBlock().

Referenced by allPagesObject(), editSettingsObject(), editStylePropertiesObject(), listContributorsObject(), newPagesObject(), orphanedPagesObject(), performSearchObject(), popularPagesObject(), and recentChangesObject().

{
ilObjWikiGUI::renderSideBlock($a_wpg_id, $this->object->getRefId());
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjWikiGUI::viewObject ( )

Start page.

Reimplemented from ilObjectGUI.

Definition at line 198 of file class.ilObjWikiGUI.php.

References ilObjectGUI\checkPermission(), and gotoStartPageObject().

{
$this->checkPermission("read");
}

+ Here is the call graph for this function:

ilObjWikiGUI::viewPageObject ( )

view wiki page

Definition at line 936 of file class.ilObjWikiGUI.php.

References $_GET, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), ilWikiPage\exists(), ilObjStyleSheet\getEffectiveContentStyleId(), ilWikiPageGUI\getGUIForTitle(), ilWikiUtil\makeDbTitle(), ilWikiUtil\makeUrlTitle(), ilUtil\sendInfo(), and setContentStyleSheet().

{
global $lng, $ilCtrl, $tpl, $ilTabs, $ilAccess;
$this->checkPermission("read");
$ilTabs->clearTargets();
$tpl->setHeaderActionMenu(null);
$page = ($_GET["page"] != "")
? $_GET["page"]
: $this->object->getStartPage();
$_GET["page"] = $page;
include_once("./Modules/Wiki/classes/class.ilWikiPage.php");
if (!ilWikiPage::exists($this->object->getId(), $page))
{
$page = $this->object->getStartPage();
}
if (!ilWikiPage::exists($this->object->getId(), $page))
{
ilUtil::sendInfo($lng->txt("wiki_no_start_page"), true);
$ilCtrl->redirect($this, "infoScreen");
return;
}
// page exists, show it !
$ilCtrl->setParameter($this, "page", ilWikiUtil::makeUrlTitle($page));
include_once("./Modules/Wiki/classes/class.ilWikiPageGUI.php");
$wpage_gui = ilWikiPageGUI::getGUIForTitle($this->object->getId(),
ilWikiUtil::makeDbTitle($page), 0, $this->object->getRefId());
include_once("./Services/Style/classes/class.ilObjStyleSheet.php");
$this->object->getStyleSheetId(), "wiki"));
//$wpage_gui->setOutputMode(IL_PAGE_PREVIEW);
//$wpage_gui->setSideBlock();
$ilCtrl->setCmdClass("ilwikipagegui");
$ilCtrl->setCmd("preview");
if (!$ilAccess->checkAccess("write", "", $this->object->getRefId()) &&
(!$ilAccess->checkAccess("edit_content", "", $this->object->getRefId()) ||
$wpage_gui->getPageObject()->getBlocked()
))
{
$wpage_gui->setEnableEditing(false);
}
// alter title and description
//$tpl->setTitle($wpage_gui->getPageObject()->getTitle());
//$tpl->setDescription($this->object->getTitle());
$html = $ilCtrl->forwardCommand($wpage_gui);
//$this->addPageTabs();
$tpl->setContent($html);
}

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: