[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-9-g5ecb1c5

Git repo owner gitmaster at git.koha-community.org
Fri May 1 10:08:21 CEST 2015


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.18.x has been updated
       via  5ecb1c50735ed7479c36dc1707056ec9db77afdd (commit)
      from  70e37c991062f1dafb1599e9ef5e8e87273ce293 (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 5ecb1c50735ed7479c36dc1707056ec9db77afdd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Oct 2 14:16:09 2013 +0200

    Bug 10985: [UNIMARC] Fix authority summary
    
    The problem is the template in authority type summary is not respected
    at all. It is only read to see which fields and subfields should appear
    in the summary.
    This patch fixes that.
    It also fixes a bug in auth_finder.pl plugin when summary contains
    fields other than 2XX.
    
    Test plan:
    0/ You must use a UNIMARC setup for those tests
    1/ edit an authority type summary with:
         NP : [200a][, 200b][ 200d][-- 152b --][ ; 200c][ (200f)] [001*] [ppn: 009*]
    2/ create a new authority with previous fields (it is possible some
       fields don't exist).
    3/ search this authority and verify the summary is someting like:
         NP : Name, D.-- NP -- 23849 ppn: my_ppn
    4/ Verify some summary for existing authorities and check they are
       correct.
    5/ Edit a biblio record and use the plugin auth_finder.pl (for example
       in a 7XX field)
    6/ Do a search and verify the summary is correct
    7/ Click on 'choose' or one of the numbered links ('1', '2', ... ; you
    should have multiple 2XX fields for the numbered links to show up)
    8/ Verify that the biblio field is correctly filled.
    
    /!\ For the ppn, it should be defined in the zebra indexes.
    
    In MARC21 and NORMARC setups, this patch should change nothing, please
    verify that too (you can check that the auth_finder.pl plugin is still
    working and the auth type summary is correctly displayed in authorities
    search and auth_finder.pl plugin).
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    It works as described, both in authority search result page, and in authority
    data entry plugin.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 927aedafa155fb53011c09a510166b4233bac499)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |   56 +++++++++++---------
 .../en/includes/authorities-search-results.inc     |   13 +++--
 .../modules/authorities/searchresultlist-auth.tt   |    6 +--
 .../en/includes/authorities-search-results.inc     |   13 +++--
 t/db_dependent/AuthoritiesMarc.t                   |    8 +--
 5 files changed, 49 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list