Bug 28108: (QA follow-up) Make the system preference description more precise
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / logs.pref
index b6f22d0..1c12f86 100644 (file)
 Logging:
-    -
-        - pref: LetterLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - when an automatic claim notice is sent.
-    -
-        - pref: BorrowersLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - changes to patron records.
-    -
-        - pref: CataloguingLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - any changes to bibliographic or item records. Since this occurs whenever a book is checked in or out as well, it is not advisable to turn this on.
-    -
-        - pref: AuthoritiesLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - changes to authority records.
-    -
-        - pref: FinesLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - when fines are charged, paid, or forgiven.
-    -
-        - pref: IssueLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - when items are checked out.
-    -
-        - pref: ReturnLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - when items are returned.
-    -
-        - pref: SubscriptionLog
-          choices:
-              on: Log
-              off: "Don't log"
-        - when serials are added, deleted or changed.
+    Logging:
+        -
+            - pref: ClaimsLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when an acquisition order notice, an acquisition claim notice, or a serial claim notice is sent.
+        -
+            - pref: BorrowersLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - changes to patron records.
+        -
+            - pref: CataloguingLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - any changes to bibliographic or item records.
+        -
+            - pref: AuthoritiesLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - changes to authority records.
+        -
+            - pref: FinesLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when fines are charged, paid, or forgiven.
+        -
+            - pref: HoldsLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - any actions on holds (create, cancel, suspend, resume, etc).
+        -
+            - pref: IllLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when changes to ILL requests take place.
+        -
+            - pref: AcquisitionLog
+              choices:
+                  on: Log
+                  off: "Don't log"
+            - when acquisition actions take place.
+        -
+            - pref: IssueLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when items are checked out.
+        -
+            - pref: ReturnLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when items are checked in.
+        -
+            - pref: RenewalLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when items are renewed.
+        -
+            - pref: SubscriptionLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when serials are added, deleted or changed.
+        -
+            - pref: CronjobLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - information from cron jobs.
+        -
+            - pref: ReportsLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - when reports are added, deleted or changed.
+        -
+            - pref: AuthFailureLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - " authentication failures."
+        -
+            - pref: AuthSuccessLog
+              choices:
+                  1: Log
+                  0: "Don't log"
+            - " successful authentications."
+        -
+            - pref: NoticesLog
+              choices:
+                  on: Log
+                  off: "Don't log"
+            - " changes to notice templates."
+
+    Debugging:
+        -
+            - pref: DumpTemplateVarsIntranet
+              choices:
+                  1: Do
+                  0: "Don't"
+            - dump all Template Toolkit variables to a comment in the HTML source for the staff interface.
+        -
+            - pref: DumpTemplateVarsOpac
+              choices:
+                  1: Do
+                  0: "Don't"
+            - dump all Template Toolkit variables to a comment in the HTML source for the OPAC.
+        -
+            - pref: DumpSearchQueryTemplate
+              choices:
+                  1: Do
+                  0: "Don't"
+            - 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.