[koha-commits] main Koha release repository branch new/bug_6831 created. v3.06.00-787-g0a9ba9d

Git repo owner gitmaster at git.koha-community.org
Wed Mar 21 12:30:13 CET 2012


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, new/bug_6831 has been created
        at  0a9ba9d9dffb7291eb9a8d7cfa24523a8b1bdd1c (commit)

- Log -----------------------------------------------------------------
commit 0a9ba9d9dffb7291eb9a8d7cfa24523a8b1bdd1c
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Mar 11 20:00:39 2012 +0100

    Bug 6831 follow-up: add support for UNIMARC and NORMARC
    
    1) Removes unused subroutine get_host_control_num
    2) Fixes small mistake, correct subfield for ISBN 020 is z
    3) Checks system preference for correct marcflavour instead of
       assuming MARC21
    4) Fixes MARC21 to not use author(), because it would also add
       fields like $w and $0 to 773$a
    5) Fixes MARC21 to not use title(), but 245$a, because it would
       also add too many subfields.
    6) Adds definitions for UNIMARC and includes NORMARC
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Works properly with all supported MARC flavours.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit adb3777e2e4940a842e0d33a22121b1db762aeba
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Sep 1 16:18:14 2011 +0100

    Bug 6831: Add ability to enter adding child record from parent
    
    Simplifies the adding of analytical records and ensures that
    the data populating the 773 tag is correct. From the host record
    add child record is selected and create bib is entered to generate
    a new record with host item tag populated from the parent
    
    Caveat: currently prepare_host_field only returns a field for
    MARC21. Values for UNIMARC and NORMARC can easily be added but
    should be done by someone familar with those formats
    and conventions
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    To test:
    - create a new record
    --> if you enter a value in 001 anaytics will use that in $w for linking later
    --> if you set 000/LDR 19 - Multipart resource record level to 'a' there will
    be a link from the parent record to the child record later
    - save your record and go to the staff detail page
    - in toolbar select 'New' > 'New child record'
    - check field 773, 245 and 001 from the parent record should have been copied there
    - check links between child and parent in staff
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixed conflicts in all 3 files.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Works properly for MARC21, and follow-up adds support for NORMARC and UNIMARC.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list