[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.05-13-g06fe0ec

Git repo owner gitmaster at git.koha-community.org
Wed Apr 23 18:00:56 CEST 2014


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  06fe0ec4c3e7e4f7208378d3c6d77203f9b8cd7c (commit)
       via  9c5bb7ab907be537a0c71dcf90faabaad6e63ef7 (commit)
      from  943a531af6e4c3474be5bb84b79632676062dcd6 (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 06fe0ec4c3e7e4f7208378d3c6d77203f9b8cd7c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Jan 16 20:36:02 2014 +0000

    Bug 11533: fix authority searching with no sorting when QueryParser is enabled
    
    This patch fixes an issue where chosing 'None' as the sort order
    for an authority search would result in zero hits if QueryParser is
    eanbled.
    
    This patch also adds some additional test cases.
    
    To test:
    
    [1] Enable QueryParser.
    [2] Perform an authority search in the staff interface that
        uses 'Heading A-Z' as the sort order and returns hits.
    [3] Run the same search, but with the sort order set to 'None'.
        No hits are returned.
    [4] Apply the patch.
    [5] Do step 3 again.  This time, hits should be returned.
    [6] Verify that prove -v t/db_dependent/Search.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 27c312b721d5533560234675712391a60f354c51)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9c5bb7ab907be537a0c71dcf90faabaad6e63ef7
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jan 13 16:26:22 2014 -0300

    Bug 11533: (regression test) QP breaks authority search
    
    This patch duplicates the SearchAuthority tests, with QP enabled.
    Searching shouldn't be affected by QP. Instructions for manually
    reproducing this can be read in the first comment for the bug entry.
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 99e2686a4985fd487dfb5e898f24ceba80ba48ab)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm   |    2 +-
 t/db_dependent/Search.t |   36 +++++++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list