Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Jonathan Druart 6f4994ff4d
Bug 22445: Add new prefs *CustomCoverImages*
This patch set adds a new method to display cover images for
bibliographic records.
The idea is to provide a flexible way allowing several use cases:
- local path
- remote url
- webservice
which would follow a given pattern.

So far only the following patterns are available:
- {isbn} will be replaced byt the isbn of the record
- {issn}
- using MARC subfields:
  {024$a} to replace with the value in 024$a
(Note that the selector has been changed from %% to {} in a coming
patch)

For example
- /your/local/images/{isbn}.png
- https://covers.openlibrary.org/b/isbn/{isbn}-M.jpb
- etc.

There are 3 new sysprefs:
CustomCoverImagesURL
=> Define the path/url
CustomCoverImages
=> Turn on/off the display of the custom cover image in the staff client
OPACCustomCoverImages
=> Turn on/off the display of the custom cover image at the OPAC

Sponsored-by: Orex Digital
Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
Signed-off-by: Hugo Agud <hagud@orex.es>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Kyle Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-10-22 15:02:47 +01:00
..
accounting.pref Bug 23321: (QA follow-up) Accounts vs. Accounting 2019-09-23 11:39:23 +01:00
acquisitions.pref Revert "Bug 22867: (QA follow-up) Build items.json for UniqueItemFields" 2019-06-06 17:28:35 +01:00
admin.pref Bug 22258: Elasticsearch: Add array as an alternative MARC format 2019-09-06 12:53:46 +01:00
authorities.pref
cataloguing.pref
circulation.pref Bug 17140: Make rounding syspref controlled 2019-10-11 10:52:44 +01:00
enhanced_content.pref Bug 22445: Add new prefs *CustomCoverImages* 2019-10-22 15:02:47 +01:00
i18n_l10n.pref
local_use.pref
logs.pref
opac.pref Bug 23791: Allow granular control of social networks enabled by SocialNetworks syspref 2019-10-21 09:50:54 +01:00
patrons.pref Bug 20691: Add ability to turn feature on and off 2019-09-11 08:53:46 +01:00
searching.pref Bug 20334: Improve syspref description and set more sensible defaults 2019-10-08 14:10:05 +01:00
serials.pref Bug 23416: Add PreserveSerialNotes system preference 2019-08-12 14:35:18 +01:00
staff_client.pref Bug 23315: (follow-up) Add configuration to enable CodeMirror 2019-07-19 09:33:37 +01:00
tools.pref Bug 22996: Add new preference BarcodeSeparators 2019-09-10 09:34:23 +01:00
web_services.pref