[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.07-42-gbc120aa

Git repo owner gitmaster at git.koha-community.org
Mon Jul 9 12:45:27 CEST 2018


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, 17.11.x has been updated
       via  bc120aa5f9cc8579aa3d3a8913098c703a5b21b8 (commit)
       via  70f75b7e3caaaa54df2f45dd0a1b5c452e7830ca (commit)
      from  b77b44da60b7b3f67c4fc33e425d8cbb635643ca (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 bc120aa5f9cc8579aa3d3a8913098c703a5b21b8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu May 10 12:37:53 2018 -0300

    Bug 20745: koha-zebra doesn't return the correct error codes
    
    This patch makes koha-zebra return 0 (or 1) even when verbose mode is
    off. This made koha-zebra --start always return a failure even when the
    daemon was correctly launched.
    
    To test:
    - Have Zebra running for kohadev instance on your KohaDevBox
    - Run:
      $ sudo koha-zebra --stop kohadev && echo yay || echo doh
    => FAIL: 'doh' is printed
    - Run:
      $ sudo koha-zebra --start kohadev e&& echo yay || echo doh
    => FAIL: 'doh' is printed as well
    - Apply this patch
    - Run:
      $ sudo perl misc4dev/cp_debian_files.pl
      $ sudo koha-zebra --stop kohadev && echo yay || echo doh
    => SUCCESS: 'yay' is printed
    - Run:
      $ sudo koha-zebra --start kohadev e&& echo yay || echo doh
    => SUCCESS: 'yay' is printed
    - Sign off :-D
    
    Sponsored-by: ByWater Solutions
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6ea48ca9345862fc655e0ef418ea91d040ead03a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 70f75b7e3caaaa54df2f45dd0a1b5c452e7830ca
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Jun 14 11:42:20 2018 -0300

    Bug 20700: MARC21 add/update leader/007/008 codes (17.11.x version)
    
    For Koha 17.11.x version
    
    This add/updates some codes from updates 22 (Apr/16)
    and 23 (Nov/16)
    
    Update 22 https://www.loc.gov/marc/up22bibliographic/bdapndxg.html
    
    Sound Recording 007/03 n (new)
    Sound Recording 007/10 n (new)
    Sound Recording 007/01 r (new)
    Sound Recording 007/01 s (new)
    
    Update 23 https://www.loc.gov/marc/up23bibliographic/bdapndxg.html
    
    Leader/18 n (new)
    Music 008/20 p (new), b (renamed)
    
    To test:
    1) Apply the patch
    2) Clean your browser cache
    3) Go to cataloguing -> new record
    4) Leader plugin: check leader/18, new option 'n'
    5) 007 Plugin:
    a) Sound recording
    	check 007/01 new 'r'
    	check 007/03 new 'n'
    	check 007/10 new 'n'
    b) Electronic resource
    	check 007/01 new 's'
    6) 008 Plugin: Music, check 008/20 renamed 'b', new 'p'

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

Summary of changes:
 debian/scripts/koha-zebra                          |   22 +++++++-----
 .../prog/en/data/marc21_field_008.xml              |    3 +-
 .../prog/en/includes/cateditor-widgets-marc21.inc  |    1 +
 .../cataloguing/value_builder/marc21_field_007.tt  |   36 ++++++++++++++++++++
 .../cataloguing/value_builder/marc21_leader.tt     |    5 +++
 5 files changed, 58 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list