Bug 33697: Remove RecordedBooks (rbdigital) integration
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 May 2023 08:18:13 +0000 (10:18 +0200)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Mon, 12 Jun 2023 10:28:24 +0000 (10:28 +0000)
commitac012ea98c7d3eb2572f4357014b05f0676720b6
tree5b72842ca2b3dc7f8a755a8a83211f8d826dff3a
parenta2bc09b4ab6431bc0e00124be49cfc6575106d87
Bug 33697: Remove RecordedBooks (rbdigital) integration

RecordedBooks search API integration is now obsolete following
rbdigital's incorporation into OverDrive. Associated code should be
removed.

https://company.overdrive.com/2020/06/23/overdrive-to-acquire-rbdigital-from-rbmedia/

Test plan:
use git grep extensively and confirm that this patch removes all
occurrences of this feature.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8b9355088ad6e5238921ef554af44ffeb7677364)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 33fdf290bbf58ce26756b2218bfccce10049870c)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
15 files changed:
Koha/ExternalContent/RecordedBooks.pm [deleted file]
installer/data/mysql/atomicupdate/bug_33697.pl [new file with mode: 0755]
installer/data/mysql/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss
koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/recordedbooks-checkout.inc [deleted file]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt [deleted file]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
koha-tmpl/opac-tmpl/bootstrap/js/recordedbooks.js [deleted file]
opac/opac-recordedbooks-search.pl [deleted file]
opac/opac-user.pl
opac/svc/recordedbooks [deleted file]
t/db_dependent/Koha_ExternalContent_RecordedBooks.t [deleted file]