[koha-commits] main Koha release repository branch new/bug_7055 created. v3.12.00-beta1-416-g361e5f8

Git repo owner gitmaster at git.koha-community.org
Wed May 1 13:38:58 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, new/bug_7055 has been created
        at  361e5f83e21fd94364e34af71e4a7fc64a03d2cb (commit)

- Log -----------------------------------------------------------------
commit 361e5f83e21fd94364e34af71e4a7fc64a03d2cb
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 15 19:50:19 2013 +0200

    Bug 7055 - NORMARC: Fix 008 position 15-17 and 35-37
    
    This patch does several things:
    - Set the default for 008/15-17 to "no " (yes, there is space at the end)
    - Link from 008/15-17 in the value builder to NORMARC country codes
    - Set the default for 008/35-37 to "nor" (by setting the
      DefaultLanguageField008 syspref)
    - Link from 008/35-37 in the value builder to NORMARC language codes
    - Fix a missing <tr> around field 35-37
    
    To reproduce:
    - Run through the Web-installer in Norwegian and choose NORMARC as
      the MARC flavour
    - Go to Home > Cataloging > Add MARC record and add a new record
    - Click in the field for 008. The default should look like:
      130415t        xxu||||| |||| 00| 0 eng d
                     ^^^                 ^^^
    - Reload the page and open the value builder for 008. Problems:
      - The text for 15-17 links to MARC21 country codes
      - The default for 15-17 is xxu
      - The text for 35-37 links to MARC21 language codes
      - The default for 35-37 is eng
      - If you choose e.g. "Monografier" in the top dropdown then click
        on "OK" the window does not close
    
    To test:
    - Apply the patch and run through the Web-installer again, selecting
      Norwegian and NORMARC
    - Go to Home > Cataloging > Add MARC record and add a new record
    - Click in the field for 008. The default should look like:
      130415t        no ||||| |||| 00| 0 nor d
                     ^^^                 ^^^
    - Reload the page and open the value builder for 008.
    - Check that...
      - The default for 15-17 is "no " (with a space at the end)
      - The link goes to NORMARC country codes
      - The default for 35-37 is "nor"
      - The link goes to NORMARC language codes
    - Select something from the top dropdown and click "OK". Check that the
      window closes and that the values that are entered into the 008 field
      matches what you chose in the popup window.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Trusing Magnus is right, so testing for any regressions mainly, all good
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Only changes NORMARC specific plugin and system preferences
    files. Changes all seem logical to me.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list