24 include_once(
"Services/Table/classes/class.ilTable2GUI.php");
42 parent::__construct($a_parent_obj, $a_parent_cmd);
43 $this->wiki_id = $a_wiki_id;
45 $this->
addColumn($lng->txt(
"wiki_last_changed"),
"",
"33%");
46 $this->
addColumn($lng->txt(
"wiki_page"),
"",
"33%");
47 $this->
addColumn($lng->txt(
"wiki_last_changed_by"),
"",
"67%");
56 $this->
setTitle($lng->txt(
"wiki_recent_changes"));
64 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
79 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
81 $this->tpl->setVariable(
"TXT_PAGE_TITLE",
$title);
82 $this->tpl->setVariable(
"DATE",
84 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"page", rawurlencode(
$title));
85 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"old_nr", $a_set[
"nr"]);
86 $this->tpl->setVariable(
"HREF_PAGE",
87 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"preview"));
90 include_once(
"./Services/User/classes/class.ilUserUtil.php");
91 $this->tpl->setVariable(
"TXT_USER",
93 $ilCtrl->getLinkTarget($this->getParentObject(), $this->
getParentCmd())
static lookupTitle($a_page_id)
Checks whether a page with given title exists.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
fillRow($a_set)
Standard Version of Fill Row.
getParentCmd()
Get parent command.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
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)
Default behaviour is:
getRecentChanges()
Get pages for list.
static formatDate(ilDateTime $date)
Format a date public.
__construct($a_parent_obj, $a_parent_cmd="", $a_wiki_id)
static getRecentChanges($a_parent_type, $a_parent_id, $a_period=30, $a_lang="")
Get recent pages changes for parent object.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setEnableHeader($a_enableheader)
Set Enable Header.
TableGUI class for recent changes in wiki.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.