Bug 28108: Fix filtering
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / logs.pref
1 Logging:
2     Logging:
3         -
4             - pref: ClaimsLog
5               choices:
6                   1: Log
7                   0: "Don't log"
8             - when an automatic claim notice is sent.
9         -
10             - pref: BorrowersLog
11               choices:
12                   1: Log
13                   0: "Don't log"
14             - changes to patron records.
15         -
16             - pref: CataloguingLog
17               choices:
18                   1: Log
19                   0: "Don't log"
20             - any changes to bibliographic or item records.
21         -
22             - pref: AuthoritiesLog
23               choices:
24                   1: Log
25                   0: "Don't log"
26             - changes to authority records.
27         -
28             - pref: FinesLog
29               choices:
30                   1: Log
31                   0: "Don't log"
32             - when fines are charged, paid, or forgiven.
33         -
34             - pref: HoldsLog
35               choices:
36                   1: Log
37                   0: "Don't log"
38             - any actions on holds (create, cancel, suspend, resume, etc).
39         -
40             - pref: IllLog
41               choices:
42                   1: Log
43                   0: "Don't log"
44             - when changes to ILL requests take place.
45         -
46             - pref: AcquisitionLog
47               choices:
48                   on: Log
49                   off: "Don't log"
50             - when acquisition actions take place.
51         -
52             - pref: IssueLog
53               choices:
54                   1: Log
55                   0: "Don't log"
56             - when items are checked out.
57         -
58             - pref: ReturnLog
59               choices:
60                   1: Log
61                   0: "Don't log"
62             - when items are checked in.
63         -
64             - pref: RenewalLog
65               choices:
66                   1: Log
67                   0: "Don't log"
68             - when items are renewed.
69         -
70             - pref: SubscriptionLog
71               choices:
72                   1: Log
73                   0: "Don't log"
74             - when serials are added, deleted or changed.
75         -
76             - pref: CronjobLog
77               choices:
78                   1: Log
79                   0: "Don't log"
80             - information from cron jobs.
81         -
82             - pref: ReportsLog
83               choices:
84                   1: Log
85                   0: "Don't log"
86             - when reports are added, deleted or changed.
87         -
88             - pref: AuthFailureLog
89               choices:
90                   1: Log
91                   0: "Don't log"
92             - " authentication failures."
93         -
94             - pref: AuthSuccessLog
95               choices:
96                   1: Log
97                   0: "Don't log"
98             - " successful authentications."
99         -
100             - pref: NoticesLog
101               choices:
102                   on: Log
103                   off: "Don't log"
104             - " changes to notice templates."
105
106     Debugging:
107         -
108             - pref: DumpTemplateVarsIntranet
109               choices:
110                   1: Do
111                   0: "Don't"
112             - dump all Template Toolkit variables to a comment in the HTML source for the staff interface.
113         -
114             - pref: DumpTemplateVarsOpac
115               choices:
116                   1: Do
117                   0: "Don't"
118             - dump all Template Toolkit variables to a comment in the HTML source for the OPAC.
119         -
120             - pref: DumpSearchQueryTemplate
121               choices:
122                   1: Do
123                   0: "Don't"
124             - dump search query as a template parameter, requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=DumpTemplateVars">DumpTemplateVars</a>[interface] to be visible.