View | Details | Raw Unified | Return to bug 22824
Collapse All | Expand All

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

Return to bug 22824