[koha-commits] main Koha release repository branch master updated. v19.11.00-1802-gf300af96a7

Git repo owner gitmaster at git.koha-community.org
Fri Apr 17 10:47:33 CEST 2020


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  f300af96a7fd1ad96f8dfd132882bafcec8a8426 (commit)
       via  52339bcef0d735b39a9ca9c198dd3d54d092fba7 (commit)
       via  2d5d9a54bd9b8927b82066b35dcaec20cad764ea (commit)
       via  039afd0936871670598b8b7f24dc5a9be93dd240 (commit)
      from  081a4c75be2431e1a6fc470a5b8834fa866e2453 (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 f300af96a7fd1ad96f8dfd132882bafcec8a8426
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 27 23:48:56 2020 +0100

    Bug 25011: Improve display of MARC21 508 - Production credits in staff and OPAC
    
    Makes some tiny changes to improve display and consistency between
    OPAC and staff:
    - Capitalization fix: Production Credits - Production credits
    - Changes div to span avoiding display issues
    - Make sequence of fields in display match (505, 508, 586)
    
    To test:
    - Catalog one or more records with none, one and multiple 508 $a
    - Check and compare the staff and OPAC detail pages, both
      should display the production credits information correctly
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 52339bcef0d735b39a9ca9c198dd3d54d092fba7
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Tue Jan 30 11:10:07 2018 -0500

    Bug 20101: Cronjob automatic_item_modification_by_age.pl does not log run in action logs
    
    C4::Log::cronlogaction() was never implemented in automatic_item_modification_by_age.pl.
    
    Test Plan:
    1) Apply this patch
    2) Enable CronjobLog
    3) Run automatic_item_modification_by_age.pl succesfully
    4) Note the run is noted in the action logs
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2d5d9a54bd9b8927b82066b35dcaec20cad764ea
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 17 09:13:13 2020 +0100

    Bug 25086: DBRev 19.12.00.075
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 039afd0936871670598b8b7f24dc5a9be93dd240
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Apr 8 16:53:43 2020 -0300

    Bug 25086: Set changed_fields column as nullable
    
    This patch changed_fields column as nullable.
    
    To test:
    1. Do not apply any patch
    2. Set PatronSelfRegistrationVerifyByEmail preference to require
    3. Fill self registration form in opac and submit
    CHECK => OPAC dies with a nasty message, that says Field 'changed_fields' doesn't have a default value
    4. Apply this patch and updatedatabase
    5. Repeat step 3
    SUCCESS => Registry process continues as expected
    6. Sign off
    
    Sponsored-by: Orex Digital
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |  2 +-
 Koha/Schema/Result/BorrowerModification.pm         |  8 +++----
 installer/data/mysql/kohastructure.sql             |  2 +-
 installer/data/mysql/updatedatabase.pl             |  8 +++++++
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     | 26 +++++++++++-----------
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    | 22 +++++++++---------
 .../cronjobs/automatic_item_modification_by_age.pl |  3 +++
 7 files changed, 41 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list