Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref
Jonathan Druart ebb8c02266 Bug 22824: Correct on/off behaviour
Here things are starting to be a bit tricky.
IMO we don't want to replicate the ImplicitTyping behaviour from
YAML::Syck but handle correctly the different value.
We have the list of available values in the .pref file, the values in DB
must match them.

We want 1 or 0 in DB.

2 more occurrences:
finesMode => Dealt on bug 27676 ('off' is ok here)
itemBarcodeInputFilter => 'OFF' is correct here

Note that we don't use ~ or true/false in *.pref

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-03-04 16:18:42 +01:00

112 lines
3.3 KiB
Text

Logging:
Logging:
-
- pref: LetterLog
choices:
1: Log
0: "Don't log"
- when an automatic 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: 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."
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.