Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref
Nick Clemens 0d33dbcf2e
Bug 24103: Add option to dump search query to templates
To test:
1 - Apply patch, update database
2 - Note new syspref 'DumpSearchQueryTemplate'
3 - Leave it off
4 - Enable DumpTemplateVariablesOpac and Staff
5 - Search on staff and opac
6 - View the source
7 - Search for 'search_query' - you shouldn't find it
8 - Enable the new pref
9 - Repeat, but you should find the query
10 - Test staff/opac search and advanced search, cataloguing search, authority search, authfinder search, adding to a basket form a new biblio
11 - All should work and show the query
12 - This will work under both ES and Zebra

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-19 15:58:41 +00:00

99 lines
3 KiB
Text

Logging:
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.
-
- 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: HoldsLog
choices:
on: Log
off: "Don't log"
- any actions on holds (create, cancel, suspend, resume, etc).
-
- pref: IllLog
choices:
on: Log
off: "Don't log"
- when changes to ILL requests take place
-
- 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: RenewalLog
choices:
on: Log
off: "Don't log"
- when items are renewed.
-
- pref: SubscriptionLog
choices:
on: Log
off: "Don't log"
- when serials are added, deleted or changed.
-
- pref: CronjobLog
choices:
on: Log
off: "Don't log"
- information from cron jobs.
-
- pref: ReportsLog
choices:
on: Log
off: "Don't log"
- when reports are added, deleted or changed.
Debugging:
-
- pref: DumpTemplateVarsIntranet
choices:
on: Do
off: "Don't"
- dump all Template Toolkit variable to a comment in the html source for the staff intranet.
-
- pref: DumpTemplateVarsOpac
choices:
on: Do
off: "Don't"
- dump all Template Toolkit variable to a comment in the html source for the OPAC.
-
- pref: DumpSearchQueryTemplate
choices:
on: Do
off: "Don't"
- dump search query as a template parameter, requires DumpTemplateVars[interface] to be visible.