4include_once
'./Services/Table/classes/class.ilTable2GUI.php';
5include_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();
72 protected function getItems($a_ref_id, array $a_current_filter =
null)
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) {
137 "operation"=>$this->getOPCaption(
$type, $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) {
145 "operation"=>$this->getOPCaption(
$type, $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) {
169 "operation"=>$this->getOPCaption(
$type, $op));
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]);
sprintf('%.4f', $callTime)
An exception for terminatinating execution or to throw for unit testing.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false)
Format a date @access public.
@classDescription Date and time handling
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
static _lookupName($a_user_id)
lookup user name
static _lookupFullname($a_user_id)
Lookup Full Name.
static _lookupTitle($a_id)
lookup object title
static _lookupObjectId($a_ref_id)
lookup object id
static _lookupType($a_id, $a_reference=false)
lookup object type
parseChangesTemplate(array $raw)
getOPCaption($a_type, $a_op)
__construct($a_parent_obj, $a_parent_cmd, $a_ref_id)
ilTable2GUI constructor.
parseChangesFaPa(array $raw)
fillRow($a_set)
Standard Version of Fill Row.
getItems($a_ref_id, array $a_current_filter=null)
static getLogItems($a_ref_id, $a_limit, $a_offset, array $a_filter=null)
const EDIT_TEMPLATE_EXISTING
setEnableHeader($a_enableheader)
Set Enable Header.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
determineOffsetAndOrder($a_omit_offset=false)
Determine offset and order.
setData($a_data)
set table data @access public
setResetCommand($a_val, $a_caption=null)
Set reset filter command.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setLimit($a_limit=0, $a_default_limit=0)
set max.
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.
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
setExternalSegmentation($a_val)
Set external segmentation.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setFilterCommand($a_val, $a_caption=null)
Set filter command.
setMaxCount($a_max_count)
set max.
foreach($_POST as $key=> $value) $res