[koha-commits] main Koha release repository branch master updated. v3.14.00-396-g7f6f3b9

Git repo owner gitmaster at git.koha-community.org
Tue Feb 4 18:57:43 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  7f6f3b924e5bc9343bb475a1add714923a025913 (commit)
      from  e3c203aebb939af63aefc81f77474adc0234ca4c (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 7f6f3b924e5bc9343bb475a1add714923a025913
Author: “ByWater <“staff at bywatersolutions.com”>
Date:   Thu Jan 16 15:00:40 2014 -0500

    Bug 11572: ensure that running Z39.50 search from staff search results detects ISBN
    
    In Koha 3.8, if a standard catalog search was performed and the user
    clicked the Z39.50 search button, the search string would automatically
    be placed in the isbn field for the Z39.50 search form.
    Changes to the code have since broken this functionality.
    
    Test Plan:
    1) From mainpage.pl, use "Search the catalog" to search for the string
       "9781570672835"
    2) Click the Z39.50 Search button
    3) Note the string is placed in the title field
    4) Apply this patch
    5) Repeat steps 1-2
    6) Note the string is placed in the isbn field
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested old and new ISBN with and without hyphens.
    Also tested some other keyword searches.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Note that the behavior will be a bit odd if you do a 'replace via
    Z39.50' from a bib record whose title happens to be an ISBN, but
    this scenario seems unlikely enough to ignore.

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

Summary of changes:
 C4/Search.pm |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list