[koha-commits] main Koha release repository branch master updated. v3.14.00-364-g27c312b

Git repo owner gitmaster at git.koha-community.org
Fri Jan 24 14:45:10 CET 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, master has been updated
       via  27c312b721d5533560234675712391a60f354c51 (commit)
       via  99e2686a4985fd487dfb5e898f24ceba80ba48ab (commit)
      from  4a6aed95d3de225cef5701d92521ea166f679cea (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 27c312b721d5533560234675712391a60f354c51
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>

commit 99e2686a4985fd487dfb5e898f24ceba80ba48ab
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>

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

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