[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.11-51-g2a468ac

Git repo owner gitmaster at git.koha-community.org
Mon Oct 24 12:49:16 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, 3.22.x has been updated
       via  2a468ac1fa2661ccd9e302b574167d42402e6dfc (commit)
       via  e13ea6519b923a92f1e31042ad92b2f97f96b86f (commit)
      from  c94fc36febe31b5d1ba2c781d7f640cb8ed872df (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 2a468ac1fa2661ccd9e302b574167d42402e6dfc
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>
    (cherry picked from commit 556a4870d6beced7df52dbbc2ad472769e79e148)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 6b02b7404dbaf4a9c266cdc6a23ddba829ffdf81)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit e13ea6519b923a92f1e31042ad92b2f97f96b86f
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>
    (cherry picked from commit a74329af022eeb857e1f936c13274c0e41497472)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 14b662558019a4b3c1ff3923a8455f43fc878233)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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