Summary: | OpenLibrary covers are too small on OPAC search results | ||
---|---|---|---|
Product: | Koha | Reporter: | Mason James <mtj> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, f.demians, nengard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7161 | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 9660 - OpenLibrary covers are too small on OPAC search results
before patch after patch Signed-off patch [PASSED QA] Patch |
Description
Mason James
2013-02-19 03:23:42 UTC
Created attachment 15511 [details] [review] Bug 9660 - OpenLibrary covers are too small on OPAC search results Created attachment 15512 [details]
before patch
before patch
Created attachment 15513 [details]
after patch
a pretty easy patch to test... 1/ turn on 'OpenLibraryCovers' syspref, (also consider turning off 'OPACAmazonCoverImages' and 'GoogleJackets' sysprefs, so you dont confuse yourself :) ) 2/ search OPAC for a keyword, notice a small openlibrary cover image 3/ apply patch 4/ repeat step 2 - now notice a bigger openlibrary cover image Created attachment 15523 [details] [review] Signed-off patch Works as advertised. OpenLibrary book cover API offers 3 cover sizes: small, medium, and large. Switch from small to medium, for result page, with downsizing. Created attachment 16911 [details] [review] [PASSED QA] Patch Attaching patch manually, as git bz gave me an error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 181: ordinal not in range(128) This patch (and a follow-up for CCSR) has been pushed to master. Pushed to 3.10.x will be in 3.10.5 |