4 include_once
'./Services/Table/classes/class.ilTable2GUI.php';
5 include_once
"Services/AccessControl/classes/class.ilRbacLog.php";
24 public function __construct($a_parent_obj, $a_parent_cmd, $a_ref_id)
28 $this->
setId(
"rbaclog");
29 $this->ref_id = $a_ref_id;
31 parent::__construct($a_parent_obj, $a_parent_cmd);
32 $this->
setTitle($lng->txt(
"rbac_log"));
35 $this->
addColumn($this->lng->txt(
"date"),
"",
"15%");
36 $this->
addColumn($this->lng->txt(
"name"),
"",
"10%");
37 $this->
addColumn($this->lng->txt(
"login"),
"",
"10%");
38 $this->
addColumn($this->lng->txt(
"action"),
"",
"15%");
39 $this->
addColumn($this->lng->txt(
"rbac_changes"),
"",
"50%");
43 $this->
setFormAction($ilCtrl->getFormAction($a_parent_obj, $a_parent_cmd));
44 $this->
setRowTemplate(
"tpl.rbac_log_row.html",
"Services/AccessControl");
59 $this->
getItems($this->ref_id, $this->filter);
65 $item->setOptions(
array(
"" => $this->lng->txt(
"all"))+$this->action_map);
66 $this->filter[
"action"] = $item->getValue();
69 $this->filter[
"date"] = $item->getDate();
78 foreach ($rbacreview->getOperations() as $op) {
79 $this->operations[$op[
"ops_id"]] = $op[
"operation"];
83 if ($a_ref_id == ROLE_FOLDER_ID) {
84 $a_ref_id = ROOT_FOLDER_ID;
97 $this->tpl->setVariable(
"LASTNAME",
$name[
"lastname"]);
98 $this->tpl->setVariable(
"FIRSTNAME",
$name[
"firstname"]);
99 $this->tpl->setVariable(
"LOGIN",
$name[
"login"]);
100 $this->tpl->setVariable(
"ACTION", $this->action_map[$a_set[
"action"]]);
104 $changes =
array(
array(
"action"=>$this->lng->txt(
"rbac_log_changed_owner"),
"operation"=>$user));
111 $this->tpl->setCurrentBlock(
"changes");
112 foreach ($changes as $change) {
113 $this->tpl->setVariable(
"CHANGE_ACTION", $change[
"action"]);
114 $this->tpl->setVariable(
"CHANGE_OPERATION", $change[
"operation"]);
115 $this->tpl->parseCurrentBlock();
125 if (isset($raw[
"src"])) {
128 include_once
"./Services/Link/classes/class.ilLink.php";
129 $result[] =
array(
"action"=>$this->lng->txt(
"rbac_log_source_object"),
134 foreach ($raw[
"ops"] as $role_id => $ops) {
135 foreach ($ops as $op) {
140 } elseif (isset($raw[
"ops"])) {
141 foreach ($raw[
"ops"] as $role_id => $actions) {
142 foreach ($actions as
$action => $ops) {
143 foreach ((
array) $ops as $op) {
151 if (isset($raw[
"inht"])) {
152 foreach ($raw[
"inht"] as
$action => $role_ids) {
153 foreach ((
array) $role_ids as $role_id) {
165 foreach ($raw as
$type => $actions) {
166 foreach ($actions as
$action => $ops) {
167 foreach ($ops as $op) {
168 $result[] =
array(
"action"=>sprintf($this->lng->txt(
"rbac_log_operation_" .
$action), $this->lng->txt(
"obj_" .
$type)),
180 if (is_array($a_op)) {
182 foreach ($a_op as $op) {
185 return implode(
", ",
$res);
188 if (is_numeric($a_op) && isset($this->operations[$a_op])) {
189 $op_id = $this->operations[$a_op];
190 if (substr($op_id, 0, 7) !=
"create_") {
191 return $this->lng->txt(
$a_type .
"_" . $this->operations[$a_op]);
193 return $this->lng->txt(
"rbac_" . $this->operations[$a_op]);
static _lookupName($a_user_id)
lookup user name
getOPCaption($a_type, $a_op)
getItems($a_ref_id, array $a_current_filter=null)
static _lookupFullname($a_user_id)
Lookup Full Name.
setExternalSegmentation($a_val)
Set external segmentation.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false)
Format a date public.
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
parseChangesFaPa(array $raw)
static _lookupTitle($a_id)
lookup object title
parseChangesTemplate(array $raw)
static _lookupObjectId($a_ref_id)
lookup object id
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setResetCommand($a_val, $a_caption=null)
Set reset filter command.
foreach($_POST as $key=> $value) $res
setRowTemplate($a_template, $a_template_dir="")
Set row template.
Create styles array
The data for the language used.
static _lookupType($a_id, $a_reference=false)
lookup object type
static getLogItems($a_ref_id, $a_limit, $a_offset, array $a_filter=null)
determineOffsetAndOrder($a_omit_offset=false)
Determine offset and order.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
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.
const EDIT_TEMPLATE_EXISTING
setEnableHeader($a_enableheader)
Set Enable Header.
setMaxCount($a_max_count)
set max.
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
setLimit($a_limit=0, $a_default_limit=0)
__construct($a_parent_obj, $a_parent_cmd, $a_ref_id)
setFilterCommand($a_val, $a_caption=null)
Set filter command.