[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.14-3-g99f75b9

Git repo owner gitmaster at git.koha-community.org
Thu Apr 2 11:03:41 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.14.x has been updated
       via  99f75b94788325203e88751312fa6fc36aed0f4d (commit)
       via  edaf46ba501e22211b36ed78817e34520f87030c (commit)
      from  d953fe6dd1ee0ee5f3c1faf1174c0119580112ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 99f75b94788325203e88751312fa6fc36aed0f4d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 20 07:23:15 2015 -0500

    Bug 12858 [QA Followup] - Don't call webservice if we have no data
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit 4c8c1e1cd0b2894404d3147e1f480dcdb6def330)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit edaf46ba501e22211b36ed78817e34520f87030c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Sep 2 09:14:03 2014 +0000

    Bug 12858: Add error handling to Syndetics Index
    
    * Syndetics routines include a statement to check that the returned
      content from Syndetics is xml. The get_syndetics_index routine was
      missing this check and so when a 'not found' html page was returned
      the opac-detail page would take a long time to load whilst xml::simple
      attempted to parse the large html document.
    
      Test Plan
      1. Enable Syndetics indexes on opac.
      2. Head over to an opac-detail page on the opac.
      3. Remove the ISBN from the same item in the staff client.
      4. Reload the opac-detail page for the item noticeing a much slower
      page load.
      5. Apply the patch
      6. Reload the opac-detail page for the item and note that it now laods
      in a reasonable timescale again.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit 8ac1c243fe86fc9a77f54f1d21d3448491d27da0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/External/Syndetics.pm |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list