[Bug 7187] New: Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Bug #: 7187 Summary: Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: kmkale@anantcorp.com QAContact: ian.walls@bywatersolutions.com We should be able to set priority on cover image sources such as Amazon, Google. Then if one source fails we should be able to fail over to the next. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Koustubha Kale <kmkale@anantcorp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|oleonard@myacpl.org |kmkale@anantcorp.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=2131 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-11-06 11:23:39 UTC --- I found bug 2131 with a very old patch attached that sounds like a duplicate to this. I am linking both together for someone interested to work on this. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@enger.priv.no -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2012-02-26 20:38:37 UTC --- *** Bug 7574 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssammons@npelem.com --- Comment #3 from Magnus Enger <magnus@enger.priv.no> --- *** Bug 7657 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I propose the addition of two new sysprefs for this task: a) Choose a default cover location (Local, Google, Amazon, etc) (combo with fixed values) b) Choose whether to traverse the list of services looking for the cover (starting from the default) or 'just use the default' (YesNo syspref. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Manos PETRIDIS <egpetridis@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egpetridis@yahoo.com --- Comment #5 from Manos PETRIDIS <egpetridis@yahoo.com> --- (In reply to comment #4)
I propose the addition of two new sysprefs for this task:
a) Choose a default cover location (Local, Google, Amazon, etc) (combo with fixed values) b) Choose whether to traverse the list of services looking for the cover (starting from the default) or 'just use the default' (YesNo syspref.
Perhaps this way AmazonLocale (Use Amazon data from its [American|British|Canadian|French|German|Japanese] website) will no longer be necessary. The fixed values combo would contain all Amazon locales, so that should a book not be found in the Amazon US site, koha would look it up in the other Amazon sites as well. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin@catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #6 from Magnus Enger <magnus@enger.priv.no> --- One thing we need to decide on is whether the logic that checks multiple sources should be in JavaScript on the client side or Perl on the server side. I'm leaning towards Perl on the server, for two reasons: 1. Displaying an image could be as simple as this: <img src="opac-ver.pl?biblionumber=x" /> 2. We could cache the results of looking through multiple sources. (Caching might violate the terms of service for e.g. Amazon, but then we could check them last, after we have checked the ones that we can cache.) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #7 from Robin Sheat <robin@catalyst.net.nz> --- I tend to think that in Perl is a better solution too, however it's worth noting that it'll make firewalling harder. As for the caching, I think if you cached "what was the first service that gave me a meaningful result", that wouldn't violate anything, and is also the best way to do that (short of caching the image, which really is forbidden.) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think some sources allow it (but not Amazon) and we can store covers locally now, so those should be checked first of all. Another plus on doing it server side would be better privacy. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #9 from Robin Sheat <robin@catalyst.net.nz> --- A cover source I'd like to add (NZ Nat Lib) also doesn't allow caching of images, so relying on "only the last one doesn't allow caching" is not ideal. Caching images from those that do allow it is worthwhile however. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think maybe the sequence should be user configurable? With an option to use the first that answered? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #11 from Magnus Enger <magnus@enger.priv.no> --- (In reply to comment #10)
I think maybe the sequence should be user configurable? With an option to use the first that answered?
That's what I'm thinking too. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #12 from Robin Sheat <robin@catalyst.net.nz> --- I'd consider that a separate enhancement. If we try to cram too much stuff in for the first go, it'll never get done. Also, I don't think our syspref system allows that kind of configuration. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #13 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #12)
I'd consider that a separate enhancement. If we try to cram too much stuff in for the first go, it'll never get done. Also, I don't think our syspref system allows that kind of configuration.
I am working on a similar configuration issue on bug 8726. Once that patch is up, perhaps you can adapt^Hborrow^Hshamelessly steal the code for that. Being able to drag things around to order them is pretty cool, and once I figured out how to do it, not hard at all. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #14 from Magnus Enger <magnus@enger.priv.no> --- See also: http://wiki.koha-community.org/wiki/Covers_from_multiple_sources_RFC -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tajoli@cilea.it --- Comment #15 from Zeno Tajoli <tajoli@cilea.it> --- Hi to all, as I know Open Library, Library Thing and Google allow to cache book'covers. I try to find Amazon license for book covers but I don't find it. As I see in Vufind (an opac written with PHP) they cache also covers from Amazon. They use Amazon strictly only for covers. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Manos PETRIDIS <egpetridis@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #16 from Manos PETRIDIS <egpetridis@yahoo.com> --- (In reply to comment #6)
One thing we need to decide on is whether the logic that checks multiple sources should be in JavaScript on the client side or Perl on the server side. I'm leaning towards Perl on the server, for two reasons:
1. Displaying an image could be as simple as this:
<img src="opac-ver.pl?biblionumber=x" />
2. We could cache the results of looking through multiple sources. (Caching might violate the terms of service for e.g. Amazon, but then we could check them last, after we have checked the ones that we can cache.)
Just a comment from an end-user: Could it be that Amazon returns an image, even when no cover image is available in its systems? I'm referring to the "No image available" with a hint of a smile/bent arrow below image. Unless Amazon does provide for an indication that the image it provides is a placeholder for the cover image it does not [yet] have, caching might prove tricky, for it could hinder future [successful] look-ups in Amazon. Furthermore, should Amazon be at the top of the list, successfuly fetching a placeholder image from Amazon would prevent koha from retrieving a correct cover image from some other source down the list. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #17 from Magnus Enger <magnus@enger.priv.no> --- Good points, Manos! Yeah, I am trying to figure out a way to check if the image returned is a placeholder or not, that is kind of crucial. And caching should not last forever. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #18 from Robin Sheat <robin@catalyst.net.nz> --- I've updated the RFC page with my plans for getting something done. This won't be the full solution, but I think a good-enough starting point that can be built on. It's also possible I'll have some sponsorship for this. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #19 from Manos PETRIDIS <egpetridis@yahoo.com> --- (In reply to comment #6)
One thing we need to decide on is whether the logic that checks multiple sources should be in JavaScript on the client side or Perl on the server side. I'm leaning towards Perl on the server, for two reasons:
1. Displaying an image could be as simple as this:
<img src="opac-ver.pl?biblionumber=x" />
2. We could cache the results of looking through multiple sources. (Caching might violate the terms of service for e.g. Amazon, but then we could check them last, after we have checked the ones that we can cache.)
I know it is quite late, but it just came to me that using server-side code might simplify using/intergrating local images with the ones provided by external sources, and allow for displaying the same images at the OPAC and the administrative calatogs. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #20 from Robin Sheat <robin@catalyst.net.nz> --- While not explicitly discussed, this is covered in my plan. There will be a set of "plugins" to handle each image source, and this'll include local ones. I've sent the details to the library, I'm just waiting for them to get back to me about whether they'll be keen to go for it. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Cab Vinton <spl@metrocast.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spl@metrocast.net --- Comment #21 from Cab Vinton <spl@metrocast.net> --- An additional thought -- I believe that at present an ISBN is required to retrieve cover images. Many movies in particular, however, lack ISBNs. In Amazon at least, many searches for the UPC will retrieve the correct item. EG UPC 043396275140 retrieves: http://www.amazon.com/District-9-Single-Disc-Sharlto-Copley/dp/B002SJIO4A/ So perhaps the 024 tag could be added as a potential source for cover images? Note that in the example above Amazon provides yet another identifier, namely, the ASIN (B002SJI04A). The ASIN is always present & could be added to the 024 by staff so that in theory users would have to only rarely, if ever, upload local cover images. That said, I have no idea how the various APIs work. Hopefully they're compatible with the above approach. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #22 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #21)
In Amazon at least, many searches for the UPC will retrieve the correct item. EG UPC 043396275140 retrieves: http://www.amazon.com/District-9-Single-Disc-Sharlto-Copley/dp/B002SJIO4A/
The question is not whether you can retrieve a record on Amazon with a UPC, but whether the Amazon cover image service works with UPC. It does not. If it did, you could replace the ISBN in a link like this: http://images.amazon.com/images/P/0596001320.01.MZZZZZZZ.jpg ...with a UPC. But this doesn't work: http://images.amazon.com/images/P/043396275140.01.MZZZZZZZ.jpg -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #23 from Cab Vinton <spl@metrocast.net> --- (In reply to comment #22)
The question is not whether you can retrieve a record on Amazon with a UPC, but whether the Amazon cover image service works with UPC. It does not.
Hmmm... No doubt you're correct, Owen. Amazon's Product Advertising API seems to allow the use of a number of different identifiers, including ASINs: http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/ItemLookup.h... Presumably Koha is using a different service. Note that the LibGuides folks have added a separate option for users to specify a URL source for cover art for each record ... http://guidefaq.com/a.php?qid=2200 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=9991 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Serhij Dubyk <dubyk@library.lviv.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dubyk@library.lviv.ua -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Sebastian Hierl <s.hierl@aarome.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P4 CC| |s.hierl@aarome.org --- Comment #24 from Sebastian Hierl <s.hierl@aarome.org> --- (In reply to Cab Vinton from comment #23) As VuFind has been mentioned above, I thought I'd confirm that VuFind separates its book covers functionality from the book previews API -- and that it can search the various sources (Google Books, Amazon, Open Library, and Hathi Trust) by ISBNS, LCCNs, and OCLC numbers: https://github.com/vufind-org/vufind/blob/master/themes/bootstrap/js/preview... Thus, not only the most recent publications that have ISBNs are retrieved/linked to in the OPAC, but also those that have OCLC and LCCN #s, thus numerous titles that are available in full text--which is the point of such a feature, i.e. to link to the full text for immediate access.
(In reply to comment #22)
The question is not whether you can retrieve a record on Amazon with a UPC, but whether the Amazon cover image service works with UPC. It does not.
Hmmm... No doubt you're correct, Owen. Amazon's Product Advertising API seems to allow the use of a number of different identifiers, including ASINs:
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/ItemLookup. html
Presumably Koha is using a different service.
Note that the LibGuides folks have added a separate option for users to specify a URL source for cover art for each record ...
-- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Marjorie Barry-Vila <marjorie.barry-vila@ccsr.qc.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila@ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imingchan@yahoo.com.au --- Comment #25 from Owen Leonard <oleonard@myacpl.org> --- *** Bug 11177 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #26 from David Cook <dcook@prosentient.com.au> --- (In reply to Robin Sheat from comment #20)
While not explicitly discussed, this is covered in my plan. There will be a set of "plugins" to handle each image source, and this'll include local ones.
I've sent the details to the library, I'm just waiting for them to get back to me about whether they'll be keen to go for it.
Robin, did you ever hear back about this? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #27 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to David Cook from comment #26)
Robin, did you ever hear back about this?
Alas no. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Seeking cosponsors --- Comment #28 from Magnus Enger <magnus@enger.priv.no> --- Here is a proposal to raise funds for this development: http://lists.katipo.co.nz/pipermail/koha/2014-May/039491.html -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Viktor Sarge <viktor.sarge@regionhalland.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor.sarge@regionhalland. | |se --- Comment #29 from Viktor Sarge <viktor.sarge@regionhalland.se> --- I chose to participate in the fundraiser and can report that work is being done on this. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #30 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 2131 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED CC| |chris@bigballofwax.co.nz -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #31 from Chris Cormack <chris@bigballofwax.co.nz> --- Work in progress is here http://git.catalyst.net.nz/gw?p=koha.git;a=shortlog;h=refs/heads/wr222309 It is almost ready to be submitted as a patch set -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 LuceBarbey <luce.barbey@cirad.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luce.barbey@cirad.fr --- Comment #32 from LuceBarbey <luce.barbey@cirad.fr> --- What's the news about this patch ? Thanks -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11982 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Tom Misilo <misilot@fit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |misilot@fit.edu -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Indranil Das Gupta <indradg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |indradg@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=9580 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #33 from Chris Cormack <chris@bigballofwax.co.nz> --- This is being tested by clients, you can (as always) see the work on the catalyst repo. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Brendan Gallagher <brendan@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan@bywatersolutions.co | |m --- Comment #34 from Brendan Gallagher <brendan@bywatersolutions.com> --- Has this been submitted on another bug? I just looked at the git repo and haven't seen an update in awhile. Thanks, Brendan (In reply to Chris Cormack from comment #33)
This is being tested by clients, you can (as always) see the work on the catalyst repo.
-- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 Nick Clemens <nick@quecheelibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@quecheelibrary.org -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 poonam banyal <poonambanyal@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |poonambanyal@yahoo.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #35 from Viktor Sarge <viktor.sarge@regionhalland.se> --- (In reply to Brendan Gallagher from comment #34)
Has this been submitted on another bug? I just looked at the git repo and haven't seen an update in awhile.
As far as I know they are not happy with performance yet and will rework this patch before anything interesting starts happening. I do hope that it will get done in time for the may release since it's a feature I'd love to see, but I don't think anything is happening right now. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #36 from Frédéric Demians <frederic@tamil.fr> --- Bug 9580 feature is an alternative option which is functional. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 --- Comment #37 from Chris Cormack <chris@bigballofwax.co.nz> --- We are actually evaluating 9580 at the moment to see if it will meet all the requirements of this bug. Will let you know shortly -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org