[koha-commits] main Koha release repository branch new/bug_7850 created. v3.06.00-1021-g58e98c3

Git repo owner gitmaster at git.koha-community.org
Wed Apr 4 14:55:02 CEST 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_7850 has been created
        at  58e98c3c38528e734ec4e5182ce8513f14157a5e (commit)

- Log -----------------------------------------------------------------
commit 58e98c3c38528e734ec4e5182ce8513f14157a5e
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Fri Mar 30 09:59:03 2012 +0200

    Bug 7850 - Fix values for hidden in subfields of 952 + maxlength in NORMARC frameworks
    
    This patch does three things:
    
    - Add a copyright comment to normarc_fastadd_framework.sql
    - Change the value of marc_subfield_structure.hidden from -1 to 0 for
      several subfields of 952, in both the default and fast add framework,
      using this SQL statement:
      update marc_subfield_structure set hidden = 0 where tagfield = '952' and hidden = -1;
    - Add the maxlength column introduced by bug 7263 to all rows in
      marc_subfield_structure, setting the following maxlengths:
      000 = 24
      008 = 40
      all other subfields = 9999
    
    The format of the SQL files is the one that is produced by exporting the
    frameworks from the Web UI, with added copyright comments at the top.
    
    To test:
    - Install nb-NO
    - Run through the web installer in Norwegian on an empty database
    - Select NORMARC as the marcflavour
    - Be sure to select the fast add framework ("Rammeverk for
      hurtigkatalogisering" under "Valgritt")
    - Check in Home › Administration › MARC Frameworks that 000 and 008
      for both frameworks have the right length
    - Add a dummy record so you get to the item edit screen and check that
      the form for subfields looks good. The subfields that are shown
      should be 01234578abcdefghjoptuvwyz and all subfields should have
      a text box or a dropdown associated with them. Check this for
      for both the default and fast add frameworks
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Walked through the test plan, seems to work well.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list