[koha-commits] main Koha release repository branch master updated. v16.05.00-1073-g556a487

Git repo owner gitmaster at git.koha-community.org
Fri Oct 21 16:52:13 CEST 2016


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, master has been updated
       via  556a4870d6beced7df52dbbc2ad472769e79e148 (commit)
       via  a74329af022eeb857e1f936c13274c0e41497472 (commit)
      from  6f5ea70f9a20ee0f30057d91a4a23e7f3c04b77e (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 556a4870d6beced7df52dbbc2ad472769e79e148
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 14 10:01:12 2016 +0200

    Bug 16245: [QA Follow-up] Replace typeofrecord2 by biblevel
    
    Position 7 of the leader is better referred to as biblevel.
    (Pos 6 is record type.)
    At the same time replacing some regex's by simple eq's.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    It seems that bib level in the UNIMARC leader only allows a subset of
    the possible combinations for MARC21. This does not have bad side-effects
    however in the new code that tests bib level to determine the type tag.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a74329af022eeb857e1f936c13274c0e41497472
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Wed Sep 28 15:29:37 2016 -0600

    Bug 16245: RIS export file type incorrect
    
    When exporting lists to a RIS file, the TY field of the RIS file is always
    'book' even if the item being exported is a journal or serial.
    Since unimarc and marc21 is coded in Koha, just a few references types are
    included. This needs a much better code.
    
    This bug changes only TY BOOK result. Other resources needs a case by case
    basis.
    
    To test:
    -In advanced search limit by itemtype (books, music, continue resources, etc).
    -Search and save result in Cart
    -Export to RIS Format and notice about the new TY change with all materials
    -Export record in bib record details page in OPAC and Intranet.
    -Confirm that works as expected.
    -Bonus test:
    -Try to import the  RIS file in  http://www.myendnoteweb.com if you
    have account or create one.
    NOTE: According with previous comment, some values has changed.
    
    Sponsored-by: Universidad de El Salvador
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Ris.pm |   89 ++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 52 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list