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, 19.05.x has been updated
       via  fa5bf1805449dd7ab58c3404c1364a0d86b10a77 (commit)
       via  3cf3782a6097067d57030772417c3a2fe5cc9566 (commit)
       via  4c15068ec0f6b113ecb227d9afd2bbae7624661e (commit)
       via  0faef1a244537a5f090fb314ed77a63767a46dd0 (commit)
       via  b74949a821944384df3e319d43e35f3c124f40a7 (commit)
      from  03261d5dc02801cc8f01dd22c5970415e118aff6 (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 fa5bf1805449dd7ab58c3404c1364a0d86b10a77
Author: Tomas Cohen Arazi <tomasco...@theke.io>
Date:   Wed Sep 11 14:33:45 2019 -0300

    Bug 23597: Add missing reserved query parameters to GET /holds
    
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Owen Leonard <oleon...@myacpl.org>
    Signed-off-by: Julian Maurice <julian.maur...@biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 410e9bc0e88007cdff850afed83ee55a240a7517)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit 3cf3782a6097067d57030772417c3a2fe5cc9566
Author: Owen Leonard <oleon...@myacpl.org>
Date:   Mon Sep 9 16:58:04 2019 +0000

    Bug 23575: Template error causes item search to be submitted multiple times
    
    This patch corrects the item search template so that the submit handler
    is not nested inside an unrelated loop. The change should have no
    outward effect on the behavior of the item search other than making it
    faster.
    
    To observe the bug in action, open your browser's developer tools and
    click the "Network" tab. Filter the output to only "XHR" and perform an
    item search. You should see multiple requests.
    
    To test, apply the patch and perform an item search. It should behave
    normally.
    
    Check the browser's "Network" monitor again to verify that only one
    request is being sent.
    
    Signed-off-by: Lucas Gass <lu...@bywatersolutions.com>
    Signed-off-by: Bouzid Fergani <bouzid.ferg...@inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 075261645e1650629038c9a09e8d9e387bcc5474)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit 4c15068ec0f6b113ecb227d9afd2bbae7624661e
Author: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
Date:   Fri Sep 13 07:36:25 2019 +0000

    Bug 22037: (QA follow-up) Correct misleading comment
    
    Comment needs to be corrected, and now applies to the whole code
    paragraph following it.
    
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 766814ffa3c4592b9b7dcde83873ef12e796ae68)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit 0faef1a244537a5f090fb314ed77a63767a46dd0
Author: Kyle M Hall <k...@bywatersolutions.com>
Date:   Thu Aug 22 09:25:54 2019 -0400

    Bug 22037: (QA follow-up) Implement use of CHARGES_GUARANTEES
    
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 9a5e519d70c168bb44cfea2d8a4490fad9049ab8)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit b74949a821944384df3e319d43e35f3c124f40a7
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Thu Dec 20 19:39:34 2018 -0300

    Bug 22037: Block SIP checkout if guarantees have debt
    
    Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 2e91d33381cb29da30bfe16f022f1d07fe2b327f)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

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

Summary of changes:
 C4/SIP/ILS/Patron.pm                                      |    7 ++++++-
 api/v1/swagger/paths/holds.json                           |   12 ++++++++++++
 .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt |   13 +++++++------
 3 files changed, 25 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to