[koha-commits] main Koha release repository branch master updated. v17.11.00-247-g886b197

Git repo owner gitmaster at git.koha-community.org
Tue Jan 2 17:06:00 CET 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, master has been updated
       via  886b197b2d8c556fad5bea46ceefe7db82b44883 (commit)
      from  c70270b3aa52f2956efbf62013905af4c632d732 (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 886b197b2d8c556fad5bea46ceefe7db82b44883
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Wed Dec 13 20:16:54 2017 +0100

    Bug 19807: Make IntranetCatalogSearchPulldown honor IntranetNumbersPreferPhrase
    
    This patch
    - fixes callnum and sn
    - Removes unecessary syspref transmission to the template.
      As the template directly reads the syspref
    
    Test plan:
    1. Set sysprefs IntranetCatalogSearchPulldown and
       IntranetNumbersPreferPhrase to true
    2. Go to staff:/cgi-bin/koha/catalogue/search.pl
    3. "search for" → "call number" and write anything that won't match a
       call number in the field
    4. Then you should see
       «No results match your search for 'callnum,phr: [...]»
    5. Go to the staff homepage
    6. Click on "Search the catalog"
    7. Do the same search as previouly
    8. Then you should see
       «No results match your search for 'callnum,wrdl: [...]»
       This shows that IntranetNumbersPreferPhrase isn't honored
    9. Apply this patch
    10. Redo the same two searches and see that phr will now be always used.
        So IntranetNumbersPreferPhrase is honored
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 catalogue/search.pl                                         |    3 ---
 koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc |    5 +++--
 2 files changed, 3 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list