| Summary: | Remove Adlibris cover service | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> | 
| Component: | System Administration | Assignee: | Owen Leonard <oleonard> | 
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> | 
| Severity: | normal | ||
| Priority: | P5 - low | CC: | caroline.cyr-la-rose, david, gmcharlt, jonathan.druart, kyle, magnus, martin.renvoize | 
| Version: | Main | Keywords: | Manual-updated | 
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | Small patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | 
       21.11.00 
 | 
        
        Circulation function: | |
| Bug Depends on: | 8630 | ||
| Bug Blocks: | 28180 | ||
| Attachments: | 
              Bug 29200: Remove Adlibris cover service
               Bug 29200: Remove Adlibris cover service Bug 29200: Remove Adlibris cover service  | 
      ||
| 
 
        
          Description
        
        
          Katrin Fischer
        
        
        
        
          2021-10-10 10:48:04 UTC
        
       
    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!  |