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

Git repo owner gitmaster at git.koha-community.org
Wed Jul 3 13:18:26 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  14babcecf681874e4a75eff0a5ba2d869f1966bf (commit)
       via  61103a1f82dc0efd98a4629b0c650fa020ba73c8 (commit)
      from  58ccb8342b2d7291926fec0076fe68303313da90 (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 14babcecf681874e4a75eff0a5ba2d869f1966bf
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jul 1 13:37:39 2013 +0200

    Bug 10488: Followup replacing DELETEs by more restricted INSERTs
    
    Instead of inserting followed by deleting, this patch combines the two where
    clauses of both sql statements, meanwhile leaving the separation intact.
    
    As suggested by Galen, removed all 162's from the non-default types.
    The 162 calls for a new authority type. We can add that later on.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Ran this .sql script after deleting all auth records.
    The former version had 9 types, 1148 tags and 11621 subfields.
    This one has 9 types, 1140 tags and 11597 subfields.
    That is expected: 8 tags 162 less and 8x3 subfields less.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 61103a1f82dc0efd98a4629b0c650fa020ba73c8
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Jun 26 22:27:14 2013 -0300

    Bug 10488 - New MARC21 authority tags and subfields should be propagated to non-default frameworks
    
    As proposed by the report creator, this patch
    rewites authorities_normal_marc21.sql
    using default authority framework to build all
    current authtypes, then deleting irrelevant tags.
    
    It also updates default authority framework
    to last update (April 2013) adding new or
    updated tags/subtags.
    
    All new tags/subtags from Bug 9826 and this
    one are included in all authtypes.
    
    Deleted tags reflect current situation except
    for 7XX tags thatl must be present for all authtypes.
    
    Only for new installs
    
    To test:
    1) Apply patch
    2) Delete all authtypes
    exec in database
        delete from auth_types;
        delete from auth_tag_structure;
        delete from auth_subfield_structure;
    3) Insert new auth framework
    4) Verify absent tags. This can be done running
    
        select tagfield as from auth_tag_structure
        where authtypecode ='' and tagfield not in
        (select tagfield from auth_tag_structure
        where authtypecode = 'AUTH_TYPE')
    
    for each authtype ( UNIF_TITLE, TOPIC_TERM, etc.)
    The attached PDF could be used as a reference,
    all that is white or green for each authtype must be
    in the list (except for white 7XX tags)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../marc21/mandatory/authorities_normal_marc21.sql | 7889 +-------------------
 1 files changed, 314 insertions(+), 7575 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list