[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1268-g68c4409

Git repo owner gitmaster at git.koha-community.org
Thu Oct 10 21:01:50 CEST 2013


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  68c44093a414dac6ac1319c03b6dee0d152f24cd (commit)
      from  5298140c67d7494df48b9e9e5b5bfa59133e1b39 (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 68c44093a414dac6ac1319c03b6dee0d152f24cd
Author: Janusz Kaczmarek <januszop at gmail.com>
Date:   Thu Mar 14 17:25:40 2013 +0200

    Bug 10335: display translated forms of headings in UNIMARC authorities correctly
    
    To reproduce and test:
    
    To reproduce:
    1) Create an authority record with main heading (100) in Latin script
       (e.g. Oppenheimer, Aharon -- subfields $a and $b) and parallel form
       (700) in Hebrew (אופנהיימר, אהרן -- subfields $a and $b).
        Mark it correctly in $8 with freheb (or engheb if you like);
    2) Reindex and search;
    3) You will see:
    
    Oppenheimer Aharon
    freheb: אופנהיימר
    
    Whereas you would rather like to see (mind language and lack of $b above):
    
    Oppenheimer, Aharon
    Hebrew: אופנהיימר, אהרן
    
    The patch corrects the issue and should not harm those who (improperly)
    put only one triple in $8
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described. No koha-qa errors.
    Same result on OPAC and STAFF
    
    Turns out that test plan is wrong,
    you neet to fill tag 200ab, not 100ab, for main heading.
    I filled 100a with some example data from UNIMARC auth manual.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Took me a bit to figure it out, works according to test plan.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                                 |    4 ++--
 .../prog/en/includes/authorities-search-results.inc   |   12 ++++++++++++
 .../prog/en/includes/authorities-search-results.inc   |   17 +++++++++++++++++
 3 files changed, 31 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list