[koha-commits] main Koha release repository branch new/bug_9353 created. v3.12.00-alpha2-7-gbf04e29

Git repo owner gitmaster at git.koha-community.org
Wed Mar 20 19:43:26 CET 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, new/bug_9353 has been created
        at  bf04e2974deddbcd6e4396e155dfcbf209b3da44 (commit)

- Log -----------------------------------------------------------------
commit bf04e2974deddbcd6e4396e155dfcbf209b3da44
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Mar 20 14:47:31 2013 -0400

    Bug 9353: Increment version number
    
    Database update for bug 9353 has been given version 3.11.00.105

commit da4bc6a6315a7f5aca1bb3105549758b8acd7592
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Jan 10 19:01:07 2013 -0300

    Followup Bug 9353: Missing subfields on MARC21 frameworks
    
    This followup changes updatedatabase.pl.
    Only touch frameworks that have the missing subfields.
    
    If both patches are applied, the test plan changes.
    
    To test:
    1) dev master system with default and example MARC21 frameworks
    2) Go to Home > Administration > MARC frameworks
    3) Click on 'MARC structure' of any framework
    4) Search for tag 029 (or 863/4/5)
    5) Click 'Subfields', there are none.
    6) Apply both patches
    7) run 'perl installer/data/mysql/updatedatabase.pl'
    8) Repeat steps 2-4
    9) Click 'Subfields', now they are.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Update works nicely. Checked various frameworks and
    results were ok. Also new fields are hidden.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit d0f3a49d9672cd018a51168b05db7a9d1f17f250
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Jan 5 17:46:34 2013 -0300

    Bug 9353 - Missing subfields on MARC21 frameworks
    
    This patch adds missing subfields on MARC fields
    
    029abct
    (http://www.oclc.org/bibformats/en/0xx/029.shtm)
    
    863abcdefghijklmnopqstvwxz68 (same for 864/5)
    (http://www.loc.gov/marc/holdings/hd863865.html)
    
    To test:
    1) dev master system with default and example MARC21 frameworks
    2) Go to Home > Administration > MARC frameworks
    3) Click on 'MARC structure' of any framework
    4) Search for tag 029 (or 863/4/5)
    5) Click 'Subfields', there are none.
    6) Apply the patch
    7) Replace old frameworks, easiest by command line:
    mysql -uuser -ppass kohadb -e 'delete from biblio_framework; delete from marc_tag_structure; delete from marc_subfield_structure'
    mysql -uuser -ppass kohadb < installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
    mysql -uuser -ppass kohadb < installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql
    8) Repeat steps 2-4
    9) Click 'Subfields', now they are.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Updated frameworks are ok.
    Note: Only en frameworks are updated, so if other languages need
    those fields too, we need some followups.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit d3d03f49887eaf6cfeabf1e37cd1b5f82b1b3470
Merge: 3d35521 3f7dd27
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Mar 20 14:40:54 2013 -0400

    Merge branch 'bug_9213' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list