When turning on the Adlibris cover service now, there is a thumbnail link showing on the results list and a "Cover image" link (slightly prettier) on the details page, but no covers are showing. Maybe there is some new limitation on the service now?
I think Adlibris just discontinued the free service. I'll double check to make sure.
Yeah, it is confirmed that Adlibris has stopped offering free covers. So this feature could/should basically be removed.
(In reply to Magnus Enger from comment #2) > Yeah, it is confirmed that Adlibris has stopped offering free covers. So > this feature could/should basically be removed. Thanks for checking for us Magnus. I'm going to repurpose this bug report for the removal.
Created attachment 126102 [details] [review] Bug 29200: Remove Adlibris cover service This patch removes integration of the Adlibris cover service which has been discontinued. To test, apply the patch and rebuild the OPAC and staff interface CSS: (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). - Run the database update. - Go to Administration -> System preferences -> Enhanced content. You should see no Adlibris-related preferences. - Perform a catalog search and confirm that the search result and detail pages look correct. - Enable one or more other cover image services and test that search results and detail page look correct. - Perform the same test in the OPAC including these pages: - Catalog search results - Bibliographic detail page - Lists - Comments - User summary - User reading history
Created attachment 126234 [details] [review] Bug 29200: Remove Adlibris cover service This patch removes integration of the Adlibris cover service which has been discontinued. To test, apply the patch and rebuild the OPAC and staff interface CSS: (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). - Run the database update. - Go to Administration -> System preferences -> Enhanced content. You should see no Adlibris-related preferences. - Perform a catalog search and confirm that the search result and detail pages look correct. - Enable one or more other cover image services and test that search results and detail page look correct. - Perform the same test in the OPAC including these pages: - Catalog search results - Bibliographic detail page - Lists - Comments - User summary - User reading history Signed-off-by: David Nind <david@davidnind.com>
Created attachment 126504 [details] [review] Bug 29200: Remove Adlibris cover service This patch removes integration of the Adlibris cover service which has been discontinued. To test, apply the patch and rebuild the OPAC and staff interface CSS: (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). - Run the database update. - Go to Administration -> System preferences -> Enhanced content. You should see no Adlibris-related preferences. - Perform a catalog search and confirm that the search result and detail pages look correct. - Enable one or more other cover image services and test that search results and detail page look correct. - Perform the same test in the OPAC including these pages: - Catalog search results - Bibliographic detail page - Lists - Comments - User summary - User reading history Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
QA scripts happy, works as expected.. nice to see this cleanup Passing QA
I am sorry but bug 28180 is touching cover images and this removal will conflict with it. It has been signed off 6 months ago, and I think it would be fair to base this removal on top of it. I can rebase on top if you agree.
(In reply to Jonathan Druart from comment #8) > I am sorry but bug 28180 is touching cover images and this removal will > conflict with it. It has been signed off 6 months ago, and I think it would > be fair to base this removal on top of it. > > I can rebase on top if you agree. Nevermind, it should be quite easy either way.
Pushed to master for 21.11, thanks to everybody involved!