TYPO3 CMS  TYPO3_7-6
sys_log.php
Go to the documentation of this file.
1 <?php
2 return [
3  'ctrl' => [
4  'title' => 'LLL:EXT:lang/locallang_tca.xlf:sys_log',
5  'label' => 'details',
6  'tstamp' => 'tstamp',
7  'adminOnly' => true,
8  'rootLevel' => true,
9  'hideTable' => true,
10  'default_sortby' => 'uid DESC',
11  ],
12  'columns' => [
13  'tstamp' => [
14  'label' => 'tstamp',
15  'config' => [
16  'type' => 'input'
17  ]
18  ],
19  'userid' => [
20  'label' => 'userid',
21  'config' => [
22  'type' => 'input'
23  ]
24  ],
25  'action' => [
26  'label' => 'action',
27  'config' => [
28  'type' => 'input'
29  ]
30  ],
31  'recuid' => [
32  'label' => 'recuid',
33  'config' => [
34  'type' => 'input'
35  ]
36  ],
37  'tablename' => [
38  'label' => 'tablename',
39  'config' => [
40  'type' => 'input'
41  ]
42  ],
43  'recpid' => [
44  'label' => 'recpid',
45  'config' => [
46  'type' => 'input'
47  ]
48  ],
49  'error' => [
50  'label' => 'error',
51  'config' => [
52  'type' => 'input'
53  ]
54  ],
55  'details' => [
56  'label' => 'details',
57  'config' => [
58  'type' => 'input'
59  ]
60  ],
61  'type' => [
62  'label' => 'type',
63  'config' => [
64  'type' => 'input'
65  ]
66  ],
67  'details_nr' => [
68  'label' => 'details_nr',
69  'config' => [
70  'type' => 'input'
71  ]
72  ],
73  'IP' => [
74  'label' => 'IP',
75  'config' => [
76  'type' => 'input'
77  ]
78  ],
79  'log_data' => [
80  'label' => 'log_data',
81  'config' => [
82  'type' => 'input'
83  ]
84  ],
85  'event_pid' => [
86  'label' => 'event_pid',
87  'config' => [
88  'type' => 'input'
89  ]
90  ],
91  'workspace' => [
92  'label' => 'workspace',
93  'config' => [
94  'type' => 'input'
95  ]
96  ],
97  'NEWid' => [
98  'label' => 'NEWid',
99  'config' => [
100  'type' => 'input'
101  ]
102  ]
103  ],
104  'types' => [
105  '1' => [
106  'showitem' => 'tstamp, userid, action, recuid, tablename, recpid, error, details, type, details_nr, IP, log_data, event_pid, workspace, NEWid'
107  ]
108  ]
109 ];