[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-29-g0a2fbcd

Git repo owner gitmaster at git.koha-community.org
Sun Dec 2 07:52:20 CET 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, 3.8.x has been updated
       via  0a2fbcd488c527cc595ebfd5fc2593f6c493f119 (commit)
       via  91116d70d0e2a79849cbc2e2f96d5d7f834c5ef5 (commit)
      from  d3c5e317f14ff0167bb65916d1027886107420c9 (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 0a2fbcd488c527cc595ebfd5fc2593f6c493f119
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Thu Oct 18 23:21:25 2012 +0200

    Bug 8946: corrections in inc files for UNIMARC coded fields advanced search
    
    In subtypes_unimarc.inc files for opac and staff interface, this patch
    - fix 1 wrong code (Frequency-code:i = Other should be z)
    - fix the label "Feschrift Ind." to "Literary genre"
    - add some values for Material-type index (s, t), Literature-Code (i), ctype (v, w), Type-Of-Serial (e,f,g)
    - fix a few typos
    - change the order of some values (u values)
    
    To test, check if the new values are visible in the opac and staff interface.
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 91116d70d0e2a79849cbc2e2f96d5d7f834c5ef5
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Nov 29 15:11:00 2012 -0500

    Bug 9149: Add missing GetAuthorizedHeading
    
    On 3.8.x, it was possible for multiple automatically generated
    authorities to be linked to a single heading. This patch deletes
    previous links from headings prior to linking them to
    automatically-generated headings. This patch also corrects a
    potential problem wherein multiple authorities might be generated if
    a record is edited repeatedly in quick succession. The latter problem
    exists on Master and 3.6.x as well, and the code that corrects the
    multiple linkages is equally applicable if seemingly unnecessary.
    
    This patch adds a missing routine to C4::AuthoritiesMarc that should
    have been in the 3.8.x version of the patch for bug 8823.
    
    To test:
    1) Turn on BiblioAddsAuthorities and AutoCreateAuthorities.
    2) Create a new record or edit an existing one, and add an
       authority-controlled heading (for example, MARC21 1xx or 6xx or
       UNIMARC 6xx or 7xx) which does not currently exist in your authority
       file.
    3) If you don't get a software error, it worked.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    For 2) you can also download a record over Z39.50.
    Passes all tests.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |   63 ++++++++++++++++++++
 .../prog/en/includes/subtypes_unimarc.inc          |   55 ++++++++++--------
 .../prog/en/includes/subtypes_unimarc.inc          |   52 +++++++++-------
 3 files changed, 124 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list