[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.13-6-g4dab22a

Git repo owner gitmaster at git.koha-community.org
Mon Dec 19 12:58:13 CET 2016


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.22.x has been updated
       via  4dab22a5fdb62d0b96ac8c3b9284cf0f033a0408 (commit)
       via  f960091011378ffd5f8cbbb407a31514abad90bd (commit)
       via  919fb3354c7c60962f3292211e0dab3fe9def6a2 (commit)
      from  f508096d926d2e09b26f462ad8d5ff9a52af0ec8 (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 4dab22a5fdb62d0b96ac8c3b9284cf0f033a0408
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 22 07:33:50 2016 +0000

    Bug 17278: Fix test compilation errors
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit 7a7a9c7958e21112c6d18313b41c6605ec1b3d08)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit f960091011378ffd5f8cbbb407a31514abad90bd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 3 12:27:21 2016 +0100

    Bug 17278: Fix "show all items" link
    
    Then we need to remove the "available" part from the query.
    They are really awkward patches...
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit 1a27bd10dabe4905c115d4caf7ea566b2a19c073)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 919fb3354c7c60962f3292211e0dab3fe9def6a2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 3 10:45:13 2016 +0100

    Bug 17278: Use available limit when requesting zebra when ccl query is used
    
    When a ccl query is used, the buildQuery subroutine does not handle
    the available limit (not an index).
    This available limit is handle later in the subroutine.
    This affect the author links on the detail page for instance (an=xx).
    A much better solution would be to keep an 'available' zebra index up-to-date.
    
    Test plan:
    (OPAC or staff interface, it does not matter)
    - Launch a search, click on a result and then on an author link to
      launch another query (an:xx)
    - Limit to available items without the 'facet'
    => Without this patch you won't get any results
    => With this patch applied you should get relevant result (regarding the
    known bugs 16970, 13715, 13658, 5463, etc.)
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit 6391564606507c6edf80b2e5425cee57cb7e1db5)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Search.pm            |   13 +++++++++++--
 t/db_dependent/Search.t |   10 ++++++++--
 2 files changed, 19 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list