[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-94-g517bf77

Git repo owner gitmaster at git.koha-community.org
Tue Oct 16 16:05:41 CEST 2018


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, 18.05.x has been updated
       via  517bf773553ef941198898d5489b04c8859ded63 (commit)
       via  351dfa737bc0f4b46f4aab47dfa635943065df48 (commit)
       via  ccb364a667745eadf52e76f894ec9dff2a15a060 (commit)
       via  bbf6d87d56e63a7c17ce91b7ea4b599fae95a881 (commit)
       via  2d078a18e5e090bcafa64262bb5f8dceed796169 (commit)
      from  3587f80f410d80bd14543fb28b465825a1575bdc (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 517bf773553ef941198898d5489b04c8859ded63
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 15 14:53:35 2018 -0300

    Bug 21479: "Mock" SearchEngine to use Zebra
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit dc6bea7860aba7933f7e979cbe7c53e9cb15ba05)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 351dfa737bc0f4b46f4aab47dfa635943065df48
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 15 11:42:34 2018 -0300

    Bug 21479: Zebra index can return different result
    
    If the zebra index has been rebuilt by previous tests, the order/results
    will be different, and we will not have biblionumber 1, 3, 5
    
    Let make this more flexible
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit e7574481b19addd2747baf5917e772d28cd38bc5)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ccb364a667745eadf52e76f894ec9dff2a15a060
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 12 15:37:44 2018 -0300

    Bug 21479: Remove the trace if the node does not exist
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit be4f22f5a0745ef64c6bf20b89bd9f4fcbe40403)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit bbf6d87d56e63a7c17ce91b7ea4b599fae95a881
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 9 13:30:54 2018 -0300

    Bug 21479: Add regression tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 45fbd36e1f2e1aa622eec1ba588424cc50243fb3)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2d078a18e5e090bcafa64262bb5f8dceed796169
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 3 14:13:49 2018 +0000

    Bug 21479: Fix remove from cart links at the OPAC (should remove only 1)
    
    This patch changes the way biblionumbers are passed to the cart script
    for adding and removing single items. The title's biblionumber is now
    stored in a data-attribute on the links for adding and removing. This
    should be a more robust, unified way to handle these single-item
    operations.
    
    To test, apply the patch and enable the opacbookbag system preference.
    
    Test adding and removing items from the cart from various pages using
    various methods:
    
     - By clicking an "Add to your cart" / "Remove" link in search results
     - By clicking an "Add to your cart" / "Remove" link on a detail page
     - By checking boxes in search results and adding via the dropdown
    
    Each operation should work correctly.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 2cd49034c43a16c7497f05e94c18396532fceddc)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../bootstrap/en/includes/opac-bottom.inc          |   17 +++--
 .../bootstrap/en/includes/opac-detail-sidebar.inc  |    4 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    4 +-
 koha-tmpl/opac-tmpl/bootstrap/js/basket.js         |    5 +-
 t/db_dependent/selenium/regressions.t              |   74 ++++++++++++++++++++
 5 files changed, 92 insertions(+), 12 deletions(-)
 create mode 100644 t/db_dependent/selenium/regressions.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list