[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-114-gacaa317

Git repo owner gitmaster at git.koha-community.org
Mon Sep 16 10:12:17 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, 3.8.x has been updated
       via  acaa3178433e4f4350860f29cd2cd2e57d0ca726 (commit)
       via  401d658696382a131f561a5f4705f356f60af457 (commit)
       via  7aa48cb52e297bd4b91a7b7c73710ce2ba882988 (commit)
      from  0dd259b461d27cd2365e2b4f6b3a8c350f30f365 (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 acaa3178433e4f4350860f29cd2cd2e57d0ca726
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>
    (cherry picked from commit da4bc6a6315a7f5aca1bb3105549758b8acd7592)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit da4bc6a6315a7f5aca1bb3105549758b8acd7592)
    Solved conflict in updatedatabase.pl
    This two are necessary for Bug 5858
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 459422c8bad09a8301cf47a7b39abf15a3b265ff)

commit 401d658696382a131f561a5f4705f356f60af457
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>
    (cherry picked from commit d0f3a49d9672cd018a51168b05db7a9d1f17f250)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit d0f3a49d9672cd018a51168b05db7a9d1f17f250)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit e22738e3b16593ef5282b493818fe220fb889d24)

commit 7aa48cb52e297bd4b91a7b7c73710ce2ba882988
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 5 14:03:51 2013 -0400

    Bug 10346 - "Add multiple copies" should be labelled "Add multiple items"
    
    The Koha interface standardizes on the term "item" instead of "copy," so
    the "Add multiple copies" button would be more correctly labeled "Add
    multiple items."
    
    To test, view the add item screen for an existing or new record. You
    should see a button labeled "Add multiple items."
    
    Signed-off-by: Cedric Vita <cedric.vita at dracenie.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 79df5211d6faff8ab31b46c815ed50c70093a057)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 7000aa561c7fb33c422f9b60c4f7590a6071ee08)
    
    Solved Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 7000aa561c7fb33c422f9b60c4f7590a6071ee08)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit d1844855efba1b4121dac160d130cdb7d7720c13)

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

Summary of changes:
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   81 +++-
 .../optional/marc21_simple_bib_frameworks.sql      |  632 ++++++++++++++++++++
 installer/data/mysql/updatedatabase.pl             |   67 ++
 .../prog/en/modules/cataloguing/additem.tt         |    8 +-
 kohaversion.pl                                     |    2 +-
 5 files changed, 784 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list