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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 5 Jun 2023 18:36:11 +0000 (15:36 -0300)
commit8b9355088ad6e5238921ef554af44ffeb7677364
treee4484f39f9412beaa9ea28d3c9c99b004b9102b3
parent229b6b58efdac2972e9739dbe6959649c89d3bac
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>
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]